*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Nunito;
	font-weight: normal;
	font-style: normal;
	
}

body{
	background: #f9fafb;	/* #fff */
}

/* 
    blue color: #2d3091 rgba(45, 48, 145)
    golden yellow: #bfa064  rgb(191, 160, 100)
*/

:root{
  /*--primary-color: #0F5267;*/
  --primary-color: #2d3091;
  --secondary-color: #0F5267;
  --accent-color: #bfa064;
  --darker-accent-color: #a78554;
  --deep-primary-color: #1d1f5c;
  --footer-nav-links:#fff;		/* #9b9de0 */
  --red: #e63946;
  --white: #fff;
  --grey: #f2f2f2;
  --dark-text: #000;
  --div-padding: 10.35%;	/*  8.75rem*/
  --div-padding2: 14.87rem;	/* 14.87rem */
  --margin-top: 5.5rem;
}

/* .a{
  border: 2px solid red;
}

.b{
  border: 2px solid green;
}

.c{
  border: 2px solid blue;
} */

.bg-blue{
	background: var(--primary-color) !important;
}

.bg-deep-blue{
	background: var(--deep-primary-color) !important;
}

.bg-white{
	background: var(--white);
}

.bg-golden{
	background: var(--accent-color);
}

.bg-red{
	background: var(--red);
}

.bg-grey{
	background: var(--grey);
}

.dark-text{
	color: var(--dark-text);
}

.golden-text{
	color: var(--accent-color);
}

.text-light{
	color: var(--white);
}

.text-red{
	color: var(--red);
}

.text-blue{
	color: var(--primary-color);
}

.left-text{
	text-align: left !important;
}

.dark-text2{
	color: var(--dark-text) !important;
}

.sec-text{
	color: var(--secondary-color);
}

.clr{
  clear: both;
}

.alignleft{
  float: left;
}

.alignright{
  float: right;
}

.center{
  text-align: center;
}

.phone{
	display: none;
}

.div-padding{
	padding-left: var(--div-padding);
	padding-right: var(--div-padding);
}

.nav-clearance{
  padding-top: 5rem;	/*3vw*/
}

.div-mb{
  margin-bottom: 6%;	/* 5rem */
}

