
    :root{
      --Primary-color: #1a499e;            
      /*--Primary-color: #002c54;            */
      --Secondary-color: #ff5747;         
      /*--Secondary-color: #f2674a;         */
      --body-color: #fff8e6;
      --gradient: linear-gradient(135deg, #002c54 0%, #003e79 100%);         
    }

body {
      font-family: 'Poppins', sans-serif;
      background-color: var(--body-color);
      /*background-color: #fff6ec;*/
    }
    
    .text-shadow {
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
}
    .text-shadow-sm {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}

.text-color {
  color: var( --Secondary-color);
}
.background-color {
  background: var(--Secondary-color);
}

.slider-img {
  height: 100vh;
}
@media (max-width: 576px) {
  .slider-img {
  height: 300px !important;
}
.navbar-brand img {
  width: 200px !important;
}
.message-section {
  margin: 0px 5px !important;
}

}

@media (min-width: 576px) and (max-width: 991.98px) {
  .slider-img {
  height: 600px;
}
}


.school-logo {
    width: 100%;
    max-width: 320px;
    position: absolute;
    left: -6px;
}

@media (max-width: 576px) {
  .school-logo {
    width: 100%;
    max-width: 320px;
    position: absolute;
    left: 0px;
}
}

     .navbar {
	background: white;
	border-radius: 3rem;
	padding: 12px;
	margin: 1rem auto;
	max-width: 1200px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.68);
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
  z-index: 9999;
}


.dropdown-menu p:hover {
  color: var(--Secondary-color);
}

    /* Show dropdown menu on hover */
