<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Inter', sans-serif;
	margin: 0;
	background-color: #ffffff;
	color: #0c1f66;
  }
  
  .great-vibes {
	font-family: 'Great Vibes', cursive;
	font-size: 2rem;
	font-weight: 400;
	color: #D4AF37;
  }
  
  .navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 2rem;
	background-color: #2D287C; /* Elegant purple */
	border-bottom: 1px solid #e0e0e0;
	position: sticky;
	top: 0;
	z-index: 1000;
  }
  
  .logo {
	display: flex;
	align-items: center;
	gap: 1rem;
  }
  
  .logo-img {
	height: 70px;
	width: auto;
	object-fit: contain;
	border-radius: 4px;
  }
  
  nav a {
	margin-left: 1.5rem;
	color: white;
	text-decoration: none;
	font-weight: 500;
  }
  
  nav a:hover {
	text-decoration: underline;
  }
  
  .hero {
	background-color: #f8f9fc;
	padding: 4rem 2rem;
  }

  
  .hero-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	gap: 2rem;
  }
  
  .hero-text {
	max-width: 50%;
  }
  
  .hero-text h1 {
	font-size: 2.8rem;
	margin-bottom: 1rem;
  }
  
  .hero-text p {
	font-size: 1.2rem;
	margin-bottom: 2rem;
	color: #333;
  }
  
  .hero-image img {
	width: 100%;
	max-width: 500px;
  }
  
  .btn {
	background-color: #0c1f66;
	color: #ffffff;
	padding: 0.8rem 1.6rem;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
  }
  
  .btn-outline {
	border: 2px solid #0c1f66;
	color: #0c1f66;
	padding: 0.6rem 1.4rem;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	background: transparent;
	display: inline-block;
	margin-top: 1rem;
  }
  
  .info-section {
	padding: 4rem 2rem;
	text-align: center;
	background-color: #ffffff;
  }
  
  .info-section.alt {
	background-color: #f8f9fc;
  }
  
  .info-section h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
  }
  
  .info-section p {
	font-size: 1.1rem;
	color: #444;
	max-width: 700px;
	margin: 0 auto 2rem auto;
  }
  
  /* New Course Section Table Tweaks */
.course-table {
	width: 90%;
	margin: 2rem auto;
	border-collapse: collapse;
	font-size: 1rem;
	background-color: #ffffff;
  }
  
  .course-table th, .course-table td {
	padding: 1rem;
	border: 1px solid #e0e0e0;
	text-align: left;
	vertical-align: top;
  }
  
  .course-table th {
	background-color: #2D287C; /* Same elegant purple from navbar */
	color: #ffffff;
	font-weight: 700;
  }

  .career-paths {
	padding: 4rem 2rem;
	text-align: center;
	background-color: #ffffff;
  }
  
  .career-paths h2 {
	font-size: 2.2rem;
	margin-bottom: 1rem;
  }
  
  .career-paths p {
	font-size: 1.1rem;
	color: #555;
	max-width: 800px;
	margin: 0 auto 2rem auto;
  }
  
  .career-table {
	width: 90%;
	margin: 2rem auto;
	border-collapse: collapse;
	font-size: 1rem;
	background-color: #f9fbfd;
  }
  
  .career-table th, .career-table td {
	padding: 1rem;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
  }
  
  .career-table th {
	background-color: #2D287C;
	color: #ffffff;
	font-weight: 700;
  }
  
  .course-cards {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	margin-top: 2rem;
  }
  
  .course-card {
	background-color: #f8f9fc;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 2rem;
	width: 280px;
	text-align: left;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
	transition: transform 0.3s ease;
  }
  
  .course-card:hover {
	transform: translateY(-5px);
  }
  
  .course-card {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 2rem;
	width: 280px;
	text-align: left;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
	transition: transform 0.3s ease;
  }
  
  /* Individual colors */
  .database-optimization {
	background-color: #f3f0ff; /* Light lavendar */
  }
  
  .highlight-card {
	background-color: #fff7e6; /* Light gold */
	border: 2px solid #D4AF37;
  }
  
  .data-science {
	background-color: #f3f0ff; /* Light lavendar */
  }
  
  .course-card:hover {
	transform: translateY(-5px);
  }
  
  .course-card h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: #2D287C;
  }
  
  .course-card p {
	font-size: 1rem;
	margin-bottom: 0.5rem;
	color: #333;
  }
  
  .special-badge {
	background-color: #D4AF37; /* Rich gold color */
	color: #fff;
	font-size: 0.65rem;
	font-weight: 700;
	padding: 0.3rem 0.6rem;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: inline-block;
	margin-bottom: 0.8rem;
  }
  
  .hero-graphic {
	background: linear-gradient(135deg, #f3f0ff, #f0f4ff);
	padding: 2rem 1rem;
	margin-top: 2rem;
	border-radius: 20px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.05);
	text-align: center;
  }
  
  .hero-graphic-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	flex-wrap: wrap;
  }
  
  .hero-graphic-block {
	background-color: #ffffff;
	padding: 1.5rem;
	border-radius: 10px;
	width: 220px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
	transition: transform 0.3s ease;
  }
  
  .hero-graphic-block:hover {
	transform: translateY(-5px);
  }
  
  .hero-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 1rem;
  }
  .journey-timeline {
  padding: 4rem 2rem;
  text-align: center;
  background: #f8f9fc;
}