.div-spacing{
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.my-rounded{
	border-radius: 0.6rem;
}

.border-bottom{
	border-bottom: 1px solid grey;
}

a{
	text-decoration: none;
}

/* BUTTONS */
.my-button{
  color: var(--white);
  background-color: var(--accent-color);
}

.mbtn{
  --btn-bg: #1d1f5c;
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: var(--btn-bg);
   /* background: var(--accent-color);#28a745 Conrad Academy green */
  border-radius: 0.4rem;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.mbtn:hover{
  color: var(--btn-bg) !important;
  background-color: transparent;
  border: 2px solid var(--btn-bg);
}

/* Variants just override the variable */
.btn-red{
  --btn-bg: var(--red);
}

.btn-golden{
  --btn-bg: var(--accent-color);
}

.btn-white{
  --btn-bg: #fff;
}

.btn-yellow{
  --btn-bg: #f4a261;
}


/* NAVBAR */
nav{
	height: 5.625rem;
	display: flex;
	padding: 0.25rem var(--div-padding) 0.31rem 7.69rem;
	justify-content: space-between;
	align-items: center;
}

.nav-logo{
	height: 8rem;   /* 5rem */
    margin-top: 1.2rem;
    background-color: var(--white);
}

.main-nav .nav-links{
	flex: 1;
	padding-top: 1.5rem;
	text-align: right;
}

.main-nav .nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 0.5rem 0.8rem 0;
	position: relative;
}

.main-nav .nav-links ul li a{
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  color: var(--primary-color);
}

.main-nav .nav-links ul li a:hover{
	color: var(--accent-color);
}

.main-nav .active-page{
  border-bottom: 0.0625rem solid var(--accent-color);
  padding-bottom: 0.2rem !important;
}

.first-link{
	padding-left: 0 !important;
}

.last-link{
	padding-right: 0 !important;
}

.main-nav .dropdown button{
  background: none !important;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  color: var(--primary-color);
}

.main-nav .dropdown .dropdown-menu{
  margin: 0 !important;
  min-height: 10rem !important;
  min-width: 18.6875rem !important;
  padding: 1.5rem !important;
  border-color: var(--white);
  border-radius: 0;
}

.main-nav .dropdown .dropdown-menu li{
	display: block !important;
	margin-bottom: 1rem;
}

.main-nav .dropdown .dropdown-menu li a{
	display: block !important;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;	
  	color: var(--dark-text);
}

.main-nav .dropdown .dropdown-menu li span{
	color: grey;
    text-transform: uppercase;
}

.main-nav .dropdown .dropdown-menu li a:hover{
	color: var(--accent-color);
	/* text-decoration: underline; */
}


.main{
	min-height: 120vh !important;
  margin-bottom: 4.375rem;
}

/* COUNT DOWN */
.countdown-banner {
	background-color: var(--accent-color); /* red background */
	color: var(--white);
	text-align: center;
	padding: 0.9375rem;
	font-size: 1.125rem;
	font-weight: bold;
}

.countdown-banner a {
	color: var(--white);
	text-decoration: underline;
	font-weight: bold;
}

.timer {
	display: inline-flex;
	gap: 0.3125rem;
	margin-left: 0.625rem;
}

.time-box {
	background:	var(--white);
	color: #0a2239;
	padding: 0.3125rem 0.625rem;
	border-radius: 0.1875rem;
	text-align: center;
	font-size: 0.875rem;
	font-weight: bold;
}

#days, #hours, #minutes, #seconds{
	font-size: 1rem;
	font-weight: 700;

}

.time-box span {
	display: block;
	font-size: 0.625rem;
	font-weight: normal;
}

/* Hero Styles */
.hero {
  position: relative;
  height: 100vh; /* full screen */
  /*background: url('../images/banner.png') no-repeat center center/cover;*/
  color: #fff;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55); /* dark overlay for readability */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

/* .btn-hero {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #28a745; /* Conrad Academy green
  color: #fff;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
} 

.btn-hero:hover {
  background: #218838;
}*/

/* ACCREDITION & PARTNERS */
.grid-container-accredition-partners-div{
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 3rem;
	padding-bottom: 3rem;
}

.accredition-div h3{
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
	line-height: 1.5rem;
	color: var(--primary-color);
}

.accredition-div img {
  max-height: 60px;     /* keeps logos consistent */
  object-fit: contain;
  /* margin: 10px; */
}

.accredition-logos, .partner-logos{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* flex-start makes them to start from the left */
  align-items: center;
  gap: 20px;
}

/* Left column: vertical stack
.accredition-logos{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* flex-start makes them to start from the left
    align-items: center;
    gap: 10px;
}

/* Right column: responsive gridx 
.partner-logos{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* flex-start makes them to start from the left
    align-items: center;
    gap: 10px;
} */


/* HOME ABOUT */
.grid-container-home-about-div{
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-about-img img{
  width: 100%;
	height: 24.84375rem;	/* 397.5px */
  object-fit: cover;
}

.home-about-details{
	padding-top: 2rem;
}

.home-about-details h3{
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
	margin-bottom: 1.5rem;
	color: var(--primary-color);
}

.home-about-details p{
	font-size: 1.125rem;	
	font-weight: 400;
	line-height: 1.5rem;
}

.home-about-details .last-p{
	margin-top: 2rem;
}

.small-header{
	margin-bottom: 1rem;
	color: var(--accent-color);
}

.big-header{
  font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	color: var(--primary-color);
}

.header-p{
	margin-bottom: 2.5rem;
}

/* TESTIMONIALS */
.testimonial-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  text-align: center;
}

.testimonial-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial {
  flex: 1 0 33.333%; /* 3 per row by default */
  box-sizing: border-box;
  padding: 20px;
}

.testimonial-card {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial p {
  font-style: italic;
  margin-bottom: 15px;
  color: #555;
}

.author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.author h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.author span {
  font-size: 0.9rem;
  color: #888;
}

/* Side Controls */
.controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* background: #1d1f5c; */background: none;
  color: #1d1f5c;
  border: none;
  padding: 0.625rem 0.9375rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.75rem;  /* 14px */
  transition: background 0.3s;
  z-index: 10;
}

.controls button:hover {
  font-size: 1.875rem;
  font-weight: 600;
  /* background: #131440; */
}

#prev {
  left: 0.625rem;
}