@media (min-width: 992px) { /* apply only on desktop */
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* prevents jump */
  }

}


    .nav-link.active, .nav-link:focus, .nav-link:hover {
      color: var(--Secondary-color) !important;
    }
    .btn-enroll {
      background-color: var(--Secondary-color);
      border: none;
      border-radius: 1.5rem;
      color: white;
      padding: 0.5rem 1.5rem;
    }
    .hero {
      padding: 4rem 1rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }
    .hero-text {
      max-width: 600px;
      position: absolute;
      z-index: 99;
      bottom: 10%;
      left: 50%;
      transform: translateX(-50%);
    }
    .hero-text h1 {
      font-size: 3rem;
      font-weight: bold;
      color: #ffffff;
    }
    .hero-text p {
      font-size: 1.1rem;
      color: #555;
      margin: 1rem 0;
    }
    .hero-text .btn {
      margin-right: 1rem;
    }
    .hero-image img {
      max-width: 100%;
      border-radius: 2rem;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    .dropdown-menu-custom {
      padding: 2rem;
      background: white;
      border-radius: 1rem;
      width: 400px;
    }


    @media (max-width: 576px) {
  .dropdown-menu-custom {
      width: 100%;
    }
}

    .program-intro {
      background: url('../images/Dropdown-img.jpg');
      /* background: linear-gradient(to bottom, var(--Secondary-color), #e34d5e); */
      color: white;
      padding: 1.5rem;
      border-radius: 1rem;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .program-list p {
      margin-bottom: 0.5rem;
    }
	
	.about-section {
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
}

.image-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-row {
  display: flex;
  gap: 20px;
}

.about-img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 200px;
}

.circle-badge {
  background: linear-gradient(135deg, #fd7e6f, #fb6340);
  padding: 10px 18px;
  border-radius: 50px;
  display: inline-block;
  font-size: 18px;
}
.message-section {
  background-color: #ffffff;
  /* background-color: #fff1e5; */
  padding: 60px 0;
  border-radius:40px;
  margin: 0px 50px;
  font-family: 'Poppins', sans-serif;
}
.footer-section {
  background-color: var(--Primary-color);
  padding: 50px 0 20px 0px;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.footer-bottom {
    font-size: 14px;
}

.principal-photo {
  width: 100%;
  max-width: 400px;
  height: auto;
  /* border-radius: 50%; */
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.announcement-section {
  background-color: #f8f4ef;
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
}

.announcement-heading {
  font-size: 18px;
  color: #993333;
}

.announcement-images img.rounded-image {
  width: 200px;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}

.announcement-card {
  background-color: #fff;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 6px 6px 0 #c5725f10;
}

.announcement-date {
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
}

.announcement-date span {
  margin-left: 12px;
}

.announcement-title {
  font-size: 17px;
  font-weight: 600;
  color: #3e3e59;
  margin-bottom: 12px;
}

.announcement-footer {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
}

.announcement-footer img {
  width: 40px;
  height: 40px;
}


/* ==== Vertical News Slider ==== */
.vertical-slider {
  height: 480px; /* Shows 3 cards roughly */
  overflow: hidden;
  position: relative;
}

.slider-inner {
  display: flex;
  flex-direction: column;
  animation: scroll-up 20s linear infinite;
}

/* Each news card */
.announcement-card {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 15px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.announcement-card:hover {
  transform: translateY(-3px);
}

/* Vertical sliding animation */
@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%); /* Adjust this depending on number of items */
  }
}

/* Pause on hover */
.vertical-slider:hover .slider-inner {
  animation-play-state: paused;
}



/*=======================================================*/


.badge.new-badge {
  background-color: var(--Primary-color);
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-left: auto;
}
.facilities-title {
  font-weight: 700;
  color: var(--Primary-color);
}

.facilities-subtitle {
  font-size: 14px;
  letter-spacing: 1px;
  color: #888;
}

.underline {
  width: 20%;
  height: 4px;
  background-color: var(--Secondary-color);
  margin-top: 8px;
  border-radius: 20px;
}

.underline1 {
  width: 30%;
  height: 4px;
  background-color: var(--Secondary-color);
  margin-top: 8px;
  border-radius: 20px;
}

.facility-circle {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.facility-caption {
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 10px;
  width: 100%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.facility-caption i {
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}

.facility-caption h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.facility-caption small {
  font-size: 11px;
}

.btn-circle,
.btn-circle:hover {
  width: 36px;
  height: 36px;
  background-color: #024c88;
  color: white;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
  opacity: 1;
}


/* -----------------Gallery------------ */

.photo-card {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background: #000;
	box-shadow: 0 12px 28px rgba(0,0,0,.12);
}
.photo-card img {
	width: 100%;
	height: 240px;
	object-fit: cover;
  border-radius: 20px;
	opacity: .9;
	transition: transform .5s ease, opacity .3s ease;
}
.photo-card .overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 800;
	letter-spacing: .06em;
	background: linear-gradient(0deg, rgba(0,0,0,.55), rgba(0,0,0,.15));
	opacity: 0;
	transition: opacity .3s ease;
}
.photo-card:hover .overlay {
	opacity: 1;
}



/* ------- */

.social-sec {
	width: 20px;
	height: 20px;
	background: var(--Secondary-color);
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 50%;
	transition: 0.3s ease-in-out;
	color: #ffffff;
}



/* =============== */
.card-img-top {
  height: 50%;
  border-radius: 15px 15px 30px 0px;
  background: var(--Secondary-color);
}
.card-img-top1 {
  height: 50%;
  border-radius: 15px 15px 0px 30px;
  background: var(--Secondary-color);
}

.card-body  {
  background: #fff;
  color: #000;
  border-radius: 0px 0px 15px 15px;
}


/* ===========Page Edit============= */


.section-title {
  color:rgb(255, 255, 255);
  text-transform: uppercase;
}


.hero-banner {
	background: linear-gradient(to right, #002b54a4, #002b54a4, #002b54a4), url('../images/page-bg.jpg') center/cover no-repeat;
	height: 330px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.intro {
	position: relative;
}
.section {
	padding: 84px 0;
}

.hero-divider {
  width: 130px;
  height: 4px;
  background-color: var(--Secondary-color);
  margin: 0 auto;
  border-radius: 30px;
}

.intro .blob,
.intro .blob1 {
  position: absolute;
  border-radius: 50%;
  background: rgba(242, 103, 74, 0.1);
  animation: pulseBlob 6s ease-in-out infinite;
}

/* Specific positions */
.intro .blob {
  right: 6%;
  top: 120px;
  width: 200px;
  height: 200px;
}

.intro .blob1 {
  left: 6%;
  bottom: 10px;
  width: 120px;
  height: 120px;
  animation-delay: 3s; /* makes them alternate */
}

/* Keyframes for smooth pulse/blink */
@keyframes pulseBlob {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
}


/* =============According================== */

 .accordion {
    border: none;
  }

  .accordion-item {
    border: none;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
  }
  .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 18px;
	font-size: 1rem;
	color: #000;
	text-align: left;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
}

.accordion-body {
	border-radius: 10px;
}

  .accordion-item:first-of-type,
  .accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
  }

  .accordion-button .hero-about {
display: flex;
align-items: center;
width: 100%;
font-size: 1rem;
font-weight: 600;
color: #000;
background-color: #967b7b;
border: none;
border-radius: 10px;
position: relative;
overflow: hidden;
transition: all 0.4s ease;
}

.accordion-button span {
position: relative;
z-index: 1;
transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.accordion-button:hover span {
transform: translateX(5px);
text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}


.accordion-button:not(.collapsed) {
background: var(--gradient);
color: #fff;
border-radius: 10px;
}


.accordion-header {
	margin-bottom: 5px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


.accordion-button:focus {
outline: none;
box-shadow: none;
}

  .accordion-item:last-of-type .accordion-button.collapsed {
border-radius: 10px;
}

.accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

/* ==================================== */


thead th {
  background: var(--gradient);
  color: #fff !important;
}

table {
  position: relative;
  z-index: 9;
}


/* ----------------------------- */

.list-group li {
	line-height: 28px;
	background: url(../images/icons/aroow.png) no-repeat left 5px;
	padding: 0px 0px 0px 30px;
	list-style: none;
	margin: 10px 0px;
	vertical-align: middle;
}

/* ----------------------------- */

.btn-class {
  background: transparent;
  border-radius: 40px;
  border: 2px solid var(--Secondary-color);
  color: var(--Secondary-color);
  padding: 5px 15px;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.btn-class:hover {
  background: var(--Primary-color);
  border: 2px solid var(--Primary-color);
  color: #fff;
}

.btn-class1 {
  background: white;
  border-radius: 40px;
  border: 2px solid var(--Secondary-color);
  color: var(--Secondary-color);
  padding: 5px 15px;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

.enroll:hover {
  background: var(--Secondary-color);
  border-radius: 40px;
  border: 2px solid var(--Secondary-color);
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
}
.enroll {
  background: var(--Secondary-color);
  border-radius: 40px;
  border: 2px solid var(--Secondary-color);
  color: white;
  padding: 5px 15px;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

.enroll:hover {
  background: var(--Primary-color);
  border: 2px solid var(--Primary-color);
  color: #fff;
}


/*** 

=============================================

    Exercise plan area style

=============================================

***/

.exercise-plan-area {

    background: #fff;

    padding-top: 50px;

    padding-bottom: 50px;

}

.text-holder, .exercise-plan-area .sec-title {

    padding-bottom: 15px; float:left; width:100%

}

.exercise-plan-area .video-holder{

    width: 100%;

    height: auto;

    text-align: center;

    position: relative;

    overflow: hidden;    

}

.exercise-plan-area .video-holder img{

    transform: scale(1);

    transition: all 0.5s ease 0s;

    width: 100%;

}

.exercise-plan-area .video-holder .overlay-gallery {

    bottom: 0;

    height: 100%;

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

    width: 100%;

    background-color: rgba(0, 0, 0, 0.30); 

    transition: all 500ms ease;

}

.exercise-plan-area .video-holder .overlay-gallery .icon-holder{

    display: table;

    height: 100%;

    width: 100%;    

}

.exercise-plan-area .video-holder .overlay-gallery .icon-holder .icon{

    display: table-cell;

    vertical-align: middle;    

}

.exercise-plan-area .video-holder .overlay-gallery .icon-holder .icon a img{

    width: auto;

    transform: scale(1);

    transition: all 0.5s ease 0s;

}

.exercise-plan-area .video-holder:hover .overlay-gallery {

    background-color: rgba(0, 0, 0, 0.70); 

}

.exercise-plan-area .video-holder:hover img {

    transform: scale(1.1);

}

.exercise-plan-area .video-holder .overlay-gallery .icon-holder .icon a:hover img{

    transform: scale(1.1);

}

.exercise-plan-area .accordion-box .accordion .accord-content {

    padding: 0px 50px 17px 0px;

}
.text-holder, .exercise-plan-area .sec-title {
  padding-bottom: 15px;
  float: left;
  width: 100%;
}
.bg10 {
  background: var(--body-color);
  padding: 30px;
  /*box-shadow: 0 -0px 5px -1px rgb(0, 0, 0);*/
  min-height: 365px;
  border-radius: 20px;
}
.bg11 {
  background: var(--body-color);
  padding: 30px;
  /*box-shadow: 0 -0px 5px -1px rgb(0, 0, 0);*/
  border-radius: 20px;
  min-height: 365px;
}
.fl {
  float: left;
  margin-right: 20px;
}
.text-holder, .exercise-plan-area .sec-title {
  padding-bottom: 15px;
  float: left;
  width: 100%;
}