/*@font-face {*/
/*  font-family: 'Abcrepro';*/
/*  src: url('<?php echo get_template_directory_uri(); ?>/assets/fonts/abcrepro.woff2') format('woff2'),*/
/*       url('<?php echo get_template_directory_uri(); ?>/assets/fonts/abcrepro.woff') format('woff');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/.students-life-section p
/*}*/

/* Museo Sans Regular */
@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSans/Fontspring-DEMO-MuseoSans_100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0041-005A, U+0061-007A;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSans/Fontspring-DEMO-MuseoSans_300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0041-005A, U+0061-007A;
} 

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSans/Fontspring-DEMO-MuseoSans_500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0041-005A, U+0061-007A;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSans/Fontspring-DEMO-MuseoSans_700.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0041-005A, U+0061-007A;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSans/Fontspring-DEMO-MuseoSans_900.otf') format('opentype');
  font-weight: 900; 
  font-style: normal;
  font-display: swap;
  unicode-range: U+0041-005A, U+0061-007A;
} 


/* Museo Sans Bold */
/* @font-face {
  font-family: 'Museo Sans';lear
  src: url('fonts/MuseoSans-Bold.woff2') format('woff2'),
    url('fonts/MuseoSans-Bold.woff') format('woff'),
    url('fonts/MuseoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
} */

/* Use it in your site */
body {
  font-family: 'ABC Repro', Verdana, sans-serif !important;
  overflow-x:hidden;
}

.navbar-nav li
{
    padding-right: 10px !important;
}
h2
{
    font-size: 2rem !important;
    font-weight: 400 !important;
}
p
{
    font-size: 16px !important;
    font-weight: 400 !important;
}
.custom_size
{
    font-size: 18px !important;
}
.testimonial_custom_size
{
    font-size: 16px !important;
}
.hero-carousel {
  height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgb(42 42 42 / 90%), rgb(64 76 70 / 60%), rgba(0, 102, 51, 0.1), transparent);
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 80px;
  color: #fff;
  z-index: 1;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
}

.hero-content p {
  font-size: 1.1rem;
  max-width: 500px;
  margin-top: 20px;
}

.hero-content .btn {
  margin-top: 30px;
  padding: 10px 25px;
  font-weight: 600;
  background-color: #c41230;
  border: none;
  border-radius:0px;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  bottom: 30px;
  top: auto;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding: 5px;
  z-index: 10;
}

.carousel-control-prev {
  right: 60px;
  left: auto;
}

.carousel-control-next {
  right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  filter: invert(1);
}

.btn_color
{
    background-color: #000 !important;
    outline: none;
    border: none;
    border-radius: 0;
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-overlay {
    padding-left: 30px;
  }
  
  .overlay-big h4{
      font-size:18px;
  }
}


/* Feature Card Hover */
.feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.stats-section {
  padding: 40px 0;
  background-color: #fff;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.stat-icon {
  width: 80px;
  height: 80px;
  background-color: #0f5723;
  /* Dark green */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0 20px;
}

.stat-box {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.stat-icon img {
  width: 50px;
  /* adjust as needed */
  height: auto;
}

.stat-text p {
  margin: 0;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.stat-text h4 {
  margin: 0;
  font-weight: 700;
  font-size: 35px;
}


.nav-pills .nav-link {
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  color: #3333339e;
  border-right: 3px solid transparent;
  padding: 18px 15px;
  border-bottom:1px solid #808080a6;
  border-radius: 0;
  font-size: 16px;
  width: 100%;
}


@media (min-width: 768px) and (max-width: 1024px) {
  .stat-text h4 {
    font-size: 20px;
  }
  
  .stat-text p{
      font-size: 13px;
  }

  .stat-icon img {
    width: 30px;
    margin: 10px;
  }
  
  .stat-icon{
      height:60px;
  }
  .nav-pills .nav-link {
      font-size: 12px;
  }
}

@media (max-width: 767px) {
  .stat-box {
    flex-direction: column;
    /* stack vertically on mobile */
    text-align: center;
  }

  .stat-text {
    margin-top: 8px;
    text-align: center !important;
  }
}


/* .stat-icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
  /* Make icon white */






.divider {
  border-left: 1px solid #ccc;
  height: 60px;
  margin: auto 20px;
}

@media (max-width: 767.98px) {
  .divider {
    display: none;
  }

  .stat-item {
    margin-bottom: 30px;
  }
}

/* Custom class to show border-right only on md and up */
.border-md-end {
  border-right: none;
}

@media (min-width: 768px) {
  .border-md-end {
    border-right: 1px solid #ccc;
  }
}



.why-choose-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  z-index: 1;
}
/*.why-choose-section::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background-color: rgba(255, 255, 255, 0.9);*/
/*  z-index: 1;*/
/*}*/

/* Blurred background layer */
.why-choose-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: url(../images/new-bg.jpg) no-repeat center center / cover;*/
  background: url(../images/back_img.jpg) no-repeat center center / cover;
  /*filter: blur(8px);*/
  transform: scale(1.05); /* Prevents edges from showing blur gaps */
  z-index: -1;
}



.why-choose-container {
  position: relative;
  z-index: 2;
}

.why-image {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.why-image img {
  width: 100%;
  height: auto;
  display: block;
}

.play-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
}

