
/* ===== COLOR PALETTE ===== */
:root{
  --blue: #0b4da2;
}
body {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
}

html{
  scroll-behavior: smooth;
}
.list-style1 {
  list-style: none;
  padding: 18px 20px;
  margin: 0;
}
a:hover{
  text-decoration: none;
}

/* ITEM */
.list-style1 li {
  position: relative;
  padding-left: 22px;
  padding-bottom: 14px;
  font-size: 15px;
  color: #333;
}

/* DOT */
.list-style1 .dot {
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #0b4da2;
  border-radius: 50%;
}





/*########### HERO CONTENT STARTS HERE  ###########*/
.hero-section {
  position: relative; /*https://images.unsplash.com/photo-1497633762265-9d179a990aa6*/
  background: url("../img/hero-bg-img2.jpg")
              center center / cover no-repeat;
}

/* OVERLAY */
.hero-overlay {
  background: rgba(11, 77, 162, 0.8);
  padding: 140px 0 180px; /* extra bottom space for curve */
  color: #fff;
}

.hero-overlay .row{
  display: flex;
  align-items: center;
}

@media(max-width: 991px){
  .hero-overlay .row{
    display: block;
  }  
}

.hero-content{
}

/* TEXT */
.hero-content h1 {
  font-size: 5rem;
  font-weight: 700;
}
.hero-content p {
  font-size: 18px;
  margin: 20px 0;
}
.hero-content .sub-title{
  margin-bottom: 50px;
  margin-top: 30px;
  font-weight: 400;
}
.hero-content .sub-title span{
  font-weight: 500;
}

/* IMAGE */
.hero-image {
  text-align: center;
}
.hero-image img {
  max-width: 100%;
  height: auto;
}


/* RESPONSIVE FIX */
@media (max-width: 991px) {
  .hero-content {
    text-align: center;
    margin-bottom: 40px;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-image img {
    max-width: 80%;
  }
}

/* HERO DATES WRAPPER */

.announcement-container{
  background: #023e7d;
  padding: 50px 0; 
}
.hero-dates-wrapper {  
}

/* CARD */
.hero-date-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  height: 240px;
  width: 80%;
  overflow: hidden;
  margin: auto;
}

/* HEADER */
.hero-date-header {
  background: #0b4da2;
  color: #fff;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ddd;
}
.hero-date-header i {
  margin-right: 8px;
}

/* LIST */
.hero-date-list {
  list-style: none;
  padding: 18px 20px;
  margin: 0;
  max-height: 180px;
  overflow-y: auto;
}

/* ITEM */
.hero-date-list li {
  position: relative;
  padding-left: 22px;
  padding-bottom: 14px;
  font-size: 15px;
  color: #333;
}

/* DOT */
.hero-date-list .dot {
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #0b4da2;
  border-radius: 0%;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .hero-date-card {
    height: auto;
    margin-bottom: 25px;
  }
}


.hero-cta {
  margin-top: 25px;
}

/* PRIMARY BUTTON */
.hero-btn-primary {
  background: #0b4da2;
  border: 2px solid #0b4da2;
  color: #fff;
  padding: 12px 26px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
  transition: 0.3s;
}

/* SECONDARY BUTTON */
.hero-btn-secondary {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

/* HOVER STATES */
.hero-btn-primary:hover {
  background: #093d82;
  border-color: #093d82;
  color: #fff;
}

.hero-btn-secondary:hover {
  background: #ffffff;
  color: #0b4da2;
}

/* ICON SPACING */
.hero-btn-secondary i {
  margin-right: 6px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .hero-btn-primary,
  .hero-btn-secondary {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }

  .hero-btn-primary {
    margin-right: 0;
  }
}

/*########### HERO CONTENT ENDS HERE  ###########*/



/* SECTIONS */
.section {
  padding: 80px 0;
}
.gray-bg {
  background: #f4f6f9;
}
.blue-bg {
  background: #0b4da2;
  color: #fff;
}

/* HEADINGS */

/* ABOUT IMAGE */
.about-img {
  border-radius: 8px;/*
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);*/
  margin-bottom: 20px;
  transition: 0.3s;
}
.about-img:hover {
  transform: translateY(-8px);
}


/* INFO BOX */
.info-box {
  background: #fff;
  padding: 30px;
  transition: .4s;
}
.info-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,.15);
}
.info-box i {
  font-size: 36px;
  color: #0b4da2;
}


/* THEME CARD */
.theme-card {
  border: 1px solid #ddd;
  padding: 25px;
  transition: .4s;
}
.theme-card:hover {
  box-shadow: 0 15px 30px rgba(0,0,0,.15);
}


/* SECTION TITLE */
.section-title h2 {
  color: #0b4da2;
  font-weight: 700;
  text-transform: uppercase;
}
.title-line {
  width: 60px;
  height: 4px;
  background: #0b4da2;
  margin-top: 10px;
  margin-bottom: 20px;
}
.title-line.center {
  margin: 10px auto 0;
  margin-bottom: 20px;
}


/* ABOUT IMAGE */

/* INFO BOX */
.info-box {
  background: #fff;
  padding: 30px;
  transition: .4s;
}
.info-box:hover {
  box-shadow: 0 15px 30px rgba(0,0,0,.15);
}

