@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');
@import url('hero.css');

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: 'Inter', sans-serif;
  color: #1c2c47;
  /* Updated Deep Blue Theme */
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Navbar */
.navbar {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
  font-weight: 800;
  color: #1f2d45 !important;
  /* Updated Brand Color */
}

.nav-link {
  font-weight: 600;
  color: #1c2c47 !important;
}

/* Base Buttons */
.btn-primary {
  background-color: #2ecc71;
  border-color: #2ecc71;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 700;
}

.btn-primary:hover {
  background-color: #27ae60;
  border-color: #27ae60;
}

.text-primary {
  color: #2ecc71 !important;
}

/* Custom Nav Login Button */
.text-blue {
  color: #0d6efd !important;
}

.btn-nav-login {
  background-color: transparent;
  border: 2px solid #1f2d45;
  color: #1f2d45;
  padding: 8px 25px;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-nav-login:hover {
  background-color: #1f2d45;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(31, 45, 69, 0.2);
}



/*.hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url('/images/pattern.png') no-repeat right center;
   Placeholder for texture 
  opacity: 0.1;
}*/

/* Search Container */
.search-container {
  background: rgba(255, 255, 255, 0.98) !important;
  /* Slightly more opaque */
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
  border-radius: 50px !important;
  /* Rounded corners */
  padding: 1.5rem 2rem !important;
  /* Adjusted padding */
  position: relative;
  z-index: 9999;
}

.search-container .form-select {
  height: 60px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1c2c47;
}

.search-container .btn-primary {
  height: 60px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Features */
.feature-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  /* Slightly stronger shadow */
  transition: all 0.3s ease;
  border: none;
  /* Clean look */
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(46, 204, 113, 0.15);
  /* Green Glow */
}

.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: rgba(46, 204, 113, 0.1);
  border-radius: 16px;
  /* Squircle */
  color: #2ecc71;
  margin-bottom: 1.5rem;
}

/* Sections */
.section-bg-light {
  background-color: #f8fcf9;
  /* Very subtle green tint */
}

/* Audience Cards */
.audience-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: 1px solid #eee;
  height: 100%;
}

.audience-card:hover {
  transform: translateY(-5px);
  border-color: #2ecc71;
}

.audience-icon {
  font-size: 2.5rem;
}

/* App Download Section */
.app-download-section {
  background: #2ecc71;
  color: white;
  padding: 80px 0;
}

.app-btn {
  background: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s;
}

.app-btn:hover {
  opacity: 0.8;
  color: white;
  text-decoration: none;
}

/* Testimonials */
.testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #2ecc71;
}

.testimonial-text {
  font-style: italic;
  color: #4a5568;
  /* Darker gray for better readability */
  font-weight: 500;
}

.testimonial-author {
  font-weight: 700;
  color: #1c2c47;
  margin-top: 1rem;
  display: block;
}

h1,
h2,
h3,
h4 {
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #1c2c47;
}

/* Improved Readability Helpers */
.text-muted-dark {
  color: #4a5568 !important;
  /* A darker shade of gray than standard text-muted */
}

footer {
  background: #1c2c47;
  color: #ecf0f1;
  padding: 60px 0 20px;
  margin-top: auto;
}

footer a {
  color: #bdc3c7;
  text-decoration: none;
}

footer a:hover {
  color: #2ecc71;
}

/* Ribbon Styles */
.ribbon {
  position: absolute;
  top: 12px;
  right: -25px;
  transform: rotate(45deg);
  width: 100px;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 0;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  pointer-events: none;
  /* Let clicks pass through if needed */
}

.ribbon-secondary {
  background: #6c757d;
}

.ribbon-info {
  background: #0dcaf0;
  color: #1c2c47;
  /* Dark text for light blue background */
}