
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  min-height: 100%;
}

h1 {
  font-family: "Calibri Light", 'Inter', Arial, sans-serif;
}

h2 {
  font-family: "Calibri Light", 'Inter', Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

h3 {
font-family: "Calibri Light", 'Inter', Arial, sans-serif;
font-size: 40px; 
font-weight: 300;
}

/*
body {
  font-family: "Calibri Light", 'Inter', Arial, sans-serif;
  background: #f5f6f8;
  color: #111827;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
*/

body {
  margin: 0;
  font-family: "Calibri Light", 'Inter', Arial, sans-serif;
  background: #f3f6fb;
  color: #172033;
  font-size: 16px;
}



/* HEADER */

.header {
  background: #ffffff;
  border-bottom: 1px solid #eceff3;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.headerblack {
  background: #000000;
  border-bottom: 1px solid #eceff3;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.logo img {
  height: 500px; 
  display: block;
  margin: 0 auto;
}


.nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.nav a {
  color: #9ca3af;
  text-decoration: none;
  cursor: default;
  font-size: 25px;
}


.nav-link {
  text-decoration: none;
  background: white;
  color: #000000;
  font-weight: 300;
  font-size: 25px;
  
/*  text-decoration: none;
  color: #000000;
  font-size: 25px;
  margin-top: 10px;
  padding: 8px 8px;
  border-radius: 8px;
  transition: 0.3s;
  justify-content: center;
  gap: 38px; */
}

/* Hover */
.nav-link:hover {
  background: white;
  color: Red;
}

/* 🔥 Active state */
.nav-link.active {
  background: white;
  color: Navy;
  font-weight: 300;
  font-size: 25px;
}


.disabled-link {
  pointer-events: none;   
  color: gray;
  text-decoration: none;
  cursor: not-allowed;
  font-size: 20px;
    margin-top: 10px;
  padding: 8px 8px;
  border-radius: 8px;
   gap: 38px;
}

/* 🔥 disables click 
.disabled-link {
  pointer-events: none;
  color: #aaa;
  cursor: not-allowed;
  text-decoration: none;
}
*/

/* MOBILE */

@media (max-width: 640px) {
  .header-inner {
    flex-direction: column;
    gap: 12px;
  }
}


/* MAIN BODY (BLANK AREA) 

.main {
  flex: 1;
  text-align: center;
  padding: clamp(55px, 9vw, 100px) 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
*/
.main {
  flex: 1;
  text-align: center;
  padding: 20px 20px 60px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}



.hero {
  width: 100%;
  max-width: 1000px;
  font-size: 16px;
}

.title {
font-size: clamp(40px, 7vw, 48px); 
/*  font-size: 40px; */
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: 0.15em;
}

.title4 {
/* font-size: clamp(40px, 7vw, 48px); */
  font-size: 30px; 
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
    color: #111111;
}

.subtitle {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 300;
  color: #6b7280;
  margin-bottom: clamp(36px, 6vw, 58px);
}

.hero-image {
  width: min(1000px, 90vw);
  height: auto;
  display: block;
  margin: 0 auto 34px;
  border-radius: 28px;
}

.coming {
  font-size: 40px;
  color: #9ca3af;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}



/* You can place content here later */
.content {
  width: 100%;
  max-width: 1000px;
  min-height: 300px;
}


/* FOOTER */
.footer {
  background: #fff;
  border-top: 1px solid #eceff3;
  text-align: center;
  padding: 22px 12px;
  font-size: 25px;
  color: #7b8190;
}

/* MOBILE */
@media (max-width: 640px) {
  .header {
    flex-direction: column;
    gap: 14px;
    padding: 18px 16px;
  }

  .logo img {
    max-height: 70px;
  }

/*
  .nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .nav a {
    font-size: 14px;
  }
*/
  .title {
    letter-spacing: -0.8px;
  }

  .hero-image {
    width: 94vw;
    border-radius: 20px;
  }
  
/* SLIDE SHOW */  
  
  .pdf-container {
    width: 100%;
	align: center;
    height: calc(1000vh - 800px);
  }

  iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

  @media (max-width: 1500px) {
    header {
      font-size: 22px;
      padding: 15px;
    }

    .pdf-container {
      height: calc(100vh - 60px);
    }
	
	
/* VIDEO ADDITION */	
	
    .header-content {
      max-width: 900px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 12px;
    }

/* MAIN CONTENT */
.video-container {
      max-width: 900px;
      margin: 30px auto;
      padding: 0 20px;
      display: flex;
      flex-direction: column;
      gap: 28px;
    }

.video-box {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
 border: 1px solid #3b82f6;
  box-shadow: none;
}


    .video-box:hover {
      transform: translateY(-3px);
      box-shadow: none;
    }

    .video-title {
      padding: 14px 18px;
      font-size: 18px;
      font-weight: 600;
      text-align: left;
      border-bottom: 1px solid #f0f0f0;
    }

    .video {
      width: 100%;
      height: auto;
      display: block;
      background: #000;
    }

.video-action {
  padding: 16px 18px 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.video-input {
  flex: 1;
  min-width: 220px;
  padding: 11px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.external-btn {
  padding: 11px 18px;
  background: #2563eb;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
}

.external-btn:hover {
  background: #1d4ed8;
}


    @media (max-width: 600px) {
      .logo { height: 40px; }
      .video-title { font-size: 16px; }
      .video-container { gap: 20px; }
    }
	
	
	
	.custom-video {
  position: relative;
}

.custom-video video {
  width: 100%;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 56px; /* YouTube-style rounded rectangle */
  background: rgba(0, 0, 0, 0.65);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transition: all 0.25s ease;
}

/* White triangle */
.play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

/* Hover effect */
.play-button:hover {
  background: rgba(255, 0, 0, 0.9); /* YouTube red */
  transform: translate(-50%, -50%) scale(1.1);
}


	
	
}