#next {
  right: 0.625rem;
}

/* PROGRAMS */
.program{
	background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0px 0.125rem 0.5rem rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none; 
}

.program:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0px 0.375rem 0.9375rem rgba(0,0,0,0.15);
}

.grid-container-home-programs-div{
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* .program-image{
	/* height: 258px;	294px */
	/* border: 1px solid red;
} */

.program-image img{
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
}

.program-details{
	padding: 1rem 2rem 2rem;
}

.program-details h6{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;	
  	color: #4f5257;
	margin-bottom: 1.3rem;
}

.program-details h4{
	font-size: 1.3rem;
	font-weight: 600;	
  	color: var(--primary-color);
	margin-bottom: 3rem;
}

.program-details a{
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5rem;	
  	color: var(--accent-color);
}


/* APPLICATION BANNER */
.application-banner-div{
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 0 0 var(--div-padding);
}
  
.app-banner-details{
  padding: 5rem var(--div-padding) 5rem 0;
}

.app-banner-details h6{
  margin-bottom: 1.5rem;
  color: var(--accent-color);
}

.app-banner-details h3{
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.2rem;
  color: var(--white);
}

.app-banner-details .app-h3{
  margin-bottom: 1.5rem;
}

.app-banner-details p{
	font-size: 1.125rem;	
	font-weight: 400;
	line-height: 1.8rem;
  color: #e0e3ff;
  margin-bottom: 2rem;
}

.app-banner-details .app-h6{
  font-weight: 600;
  margin-bottom: 2rem;
}

.app-banner-details .apply-btn{
  margin-right: 1rem;
}

.app-banner-details .more-btn{
  font-size: 1rem;
  font-weight: 600;
}

.app-banner-details .more-btn:hover{
  padding: 0.75rem 2rem;
  border-radius: 0.4rem;
  text-decoration: none;
  border: 0.1125rem solid var(--accent-color);
}

.application-banner-div .app-banner-image {
  position: relative; /* ✅ make this the reference for ::before */
  width: 100%;
  height: 68.6vh; /* or any height you want */
  min-height: 20rem; /* ensures it’s not too small */
  max-height: 40rem; /* prevents it from being too tall on big screens */
  overflow: hidden; /* keep things tidy */
}

/* Image */
.application-banner-div .app-banner-image img {
  width: 100%;
  /* height: 68.6vh; */height: 100%;
  object-fit: cover;
}

.app-banner-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;   /* how much of the left side the gradient covers */
  height: 100%;
  background: linear-gradient(to right, rgba(45, 48, 145,2), transparent);
  pointer-events: none; /* makes sure it doesn’t block clicks */
  z-index: 1;
}


/* FAQ */
.category-question{
  display: none;
  /* background: #f4f4f4; */
}

/* Keep the div open */
.grid-container-home-faq-div{
  display: grid;
  grid-template-columns: 40% 60%;
}

.faq-category .big-header{
  text-transform: uppercase;
  line-height: 2.5rem;
  margin-bottom: 0;
}

.faq-h3{
  margin-bottom: 1.3rem !important;
}

.faq-category .faq-cat-ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.faq-category .faq-cat-ul li{
  font-size: 1.4rem;
  font-weight: 600;
	margin-bottom: 1rem;
}

.faq-dropdown{
  display: none;
}

.first-category-question{
  display: block;
}

.faq-question { 
  background: var(--primary-color);
  border-radius: 6px;
  margin-bottom: 1.3rem;
  /* margin-bottom: 0.8rem;  */
}

.question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  height: 4.6875rem;
  cursor: pointer;
  padding: 14px;
  font-weight: 600;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: var(--white);
  border-bottom: 1px solid #e6e6e6; 
}