.why-text h2 {
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-item {
  border-bottom: 1px solid #ddd;
  padding: 9px 0;
  position: relative;
}

.feature-item h6 {
  /*font-weight: 700;*/
  margin-left: 10px;
  font-size: 15px;
  margin-bottom: 4px;
  color:black;
}

.feature-item p {
  font-size: 0.875rem;
  color: #504d4d;
  margin: 0;
  color:black;
}

.feature-item .icon {
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  color: red;
  font-size: 16px;
}

.btn-learn {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 40px;
  font-weight: 400;
  margin-top: 20px;
  transition: background-color 0.4s ease;
  letter-spacing: 1px;
}

.btn-learn:hover
{
  background-color:#fff;
  color: #000;	
  border: 1px solid #000;
}
.event_btn
{
  background-color:black;
  color:white;
  border-radius:10px;
  font-weight:400;
  transition: background-color 0.4s ease;
  padding-left:18px;
        padding-right:18px;
  letter-spacing: 1px;
}
.event_btn:hover
{
  background-color:#fff;
  color: #000;	
  border: 1px solid #000;
}
.course_btn
{
  background-color:black !important;
  color:white;
  border-radius:10px;
  font-weight:400;
  transition: background-color 0.4s ease;
  /*letter-spacing: 1px;*/
  border: 0;
  outline: 0;
}
.course_btn:hover
{
  background-color:#fff !important;
  color: #000;	
  border: 1px solid #000;
}

.accordion-body p
{
    font-size:15px !important;
}

@media (max-width: 767px) {
  .why-image {
    margin-bottom: 30px;
  }
}

.affiliation-logo {
  /* border: 2px solid #000; */
  border-radius: 50%;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
}

.affiliation-logo img {
  width: 180px;
  height: 180px;
  object-fit: contain;
}

.swiper-button-next {
  color: #000;
  right: 0px;
}

.swiper-slide {
  text-align: center;
}



.input-group-text {
  background: #fff;
  border: none;
  border-radius: 5px 0 0 5px;
}

.btn-next {
  color: #fff;
  font-weight: bold;
  width: 100px;
  letter-spacing: 1px;
  width: 26%;
}

.form-control:focus {
  box-shadow: none;
}

.students-life-section {
  text-align: center;
  padding: 40px 20px;
}

.students-life-section h2 {
  color: #000;
  font-weight: 600;
}

.students-life-section p {
  text-align: left;
  /*max-width: 900px;*/
  /*margin: 0 auto 30px;*/
  font-size: 16px;
  color: #000;
  margin: 0;
}

.students-life-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin-bottom : 2.5rem;
}



.students-life-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  transition: transform 0.4s ease-in-out;
}

.students-life-grid img:hover{
    transform: scale(1.05); /* zoom in */
}

/* Custom spans to match your design */
.item-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.span-2{
    grid-column: span 2;
}

.learn-more-btn {
  background-color: #000;
  color: white;
  padding: 10px 40px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s;
  letter-spacing: 1px;
  margin-top: 15px;
  transition: background-color 0.4s ease;
}

/*.learn-more-btn:hover {*/
/*  background-color: darkred;*/
/*}*/

@media (max-width: 768px) {
  .students-life-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .item-wide {
    grid-column: span 2;
  }
}

@media (max-width: 480px) {
  .students-life-grid {
    grid-template-columns: 1fr;
  }

  .item-wide {
    grid-column: span 1;
  }
}

.course-section {
  padding: 50px 20px;
  background: url('../images/Group 467 (1).png'); 
  /*background: url('../images/IMG_8216.webp'); */
  width: 100%;
} 

.course-section h2 {
  color: black;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}


.nav-pills li{
    /*border-bottom: 1px solid gray;*/
    position: relative;
    padding: 0px 10px;
}
.nav-pills li:nth-child(4)
{
    display:grid;
}
.nav-pills li:last-child button {
    border-bottom: 0;
}

.nav-pills .nav-link.active {
  background-color: transparent;
  /*border-left: 3px solid red;*/
  color: black;
  font-weight: bold;
}
.nav-pills .nav-link.active::before {
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #c41230;
    z-index: 10;
}
.nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #c41230;
    z-index: 10;
}
/*.nav-pills .nav-link.active::after {*/
/*    content: "";*/
/*    position: absolute;*/
    /*right: -22px;*/  /* adjust to align with border line */
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 6px;*/
/*    height: 20px;*/
/*    background: red;*/
/*    border-radius: 3px;*/
/*}*/

.zoom_img
{
    overflow: hidden;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.course-img {
  /*border-radius: 10px;*/
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* X, Y, Blur, Color */
  /*transition: transform 0.4s ease-in-out;*/
  /*animation: infiniteZoom 4s ease-in-out infinite;*/
  transform-origin: center center;
  /*overflow: hidden;*/
  display: block;
}

.course-img:hover {
  /*transform: scale(1.04); */
}

 @keyframes infiniteZoom {
    0% {
        transform: scale(1.07);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1.07);
    }
}

.nav-link
{
    color: #000 !important;
}

.footer-section h5
{
    font-weight: 700 !important;
}
.course-desc {
  margin-top: 15px;
  font-size: 15px;
  color: #000;
}

.course-btn {
  background-color: #000;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 25px;
  margin-top: 15px;
  font-weight: 400;
  transition: 0.3s;
  letter-spacing: 1px;
  transition: background-color 0.4s ease;
}

.course-btn:hover {
  background-color: #fff;
  color: #000;	
  border: 1px solid #000;
}

.flex-column
{
    border-right: 3px solid #808080a6;
}



.scroll-row {
  overflow: hidden;
  white-space: nowrap;
}

.video-card {
  position: relative;
  width: 300px;
  height: 220px; /* fix a uniform height */
  margin: 0 15px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px; /* optional rounded corners */
  background: #000;  /* fallback background */
}

.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* makes all images cover the card */
  display: block;
}

.video-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 50% black */
  pointer-events: none; /* Allows clicks to pass through */
}

