* {
  margin: 0;
  padding: 0; 
  box-sizing: border-box;
}
body {
  font-family: 'Segoe UI', sans-serif;
  color: white;
  background: #ff1b6b;
  border: none !important;
  
}
.logo {
  width: 280px !important;     /* Force wider width */
  height: auto !important;     /* Keep proportions */
  max-width: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}


.nav-links {
  list-style: none;
  display: flex;
  
}
.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}
.cta-btn {
  background: white;
  color: #1c1de7;
  padding: 0.6rem 1rem;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
}

/* Hero Section */
.hero {
  text-align: center;
  
}
.hero h1 {
  font-size: 2.5rem;
  font-weight: bold;
  max-width: 800px;
  margin: auto;
}
.quote-source {
  margin: 1rem 0;
  font-size: 1rem;
  opacity: 0.8;
}
.download-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}
.btn {
  padding: 0.8rem 1.6rem;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}
.white {
  background: white;
  color: #1c1de7;
}
.dark {
  background: #150E3A;
  color: white;
}
.mockup-img {
  margin-top: 2rem;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .hero h1 {
    font-size: 1.8rem;
  }
  .download-buttons {
    flex-direction: column;
  }
}
.hero {
  text-align: center;
  padding: 3rem 2rem;
 background: linear-gradient(135deg, #235780, #fb69d4);
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.2); /* Softer overlay */
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: auto;
}

.hero .logo {
  width: 80px;
  margin-bottom: 1.5rem;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ... previous styles stay unchanged ... */

/* CTA Buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn {
  padding: 0.8rem 1.6rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
  color: #fff; /* Ensure text is white */
}

/* Gradient Filled Button */
.gradient-btn {
  background: linear-gradient(to right, var(--gradient-start), var(--gradient-end));
  border: 2px solid transparent;
}

/* Outline Button with Gradient Border */
.outline-btn {
  background: transparent;
  border: 2px solid;
  border-image: linear-gradient(to right, var(--gradient-start), var(--gradient-end)) 1;
  color: #fff;
}

/* Button Hover Effects */
.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  background-color: #ffca3a;
  color: #000;
}

.btn.secondary {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}


/* Top-Left Logo Positioning */
.logo-wrapper {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1000;
  width: 230px;
}


.gradient-btn2 {
  background: linear-gradient(to right,#ff1b6b, #45caff);
  border: none;
  color: #fff;
}


/* Profile Menu Styles */
.profile-menu {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1000;
}

.profile-icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
}

.profile-icon:hover img {
  transform: scale(1.05);
}

/* Dropdown Menu */
.dropdown {
  display: none;
  position: absolute;
  top: 55px;
  right: 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 160px;
}

.dropdown li {
  list-style: none;
}

.dropdown li a {
  display: block;
  padding: 0.75rem 1rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.dropdown li a:hover {
  background: linear-gradient(to right,#ff1b6b, #45caff);
  color: #fff;
  border-radius: 4px;
}
.dropdown a {
  display: block;
  padding: 0.6rem 1rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.dropdown a:hover {
  background: linear-gradient(to right, #ff1b6b, #45caff);
  color: white;
  border-radius: 4px;
}
.profile-icon {
  background: none;
  border: none;
  cursor: pointer;
}
.dashboard-section {
  padding: 60px 5%;
  background: #fff;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(to right, #ff1b6b, #45caff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  justify-items: center;
}

.dashboard-section {
  padding: 60px 5%;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(to right, #ff1b6b, #45caff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  justify-items: center;
  position: relative;
  z-index: 2;
}

.dashboard-card {
  cursor: pointer;
  background: linear-gradient(to right, #ff1b6b, #45caff);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  width: 100%;
  max-width: 260px;
  position: relative;
  z-index: 3;
}

.dashboard-card:hover {
  transform: translateY(-5px);
}

.card-caption {
  padding: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(to right, #ff1b6b, #45caff);
}

.dashboard-card img {
  width: 90%;
  height: 180px;
  object-fit: cover;
  border-radius: 0 0 12px 12px;
  display: block;
  margin: 0 auto 10px;
}

/* Mobile responsiveness */
@media (max-width: 500px) {
  .section-title {
    font-size: 1.5rem;
  }
  .card-caption {
    font-size: 0.95rem;
    padding: 12px;
  }
}

.highlight-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(to right, #ff1b6b, #45caff);
  padding: 60px 30px;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.highlight-container {
  background: white;
  border-radius: 20px;
  padding: 20px;
  max-width: 320px;
  width: 100%;
  text-align: center;
  color: #000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  z-index: 2;
  position: relative;
}

.highlight-container:hover {
  transform: scale(1.05);
}

.highlight-container img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 4px solid #ff1b6b;
}

.highlight-text .quote {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ff1b6b;
}

.highlight-text .handle {
  background: #45caff;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 600;
  color: white;
}

@media (max-width: 768px) {
  .highlight-container {
    max-width: 100%;
  }
}

.contact-section {
  background: linear-gradient(135deg, #ff1b6b, #45caff);
  padding: 80px 10%;
  color: white;
  position: relative;
  z-index: 1;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.contact-info {
  flex: 1;
  min-width: 280px;
  z-index: 2;
  position: relative;
}

.contact-info h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.contact-info p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

.contact-info ul {
  list-style: none;
  padding: 0;
}

.contact-info li {
  margin-bottom: 10px;
  font-weight: 500;
}

.contact-form {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
}

.contact-form input,
.contact-form textarea {
  background: white;
  color: black;
  padding: 12px 15px;
  border: 2px solid #cdb4db;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 1rem;
  z-index: 2;
  position: relative;
}

.contact-form button {
  padding: 12px 20px;
  background-color: #ffafcc;
  color: black;
  border: 2px solid #a2d2ff;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

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

@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

#shakti-toggle {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
}
#shakti-toggle img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #ff1b6b;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}
#shakti-toggle:hover img {
  transform: scale(1.1);
}

#shakti-chat {
  display: none;
  flex-direction: column;
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 300px;
  height: 400px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  z-index: 999;
  overflow: hidden;
  font-family: 'Segoe UI', sans-serif;
}

#shakti-header {
  background: linear-gradient(to right, #ff1b6b, #45caff);
  color: white;
  padding: 15px;
  font-weight: bold;
  text-align: center;
}

#chat-log {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
  font-size: 0.95rem;
  color: #333;
}

#user-input {
  border: none;
  border-top: 1px solid #ddd;
  padding: 10px;
  font-size: 1rem;
  outline: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: linear-gradient(to bottom right, #1e2a78, #a546a1); /* adjust as needed */
}

html, body {
  overflow-x: hidden;
}