/* .question-header:focus { outline: 2px solid rgba(45,48,145,0.2); } */

.question-header img { width: 20px; height: 20px; transition: transform 0.33s ease; }

.answer-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 14px;
  color: #fff;
}

.answer-body.open {
  /* max-height should be large enough to fit the content; using a large value is fine for CSS-transition approach */
  max-height: 1000px;
  padding: 14px;
}

/* optional: rotate arrow when parent header has aria-expanded */
.question-header[aria-expanded="true"] img { transform: rotate(180deg); }



/* BLOG */
.blog-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: flex-start;  /* center */
}

.blog-card {
  flex: 1 1 300px;
  max-width: 23.324rem;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0px 0.125rem 0.5rem rgba(0,0,0,0.1);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Equalize height */
.blog-card .blog-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-card:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0px 0.375rem 0.9375rem rgba(0,0,0,0.15);
}

/* Image */
.blog-card .blog-image img {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
}

/* Blog content */
.blog-card .blog-content {
  padding: 0.9375rem;
}

.blog-card .meta {
  font-size: 0.875rem;
  color: #777;
  margin-bottom: 0.625rem;
  display: flex;
  gap: 0.9375rem;
  flex-wrap: wrap;
}

.blog-card .meta i{
  color: var(--accent-color);  /* #777 */
}

.blog-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-color);
  margin-bottom: 0.625rem;
}

.blog-card p {
  font-size: 0.9375rem;
  color: #555;
}




/*  FOOTER */
footer{
	bottom: 0;
	/* min-height: 35.75rem; */
	padding-top: 3rem;
	padding-bottom: 1.94rem;
	background: var(--deep-primary-color);
}

.grid-container-footer-div{
  display: grid;
  grid-template-columns: 30% 70%;
  padding-bottom: 3rem;
  border-bottom: 0.0625px solid #fff;
  /* display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr)); */
}

.footer-logo{
	height: 8rem;   /* 5rem */
	margin-bottom: 2rem;
    background-color: var(--white);
}

.footer-logo-div h6{
	font-size: 1rem;	/* font-size: 0.8rem; */
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem;
	color: var(--footer-nav-links);
	margin-bottom: 2rem;
}

.footer-logo-div ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-logo-div ul li{
	margin-bottom: 1rem;
}

.footer-logo-div ul li a{
  font-size: 0.9rem;
  font-weight: 600;
  line-height: normal;
  color: var(--white);
}

.footer-logo-div ul li a:hover{
  color: var(--accent-color);
}

/* Social Icons */
.social-icons {
	margin-top: 2rem;
}

.social-icons a {
  color: white;
  font-size: 1.5rem; /* size of icons */
  margin: 0 10px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: var(--accent-color);
}

