   body {
      background: linear-gradient(135deg, #0a0f2b 0%, #11245e 100%);
      color: #fff;
      font-family: 'Nunito', 'Inter', Arial, sans-serif;
      scroll-behavior: smooth;
    }
    .navbar {
      background: #0a0f2b;
      box-shadow: 0 2px 24px 0 rgba(255,107,45,.12);
    }
    .navbar-brand,
    .navbar-nav .nav-link {
      font-family: 'Rubik', sans-serif;
      text-transform: uppercase;
      letter-spacing: 1.2px;
    }
    .navbar-brand {
      font-size: 1.4rem;
      font-weight: 700;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
      color: #ff6b2d !important;
      text-shadow: 0 0 8px #ff6b2d99;
    }
    .navbar-nav .nav-link {
      color: #fff !important;
      margin: 0 6px;
      transition: color 0.2s;
    }
    .tagline {
      font-size: 0.98rem;
      font-family: 'Inter', sans-serif;
      color: #eee;
    }
    .section {
      padding: 72px 0 48px 0;
    }
    .hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  color: white;
  z-index: 1;
}

.background-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel-slide.active {
  opacity: 1;
}

/* Optional: Apply a dark overlay for better text visibility */
.background-carousel::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Adjust darkness here */
  z-index: 1;
}