.video-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px; /* keep text inside card */
  color: #fff;
  /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);*/
  /*font-size: 14px;*/
  text-align: left;
  z-index:2;
}

.play-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 20px;
  background: rgba(0,0,0,0.5); /* more visible */
  color: #fff;
  border-radius: 50%;
  padding: 5px 10px;
  border: 2px solid #fff;
  z-index:2;
  text-decoration:none;
}

/*.video-card-link {*/
  flex: 1 1 calc(25% - 1rem); /* 4 per row on desktop */
/*  max-width: calc(25% - 1rem);*/
/*}*/


.scroll-row {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scroll-content {
  display: flex;
  flex-wrap: nowrap; /* keep smooth scrolling */
 
}

/* Each card should have a fixed width so all 4 fit */
.video-card-link {
  display: block;
  
   /* prevent shrinking */
}

/*@media (max-width: 768px) {*/
/*  .video-card-link
    width: 200px; /* slightly smaller on mobile to fit 4 cards */
/*  }*/
/*}*/
/* Right Scroll */
/*.scroll-right .scroll-content {*/
/*  animation: scrollRight 15s linear infinite;*/
/*}*/

/* Left Scroll */
/*.scroll-left .scroll-content {*/
/*  animation: scrollLeft 15s linear infinite;*/
/*}*/


@media (max-width:1024px) {
 
  /* Right Scroll */
.scroll-right .scroll-content {
  animation: scrollRight 10s linear infinite;
}

/* Left Scroll */
.scroll-left .scroll-content {
  animation: scrollLeft 10s linear infinite;
}
.scroll-content:hover {
  animation-play-state: paused;
}



}



/* Keyframes for Infinite Loop */
@keyframes scrollRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* Optional: Pause on hover */
.scroll-content:hover {
  animation-play-state: paused;
}



.partners-section {
  background: url('../images/BCA-Banner-img.jpg') center/cover no-repeat;
  /* Replace with your actual background image */
  background-size: cover;
  padding: 60px 0 40px;
  width: 100%;

}

.partner-title {
  color: white;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.partner-card {
  background: #fff;
  border-radius: 8px;
  /*padding: 20px;*/
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.partner-card img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

/* Custom navigation */
.custom-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.custom-nav button {
  background: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-indicators {
  display: none;
}

.step-indicator {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.step-indicator li {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 25px;
  font-weight: bold;
  color: #555;
  font-size: 16px;
}

.step-indicator li.active {
  color: #015c23;
}

.step-indicator li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 14px;
  background-color: #ccc;
  color: white;
}

.step-indicator li.active span {
  background-color: #00410b;
}

.form-card {
  background-color: #00410b;
  padding: 30px;
  border-radius: 10px;
  color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.form-control,
.form-select {
  border-radius: 8px;
  padding: 8px;
}

.btn-next {
    background-color: #58baa1 !important; /* red (Bootstrap danger color) */
    color: #000 !important;
    border: none;
    border-radius: 10px !important;
    padding: 8px 25px; /* smaller size */
    font-size: 16px;
    display: inline-block;
    letter-spacing: 1px !important;
    font-weight: 400;
}

.btn-next:disabled {
    opacity: 1;
    cursor: not-allowed;
}

.culinary-section {
  padding: 60px 0;
}

.culinary-heading {
  color: #000;
  margin-bottom: 20px;
  font-size: 2.5rem;
    font-weight: 400;
}

.culinary-text p {
  margin-bottom: 15px;
  color: #000;
  line-height: 1.5;
  font-size: 14px;
  /*text-align: justify;*/
    word-spacing: normal;
}

.fw-semibold
{
    font-weight: 400 !important;
    font-size: 2rem !important;
}

.culinary-img {
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  height: 400px;
  width: 100%;
  object-fit: cover; /* optional: keeps image proportion without distortion */
  z-index: 3;
  position:relative;
  border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    left: 10px;
}

.testimonial-card {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  /* Horizontally center */
  justify-content: center;
  /* Vertically center */
  text-align: center;
  padding: 30px;
  height: 100%;
  /* Ensures equal height */
}

.testimonial-card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testimonial-card h5 {
  color: #015c23;
  font-weight: bold;
  margin-bottom: 5px;
}

.testimonial-card .stars {
  color: gold;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

  .testimonial-slider .slick-dots {
        margin-bottom: 30px; /* Adjust as needed */
    }

/* Hide Slick arrows */
.slick-prev,
.slick-next {
  display: none !important;
}

.info-card {
  background: #fff;
  /*border-radius: 10px;*/
  padding: 30px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.info-card img {
  width: 50px;
  margin-bottom: 20px;
}

.info-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #1a3e2e;
  /* Dark green */
}

.info-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.team-section {
  padding: 60px 0;
  text-align: center;
  
}






.team-section h2 {
  font-weight: 400;
  color: #000;
  font-size: 2rem !important;
}

.team-section p {
  color: #000;
  margin-bottom: 40px;
  font-size: 1rem !important;
}

.team-card {
  position: relative;
  /*border-radius: 10px;*/
  overflow: hidden;
  /* background: #fff; */
   
   margin-right:20px;
}

.team-card img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

.team-info {
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  background: #424242;
  color: white;
  padding: 10px 20px;
  /*border-radius: 5px;*/
  text-align: center;
  width: 95%;
}

.team-info h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.team-info small {
  font-size: 0.85rem;
}

.learn-more-btn:hover{
    background: #fff;
    color:#000;
    border: 1px solid #000;
}


.btn-explore {
  background: #c41230;
  color: white;
  padding: 10px 25px;
  font-weight: bold;
  /*border-radius: 5px;*/
  margin-top: 30px;
  text-decoration: none;
  display: inline-block;
}

.btn-explore:hover {
  background: #b0040f;
  color: white;
}

.events-section {
  padding: 60px 0;
  text-align: center;
}

.events-section h2 {
  color: #000;
  font-weight: 600;
  margin-bottom: 40px;
}

/*.event-card {*/
/*  background: white;*/
  /*border-radius: 10px;*/
/*  overflow: hidden;*/
/*  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
/*  transition: transform 0.3s ease;*/
/*  padding: 12px;*/
/*  height: 450px;*/
/*}*/

/*.event-card h6 {*/
/*  font-size: 20px;*/
/*}*/

/*.event-card:hover {*/
/*  transform: translateY(-5px);*/
/*}*/

/*.event-card img {*/
/*  width: 100%;*/
/*  height: 240px;*/
/*  object-fit: cover;*/
/*}*/

/*.event-meta {*/
/*  font-size: 0.9rem;*/
/*  color: #777;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 10px;*/
/*  margin: 20px 0;*/
/*}*/

/*.event-card .card-body {*/
/*  text-align: left;*/
/*}*/

.event-card {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  transition: 0.3s;
  background: #fff;
}

.event-card:hover {
  transform: translateY(-5px);
}

.event-img img {
  width: 180px;
  height: 100%;
  object-fit: cover;
}

.card-body {
  padding: 15px;
  flex: 1;
}

.event-meta {
  font-size: 14px;
  color: #666;
}

.event-title {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
}


    .event-tabs {
        display: flex;
        gap: 10px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .event-tab {
        background: #f8f9fa;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 8px 16px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .event-tab.active {
        background: #00410b;
        color: #fff;
        border-color: #00410b;
    }

.event-info{
    text-align:left;
}

.btn-book {
  background: #c8102e;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.btn-book:hover {
  background: #a50d24;
  color: #fff;
}


/*.btn-book {*/
/*  background: #c41230;*/
/*  color: white;*/
/*  font-weight: bold;*/
/*  padding: 6px 15px;*/
  /*border-radius: 5px;*/
/*  text-decoration: none;*/
/*  display: inline-block;*/
/*  margin: 20px 0;*/
/*}*/

/*.btn-book:hover {*/
/*  background: #b0040f;*/
/*  color: white;*/
/*}*/

.btn-prev-events {
  background: #e30613;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  /*border-radius: 5px;*/
  text-decoration: none;
  margin-top: 30px;
  display: inline-block;
}

.btn-prev-events:hover {
  background: #b0040f;
  color: white;
}

footer {
  width: 100%;
  color: white;
  padding: 40px 0 10px 0;
  position: relative;
  border-top: 1px solid black;
  background:black;
  pointer-events: auto !important;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(255, 255, 255, 0.7);*/
  z-index: 0;
}

.footer-content {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 180px;
  /*margin-bottom: 15px;*/
  margin-right:15px;
  filter: drop-shadow(1px 0px 3px white);
}

.footer-section
{
    display:flex;
    flex-direction: column;
}
.footer-section p{
    font-size:14px;
}


.footer-section h5 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size:14px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul:nth-child(2) {
    margin: 0;
}
.footer-programs
{
 margin-bottom: 4.2rem !important;
}
.footer-bottom p
{
    font-size: 14px !important;
}

.footer_para
{
    font-size: 16px !important;
}
.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section li {
     position: relative;
  margin-bottom: 12px;
  font-size:12px;
}

.footer-section li::before {
  content: "\f285"; /* Bootstrap Icons: chevron-right */
  font-family: "bootstrap-icons"; 
  position: absolute;
  /*left: 0;*/
  top:3px;
  /*transform: translateY(-50%);*/
  font-size: 0.7rem;
  color: #00410b; /* green arrow – change as needed */
}

.footer-section ul li a {
  text-decoration: none;
  color: #000;
  font-size:12px;
  margin-left: 14px;
}

/*.footer-section ul li a:hover {*/
/*  color: #0094da;*/
/*}*/


.social-icons a {
  font-size: 22px;
  margin-right: 12px;
  color: #fff;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #fff !important;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: white;
}

.footer-bottom p{
    color: #000;
    font-size : 14px;
}

iframe {
  width: 100%;
  border: 0;
  height: 250px;
}

.course-section {
  padding: 40px 0;
}

.course-box {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 12px 18px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #ddd;
  font-size: 18px;
}

.course-box:hover {
  background: #e9f5ff;
  border-color: #007bff;
}

.course-box.active {
  border: 2px solid #007bff;
  background: #e9f5ff;
}

.course-box i {
  font-size: 18px;
  color: #28a745;
}

.register-btn {
  background: #000;
  color: white;
  font-weight: bold;
  padding: 12px 25px;
  /*border-radius: 6px;*/
  border: none;
  margin-top: 20px;
  transition: 0.3s;
}

.register-btn:hover {
  background: darkred;
}

.text_css
{
    color: #000 !important;
}

.eligibility-section {
  background: url('https://img.freepik.com/premium-photo/fresh-baguette-bread-background_255667-18293.jpg') no-repeat center center/cover;
  position: relative;
  color: #333;
  padding: 50px 0;
}

.eligibility-overlay {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  border-radius: 10px;
  width: auto;
}

.eligibility-list li {
  margin-bottom: 12px;
  font-size: 16px;
}

.eligibility-list li i {
  color: #00410b;
  margin-right: 10px;
  font-size: 16px;
}

.green-box {
  background: #00410b;
  color: white;
  padding: 40px 25px;
  border-radius: 6px;
  position: relative;
  min-height: 350px;
  text-align: center;
  width: 350px;
}

.vertical-text {

  text-orientation: mixed;
  font-size: 30px;
  font-weight: bold;
}


.green-box img {
  position: absolute;
  bottom: -130px;
  right: -100px;
  border: 5px solid white;
  border-radius: 6px;
      width: 300px;
    height: 300px;
}


.event-image img{
    width: 100%; 
    height: 200px; 
    object-fit: cover;
}  

@media (min-width: 768px) and (max-width: 1024px) {
    .green-box{
         width: 300px;
    }
    .green-box img{
        margin-top:40px;
        right: 0;
    }
    
    .green-box h3{
        font-size: 25px;
    }
    .event-action a{
        font-size: 11px;
        padding: 11px;
    }
    .footer-logo img {
    width: 130px;
    }
    .event-image img{
        height: 200px; 
    }
}

.btn-admission {
  background: #000;
  color: #fff;
  padding: 12px 25px;
  font-weight: 400;
  border-radius: 10px;
  border: none;
  margin-top: 40px;
  transition: 0.3s;
}

.btn-admission:hover {
  background: #fff;
    color:#000;
    border: 1px solid #000;
}

.process-section {
  padding: 60px 0;
  text-align: center;
  position: relative;
  background: url('../images/Group 467 (1).png');
}

.process-section h2 {
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}



.process-step {
  position: relative;
  text-align: center;
}

.process-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #145a32;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}

.process-circle i {
  color: #fff;
  font-size: 40px;
}

.process-step h5 {
  font-weight: bold;
  color: #145a32;
  margin-bottom: 10px;
}

.process-step p {
  font-size: 14px;
  color: #555;
}

/* Dotted line between steps */
.dotted-line {
  position: absolute;
  top: 60px;
  left: 12%;
  right: 12%;
  border-top: 3px dotted #ccc;
  z-index: 0;
}

.step-container {
  background-image: url('../images/step-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-bottom: 20px;
  background-size: 900px auto;
}


.step-zigzag:nth-child(odd) {
  margin-top: 0;
}

.step-zigzag:nth-child(even) {
  margin-top: 120px;
}

.step-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-circle {
  background-color: #11631d;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-circle i {
  color: #fff;
  font-size: 40px;
}

.banner-section {
  position: relative;
  background: url('../images/Group 476.JPG') no-repeat center center/cover;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background: rgb(0 0 0 / 64%);
  /* Green overlay */
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
}

.banner-content h2 {
  font-size: 50px;
}

.decor-square {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
  display:none;
}

.decor-square span {
  width: 15px;
  height: 15px;
  background: white;
  display: block;
}

.decor-square span:nth-child(2) {
  width: 10px;
  height: 10px;
  margin-left: 6px;
}

.course-section {
  padding: 50px 0;
}

.course-title {
  text-align: center;
  margin-bottom: 30px;
  color: #145414;
  font-weight: 600;
}

.course-card {
  position: relative;
  overflow: hidden;
  /* border-radius: 8px; */
  height: 100%;
  color: #fff;
}

.course-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.course-card:hover img {
  transform: scale(1.05);
}

.course-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 15px;
}

.course-content h6 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.overview-card {
  background: #00703C;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  /* border-radius: 8px; */
  text-align: center;
  padding: 20px;
}

.btn-view {
  background: #d80000;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 4px;
  text-decoration: none;
}

.btn-view:hover {
  background: #b30000;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  height: 100%;
}

.grid-item {
  background: #f9f9f9;
  /* padding: 5px; */
  position: relative;
  background: linear-gradient(black, white);
}

.big-green {
  background: linear-gradient(#0f5723);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-big {
  position: relative;
  height: 100%;
}

.right-big img {
  object-fit: cover;
  height: 100%;
  border-radius: 5px;
}

.right-big .overlay-big {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.course-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.course-card .course-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  color: #fff;
  font-weight: 600;
  z-index: 2;
}

.contact-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  border-bottom-left-radius: 0px;
  height:100%;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.info-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  /* background: #0c5f2e; */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 15px;
}

.info-icon img {
  width: 100%;
  height: 100%;
}

.contact-card h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 10px;
}

.contact-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.contact-card h6{
    font-size: 14px;
}

.contact-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.contact-img {
  background: url("../images/Building_Pic.webp") center center/cover no-repeat;
  min-height: 550px;
  /* ðŸ”‘ ensures image always shows */
  position: relative;
  /*object-fit: cover;*/
  background-position: 0% 0% !important;
}

/* .contact-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: #0c5f2e;
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
} */

.contact-form {
  padding: 40px;
}

.contact-form h2 {
  font-size: 36px !important;
}
.contact-form h3 {
  font-weight: 600;
  margin-bottom: 25px;
}

.form-control,
.form-select {
  border-radius: 8px;
  font-size: 16px;
  padding: 10px 15px 10px 10px;
  border:1px solid #000;
}

.btn-submit {
  background: #000 ;
  color: #fff ;
  border-radius: 10px !important;
  padding: 10px 25px;
  font-weight: 400;
  border: none;
  letter-spacing: 1px;
  opacity: 1 !important;
  transition: 0.3s;
}

.btn-submit:hover {
  background: #cc0000;
}

.big-green {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.big-green .icon {
    margin-bottom: 10px;
}

.big-green .course-icon {
    width: 60px; /* adjust size */
    height: auto;
}

.big-green h4{
    font-size:28px;
}

.contact-text{
        font-size:35px;
    }

  
    
    


@media (max-width: 500px){
    .nav-pills{
        margin-bottom:10px;
    }
    
    .btn-book{
        margin:10px 0;
    }
    .course-section img{
        margin-bottom:20px;
        margin-top: 30px;
    }
    .btn-admission{
        margin-top:170px;
    }
    .green-box{
        width:100%;
        margin-top:20px;
    }
   .vertical-text{
        font-size:30px;
    }
    .contact-text{
        font-size:35px;
    }
  .event-image{
      display:none;
  }
  .footer-bottom{
      font-size:12px;
  }
  .footer-section h5{
    margin-top: 10px;
  }
  .culinary-heading{
       font-size:21px;
  }
  
  .team-card{
      margin-right:0px;
  }
}

@media (max-width: 400px) and (min-width:320px){
    .culinary-heading{
       font-size:19px;
  }
}

@media (max-width: 1100px){
    .feature-item i{
        font-size:12px;
    }
    
    .feature-item p{
        font-size:12px;
    }
}

@media (max-width:375px) {
    .feature-item p {
        font-size: 11px;
    }
}

    /* Remove right border from icons */
    .input-group-text.no-border-right {
        border-right: none;
        background-color: #fff; /* same as input */
    }
    
        /* Match input height with icon */
    .input-group .form-control,
    .input-group .form-select {
        border-left: none;
    }
    
    .courses-img{
        height:600px;
        width:100%;
    }
    
 .custom-modal {
  border: none;
  overflow: hidden;
  border-radius: 10px;
}

.modal-banner img {
  width: 25%;
  height: 200px;
  object-fit: cover;
}

.modal-body {
  padding: 0 30px 20px 30px;
}

.modal-body .modal-subtitle {
  font-size: 1rem;
  color: #a06c3e;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.modal-body p{
    color:black;
}

.divider {
  width: 60px;
  height: 3px;
  margin: 10px auto;
  background-color: #a06c3e;
  border: none;
}

.custom-footer {
  background: white;
  padding: 20px;
  color: #fff;
  font-size: 0.9rem;
  text-align:center;
  display:block;
  justify-content:center;
}
.prev_css
{
    padding: 7px 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav li
    {
        padding-right : 4px !important;
        font-size: 15px;
    }
}
@media (max-width: 576px) {
  .students-life-grid {
    grid-template-columns: 1fr;
  }
  .students-life-grid .item-wide,
  .students-life-grid .span-2 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .students-life-grid div {
    width: 100%;
  }
  
  .green-box img{
          bottom: -140px;
     right: 0;
  }
  .location{
      margin-bottom: 10px;
  }
  .social-icons{
      margin-bottom:20px;
  }
  .contact-box{
      margin:0 8px;
  }
}

.full-text{
    display:none;
}

.team-slider .slick-dots{
    margin-top:20px;
}

#culinary-contact-form{
    margin-top:20px;
}

.stories{
    background: url('../images/Group 467 (1).png') center/cover no-repeat;
}

.slick-dots li {
  display: none; /* hide all dots */
}

.slick-dots li:nth-child(-n+3) {
  display: inline-block; /* show only first 3 */
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  display:contents;
}

.slick-dots li.slick-active button {
  background: #333; /* active dot color */
}

.about{
    background: url("../images/Group 467 (1).png");
}

.faq{
    background: url("../images/Group 467 (1).png");
}

.place-info {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: #006400;
  color: white;
  padding: 10px 10px;
  border-radius: 5px;
  text-align: center;
}

.place-info h5 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: bold;
}

.why-video video {
  width: 100%;
  height: 500px;
  border-radius: 8px; /* optional rounded corners */
}

.why-video
{
    margin-top:5px;
}

.announcement-bar {
  background-color: #c41230; /* same color as your screenshot */
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff; /* white text */
  letter-spacing: 0.5px;
}

.call_btn
{
    border-radius: 10px;
    padding:10px 40px;
    font-size: 15px;
    transition: background-color 0.4s ease;
    margin-left:12px;
}

.call_btn:hover
{
    background-color:#fff !important;
    color: #000 !important;	
    border: 1px solid #000;
}

.apply-btn {
    background-color: #000 !important; /* same red */
    color: #fff !important;
    font-weight: 500;
    border-radius: 10px !important; /* rounded corners */
    padding: 10px 20px;
    font-size: 15px;
    border: none;
    transition: background-color 0.4s ease;
}

.apply-btn:hover {
    background-color:#fff !important; /* darker on hover */
    /*transform: translateY(-2px); */
    color: #000 !important;
    border: 1px solid #000 !important;
    
}

/* Responsive margins */
@media (min-width: 768px) {
  .apply-btn {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    /*margin-bottom: 0 !important;*/
  }
  .course-details{
      margin-top:50px;
  }
  .image-bg{
      left:20px;
  }
  
  .image-border{
      left:-12px;
  }
}

@media (max-width: 767px) {
  .apply-btn {
    margin-bottom: 0.5rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}


        .blog-meta {
            font-size: 14px;
            text-transform: uppercase;
            color: #6c757d;
            margin-bottom: 5px;
        }

        .blog-title {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #0d1b2a;
            text-decoration: none;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            /* Limit to 2 lines */
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .blog-title:hover {
            color: #0d6efd;
        }

        .blog-desc {
            font-size: 14px;
            color: #444;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            /* Limit to 3 lines */
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 15px;
        }

        .sidebar-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #0d1b2a;
        }

        .sidebar .list-unstyled li {
            margin-bottom: 10px;
        }

        .sidebar .list-unstyled a {
            text-decoration: none;
            color: #444;
        }

        .sidebar .list-unstyled a:hover {
            color: #0d6efd;
        }

        .blog-card {
            margin-bottom: 40px;
        }

        .blog-card img {
            width: 100%;
            height: 300px;
            margin-bottom: 15px;
            transition: transform 0.3s ease;
        }

        .blog-card img:hover {
            transform: scale(1.02);
        }
        
        /* Container for the shine effect */
.shiny-effect {
    position: relative;
    overflow: hidden; /* This hides the shine effect when it's outside the container */
}

/* The shine effect pseudo-element */
.shiny-effect::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    /* Creates the white-to-transparent linear gradient */
    background: linear-gradient(
        to right, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.3) 50%, 
        rgba(255, 255, 255, 0) 100%
    );
    /* Start the shine off-screen to the left */
    transform: translateX(-100%);
    transition: transform 0.8s ease;
}

/* Animation on hover */
.shiny-effect:hover::after {
    /* Slide the shine across the image */
    transform: translateX(100%);
}

/* Ensure the image is slightly scaled up on hover for a more dynamic effect */
.shiny-effect:hover img {
    transform: scale(1.02);
}

            .read-more-btn {
      display: inline-block;
      background-color: #000;
      color: #fff;
      padding: 8px 16px;
      text-decoration: none;
      font-size: 14px;
      transition: background 0.3s ease;
      border-radius:10px;
      font-weight:400;
    }
    .read-more-btn:hover {
      background: #fff;
    color:#000;
    border: 1px solid #000;
    }

.our_story
{
    margin-top: 68px;
    border:none;
    outline:none;
}

.card_box
{
    background-color: antiquewhite;
    text-align: center;
    padding: 40px 50px;
}

.card_head
{
    margin-bottom: 35px;
    /*font-weight: 600;*/
    font-size: 17px;
    text-align:center;
}

.card_para
{
    text-align: justify !important;
    font-size: 16px !important;
}
.card {
      /*background: linear-gradient(135deg, #f8ffae 0%, #43c6ac 100%);*/
      box-shadow: 0 8px 24px rgba(67, 198, 172, 0.15), 0 1.5px 6px rgba(0,0,0,0.08);
      border-radius: 10px;
      transition: transform 0.2s, box-shadow 0.2s;
      border: none;
    }
    .card:hover {
      transform: translateY(-8px) scale(1.03);
      box-shadow: 0 16px 32px rgba(67, 198, 172, 0.25), 0 3px 12px rgba(0,0,0,0.12);
      background: #8eeec1;
    }
    .card-title {
      /*font-size: 1.7rem;*/
      font-weight: 600;
      color: #000;
      letter-spacing: 1px;
      /*margin-bottom: 0.75rem;*/
      /*text-shadow: 0 2px 8px #43c6ac33;*/
    }
    .card-text {
      /*font-size: 1.1rem;*/
      color: #000;
      margin-bottom: 0;
    }
    .card-body {
      padding: 2.5rem 2.5rem;
    }
    @media (max-width: 767px) {
      .card {
        margin-bottom: 1.5rem;
      }
      .card:hover {
      transform: translateY(-4px) scale(1.01);
    }
    }
    
.vid_css
{
    /*height: 535px;*/
}
.info-card
{
    display:none;
}
.border-image-wrapper
{
    border: 4px solid goldenrod;
    /*border-image: url('https://www.transparenttextures.com/patterns/diamond-upholstery.png') 30 round;*/
    border-radius: 5px;
    padding: 0px;
    /*display: inline-block;*/
    /*background: #fff;*/
    /*max-width: 100%;*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.accordion-body p{
    font-size:15px;
}

@media (max-width: 350px){
    .event_btn{
        padding-left:10px;
        padding-right:10px;
    }
}

@media (max-width: 991px) {
    .apply-btn {
        margin-left:0;
        margin-bottom:10px;
    }}
    
@media (max-width: 575px){
    .tab-content{
       overflow: hidden;
    }
    .image-bg{
        display:none;
    }
    .image-border{
        display:none;
    }
    .culinary-img{
        left:0px;
    }
    .call_btn{
        padding:10px 50px;
        margin-left:0px;
        margin-top:20px;
    }
    
}

@media (max-width: 768px){
.info-side img{
    margin-top:20px;
}
}


@media (max-width: 800px) and (min-width:600px){
    .footer-programs{
        margin-bottom:1rem;
    }
}

/* Custom column class for 1024px breakpoint */
@media (min-width: 1100px) {
  .col-lg-custom {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.btn-footer{
    background:black;
    color:white;
}

.btn-footer:hover{
    background:white;
    color:black;
}
.footer_img
{
 background-image: url('../images/footer.jpg');   
 background-repeat: no-repeat;
 background-size: cover;
}
.footer_img::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    pointer-events: none;
}

      /* Light blue background shape */
      .image-bg {
        position: absolute;
        top: 35px;
        left: 40px;
        width: 100%;
        height: 100%;
        background: #e6f0ff;
        /*border-radius: 20px;*/
        z-index: 1;
            border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
        border-bottom-right-radius: 15px;
      }

      /* Blue border frame (half outside the image) */
      .image-border {
        position: absolute;
        top: -30px; /* pushes half outside */
        left: -12px;
        width: calc(100% - 10px);
        height: calc(100% - 20px);
        border: 2px solid #00410b;
        border-top-right-radius: 80px;
        border-bottom-left-radius: 80px;
        z-index: 1;
            border-top-left-radius: 15px;
      }
      
      /* Responsive margins */
@media (min-width: 768px) {
  .apply-btn {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    /*margin-bottom: 0 !important;*/
  }
  .course-details{
      margin-top:50px;
  }
  .image-bg{
      left:20px;
  }
  
  .image-border{
      left:2px;
  }
}

@media (min-width: 1100px) {
.banner-content h1{
    width:800px;
}
}

@media (max-width: 500px){
    .dropdown-item{
        font-size: 9px;
    padding-left: 5px;
    }
    .navbar-nav li {
     padding-right:0px;
     font-size:11px;
    }
    .banner-section{
        height:350px;
    }
    
}

@media (min-width: 900px) and (max-width: 1100px){
    .image-border{
        left: -1px;
    }
    .btn-admission{
            margin-right: 55px;
    }
}

@media (min-width: 300px) and (max-width: 350px){
    .dropdown-item{
        font-size: 7px;
    }
}

@media (max-width: 767px){
.btn-admission{
        margin-top:170px;
    }
        .green-box {
        width: 100%;
        margin-top: 20px;
    }
}

@media (min-width: 350px) and (max-width: 500px){
    .green-box img{
        width:100%;
    }
}

.about-diagonal {
  background: #fff;
      overflow-x: hidden;
}

.about-title {
  font-size: 1.8rem;
  color: #214d36;
  margin-bottom: 15px;
  font-weight: 600;
}

.about-diagonal p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}

/*.about-content */
/*{ flex: 1;*/
/*background: #f7f8f4;*/
/*padding: 40px 50px; */
/*border-radius: 16px; */
/*box-shadow: 0 6px 18px rgba(0,0,0,0.08);*/
/*}*/

.about-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  border-radius: 16px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
  display: block;
}

.about-image img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .about-diagonal {
    padding: 60px 0;
  }

  .about-title {
    font-size: 1.6rem;
  }

  .about-image {
    height: auto;
  }

  .about-image img {
    height: auto;
    object-fit: cover;
  }
}

.place-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.place-card:hover {
  transform: translateY(-5px);
}

.image-wrapper {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.place-card:hover img {
  transform: scale(1.05);
}

.place-info h5 {
  font-weight: 600;
  font-size: 18px;
}

.place-info small {
  font-size: 14px;
}

.phone-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.phone-float:hover {
  background-color: white;
  transform: scale(1.1);
  text-decoration: none;
  color: #fff;
}

.phone-float::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.4);
  animation: pulse 1.5s infinite;
  z-index: -1;
}

.show-more-btn{
  /*background-color: #000;*/
  color: white;
  padding: 6px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s;
  letter-spacing: 1px;
  margin-top: 15px;
  transition: background-color 0.4s ease;
  font-size: 14px;
}

.nav-link.dropdown-toggle::after {
  display: none !important;
}

.students-life-section button
{
    background-color: #000 !important;
}

.students-life-section button:hover {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.8); opacity: 0; }
}