.grid-container-links-detail-div{
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.link-details h5{
	font-weight: 600;
	line-height: normal;
	color: var(--white);
	margin-bottom: 1.5rem;
}

.link-details h6{
	color: var(--white);
}

.link-details ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.link-details ul li{
	margin-bottom: 1rem;
}

.link-details ul li a{
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: var(--footer-nav-links);
}

.link-details ul li a:hover{
  color: var(--accent-color);
}

.copyright-div{
	padding: 2rem 0 0;
	font-size: 0.95rem;
	color: var(--white);
  	margin-bottom: 1rem;
}

.copyright-div a {
	font-size: 1rem;
	font-weight: 500;
	color: var(--white);
	margin-left: 1.5rem;
	text-decoration: none;
}
.copyright-div a:hover {
	color: var(--accent-color);
}

.copyright-div .copyright {
	font-weight: 500;
}


/* .hero-banner {
  color: white;
  padding: 4rem 2rem;
  text-align: center;

  background:
    url('../images/left-image.svg') left center no-repeat,
    url('../images/right-image.svg') right center no-repeat,
    linear-gradient(to right, var(--deep-primary-color), var(--primary-color));

  background-size: contain, contain, cover;
} */
/* ABOUT US PAGE */
.hero-banner {
  /* height: 35vh; */
  color: white;
  padding: 4rem 2rem;
  text-align: center;
  background: linear-gradient(to right, var(--deep-primary-color), var(--primary-color));
}

.hero-banner h1 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}

.section:nth-child(even) {
  direction: rtl; /* flips layout for Mission */
}

.section:nth-child(even) .text {
  direction: ltr; /* keep text normal */
}

.text h2 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: var(--primary-color); /* #3a1d5c */
}

.text{
	font-size: 1.125rem;	
	font-weight: 400;
	line-height: 1.5rem;
  color: #444;
}

.image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

ul.belive-ul {
  margin: 0;
  padding: 0;
  list-style: none; /* remove default bullets */
}

.belive-ul li{
  background: url("../icons/star2.svg") no-repeat left center;
  background-size: 1rem 1rem; /* resize star */
  padding-left: 1.5rem;       /* space for icon */
  margin-bottom: 0.9rem;
}

.belive-ul li span{
  color: var(--primary-color);
  font-weight: 700;
}

.details-item{
  margin-bottom: 1rem;
}

.details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.details-body{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.details-header img { width: 20px; height: 20px; transition: transform 0.33s ease; }

.details-body.open {
  max-height: 500px; /* big enough to fit content */
}

/* optional: rotate arrow when parent header has aria-expanded */
.details-header[aria-expanded="true"] img { transform: rotate(180deg); }

/* Core values */
.about-header{
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.inclusive-div{
  margin-bottom: 3rem;
}

.core-values img{
  height: 80px;
}

.core-values h5{
  font-weight: 600;
  color: var(--primary-color);
}

.values-icon {
  font-size: 3rem;
  color: var(--accent-color);
}

.inclusive-div h5{
  font-weight: 600;
  color: var(--primary-color);
}

/* LEADERSHIP PAGE */
.leadership-div{
  background: var(--white);
}

.leadership-div .intro-p{
	font-size: 1.2rem;	
	font-weight: 400;
	line-height: 1.5rem;
  color: #444;
  /* margin-bottom: 3rem; */
}

/* Section styling */
.administration {
  padding: 3rem 0 4rem;

}

.administration h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: var(--deep-primary-color);
}

/* Grid */
.admin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  gap: 2rem;
}

.admin-card {
  display: flex;
  flex-direction: column;
  /* border: 1px solid #ddd; */
  overflow: hidden;   /* keep content tidy */
  height: 100%;
}

.admin-card img {
  width: 100%;
  height: 388px; /* consistent image height */
  object-fit: cover;
}

.admin-info {
  background: var(--deep-primary-color);
  color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* keep text aligned */
  flex-grow: 1;
}

.admin-info h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.admin-info p {
  margin: 0; /* remove extra spacing */
}


/*  EVENT PAGE */
/* All Events Section */
.all-events h2{
  font-size: 2rem;
  font-weight: bold;
  color: var(--deep-primary-color);
}

.event-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none; /* remove link underline */
  color: inherit; /* keep text color */
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover effect */
.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.event-image {
  position: relative;
}

.event-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.event-date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color); /* red badge */
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.4rem 1rem;
  border-radius: 2px;
}

.event-info {
  padding: 1rem 1.2rem 1.5rem;
  flex-grow: 1;
}

.event-info h5 {
  font-weight: 600;
  color: var(--deep-primary-color);
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  line-height: 1.4;
}

