/* Elridhma Main Theme CSS */

body {
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
  background: #f8f9fa;
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #7C3AED;
}

a {
  color: #7C3AED;
  text-decoration: none;
}
a:hover {
  color: #FFD600;
  text-decoration: underline;
}

.btn-warning, .btn-outline-warning {
  background: #FFD600;
  color: #7C3AED;
  border-color: #FFD600;
}
.btn-warning:hover, .btn-outline-warning:hover {
  background: #7C3AED;
  color: #fff;
  border-color: #7C3AED;
}

.whatsapp-float {
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    height: 3rem;
    width: 3rem;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 1000;
}

.back-to-top {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    background-color: #7C3AED;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 1000;
}

.btn-lg {
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
  border-radius: 2rem;
}

.hero-section, .free-website-hero {
  background: linear-gradient(90deg, #FFD600 0%, #7C3AED 100%);
  color: #fff;
}

.package-showcase .card, .portfolio-section .card, .process-section .card, .onboarding-wizard .card {
  border-radius: 1rem;
  border: none;
  box-shadow: 0 2px 16px rgba(124, 58, 237, 0.08);
}

.package-showcase .card-title {
  color: #7C3AED;
  font-size: 1.3rem;
  font-weight: 600;
}

.package-showcase .card-text {
  color: #222;
}

.portfolio-section h2, .portfolio-showcase h1 {
  color: #FFD600;
}

.faq-section .accordion-button {
  background: #FFD600;
  color: #7C3AED;
  font-weight: 600;
}
.faq-section .accordion-button:not(.collapsed) {
  background: #7C3AED;
  color: #fff;
}

.top-bar {
  background: #7C3AED !important;
  color: #fff !important;
}

.navbar {
  border-bottom: 2px solid #FFD600;
}
.navbar-brand img {
  height: 40px;
}

.header-nav .btn {
  font-weight: 600;
  border-radius: 2rem;
}

footer.footer {
  background: linear-gradient(90deg, #FFD600 0%, #7C3AED 100%);
  color: #fff;
}
footer.footer a {
  color: #fff;
}
footer.footer a:hover {
  color: #FFD600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section h1, .free-website-hero h1 {
    font-size: 2rem;
  }
  .package-showcase .card-title {
    font-size: 1rem;
  }
  .btn-lg {
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
  }
}

/* Custom badges */
.badge.bg-warning {
  background: #FFD600 !important;
  color: #7C3AED !important;
}
.badge.bg-light {
  background: #fff !important;
  color: #7C3AED !important;
}

/* Table styling for package comparison */
.package-comparison table th {
  background: #FFD600;
  color: #7C3AED;
  font-weight: 700;
}
.package-comparison table td {
  background: #fff;
  color: #222;
}
.package-comparison table tr:nth-child(even) td {
  background: #F3F3F3;
}

/* Form styling */
form input, form textarea, form select {
  border-radius: 0.5rem;
  border: 1px solid #7C3AED;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: #FFD600;
  box-shadow: 0 0 0 2px #FFD60033;
}

/* Cookie consent banner */
.cookie-consent {
  background: #7C3AED;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 1rem 0;
}

/* Misc */
.shadow-sm {
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.08) !important;
}