.timeline-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
}

.step-circle {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border: 3px solid #2D287C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #2D287C;
  margin-bottom: 0.5rem;
}

.highlight-circle {
  background-color: #e6f0ff;
  border-color: #0c1f66;
}

.timeline-arrow {
  font-size: 2rem;
  color: #2D287C;
  margin: 0 0.5rem;
}

/* Career Journey Carousel Section */
.career-journey {
	background-color: #f5f2fc; /* Light lavender */
	padding: 4rem 2rem;
	border-radius: 20px;
	margin: 3rem 0;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	max-width: 50%;
  }
  
  .career-journey h2 {
	font-size: 2rem;
	margin-bottom: 2rem;
  }
  
  .carousel {
	overflow: hidden;
	position: relative;
	max-width: 800px;
	margin: 0 auto;
  }
  
  .carousel-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
  }
  
  .slide {
	display: none;
	min-width: 100%;
	flex-shrink: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
  }
  
  .slide.active {
	opacity: 1;
	display: block;
  }
  
  .journey-flow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin: 2rem 0 1rem;
  }
  

  .journey-step {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	border: 2px solid #1e2a6d;
	border-radius: 9999px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	max-width: 60px; /* limit width */
	min-height: 50px; /* fix consistent height */
	word-wrap: break-word; /* allow wrapping */
	white-space: normal; /* allow normal wrapping */
	overflow-wrap: break-word; /* extra safety */
  }
  
  .journey-arrow {
	font-size: 1.5rem;
	color: #2d287c;
  }
  
  .carousel-dots {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	gap: 0.8rem;
  }
  
  .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ccc;
	cursor: pointer;
	transition: background-color 0.3s ease;
	display: inline-block;
	margin: 5px;
  }
  
  .dot.active {
	background-color: #2d287c;
  }
  
  
  .footer-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto 1rem auto;
	gap: 2rem;
  }
  
  .footer-logo {
	display: flex;
	flex-direction: column;
	align-items: left;
  }
  
  .footer-logo p {
	font-weight: 600;
	margin-top: 0.5rem;
  }
  
  .footer-links {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  .footer-copy {
	font-size: 0.85rem;
	color: #777;
  }
  

/* About Page Styles */
.about-section {
	padding: 4rem 2rem;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.7;
	font-size: 1.05rem;
  }
  
  .about-logo-wrapper {
	text-align: center;
	margin: 3rem 0 2rem;
  }
  
  .about-logo {
	width: 180px;
	height: 180px;
	border-radius: 20px;
	object-fit: cover;
	border: 4px solid #ccc;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .about-section h1 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	text-align: center;
  }
  
  .about-section h2,
  .about-section h3 {
	margin-top: 2rem;
	font-size: 1.5rem;
	text-align: center;
  }
  
  .about-section ul {
	padding-left: 1.5rem;
	margin-bottom: 1.5rem;
  }
  
  .about-section blockquote {
	background-color: #f8f9fc;
	border-left: 4px solid #0c1f66;
	padding: 1rem;
	margin: 1rem 0;
	font-style: italic;
	color: #333;
  }
  
  .founder-section {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
  }
  
  .founder-photo-wrapper {
	text-align: center;
	margin: 1rem 0 2rem;
  }
  
  .founder-photo {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #ccc;
  }
  
  .experience-list {
	max-width: 600px;
	margin: 1.5rem auto;
	padding-left: 0;
	list-style: none;
  }
  
  .experience-list li {
	padding: 0.4rem 0;
	border-bottom: 1px solid #eee;
	font-size: 1rem;
  }
  

/* Contact Page */
.contact-section {
	padding: 4rem 2rem;
	text-align: center;
  }
  
  .contact-section h1 {
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
  }
  
  .contact-form {
	max-width: 600px;
	margin: 2rem auto;
	display: flex;
	flex-direction: column;
	gap: 1rem;
  }
  
  .contact-form input,
  .contact-form textarea {
	padding: 0.8rem;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
  }
  
  .contact-form button {
	background-color: #0c1f66;
	color: white;
	border: none;
	padding: 0.8rem;
	font-size: 1rem;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
  }

.contact-form button:hover {
	background-color: #0a194f;
}

/* New Course Section Table Tweaks */
.course-table {
	width: 90%;
	margin: 2rem auto;
	border-collapse: collapse;
	font-size: 1rem;
	background-color: #ffffff;
  }
  
  .course-table th, .course-table td {
	padding: 1rem;
	border: 1px solid #e0e0e0;
	text-align: left;
	vertical-align: top;
  }
  
  .course-table th {
	background-color: #2D287C; /* Same elegant purple from navbar */
	color: #ffffff;
	font-weight: 700;
  }
  
  /* Why Davelon Bullet Points */
  .why-davelon ul {
	list-style: disc;
	padding-left: 1.5rem;
	text-align: left;
	max-width: 700px;
	margin: 2rem auto;
  }
  
  .why-davelon li {
	margin-bottom: 0.8rem;
	font-size: 1.05rem;
  }
  
  /* Testimonials section alignment */
  .testimonials {
	padding: 4rem 2rem;
	background-color: #f8f9fc;
	text-align: center;
  }
  
  .testimonial {
	max-width: 600px;
	margin: 2rem auto;
	font-style: italic;
	color: #555;
  }
  
  .testimonial cite {
	display: block;
	margin-top: 0.5rem;
	font-weight: 600;
	color: #333;
  }
  
  /* Small tweak for the CTA button */
  .cta-button {
	background-color: #2D287C;
	border-radius: 8px;
	padding: 0.8rem 1.5rem;
	font-size: 1rem;
	font-weight: 600;
  }
  
  .cta-button:hover {
	background-color: #1e1a5a;
  }

  footer {
	color: #fff;
	padding: 2rem 1rem;
	text-align: center;
	background-position: center bottom;
	background-size: 120px;
	opacity: 0.95;
  }

  .program-card details {
	margin-top: 1rem;
	background-color: #f0f3fc;
	border-radius: 6px;
	padding: 0.75rem 1rem;
	font-size: 0.95rem;
	border: 1px solid #d0d6ea;
  }
  
  .program-card details summary {
	cursor: pointer;
	font-weight: 600;
	color: #2d287c;
	margin-bottom: 0.5rem;
  }
  
  .program-card details ul {
	margin-top: 0.5rem;
	padding-left: 1.2rem;
	text-align: left;
  }
  
  .program-card details li {
	margin-bottom: 0.4rem;
	line-height: 1.4;
  }

  .cta-ending {
	background-color: #f5f2fc;
	padding: 4rem 2rem;
	text-align: center;
	border-top: 2px solid #e0e0f0;
  }
  
  .cta-ending h2 {
	font-size: 2rem;
	color: #2d287c;
	margin-bottom: 1rem;
  }
  
  .cta-ending p {
	font-size: 1.1rem;
	color: #444;
	max-width: 700px;
	margin: 0.5rem auto;
	line-height: 1.6;
  }
  
  .cta-ending .btn {
	margin-top: 2rem;
	display: inline-block;
	padding: 0.8rem 1.6rem;
	background-color: #2d287c;
	color: white;
	border-radius: 8px;
	font-weight: 600;
	text-decoration: none;
  }

  /* Program Courses Section */
.program-section {
	padding: 4rem 2rem;
	background-color: #fafbff;
	text-align: center;
  }
  
  .program-cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 2rem;
  }
  
  .program-card {
	flex: 1;
	min-width: 280px;
	background: white;
	border-radius: 12px;
	padding: 2rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	border-top: 5px solid #2d287c;
	text-align: left;
  }
  
  .program-card h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: #2d287c;
  }
  
  .program-card p {
	font-size: 1rem;
	margin-bottom: 0.5rem;
	color: #444;
  }
  
  .program-card.highlight {
	border-top-color: #D4AF37;
	position: relative;
  }
  
  .program-card .badge {
	position: absolute;
	top: -14px;
	right: 12px;
	background-color: #D4AF37;
	color: white;
	font-size: 0.75rem;
	font-weight: bold;
	padding: 4px 8px;
	border-radius: 4px;
  }
  
  .db-optimization {
	border-top-color: #6c63ff;
  }
  
  .data-translator {
	border-top-color: #D4AF37;
  }
  
  .data-science {
	border-top-color: #00bfa6;
  }
  
  @media (max-width: 768px) {
	.program-cards {
	  flex-direction: column;
	  align-items: center;
	}
  }
  </pre></body></html>