.source_size
{
    font-size: 15px !important;
}

.carousel-item.hero-carousel video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*.insta-wrapper {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(6, 1fr);*/
    grid-auto-rows: 180px;  /* FIX: All normal items have equal height */
/*    gap: 18px;*/
/*}*/

.insta-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 18px;
}

.insta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

/* Large image placed at right side */
.insta-big-right {
    grid-column: 5 / span 2;
    grid-row: span 2;
    height: auto; /* allow tall span */
}

.span-2-col {
    grid-column: span 2;
}

/* Responsive grid */
/*@media (max-width: 992px) {*/
/*    .insta-wrapper {*/
/*        grid-template-columns: repeat(6, 1fr);*/
/*        grid-auto-rows: 110px;*/
/*    }*/
/*}*/

@media (max-width: 500px) {

    /*.insta-wrapper {*/
        display: flex;             /* disable grid */
        flex-direction: column;    /* stack items vertically */
    /*    gap: 16px;*/
    /*}*/

    .insta-item,
    .insta-item img {
        height: 260px;             /* uniform height for all on mobile */
    }

    /* Remove all spanning rules on mobile */
    .insta-big-right {
        grid-column: auto !important;
        grid-row: auto !important;
        height: 260px !important;
    }

    .span-2-col {
        grid-column: auto !important;
    }
}