.container,
.scroll-indicator {
  position: relative;
  z-index: 2;
}

    .hero {
      min-height: 95vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: radial-gradient(ellipse at top, #162c71 40%, #0a0f2b 100%);
      position: relative;
      overflow: hidden;
      animation: glowFade 8s infinite alternate;
    }
    @keyframes glowFade {
      0% { box-shadow: 0 0 60px 10px #ff6b2d33 inset; }
      60% { box-shadow: 0 0 120px 20px #ff6b2d66 inset; }
      100% { box-shadow: 0 0 60px 10px #ff6b2d33 inset; }
    }
    .hero-headline {
      font-size: 2.2rem;
      font-weight: 700;
      text-align: center;
      letter-spacing: 1px;
      background: linear-gradient(90deg,#ff8c42,#ff6b2d,#ffffff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 18px;
      font-family: 'Rubik', sans-serif;
      line-height: 1.2;
    }
    .hero-subtext {
      font-size: 1.1rem;
      text-align: center;
      font-family: 'Inter', sans-serif;
      margin-bottom: 34px;
      color: #c7e0f6;
      text-shadow: 0 0 6px #0a0f2b90;
    }
    .btn-glow {
      color: #fff;
      font-weight: 600;
      font-family: 'Inter', sans-serif;
      background: linear-gradient(to right, #ff6b2d 60%, #ff8c42 100%);
      box-shadow: 0 0 16px 3px #ff6b2d55;
      border-radius: 30px;
      border: none;
      padding: 12px 34px;
      margin: 0 8px;
      transition: box-shadow 0.3s, background 0.2s;
    }
    .btn-glow:hover {
      box-shadow: 0 0 32px 6px #ff6b2daa;
      background: linear-gradient(to right, #ff8c42 60%, #ff6b2d 100%);
      color: #fff;
    }
    .scroll-indicator {
      position: absolute;
      bottom: 24px;
      left: 50%;
      transform: translateX(-50%);
      opacity: .8;
      width: 32px;
      height: 32px;
      animation: bounce 2s infinite;
      z-index: 2;
    }
    @keyframes bounce {
      0%   { transform: translateY(0) translateX(-50%);}
      50%  { transform: translateY(14px) translateX(-50%);}
      100% { transform: translateY(0) translateX(-50%);}
    }
    .section-title {
      font-size: 2rem;
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      color: #ff6b2d;
      margin-bottom: 12px;
      text-align: center;
      letter-spacing: 1px;
    }
    .section-subtitle {
      font-size: 1.18rem;
      color: #e8e8e8;
      font-family: 'Inter', sans-serif;
      margin-bottom: 15px;
      text-align: center;
    }
    .card-glow {
      background: rgba(13,22,57,0.95);
      border: 1px solid #202c50;
      border-radius: 16px;
      box-shadow: 0 0 18px 2px #ff6b2d24;
      transition: box-shadow 0.3s, border-color 0.2s;
      color: #fff;
      margin-bottom: 18px;
      padding: 20px;
    }
    .card-glow:hover {
      box-shadow: 0 0 28px 6px #ff6b2d66;
      border-color: #ff6b2d;
    }
    .card-icon {
      font-size: 2.2rem;
      margin-bottom: 12px;
      color: #ff6b2d;
      text-shadow: 0 0 10px #ff6b2d55;
      transition: color 0.2s;
      display: inline-block;
    }
    .problem-card {
      background: #161d36e0;
      box-shadow: 0 0 6px #ff6b2d22;
      font-size: 1.08rem;
      color: #fabda3;
      font-family: 'Nunito', sans-serif;
      border-radius: 13px;
      border-left: 6px solid #ff6b2d;
      padding: 25px 20px 14px 26px;
      margin-bottom: 28px;
    }
    .about-quote {
      background: linear-gradient(90deg, #ff8c42 0%, #ff6b2d 100%);
      color: #fff;
      font-family: 'Rubik', sans-serif;
      font-size: 1.2rem;
      text-align: center;
      border-radius: 16px;
      box-shadow: 0 0 18px 3px #ff6b2d51;
      padding: 18px;
      margin: 18px 0 12px 0;
      border: 2px solid #ff6b2d;
    }
    .about-card {
      background: #11183aeb;
      font-size: 1.08rem;
      font-family: 'Nunito', sans-serif;
      border-radius: 14px;
      box-shadow: 0 0 10px #ff6b2d22;
      padding: 22px 18px 15px 18px;
      margin-bottom: 18px;
      border-left: 4px solid #ff6b2d;
      color: #fff;
    }
    .core-philosophy {
      background: linear-gradient(90deg,#ff6b2d 60%,#ff8c42 100%);
      color: #fff;
      font-family: 'Inter', sans-serif;
      font-size: 1.06rem;
      text-align: center;
      border-radius: 14px;
      box-shadow: 0 0 18px 4px #ff6b2d77;
      padding: 16px;
      margin: 14px 0 12px 0;
      border: 2px solid #ff6b2d;
      font-weight: 600;
      letter-spacing: 1px;
    }
    .future-vision, .current-stage-highlight {
      background: linear-gradient(105deg, #ff6b2dAA 0%, #ff8c42AA 100%);
      color: #fff;
      font-family: 'Nunito', sans-serif;
      font-size: 1.08rem;
      text-align: center;
      border-radius: 14px;
      box-shadow: 0 0 20px 5px #ff6b2d33;
      padding: 20px;
      margin-top: 18px;
      margin-bottom: 18px;
    }
    .focus-area {
      background: #131a2dd6;
      color: #ffe6d6;
      border: 1.5px solid #ff6b2d44;
      border-radius: 13px;
      margin-bottom: 12px;
      box-shadow: 0 0 8px #ff6b2d25;
      padding: 18px;
      text-align: center;
      font-size: 1rem;
      font-family: 'Inter', sans-serif;
      transition: border 0.3s, box-shadow 0.3s;
    }
    .focus-area:hover {
      border: 2px solid #ff6b2d;
      box-shadow: 0 0 28px 12px #ff6b2d77;
    }
    .team-card {
      background: #11183aeb;
      border-radius: 15px;
      box-shadow: 0 0 16px 5px #ff6b2d55;
      border: 2.5px solid #ff6b2d;
      padding: 28px 20px 16px 20px;
      text-align: center;
      color: #fff;
      margin-bottom: 20px;
      transition: box-shadow 0.3s, border-color 0.2s;
    }
    .team-card:hover {
      box-shadow: 0 0 30px 10px #ff6b2d88;
      border-color: #ff6b2d;
    }
    .user-icon {
      font-size: 3rem;
      color: #ff6b2d;
      filter: drop-shadow(0 0 8px #ff6b2d77);
      margin-bottom: 8px;
    }
    .team-title {
      font-size: 1.23rem;
      font-weight: 600;
      color: #ff8c42;
      font-family: 'Rubik', sans-serif;
      margin-bottom: 8px;
    }
    .team-tagline {
      color: #eecba0;
      font-size: 0.98rem;
      margin-bottom: 10px;
      font-family: 'Nunito', sans-serif;
    }
    .contact-card {
      background: #11183aeb;
      border-radius: 14px;
      box-shadow: 0 0 10px #ff6b2d22;
      border-left: 4px solid #ff6b2d;
      color: #fff;
      font-size: 1.09rem;
      font-family: 'Nunito', sans-serif;
      padding: 20px 18px 10px 14px;
      margin-bottom: 14px;
    }
    .contact-label {
      color: #ff6b2d;
      font-weight: 700;
      font-family: 'Inter';
      font-size: 1.1rem;
    }
    .contact-form label {
      color: #ffe6d6;
      font-family: 'Inter', sans-serif;
      margin-bottom: 7px;
    }
    .form-control, .form-control:focus {
      background: #181e3b;
      color: #fff;
      border: 1px solid #ff6b2d55;
      border-radius: 12px;
      font-family: 'Nunito', sans-serif;
    }
    .btn-send {
      background: linear-gradient(90deg,#ff6b2d,#ff8c42 100%);
      color: #fff;
      border-radius: 30px;
      font-size: 1rem;
      font-weight: 600;
      margin-top: 10px;
      border: none;
      box-shadow: 0 0 14px #ff6b2d55;
      transition: box-shadow 0.3s, background 0.2s;
      font-family: 'Inter', sans-serif;
    }
    .btn-send:hover, .btn-send:focus {
      box-shadow: 0 0 22px 3px #ff6b2d88;
      background: linear-gradient(90deg,#ff8c42,#ff6b2d 100%);
      color: #fff;
    }
    .footer {
      background: #0a0f2b;
      color: #fff;
      text-align: center;
      padding: 26px 0 18px 0;
      font-size: 1.09rem;
      font-family: 'Inter', sans-serif;
      border-top: 2px solid #ff6b2d;
      margin-top: 32px;
    }
    .footer-divider {
      width: 180px;
      margin: 12px auto 16px auto;
      height: 3px;
      background: linear-gradient(90deg, #ff6b2d 0%, #ff8c42 100%);
      border-radius: 2px;
      box-shadow: 0 0 12px #ff6b2dbb;
      opacity:.66;
    }
    /* Animations and fade-in */
    .fade-in {
      opacity: 0; transform: translateY(32px);
      transition: opacity 1.1s, transform 1.2s;
    }
    .fade-in.visible {
      opacity: 1; transform: translateY(0);
    }

    /* Download Button Specific */
    .download-btn {
      background: linear-gradient(90deg, #ff6b2d 0%, #ff8c42 100%);
      color: #fff;
      font-weight: 600;
      font-family: 'Inter', sans-serif;
      border-radius: 16px;
      border: none;
      padding: 16px 40px;
      font-size: 1.2rem;
      box-shadow: 0 0 20px 4px #ff6b2d77;
      transition: all 0.3s ease;
      margin-top: 20px;
      position: relative;
      overflow: hidden;
    }
    .download-btn:hover {
      box-shadow: 0 0 35px 8px #ff6b2daa;
      transform: translateY(-2px);
      background: linear-gradient(90deg, #ff8c42 0%, #ff6b2d 100%);
      color: #fff;
    }
    .download-btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
      transition: left 0.5s;
    }
    .download-btn:hover::before {
      left: 100%;
    }

    /* Modal Styling */
    .modal-content {
      background: #16203c !important;
      border-radius: 18px !important;
      box-shadow: 0 0 30px #ff6b2daa !important;
      border: 2px solid #ff6b2d44;
      font-family: 'Nunito', sans-serif;
    }
    .modal-header {
      border-bottom: 1px solid #ff6b2d44;
    }
    .modal-title {
      color: #fff !important;
      font-family: 'Rubik', sans-serif !important;
      font-weight: 700;
    }
    .modal-body {
      color: #eee;
      font-family: 'Inter', sans-serif;
    }

    /* Large Picture in Picture Window - Enhanced */
    #pipFrameContainer {
      background: #0a0f2b;
      border: 3px solid #ff6b2d;
      position: fixed;
      z-index: 9999;
      box-shadow: 0 0 40px #ff6b2dc2;
      border-radius: 20px;
      overflow: hidden;
      resize: both;
      min-width: 600px;
      min-height: 400px;
      max-width: 90vw;
      max-height: 85vh;
      width: 900px;
      height: 600px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: none;
    }
    
    /* PiP Header with controls */
    .pip-header {
      background: linear-gradient(90deg, #ff6b2d, #ff8c42);
      color: #fff;
      padding: 12px 20px;
      font-family: 'Rubik', sans-serif;
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 10;
    }
    
    .pip-controls {
      display: flex;
      gap: 10px;
      align-items: center;
    }
    
    .pip-btn {
      background: rgba(255,255,255,0.2);
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      cursor: pointer;
      font-size: 1rem;
      transition: background 0.3s;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .pip-btn:hover {
      background: rgba(255,255,255,0.3);
    }
    
    #pipFrame {
      width: 100%;
      height: calc(100% - 56px);
      border: none;
      background: #101826;
    }

    /* Custom PiP content for when iframe fails */
    .pip-content {
      width: 100%;
      height: calc(100% - 56px);
      padding: 40px;
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      background: #131a2d;
      color: #fff;
      font-family: 'Inter', sans-serif;
    }

    .pip-download-section {
      background: linear-gradient(135deg, #162c71 0%, #11245e 100%);
      padding: 30px;
      border-radius: 20px;
      box-shadow: 0 0 20px #ff6b2d33;
      border: 2px solid #ff6b2d44;
      max-width: 500px;
      margin: 20px;
    }

    .pip-download-title {
      font-size: 1.8rem;
      font-family: 'Rubik', sans-serif;
      color: #ff6b2d;
      margin-bottom: 20px;
      text-shadow: 0 0 10px #ff6b2d55;
    }

    .pip-download-description {
      font-size: 1.1rem;
      color: #eee;
      margin-bottom: 25px;
      line-height: 1.5;
    }

    .pip-download-links {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .pip-download-link {
      background: linear-gradient(90deg, #ff6b2d 0%, #ff8c42 100%);
      color: #fff;
      padding: 12px 25px;
      border-radius: 12px;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s;
      box-shadow: 0 0 15px #ff6b2d44;
    }

    .pip-download-link:hover {
      color: #fff;
      box-shadow: 0 0 25px #ff6b2d77;
      transform: translateY(-2px);
    }

    /* Responsive adjustments for PiP */
    @media (max-width: 1200px) {
      #pipFrameContainer {
        width: 750px;
        height: 500px;
        min-width: 500px;
        min-height: 350px;
      }
    }

    @media (max-width: 992px) {
      #pipFrameContainer {
        width: 650px;
        height: 450px;
        min-width: 450px;
        min-height: 300px;
      }
    }

    @media (max-width: 768px) {
      #pipFrameContainer {
        width: 90vw;
        height: 70vh;
        min-width: 320px;
        min-height: 240px;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
      }
    }

    /* Responsive */
    @media (max-width: 992px) {
      .section { padding: 38px 0 24px 0;}
      .hero-headline { font-size: 1.6rem; }
      .download-btn { font-size: 1.1rem; padding: 14px 32px; }
    }
    @media (max-width: 768px) {
      .navbar-brand { font-size: 1rem;}
      .team-card, .about-card, .focus-area, .future-vision, .current-stage-highlight { padding: 15px;}
      .problem-card { padding: 18px 10px 10px 8px;}
      .card-glow { border-radius:12px; padding: 15px;}
      .download-btn { font-size: 1rem; padding: 12px 28px; }
    }
    @media (max-width: 575px) {
      .section {padding: 18px 0 12px 0;}
      .hero-headline { font-size:1.18rem;}
      .about-quote { font-size:0.77rem;}
      .core-philosophy, .future-vision, .current-stage-highlight { font-size:0.92rem;}
      .download-btn { font-size: 0.95rem; padding: 12px 24px; }
    }
    