/* FOOTER */
.footer {
  background: #0b4da2;
  color: #ccc;
  padding: 50px 0;
  margin-top: 50px;
}
.footer h4 {
  color: #fff;
}
.footer a {
  color: #ccc;
}
.footer hr {
  border-color: rgba(255,255,255,.2);
}

.footer a:hover{
  text-decoration: none;
  color: #999;
  transition: 0.3s;
}


/*###### OBJECTIVE 2 ######*/
/* OBJECTIVES CARDS */
.objective-card {
  background: #ffffff;
  border-left: 4px solid #0b4da2;
  padding: 25px;
  margin-bottom: 30px;
  min-height: 150px;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.objective-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

/* ICON */
.objective-icon {
  margin-right: 18px;
  font-size: 32px;
  color: #0b4da2;
  line-height: 1;
}

/* TEXT */
.objective-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .objective-card {
    flex-direction: column;
  }

  .objective-icon {
    margin-bottom: 12px;
  }
}


/*###### PROGRAM INFO SECTION ######*/
/* PROGRAMME INFO SECTION */
.programme-info-section {
  background: #f4f6f9;
}


/* RIGHT CONTENT */
.programme-info-content {
  padding-left: 30px;
}

/* INFO BLOCK */
.info-block {
  margin-bottom: 40px;
}

.info-block h3 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 600;
  color: #0b4da2;
  position: relative;
}

/* UNDERLINE */
.info-block h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #0b4da2;
  margin-top: 8px;
}

/* LIST */
.info-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.info-list li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* MUTED TEXT */
.muted {
  color: #666;
  font-size: 14px;
}



/*###### THEMES ######*/

/* PROGRAMME THEMES */
.programme-themes-section {
  background: #ffffff;
}

/* PILLS */
.programme-pills > li > a {
  border-radius: 0;
  color: #0b4da2;
  font-weight: 600;
  border-left: 4px solid transparent;
  padding: 12px 15px;
}

.programme-pills > li.active > a,
.programme-pills > li.active > a:hover {
  background: #0b4da2;
  color: #fff;
  border-left: 4px solid #083a7a;
}

/* CONTENT AREA */
.programme-tab-content {
  background: #f9f9f9;
  padding: 30px;
  border-left: 3px solid #0b4da2;
  min-height: 320px;
}

/* HEADINGS */
.programme-tab-content h3 {
  margin-top: 0;
  color: #0b4da2;
  font-weight: 600;
}

.programme-tab-content h4 {
  margin-top: 20px;
  font-weight: 600;
}

/* OBJECTIVE TEXT */
.objective-text {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}

/* LIST */
.theme-list {
  padding-left: 18px;
}

.theme-list li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .programme-tab-content {
    margin-top: 20px;
    border-left: none;
    border-top: 3px solid #0b4da2;
  }
}
/*###### THEMES ENDS ######*/




/*###### NAVBAR 2 ######*/
/* HEADER */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.4s ease;
}

/* NAVBAR BASE */
.custom-navbar {
  background: transparent;
  padding: 16px 0;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}

/* SOLID STATE */
.custom-navbar.scrolled {
  background: #0b4da2;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* CONTAINER */
.nav-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* BRAND */
.nav-brand a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

/* MENU */
.nav-menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  margin-left: 28px;
}

.nav-menu li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
}

/* HOVER UNDERLINE */
.nav-menu li:not(:last-child) a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 0.3s ease;
}

.nav-menu li:not(:last-child) a:hover::after {
  width: 100%;
}

/* CTA */
.nav-cta {
  background: #ffffff;
  color: #0b4da2 !important;
  padding: 8px 14px;
  border-radius: 4px;
  font-weight: 600;
}

/* HAMBURGER */
.nav-toggle {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}

.nav-toggle span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  left: 0;
  transition: all 0.3s ease;
}

.nav-toggle span:nth-child(1) {
  top: 0;
}

.nav-toggle span:nth-child(2) {
  top: 9px;
}

.nav-toggle span:nth-child(3) {
  top: 18px;
}

/* CROSS STATE (PERFECT X) */
.nav-toggle.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}

/* MOBILE */
@media (max-width: 991px) {

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: calc(100vh + 100px);
    background: #0b4da2;
    flex-direction: column;
    padding: 90px 20px;
    transition: left 0.4s ease;
    overflow-y: auto;
    border-right: 1px solid #000;
  }

  .nav-menu li {
    margin: 18px 0;
  }

  .nav-menu.active {
    left: 0;
  }
}


/*###### REGISTRATION ######*/
/* REGISTRATION SECTION */
.registration-section {
  background: #f4f6f9;
}

/* FLEX ROW FOR EQUAL HEIGHT */
.registration-row {
  display: flex;
  flex-wrap: wrap;
}

/* CARD */
.registration-card {
  background: #ffffff;
  padding: 35px;
  height: 100%;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.registration-card:hover {
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* HEADINGS */
.registration-card h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #0b4da2;
}

/* TEXT */
.registration-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

/* BUTTON (NOT FULL WIDTH) */
.registration-btn {
  align-self: flex-start; /* keeps button natural width */
  margin-top: 10px;
}

/* STEPS */
.apply-steps {
  padding-left: 18px;
  margin-bottom: 25px;
}

.apply-steps li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .registration-row {
    display: block;
  }

  .registration-card {
    margin-bottom: 25px;
  }
}


