/* --- Pallavi code start --- */
.programe-banner {
  background: url("../images/ltc-program.png") no-repeat !important;
}
/* .programe-banner{background:url('../images/programe/programe-banner.png') no-repeat;min-height:100vh;position:relative;display:flex;justify-content:left;align-items: center;text-align: left;background-position:left;background-size:100%;    max-height: 300px;} */
.programe-banner-container {
  max-width: 1100px;
  position: relative;
  padding-top: 367px;
  padding-bottom: 10px;
}
.programe-hero-pg {
  font-size: 18px;
  font-weight: 200;
  line-height: 32px;
  text-align: left;
  max-width: 100%;
  padding-left: 132px;
}
.programe-hero-subtitle {
  font-family: var(--fontAnek);
  font-weight: 600;
  font-size: 30px;
  padding-left: 132px;
}
.text-yellow {
  color: #ffa73a;
}
.blue-img {
  box-shadow: 4px 25px 50px 0px #00000040;
  border-radius: 40px;
}
.blue-img img {
  border-radius: 40px;
}
.learning-section {
  padding: 60px 0;
  text-align: center;
  background-color: #ffffff;
}
.learning-section h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: var(--fontAnek);
}
.bg-padding {
  padding: 80px 80px 85px 80px;
}
.bg-padding-sm {
  padding: 40px 40px 40px 80px;
}
.rounded-40 {
  border-radius: 40px;
}
.learning-cards-section {
  padding: 80px 0;
}
.learning-cards-section-new {
  padding-bottom: 0px;
}
.Anek-Latin {
  font-family: "Anek Latin";
  font-size: 48px;
  font-weight: 600;
}
.feature-card {
  border: 1px solid #9199a1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.feature-card-header {
  height: 82px;
  text-align: center;
  background-color: #0d6efd;
  color: #fff;
  font-weight: 500;
  padding: 18px 18px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-card-header.black {
  background-color: #0c0d0e;
  color: #fff;
  transition: background-color 0.3s ease;
  font-family: var(--fontAnek);
}
.feature-card:hover .feature-card-header.black {
  background-color: #0056b5;
}
.feature-card-body {
  background-color: #fff;
  padding: 25px 20px;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.8;
}
.image-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  height: 280px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.3s ease;
}
.image-card:hover {
  transform: scale(1.03);
}
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.image-card:hover img {
  transform: scale(1.1);
}
.image-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(231 144 37);
  color: white;
  opacity: 0;
  display: flex;
  align-items: left;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  padding: 20px;
  transition: opacity 0.4s ease;
}
.image-card:hover .overlay {
  opacity: 1;
}
.overlay h5 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.overlay p {
  font-size: 0.95rem;
  color: #f0f0f0;
  margin: 0;
}
@media (max-width: 768px) {
  .feature-card-header {
    font-size: 20px;
  }
  .feature-card-body {
    font-size: 15px;
  }
  .image-card {
    height: 220px;
  }
  .overlay h5 {
    font-size: 1rem;
  }
  .overlay p {
    font-size: 0.85rem;
  }
}
.cta-section {
  background: #fff;
  position: relative;
  margin-top: 80px;
}
.leaf-icon {
  position: absolute; /* width: 40px; */
  height: auto;
}
.leaf-orange {
  top: -19%;
  right: 10%;
}
.leaf-orange-left {
  top: -23%;
  left: 16%;
}
.quote-section {
  background-color: #fff;
}
.quote-section .leaves img {
  width: 120px;
  height: auto;
}
@media (max-width: 768px) {
  .quote-section .leaves img {
    width: 80px;
  }
}
/* Layout styling */
.campus-title {
  font-family: Anek Latin;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 48px;
  leading-trim: CAP_HEIGHT;
  line-height: 56px;
  letter-spacing: 1.5%;
  text-align: center;
}
.top-padding {
  padding-top: 25px;
}
.blue-box {
  background: #0d6efd;
  border-radius: 25px;
}
/* Card styling */
.custom-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-6px);
}