.event-info .time {
  font-weight: 500;
  color: #0a2a43;
  margin-bottom: 0.2rem;
}

.event-info .venue {
  text-transform: uppercase;
  color: #0a2a43;
  font-size: 0.85rem;
  font-weight: 500;
}

/* Make cards equal height */
.row.g-4 > [class*='col'] {
  display: flex;
}

.event-card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

/* EVENT DETAILS */
/* Banner Section */
.event-detail-banner{
  height: 66vh; /* 30rem */
  padding: 0;
  padding-right: var(--div-padding);
}

.event-detail-banner img{
  width: 100%;
  height: 65.3vh;
  object-fit: contain;
}

.event-detail-banner h1 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--deep-primary-color);
  line-height: 1.3;
}

.event-body-grid{
  display: grid;
  grid-template-columns: 68% 30%;
  gap: 1.5rem;
  padding-bottom: 3rem;
}

.event-details {
  color: #0a2a43;
  line-height: 1.8;
}

.event-details p {
  font-size: 1.125rem;
  margin-bottom: 1.2rem;
}

.event-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-details li{
  list-style: none;
  background: url("../icons/ticka.svg") no-repeat left center;
  background-size: 2.3rem 2.3rem; /* resize star */
  padding-left: 2.5rem;       /* space for icon */
  margin-bottom: 0.9rem;
}

/* Info Card */
.event-info-card {
  /* background: #f9fbfd; */
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1.8rem 1.5rem;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.info-item:last-child {
  margin-bottom: 0;
}

.info-item i {
  font-size: 1.5rem;
  color: #003366;
  margin-top: 0.3rem;
}

.info-item h6 {
  font-size: 0.85rem;
  /* font-weight: 600; */
  margin-bottom: 0.3rem;
}

.info-item p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--deep-primary-color);
}


/* PROGRAMS */
.fees-section {
  background: #fff;
  padding: 4rem 1rem;
}

.fees-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 2rem 0;
}

.fee-item {
  text-align: left;
  border-right: 1px solid #e5e7eb;
  padding-right: 1.5rem;
}

.fee-item:last-child {
  border-right: none;
}

.icon-box {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  margin-bottom: 1rem;
  position: relative;
}

.icon-box::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 24px;
  height: 24px;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.icon-box.navy {
  background-color: #0a2a43;
}

.icon-box.red {
  background-color: #e11d48;
}

.icon-box.beige {
  background-color: #d4b595;
}

.icon-box.green {
  background-color: #16a34a;
}

.fee-item h3 {
  color: #0a2a43;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.fee-item p {
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.6;
}



.programmes-section {
  background: #f8fafc;
  padding: 4rem 0;
}

.programmes-section h2 {
  /* text-align: center; */
  font-size: 2rem;
  font-weight: 600;
  color: var(--deep-primary-color);
  margin-bottom: 2rem;
}

.programmes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.8rem;
}

.programme-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  height: 100%;
}

.programme-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.programme-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.programme-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}

.programme-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a2a43;
  margin-bottom: 0.6rem;
}

.programme-content p {
  flex-grow: 1;
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

.programme-btn {
  display: inline-block;
  background: var(--accent-color);  /* #e11d48 */
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.7rem 1rem;
  border-radius: 4px;
  font-weight: 600;
  transition: background 0.3s;
}

.programme-btn:hover {
  background: var(--darker-accent-color);  /* #c81e3a */
}

/* PROGRAM DETAIL */
.program-content p{
  font-size: 1.2rem;
  line-height: 1.6;
}

.semester-content{
  margin-bottom: 2rem;
}

.semester-content h5{
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--deep-primary-color);
}

.course-title{
  font-weight: 600;
}

.semester-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.semester-content li{
  list-style: none;
  background: url("../icons/star2.svg") no-repeat left center;
  background-size: 1rem 1rem; /* resize star */
  padding-left: 1.5rem;       /* space for icon */
  margin-bottom: 0.9rem;
}

