body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8f9fa;
}


h2, h5 {
    font-family: 'Georgia', serif;
}
.q{
    background-color: blanchedalmond;
}
.section {
  padding: 40px 20px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.incident-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.incident-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  width: 320px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.incident-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.incident-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.incident-content {
  padding: 15px 20px;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
}

.incident-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #222;
}

.incident-content p {
  margin: 6px 0;
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
  .incident-grid {
    justify-content: center;
  }
  .incident-card {
    width: 90%;
  }
}
.h h2{
  font-family: 'Poppins', sans-serif; /* or 'Merriweather', serif */
  font-weight: 600; /* Adjust weight as needed */
  font-size: 2.5rem;
  color: #2c3e50; /* nice dark shade */
  margin-bottom: 1rem;
}
.bg {
 text-align: center;
}
.mt{
 text-align: center;
}
.quotes{
  font-style: italic;
  color: #555;
  margin: 2em auto;
  max-width: 800px;
  text-align: center;
    padding: 1.5em;
}
/* Add to your style.css */
#business-impact {
  position: relative;
  padding: 5rem 0;
  background: white;
  margin: 4rem 0;
}

#business-impact::before,
#business-impact::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(220, 53, 69, 0.3), transparent);
}

#business-impact::before {
  top: 0;
}

#business-impact::after {
  bottom: 0;
}

.business-card {
  transition: all 0.3s;
  border: 1px solid rgba(0,0,0,0.05);
  border-top: 3px solid #e63946;
}

.business-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
/* Slimmer Navbar */
.navbar {
  min-height: 40px !important;  /* Reduced from Bootstrap's default 56px */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* Subtle shadow */
}

/* Adjust nav links */
.nav-link {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* Optional: Compact weather strip */
.bg-dark.text-white {
  padding: 2px 0 !important;
  font-size: 0.85rem !important;
}
/* Incident Cards Styling */
.incident-card {
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

.incident-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.incident-image-container {
  position: relative;
  overflow: hidden;
}

.incident-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(220, 53, 69, 0.9);
  color: white;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(220, 53, 69, 0.25);
}
/* Forces proper backdrop removal */
body.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

/* Kills zombie backdrops */
.modal-backdrop.fade.show {
  display: none !important;
}
/* Footer Base Styles */
.um-footer {
  background: #111;
  color: white;
  padding: 2rem 0;
  font-family: 'Segoe UI', sans-serif;
  border-top: 1px solid #dc3545;
}

.um-footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.um-footer-nav {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.um-footer-nav a {
  color: #eee;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 0.5rem 0;
}

.um-footer-nav a:hover {
  color: #dc3545;
}

.um-footer-copyright {
  color: #999;
  font-size: 0.9rem;
  text-align: center;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .um-footer-nav {
    gap: 1.5rem;
  }
}
/* Solutions Page Specific Styles */
.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

/* Sticky navigation for solutions */
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

/* Form styles */
#complaintForm .form-control,
#businessProposalForm .form-control,
#complaintForm .form-select {
    border-radius: 8px;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sticky-top {
        position: static;
        margin-bottom: 20px;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
}
.quote-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  display: flex;
  align-items: center;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Dark overlay for contrast */
}

.quote-text {
  font-family: 'Anton', sans-serif;
  font-size: 3rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  line-height: 1.3;
}

.quote-mark {
  color: #e74c3c;
  font-size: 1.5em;
}

.quote-author {
  color: rgba(255,255,255,0.9);
  font-style: italic;
  font-size: 1.2rem;
  margin-top: 1rem;
}
/* Hero Section with Video Background */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Video Background Styles */
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for better text contrast */
}

/* Quote Content Styles */
.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: white;
}

.quote-container {
  max-width: 900px;
  margin: 0 auto;
  animation: fadeIn 1.5s ease-out;
}

.quote-text {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.highlighted {
  color: #FFD700; /* Gold color */
  background-color: rgba(220, 53, 69, 0.7); /* Semi-transparent red */
  padding: 0 15px;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0;
  line-height: 1.4;
}

.quote-mark {
  font-size: 6rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  vertical-align: middle;
  position: relative;
}

.quote-mark.left {
  margin-right: 10px;
}

.quote-mark.right {
  margin-left: 10px;
}

.quote-author {
  font-size: 2rem;
  font-style: italic;
  margin-top: 30px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .quote-text {
    font-size: 3.8rem;
  }
}

@media (max-width: 992px) {
  .quote-text {
    font-size: 3.2rem;
  }
  .quote-author {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .quote-text {
    font-size: 2.5rem;
  }
  .highlighted {
    padding: 0 10px;
  }
  .quote-mark {
    font-size: 4rem;
  }
  .quote-author {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .quote-text {
    font-size: 2rem;
  }
  .quote-mark {
    font-size: 3rem;
  }
}
/* Main Container - ensures everything stays together */
.video-hero-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden; /* Keeps everything contained */
}

/* Video Wrapper - fills container */
.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Background layer */
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures video covers entire area */
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Semi-dark overlay */
  z-index: 2;
}

/* Quote Positioning - now properly layered over video */
.quote-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3; /* Above video and overlay */
}

.quote-content {
  text-align: center;
  color: white;
  padding: 20px;
  max-width: 90%;
}