.sb_instagram_header
{
    display:none;
}

.sbi_load_btn {
  background-color: #000!important;
  font-size: 16px!important;
  color: white!important;
  padding: 10px 40px!important;
  border-radius: 10px!important;
  text-decoration: none!important;
  font-weight: 400!important;
  transition: 0.3s!important;
  letter-spacing: 1px!important;
  margin-top: 15px!important;
  transition: background-color 0.4s ease!important;
}

.sbi_load_btn:hover{
    background: #fff!important;
    color:#000!important;
    border: 1px solid #000!important;
}

/*.insta_btn*/
/*{*/
/*  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4)!important;*/
/*  font-size: 16px!important;*/
/*  color: white!important;*/
/*  padding: 10px 40px!important;*/
/*  border-radius: 10px!important;*/
/*  text-decoration: none!important;*/
/*  font-weight: 400!important;*/
/*  transition: 0.3s!important;*/
/*  letter-spacing: 1px!important;*/
/*  margin-top: 15px!important;*/
/*  transition: background-color 0.4s ease!important;*/
/*  border: none!important;*/
/*}*/

/*.insta_btn:hover*/
/*{*/
/*    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4)!important;*/
/*    color:#fff!important;*/
/*    box-shadow:none!important;*/
/*}*/

.sbi_follow_btn
{
    display: none !important;
}
.insta_head
{
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.social-title {
    flex: 1;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.insta-btn {
    padding: 12px 20px!important;
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4)!important;
    color: #fff!important;
    border-radius: 10px!important;
    font-weight: 600!important;
    text-decoration: none!important;
    display: inline-flex!important;
    align-items: center!important;
    gap: 8px!important;
    white-space: nowrap!important;
}

.post-meta
{
    text-transform: capitalize;
}

.img_resize{
    /*height: 600px;*/
}