/* Fonts */
:root{
  --bg-1: #0f172a;
  --accent: #4E47FF;
  --muted: #6e6e6e;
  --card: #ffffff;
  --glass: rgba(255,255,255,0.06);
}

*{box-sizing:border-box}

body {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg,#F5F8FF 0%, #F0F6FF 60%);
  color: #111;
  -webkit-font-smoothing:antialiased;
}

.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* Soft elevation */
.card-shadow{box-shadow:0 8px 30px rgba(16,24,40,0.08);border-radius:16px}

/* Shared Style */

.text-primary {
  color: #4E47FF;
}

.btn-primary {
  text-decoration: none;
  background-color: #4E47FF;
  font-size: 16px;
  font-weight:500;
  color: #FFFFFF;
  border-radius: 10px;
  border: none;
  padding: 12px 36px;
  cursor: pointer;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(78,71,255,0.18);
}
.btn-primary.secondary{background:#fff;color:var(--accent);border:1px solid rgba(78,71,255,0.08)}
/* Nav Bar */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
}

nav h2{
  font-family: "Inter", sans-serif;
  color: var(--accent); 
  font-size: 28px;
  font-weight: 800; 
  letter-spacing:1px
}

/* Header */
header {
  background-image: url(assets/Hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 640px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
}

header::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.6) 80%)}

/* Hero Section */
.hero-content {
  text-align: center;
  padding: 80px 0;
  position:relative;
  z-index:1;
}

.sub-title {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #111827;
  line-height:1.02;
}

.hero-cta{display:flex;gap:14px;justify-content:center}

/* Preview */
.preview-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}
.preview-text {
  max-width: 48%;
}
.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}
.section-desc {
  font-size: 16px;
  color: #6e6e6e;
  margin-bottom: 30px;
}

.preview-image img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(16,24,40,0.08);
}

/* Status */
.stats-banner {
  background: linear-gradient(90deg, rgba(78,71,255,0.06), rgba(78,71,255,0.02));
  padding: 50px 20px;
  text-align: center;
  border-radius: 20px;
  margin-top: 80px;
}

.stats-banner h2 {
  color: #252432;
  font-size: 38px;
  margin-bottom: 40px;
  font-weight: bold; 
}

.stats {
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}

.stat-item h3 {
   font-family: "Inter", sans-serif;
  color: #4E47FF; 
  font-size: 80px; 
  margin: 0;
  font-weight: bolder; 
}

.stat-item p {
  color: #333;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500; /* Adjust weight for better readability */
}


/* Testimonials */
.testimonials {
  text-align: center;
  padding: 50px 20px;
  font-family: 'Segoe UI', sans-serif;
}
.testimonials h2 {
  font-size: 42px;
  font-weight: bold;
  color: #252432;
  margin-bottom: 40px;
}
.testimonial-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap: 20px;
  align-items:start;
}
.testimonial-card {
  padding: 22px;
  border-radius: 12px;
  background-color: var(--card);
  box-shadow: 0 8px 30px rgba(16,24,40,0.06);
  display: flex;
  flex-direction: column;
  text-align: left;
}
.rating {
  margin-bottom: 10px;
}
.star-icon {
  width: 20px;
  height: 20px;
  margin: 0 2px;
}
.testimonial-card h3 {
  font-size: 18px;
  color: #000000;
  margin: 10px 0;
}
.testimonial-card p {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}
.reviewer-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviewer-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.reviewer-name {
  font-size: 14px;
  color: #0b0b0b;
  font-weight: 600;
}
.review-date {
  font-size: 14px;
  color: #888;
}

/* Promo Banner */
.dip{
  margin-left: 300px;
  margin-right: 300px;
  margin-top: 120px;
  margin-bottom: 92.23px;
  border: 1px solid rgb(246, 242, 241);
}
.promo-banner {
  display:flex;align-items:center;justify-content:space-between;padding:64px 20px;background:linear-gradient(180deg,#fff,#fbfbff);gap:40px;border-radius:16px}

.promo-content { 
  text-align: center; 
  max-width: 600px;
}

.promo-content h1 { 
  font-size: 44px; 
  font-weight: 700; 
  color: #333; 
  margin-bottom: 20px;
}

.promo-content p { 
  font-size: 18px; 
  color: #555;
  margin-bottom: 30px;
}

.promo-image {
  display:flex;justify-content:center;align-items:center;width:50%;max-width:560px;border-radius:12px;overflow:hidden;background:linear-gradient(180deg,#111827,#0b1220)}

.promo-image img {
  width: 100%; 
  height: auto; 
  display: block; 
  max-width: none;
  border-radius: 0; 
}

/* Contact Section */

.contact-section {
  display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding:80px 20px;flex-wrap:wrap}
.contact-text h2 {
  font-size: 48px;font-weight:800;color:#0f172a;margin:0;margin-top:0
}

.contact-form {
  flex: 1;
  min-width: 300px;
  max-width: 480px;
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 8px;
  color: #444;
}

.contact-form input,
.contact-form textarea {
  padding: 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: inherit;
}

.contact-form textarea {
  resize: vertical;
  min-height: 110px;
}

.contact-form button {
  margin-top: 30px;
  padding: 14px 28px;
  background-color: #4E47FF;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

/* Footer */
.site-footer {
  display:flex;flex-direction:column;align-items:center;text-align:center;background-color:#fff;padding:80px 20px}

.footer-logo h2 {
  color: var(--accent); font-size:48px;font-weight:800;margin-bottom:12px}

.footer-logo p {
  color: #8987A1; 
  font-size: 18px; 
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto; 
}

.footer-nav {
  display: flex; 
  flex-direction: row; 
  gap: 48px; 
}

.footer-nav a {
  color: #8987A1; 
  text-decoration: none;
  font-size: 18px; 
}

.footer-nav a:hover {
  color: #150498; 
}

/* Responsive adjustments */
img { max-width: 100%; height: auto; }

@media (max-width: 1024px) {
  .sub-title { font-size: 48px; }
  .preview-section { margin-left: 40px; margin-right: 40px; }
  nav { padding: 30px 40px; margin-left: 40px; margin-right: 40px; }
  .contact-text h2 { font-size: 60px; margin-left: 0; }
  .footer-logo h2 { font-size: 72px; }
}

@media (max-width: 768px) {
  nav { padding: 20px; margin: 0 20px; }
  .hero-content { margin: 60px 20px; }
  .sub-title { font-size: 34px; }
  .preview-section { flex-direction: column; padding: 30px 20px; margin: 0 20px; }
  .preview-text { max-width: 100%; margin-left: 0; margin: 0; }
  .preview-image { margin-top: 20px; }
  .stats { flex-direction: column; gap: 20px; }
  .testimonial-cards { flex-direction: column; align-items: center; }
  .contact-section { flex-direction: column; padding: 30px 20px; margin-right: 0; }
  .contact-text h2 { font-size: 36px; margin-top: 0; }
  .footer-logo h2 { font-size: 48px; }
  .dip { margin: 20px; }
}

@media (max-width: 480px) {
  .sub-title { font-size: 28px; }
  .section-title { font-size: 28px; }
  .stat-item h3 { font-size: 48px; }
  .contact-form { max-width: 100%; }
  .btn-primary { padding: 10px 18px; font-size: 14px; }
}