/* APPLICATION FORM */
/* HERO */
.app-hero{
  background: linear-gradient(180deg, rgba(15,43,69,1) 0%, rgba(45,48,145,0.9) 100%);
  color: #fff;
  padding: 5.5rem 1rem;
  text-align: center;
}
.app-hero h1{
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.app-hero p.lead{
  max-width: 900px;
  margin: 0 auto 1.75rem;
  opacity: 0.95;
  font-size: 1.05rem;
  line-height: 1.5;
}

#admissionTypeBlock { display: none; }


/* PAGE CONTAINER - center and give space from edges */
.page-wrap{
  padding: 3rem var(--div-padding);
  display: flex;
  justify-content: center;
}
.content-max{
  width: 100%;
  max-width: var(--max-form-width);
}

/* MAIN GRID: form column + sidebar */
.event-body-grid{
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2rem;
  align-items: start;
}

/* FORM CARD */
.form-card{
  background: white;
  border-radius: 10px;
  border: 1px solid var(--card-border);
  padding: 2rem;
  box-shadow: 0 8px 30px rgba(12,30,43,0.04);
}

.form-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

label.required::after{
  content: " *";
  color: var(--red);
  font-weight: 700;
  margin-left: 0.15rem;
}

input.form-control, select.form-select, textarea.form-control{
  border-radius: var(--field-radius);
  border: 1px solid #e1e8ec;
  background: #fff;
  padding: 0.625rem 0.75rem;
  height: 44px;
}
textarea.form-control{ min-height: 120px; padding-top: 0.6rem; height: auto; }

/* Upload drop area (visual) */
.upload-drop {
border: 2px dashed #6c7f89;
border-radius: 8px;
text-align: center;
padding: 1.5rem;
background-color: #f9fafb;
cursor: pointer;
transition: all 0.3s ease;
}

/* .upload-drop:hover,
.upload-drop.dragover {
  border-color: #007bff;
  background-color: #eef6ff;
} */

.upload-content p {
  font-weight: 500;
  color: #0a2a43;
  margin-bottom: 0.25rem;
}
/* Base style */
.upload-drop {
    border: 2px dashed #6c7f89;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.2s ease;
}

/* Highlight when dragging over */
.upload-drop.dragover {
    border-color: #007bff;           /* Blue border */
    background-color: rgba(0, 123, 255, 0.05); /* Light blue background */
    transform: scale(1.02);          /* Slight zoom effect */
}

.preview-container {
  margin-top: 1rem;
}

.preview-container img {
  max-width: 120px;
  border-radius: 6px;
  margin-top: 10px;
  display: block;
}

.preview-container .file-name {
  margin-top: 10px;
  color: #0a2a43;
  font-weight: 500;
}

.btn-accent{
  background: var(--accent-color);
  border: none;
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 8px;
}
.btn-accent:hover{ opacity: 0.95; }

.submit-row{
  display:flex;
  justify-content:flex-end;
  margin-top: 1.5rem;
}

/* Sidebar help card on the right */
.info-card{
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--card-border);
  padding: 1.6rem;
  box-shadow: 0 8px 30px rgba(12,30,43,0.04);
  position: sticky;
  top: 2.25rem;
  height: fit-content;
}
.info-card img.avatar{
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  margin-bottom: 1rem;
}
.info-card h5{ margin-bottom: 0.35rem; font-weight:700; color: var(--deep-primary-color); }
.info-card p.small{ color:#6d7f8b; margin-bottom: 1rem; }

.contact-list{ list-style:none; padding:0; margin:0; }
.contact-list li{ display:flex; gap:.6rem; align-items:center; margin:0.55rem 0; color:#385163; }
.contact-list svg{ width:18px; height:18px; opacity:0.9; fill: var(--deep-primary-color); }

/* subtle helper text under fields */
.helper{ font-size:0.9rem; color:#98a6b0; margin-top:0.3rem; }

/* Section headings inside form */
.section-title{
  font-weight:700;
  margin-bottom:1rem;
  color:#0f2b45;
}

/* form groups spacing */
.form-group{ margin-bottom:1rem; }

/* RADIO buttons: nicer look */
.radio-inline .form-check{
  display:inline-flex;
  align-items:center;
  margin-right:1rem;
}

/* CONTACT US */
.contact-div{
  margin-bottom: 5rem;
}

.contact-section {
  display: grid;
  grid-template-columns: 55% 45%;
}

.contact-section:nth-child(even) {
  direction: rtl; /* flips layout for Mission */
}

.contact-section:nth-child(even) .text {
  direction: ltr; /* keep text normal */
}
  
.contact-text{
  padding: 0 3rem 2.3rem 0;
}

.contact-text h6{
  margin: 4rem 0 2.5rem;
  color: var(--accent-color);
}

.contact-text h3{
	font-size: 2.7rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.2rem;
  color: var(--white);
  margin-bottom: 2rem;
}

.contact-text p{
	font-size: 1.125rem;	
	font-weight: 400;
	line-height: 1.8rem;
  color: #e0e3ff;
  margin-bottom: 2rem;
}

.contact-text ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.contact-text ul li{
	margin-bottom: 1.5rem;
}

.contact-text ul li a{
  font-size: 1.15rem;
  /* font-weight: 600; */
  line-height: normal;
  color: var(--white);
}

.contact-text ul li a:hover{
  color: var(--accent-color);
}

.contact-image {
  position: relative; /* ✅ make this the reference for ::before */
  width: 100%;
  height: 68.6vh; /* or any height you want */
  min-height: 20rem; /* ensures it’s not too small */
  max-height: 40rem; /* prevents it from being too tall on big screens */
  overflow: hidden; /* keep things tidy */
}

/* Image */
.contact-image img {
  width: 100%;
  /* height: 68.6vh; */height: 100%;
  object-fit: cover;
}

/* Map */
.map-div{
  margin-bottom: 5rem;
}

.contact-map-section {
  text-align: center;
  margin-top: 2rem;
}

.contact-map-section h3{
  margin-bottom: 2rem;
}

.map-container {
  width: 100%;
  max-width: inherit;
  margin: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
}

/* Section Headings */
.partnership h2{
  margin-top: 2rem;
}

.partnership  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.partnership  li{
  list-style: none;
  background: url("../icons/star2.svg") no-repeat left center;
  background-size: 1.5rem 1.5rem; /* resize star */
  padding-left: 2.0rem;       /* space for icon */
  margin-bottom: 0.9rem;
}

/* Contact Box */
.contact-box {
  background: #f1f5f9;
  border-left: 5px solid #bfa064;
  padding: 2rem 1.5rem;
  border-radius: 8px;
  margin-top: 2rem;
}

.contact-box h3 {
  color: #003366;
  margin-bottom: 0.5rem;
}

.contact-box p {
  margin-bottom: 0.8rem;
}

.email-link {
  display: inline-block;
  color: #bfa064;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.email-link:hover {
  color: #8c7a44;
}

/* Tuition */
.section-title {
    color: #003366;
    font-weight: 700;
}

.table thead {
    background-color: #003366;
    color: #fff;
}

.tuition-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.note-box {
    border-left: 4px solid #003366;
    background: #e9f1ff;
    padding: 15px;
    border-radius: 5px;
}

.tuition-card h4, .tuition-card th{
  font-weight: bold;
}

/* Privacy Policy */
.hero_privacy {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=1350&q=80");
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.hero_privacy h1 {
    font-size: 3rem;
    font-weight: 700;
}

.content-section-privacy {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.content-section-privacy p, .content-section-privacy li{
  font-size: 1.125rem;
	 /* line-height: 1.5rem;
 margin-bottom: 1.2rem; */
}

.content-section-privacy h2, .content-section-privacy h3 {
    color: #003366;
    font-weight: 700;
}