/* Card image */
.custom-card .card-img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* Black footer bar */
.card-footer-bar {
  background: #17191c;
  padding: 12px 50px;
  color: #fff;
  font-size: 14px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.card-footer-bar a {
  color: #fff;
  font-size: 18px;
  font-family: var(--fontAnek);
}
.card-footer-bar-small {
  background: #000;
  padding: 12px 75px;
  color: #fff;
  font-size: 14px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.arrow {
  font-size: 16px;
  font-weight: bold;
  opacity: 0.8;
}
.campus-text-white {
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
}
.spacing-top {
  padding-top: 110px;
}
.img-fluid-campus {
  max-width: 80%;
  height: auto;
}
.spacing-bottom {
  padding-bottom: 110px;
}

.font-normal-campus p {
  font-size: 15px;
  font-weight: 400;
}
.tr-pattern {
  right: 8%;
  top: 0 !important;
  z-index: -1;
}
.m-b-35 {
  margin-bottom: 32px;
}

.legend-title {
  font-weight: 700;
  color: #d6861a;
  margin-bottom: 15px;
  padding-left: 94px;
}

.legend-title-key {
  font-weight: 700;
  color: #d6861a;
  margin-bottom: 15px;
  padding-left: 60px;
}

/* Legend Styling */
.legend-list {
  list-style: none;
  padding-left: 90px;
}

.legend-list li {
  font-size: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.legend-list .num {
  background: #d6861a;
  color: #fff;
  font-size: 13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-weight: 600;
}

/* Road Key */
.road-key-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 12px;
  gap: 10px;
}

.line {
  width: 50px;
  height: 4px;
  display: inline-block;
  border-radius: 5px;
}

.line.red {
  background: linear-gradient(to right, #c13f00 40%, transparent 60%);
}

.line.blue {
  background: linear-gradient(to right, #004b9d 40%, transparent 60%);
}

.line.green {
  background: linear-gradient(to right, #1c9c22 40%, transparent 60%);
}
.map-image-box {
  position: relative;
}

.map-image {
  width: 100%;
  border-radius: 10px;
  opacity: 0.9;
}
.map-image-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 70%;
  height: 100%;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.full-width-img {
  width: 100vw;
  height: auto;
  display: block;
  margin-left: 50%;
  transform: translateX(-50%);
}

.img-overlay-campus {
  display: inline-block;
}
.img-overlay-campus::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.map {
  background: url("../images/campus/map.png") no-repeat;
  background-position: right;
  background-size: 70%;
}

.hall-section {
  width: 100%;
  text-align: center;
  padding: 40px 20px 0 20px;
  position: relative;
  margin-top: 200px;
}
.hall-title h1,
.hall-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
.sub-title {
  font-size: 22px;
  color: #1b63d1;
  margin-top: 5px;
  font-weight: 600;
}
.decor-left,
.decor-right {
  position: absolute;
}
.decor-left {
  left: 0px;
  width: 200px;
}
.decor-right {
  right: 0px;
  width: 200px;
}
.decor-left img,
.decor-right img {
  width: 100%;
}
.read-more-btn {
  margin-top: 110px;
}

.hall-content {
  max-width: 900px;
  margin: 50px auto 0;
  text-align: left;
}

.hall-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hall-content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.gallery-content p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
  margin-top: 60px;
}

/* masonry */
.masonry-wrapper {
  width: 70%;
  margin: auto;
}
.img-wrapper {
  width: 100% !important;
}
.masonry {
  column-count: 3;
  column-gap: 18px;
}
.masonry img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 18px;
}
.img-h-auto img {
  max-height: none !important;
}
@media (max-width: 992px) {
  .masonry {
    column-count: 2;
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  .masonry {
    column-count: 2;
    padding: 0;
  }
  .hall-section {
    margin-top: 50px;
  }
  .masonry-wrapper {
    width: 90%;
    padding-top: 30px;
  }
  .read-more-btn {
    margin-top: 40px;
  }
  .hall-content p {
    font-size: 16px;
  }
  .inner-bn .back-home {
    top: 12%;
  }
}

.img-masonry-wrapper {
  width: 100%;
  margin: auto;
}
.category-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.category {
  padding: 12px 24px;
  border: 2px solid #0a55c9;
  background: #fff;
  color: #0a55c9;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category:hover {
  background: #0a55c9;
  color: #fff;
}

.category.active {
  background: #0a55c9;
  color: #fff;
  box-shadow: 0 4px 12px rgba(10, 85, 201, 0.3);
}
.ml-120 {
  margin-left: 120px;
}
.w-60 {
  width: 60%;
}

/* --- Pallavi code end  --- */
.foundations-section {
  padding: 60px 40px;
  background: #005bbb; /* blue background */
}
.title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
.img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.content {
  padding: 25px;
}
.content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.content p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.white-bg {
  background: #ffffff;
  color: #000;
}
/* Pattern Image on Right */
.leaf-stack {
  width: 96%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; /* pushes image to right */
}

.leaf-stack img {
  width: 60px;
  height: auto;
  object-fit: contain;
}