/* Quote Styling */
.quote-text {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.highlighted {
  color: #FFD700;
  background-color: rgba(220, 53, 69, 0.7);
  padding: 0 15px;
  border-radius: 5px;
  display: inline-block;
  margin: 5px 0;
}

.quote-mark {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  vertical-align: middle;
}

.quote-author {
  font-size: 1.8rem;
  font-style: italic;
  margin-top: 20px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .quote-text {
    font-size: 2.5rem;
  }
  .quote-author {
    font-size: 1.4rem;
  }
}
/* Public Opinion Page Styles */
.public-opinion-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.public-opinion-container header {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 10px;
}

.public-opinion-container h1 {
    font-family: 'Poppins', sans-serif;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.public-opinion-container header p {
    font-size: 1.2rem;
    color: #555;
}

/* Scenario Spotlight */
.scenario-spotlight {
    margin-bottom: 3rem;
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.scenario-card {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.scenario-media {
    flex: 1;
    min-width: 0;
}

.interactive-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.interactive-image:hover {
    transform: scale(1.02);
}

.scenario-content {
    flex: 2;
}

.scenario-content h3 {
    font-family: 'Poppins', sans-serif;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.scenario-meta {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
    color: #666;
    font-size: 0.9rem;
}

/* Opinion Polls */
.opinion-polls {
    margin-bottom: 3rem;
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
}

.poll-container {
    margin-top: 1.5rem;
}

.poll-options {
    margin: 1.5rem 0;
}

.poll-option {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.8rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.poll-option input[type="radio"] {
    margin-right: 1rem;
}

.poll-bar {
    height: 20px;
    background: #4e73df;
    margin: 0 1rem;
    border-radius: 4px;
    transition: width 0.5s ease;
}

.poll-percent {
    width: 50px;
    text-align: right;
    font-weight: 600;
}

.vote-button {
    background: #4e73df;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vote-button:hover {
    background: #3a56b5;
    transform: translateY(-2px);
}

.poll-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    color: #666;
    font-size: 0.9rem;
}

.poll-history {
    margin-top: 3rem;
}

/* Comments Section */
.comments-section {
    margin-bottom: 3rem;
}

.comment-form {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 2rem;
}

.comment-form textarea {
    width: 100%;
    min-height: 150px;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    resize: vertical;
    font-family: inherit;
    margin-bottom: 1rem;
}

.comment-tools {
    display: flex;
    justify-content: space-between;
}

.comment-filters {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.comment-filters select {
    padding: 0.5rem;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.comments-list {
    margin-top: 2rem;
}

.comment {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
}

.comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.comment-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
}

.comment-author {
    font-weight: 600;
    margin-right: 1rem;
}

.comment-date {
    color: #666;
    font-size: 0.9rem;
}

.comment-sentiment {
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-left: auto;
}

.positive {
    background: #e6f7ee;
    color: #00a854;
}

.negative {
    background: #fff1f0;
    color: #f5222d;
}

.neutral {
    background: #fafafa;
    color: #8c8c8c;
}

.comment-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.comment-actions button {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.comment-replies {
    margin-left: 3rem;
    margin-top: 1.5rem;
    padding-left: 1.5rem;
    border-left: 2px solid #eee;
}

.load-more {
    display: block;
    margin: 2rem auto 0;
    padding: 0.8rem 1.5rem;
    background: #4e73df;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.load-more:hover {
    background: #3a56b5;
    transform: translateY(-2px);
}

/* Sentiment Analysis */
.sentiment-analysis {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.sentiment-meter {
    display: flex;
    height: 30px;
    margin: 2rem 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.meter-positive {
    background: #52c41a;
}

.meter-neutral {
    background: #faad14;
}

.meter-negative {
    background: #f5222d;
}

.sentiment-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.topic-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.topic-cloud span {
    padding: 0.5rem 1rem;
    background: #e6f7ff;
    border-radius: 20px;
    color: #1890ff;
}

.topic-large {
    font-size: 1.2rem;
}

.topic-medium {
    font-size: 1rem;
}

.topic-small {
    font-size: 0.8rem;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .scenario-card {
        flex-direction: column;
    }
    
    .scenario-media,
    .scenario-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .poll-option {
        flex-wrap: wrap;
    }
    
    .poll-bar {
        margin: 0.5rem 0;
        width: 100% !important;
    }
    
    .comment-replies {
        margin-left: 1rem;
    }
}
/* Public Opinion Page Styles */
.public-opinion-container {
    max-width: 1200px;
    margin: 0 auto;
}

.scenario-spotlight {
    background-color: #f8f9fa;
    border-left: 4px solid #4e73df;
}

.poll-option {
    margin-bottom: 1rem;
    padding: 0.5rem;
    background: white;
    border-radius: 5px;
}

.poll-bar {
    height: 8px;
    background: #4e73df;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.comment {
    border-left: 3px solid #e9ecef;
    padding-left: 15px;
    margin-bottom: 20px;
}

.sentiment-meter {
    height: 20px;
    display: flex;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.meter-positive { background: #2ecc71; }
.meter-neutral { background: #f39c12; }
.meter-negative { background: #e74c3c; }

.topic-cloud span {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background: #e9ecef;
    border-radius: 20px;
}

.topic-large { font-size: 1.2rem; }
.topic-medium { font-size: 1rem; }
.topic-small { font-size: 0.8rem; }