* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* General styles */
.sidenav-container {
  font-family: 'Arial', sans-serif;
}

/* Header Text */
.header-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(to right, #ff512f, #dd2476);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.icon {
  margin-right: 10px;
  font-size: 2rem;
  color: #ffd700;
}

/* Toolbar */
.toolbar {
   opacity: 1;
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  color: white;
   
}

.logo {
  height: 50px;
  margin-right: 20px;
  transition: transform 0.3s ease;
}

.logo:hover {
  transform: scale(1.1);
}

/* Desktop Navigation */
.desktop-nav {
  display: flex;
  gap: 30px;
  list-style: none;
}

.desktop-nav a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
}

.desktop-nav a:hover,
.desktop-nav a.active-link {
  color: #ffc107;
  text-shadow: 0 0 8px rgba(255, 193, 7, 0.8);
  transform: scale(1.1);
}

/* Menu Icon (Mobile) */
.menu-icon {
  display: none;
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.menu-icon:hover {
  transform: rotate(90deg);
}

/* Mobile Sidenav */
.mobile-sidenav {
  position: fixed;
  top: 70px;
  left: -250px;
  width: 250px;
  height: 100%;
  background: linear-gradient(to bottom, #2c5364, #203a43, #0f2027);
  color: white;
  display: flex;
  flex-direction: column;
  padding: 10px;
  z-index: 1050;
  transition: left 0.3s ease;
  border-right: 2px solid #ffc107;
}

.mobile-sidenav.open {
  left: 0;
}

.mobile-sidenav a {
  text-decoration: none;
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 15px;
  transition: color 0.3s ease, transform 0.3s ease;
  border-bottom: 1px solid #ffc107;
}

.mobile-sidenav a:hover {
  color: #ffc107;
  transform: translateX(10px);
}

/* Responsive */
@media (max-width: 768px) {
  .menu-icon {
    display: inline-block;
  }

  .desktop-nav {
    display: none;
  }
}

/* Footer */
.footer {
  background-color: #1f1f1f;
  color: #ffffff;
  padding: 40px 20px 20px;
  font-family: 'Roboto', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 220px;
  min-width: 200px;
}

.footer-logo {
  width: 140px;
  margin-bottom: 10px;
}

.footer-description {
  font-size: 14px;
  line-height: 1.6;
  color: #ccc;
}

.footer-section h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-section nav a {
  display: block;
  margin-bottom: 6px;
  color: #bbb;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-section nav a:hover {
  color: #ffffff;
}

.social-icons a {
  margin-right: 10px;
  color: #ccc;
  font-size: 20px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  color: #888;
  border-top: 1px solid #333;
  margin-top: 30px;
}

/* Contact */
.contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background-color: #f9f9f9;
}

.contact-card {
  width: 500px;
  padding: 20px;
}

.contact-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.contact-subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  color: #666;
}

.full-width {
  width: 100%;
}

.button-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

/* About Page */
.about-page {
  padding: 60px 20px;
  text-align: center;
}

.features {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

.feature {
  max-width: 300px;
}

mat-icon {
  font-size: 40px;
  margin-bottom: 10px;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(to right, #1e3c72, #2a5298);
  color: #fff;
  text-align: center;
  padding: 100px 20px;
}

.hero-section .cta-button {
  margin-top: 20px;
  font-size: 1.1rem;
  padding: 12px 28px;
  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

/* Services Section */
.services-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.services-section .section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.service-card {
  padding: 20px;
  text-align: center;
  border-radius: 16px;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.service-icon {
  font-size: 40px;
  margin-bottom: 10px;
  color: #1976d2;
}

/* About Section */
.about-section {
  padding: 60px 20px;
  background-color: #ffffff;
  color: #333;
}

.about-content {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.about-content ul {
  list-style: none;
  padding: 0;
}

.about-content ul li {
  margin-top: 10px;
  font-size: 1.1rem;
}

/* Call To Action Section */
.cta-section {
  text-align: center;
  padding: 80px 20px;
  background-color: #1976d2;
  color: white;
}

.cta-section .cta-button {
  font-size: 1.2rem;
  padding: 14px 32px;
  border-radius: 30px;
  margin-top: 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.pulse-btn {
  animation: pulse 2s infinite;
  text-decoration: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* Pricing Section */
.pricing-section {
  background: #f9f9f9;
  padding: 4rem 2rem;
  text-align: center;
}

.pricing-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-section h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.pricing-section .subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 3rem;
}

.pricing-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.pricing-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  width: 320px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.pricing-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.pricing-card .price {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1976d2;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.pricing-card ul li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.pricing-card .btn {
  background-color: #1976d2;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.pricing-card .btn:hover {
  background-color: #125ea5;
}
