

 .hero {
  background-image: url('../images/LP_D1.jpg');
  background-size: 90%;
  background-position: 100% center;
  color: white;
  padding: 5rem 2rem;
}

.program-box {
  background-color: rgba(0, 104, 97, 0.9);
  padding: 2rem;
  max-width: 500px;
  border-radius: 0.5rem;
  flex: 1;
}

.form-widget {
  background-color: rgba(0, 104, 97, 0.9);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-right: 30px;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .form-widget {
    margin: 1rem auto 0 -2rem; 
    max-width: 100%;
  }
}


.info-boxes {
      background-color:  rgba(0, 104, 97, 0.9);
      padding: 2rem;
    }
    .info-box {
      text-align: center;
    }
    .info-icon {
      font-size: 2rem;
      margin-bottom: 0.5rem;
      color: #006861;
    }
    .icon-heading {
  margin-top: -14px;
}
.read-more-link {
    color: #ffffff !important; /* White text */
    background-color: #006861; /* Teal background */
    padding: 0.5rem 1rem; /* Vertical and horizontal padding */
    text-decoration: none; /* Remove underline */
    border-radius: 0.25rem; /* Slightly rounded corners */
    display: inline-block; /* Allows setting padding and margins */
    margin-top: 1rem; /* Add some space above the link */
    font-size: 0.9rem; /* Slightly smaller font size */
}

.read-more-link:hover {
    background-color: #00544d; /* Darker teal on hover */
    /*text-decoration: underline;  Add underline on hover for visual feedback */
}

.read-more-link::after {
  content: "\f178"; /* Unicode for fa-arrow-right-long */
  font-family: "Font Awesome 6 Free";
  font-weight: 550; /* solid style */
  display: inline-block;
  transform: scaleX(4);
    margin-left: 1.2rem;
    font-size: 0.5rem;
    opacity: 0.3;
}

hr {
  border: none;
  height: 2px; 
  background-color:#185abc;
  margin: 1rem 0; 
}
.carousel-inner {
 
  border-radius: 15px;
  padding: 1rem;
}

.carousel-item .row {
  min-height: 220px;           /* Keeps all slides same height */
  align-items: center;         /* Vertically center items */
}
.carousel-indicators li {
  width: 10px !important;          /* Set dot width */
  height: 10px !important;         /* Set dot height */
  border-radius: 50% !important;   /* Make them circular */
  margin: 1px 2px !important;      /* Space between dots */
  background-color: #421e1e !important; /* Inactive dot color */
  border: 4px solid #a83939 !important; /* Border for inactive dot */
  opacity: 0.5 !important;         /* Reduce opacity for inactive dots */
  transition: background-color 0.3s, opacity 0.3s !important; /* Smooth transition */
  list-style: none !important;    /* Remove list numbering */
}

.carousel-indicators li.active {
  background-color: maroon !important;  /* Active dot color */
  border: 5px double white !important;  /* Border for active dot */
  opacity: 1 !important;                /* Full opacity for active dot */
}

.ranking-img {
  width: 100px;
  height: 70px;
  object-fit: contain;
  border-radius: 6px;
  background-color: #f8f9fa; /* optional for a clean background */
}
.my-text-container {
  text-align: justify;
}
/* .research-img {
  max-width: 80%;    
  height: auto;       
  margin: 0 auto;     
  display: block;     
} */
.program-overview-full {
  height: 500px; /* Reduce this value to make the section shorter */
  width: 99%;
}

.img-full-height {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image crops to fit */
  display: block;
}

.bg-teal {
  background-color: #006861;
}
/* Accordion header styles */
.accordion-button {
  background-color: white;
  color: black;
  font-weight: bold;
  position: relative;
  padding-right: 4rem; /* make room for the icon */
  
  font-size: large;
}

/* Remove Bootstrap default caret */
.accordion-button::after {
  display: none;
}

/* Custom orange circle with larger + icon, right aligned */
.accordion-button::before {
  content: "+";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-color: orange;
  color: black;
  font-size: 26px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
/* Turn + into − when open */
.accordion-button:not(.collapsed)::before {
  content: "−";
}
/* Remove Bootstrap active/focus background color */
.accordion-button:focus,
.accordion-button:not(.collapsed) {
  background-color: white !important;
  box-shadow: none;
  color: black;
  border: 1px solid #ddd !important;
}
#facultyCarousel .carousel-item {
  min-height: 220px;
}
#facultyCarousel .carousel-item {
  min-height: 220px;
}
/*
 background-color: #006861 !important;
  border: 10px double white !important;

*/
.carousel-indicatortwo li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  margin: 1px 2px !important;
  background-color: #006861 !important;
  
  border: 4px solid #3a6b67 !important; /* Border for inactive dot */
  opacity: 0.5 !important;
  transition: background-color 0.3s, opacity 0.3s !important;
  list-style: none !important;
}

.carousel-indicatortwo .active {
  background-color: #006861 !important;
  border: 10px double white !important;
  opacity: 1 !important;
}

.carousel-indicatortwo {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 1rem;
  padding-left: 0;
}


.faculty-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .program-overview-full {
    flex-direction: column;
    height: auto;
  }
}
.bg-banner {
  background-image: url('../images/bgbanner_one.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 0;
}

.info-boxe {
  width: 100%;
}
.bg-banner {
  position: relative;
}

.admission-section {
    text-align: center;
    background-color: #0f7b7d;
    padding: 40px 20px;
    color: white;
    font-family: Arial, sans-serif;
}

.admission-section h2 {
    color: #f5a623;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 20px;
}

.timeline {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
    margin: 60px 0 20px;
    padding: 20px 0;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 80%;
    left: 5%;
    width: 90%;
    height: 0.5px;
    background-color: #f5a623;
    z-index: 1;
}

.step {
    text-align: center;
    position: relative;
    z-index: 2;
    width: 120px;
}

.step img.dna {
    width: 40px;
    height: 60px;
    margin-bottom: 10px;
}

.dot {
    width: 20px;
    height: 20px;
    background-color: #f5a623;
    border-radius: 50%;
    margin: 10px auto;
}

.step p {
    color: white;
    font-size: 16px;
    margin-top: 5px;
}

.step span {
    font-size: 14px;
    color: #ccc;
}

.footer-text {
    margin-top: 40px;
    font-size: 18px;
}

.footer-text .email {
    color: #f5a623;
}
/* 👇 Mobile responsiveness */
@media (max-width: 768px) {
  .timeline {
    flex-direction: column;
    align-items: center;
  }


    .timeline::before {
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
    }

    .step {
        width: auto;
    }
}
@media (max-width: 768px) {
  .timeline::before {
    display: none;  /* Hide the horizontal line */
  }
  
  .timeline {
    flex-direction: column;
    align-items: center;
  }

  .step {
    width: auto;
  }
  .dot {
    display: none;  /* Hide the dots */
  }
}
html {
  scroll-behavior: smooth;
}

.alumni-banner {
  background-image: url('../images/Picture1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 52%;
  margin-top: -60px; /* Default for desktop */
}

@media (max-width: 767px) {
  .alumni-banner {
    margin-top: -30px; /* Reset on mobile to prevent overlap */
    padding-top: 60%; /* Slightly taller on small screens */
  }
}
.text-orange {
  color: orange;
}
#facultyCarousel .carousel-inner {
  border-radius: 15px;
  padding: 2rem;
}

 .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

.fade-out {
  opacity: 0;
}


