

/* 

.carousel-indicators {
    list-style: none;
    padding: 0;
    text-align: center;
    }

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    text-indent: -999px;
    border: 2px solid #333;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #333;
}
img {
    max-width: 100%;
  }
  #wrapper {
    min-height: 100%;
    max-width: 100%;
    position: relative;
  }

  .index-container {
    margin-top: 25px; 
    margin-left: 65px; 
    margin-right: 65px; 
    max-width: 95% !important;
  }

  .index-padd {
    padding-top: 25px; 
    padding-bottom: 140px ;
  }
  .index-break{
    border: 1px dotted black; 
    margin-top: 0px; 
    width: 80%;
  }
  .emb-video{
    width:350 ;
    max-width: 100%;
    height:200;
  } */


  /* Ensure the carousel container is full width */
.mainlandCarousel {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-top: -10px;
}

/* Ensure the carousel inner section takes full height */
.carousel-inner {
  width: 100%;
  /* height: 100vh; Makes the carousel take full screen height */
}

/* Make sure each slide takes full screen height */
.carousel-item {
  width: 100%;
  /* height: 100vh; Ensures the slide fills the screen */
}

/* Ensuring images maintain aspect ratio without cropping */
.caro-img {
  width: 100%;
  /* height: 100vh; Forces images to take full height */
  object-fit: cover; /* Prevents cropping while keeping aspect ratio */
}

.utb-shadow-box {
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); /* Soft shadow */
  padding: 15px; /* Adds some inner spacing */
  background: white; /* Ensure a proper background */
  overflow: hidden; /* Prevents child elements from overflowing */
}
.br-shadow-box{
  padding: 10px;
}

/*******************************************************************************/
/* Center the Alumni Header Box */
.alumni-header-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ffecd1; /* Light orange background */
  padding: 15px 20px;
  border-radius: 10px; /* Rounded edges */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  border: 2px solid #ff7b00; /* Orange border */
  width: 100%; /* Full width */
  margin-bottom: 20px; /* Space below the box */
}


/* Feedback Card Container */
.alumni-fdbk-card {
  width: 30%; /* Fits 3 cards in a row on medium & large screens */
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px;
  overflow: hidden;
}

/* Adding Dotted Background Effect */
.alumni-fdbk-card::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-image: radial-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 10px 10px;
  opacity: 0.3;
  z-index: -1;
}

/* Feedback Text with Larger Quotes */
.alumni-card-text {
  font-size: 16px;
  font-style: italic;
  position: relative;
  padding: 15px;
  text-align: center;
  color: #333;
}
/* Styling the <p> inside .alumni-card-text */
.alumni-card-text p {
  font-size: 18px; /* Larger text */
  font-weight: 500; /* Medium weight for better readability */
  line-height: 1.5; /* Improves text spacing */
  color: #ff7b00; /* Warm orange text color */
  padding: 10px ;
  display: inline-block; /* Keeps width to content */
  background: rgba(255, 255, 255, 0.5); /* Semi-transparent white background */
  border-radius: 5px;
}
/* Larger Double Quotes */
.alumni-card-text::before,
.alumni-card-text::after {
  font-size: 50px;
  font-weight: bold;
  color: #ff7b00;
  position: absolute;
}

.alumni-card-text::before {
  content: "“";
  top: -5px;
  left: -5px;
}

.alumni-card-text::after {
  content: "”";
  bottom: -5px;
  right: -5px;
}

/* User Info */
.alumni-fdbk-card-user {
  display: flex;
  align-items: center;
  margin-top: 15px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

/* User Image */
.alumni-fdbk-card-userImage img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  border: 2px solid #ff7b00;
}

/* User Name */
.alumni-fdbk-card-userInfo span {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

/* Responsive Grid */
.feedback-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center the cards */
  gap: 15px; /* Adds spacing between cards */
  padding-bottom: 150px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .alumni-fdbk-card {
      width: 32; /* 3 cards in a row on tablets */
  }
  .feedback-container{
    padding-bottom: 180px;
  }
}

@media (max-width: 768px) {
  .alumni-fdbk-card {
      width: 100%; /* 1 card in a row on smaller screens */
  }
  .feedback-container{
    padding-bottom: 170px;
  }
}
/* Adjust to 2 Cards Per Row and Center at 600px */
@media (max-width: 600px) {
  .alumni-fdbk-card {
      width: 45%; /* Ensures two cards fit in one row */
  }
  .feedback-container {
      justify-content: center; /* Centers the cards */
  }
}

/* Full Width on Smaller Screens */
@media (max-width: 480px) {
  .alumni-fdbk-card {
      width: 100%; /* 1 card per row on small screens */
  }
}

.custom-alert-box {
  background-color: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  width: 80%;
  min-height: fit-content;
  margin: 1rem auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none; /* Ensure no underline on the box itself */
}
.custom-alert-box h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 1rem;
}
.custom-alert-box .link-text {
  color: #2563eb;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
}
.custom-alert-box .link-text:hover {
  text-decoration: underline;
  color: #1e40af;
}
.custom-alert-box img {
  max-width: 900px;
  height: auto;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .custom-alert-box {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .custom-alert-box .text-content {
    flex: 1;
  }
  .custom-alert-box img {
    margin-left: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-alert-box {
    flex-direction: column;
    text-align: center;
  }
  .custom-alert-box .text-content {
    flex: 1;
  }
  .custom-alert-box img {
    margin-left: 1.5rem;
    max-width: 500px;
  }
}
@media (max-width: 600px) {
  .custom-alert-box {
    flex-direction: column;
    text-align: center;
  }
  .custom-alert-box img {
    margin-top: 1.5rem;
    max-width: 50px;
  }
}
@media (max-width: 480px) {
  .custom-alert-box {
    flex-direction: column;
    text-align: center;
  }
  .custom-alert-box h1 {
    font-size: 1.5rem;
  }
  .custom-alert-box .link-text {
    font-size: 0.875rem;
  }
  .custom-alert-box img {
    margin-top: 1rem;
    max-width: 300px;
  }
}
