.elementor-47222 .elementor-element.elementor-element-6724471{--display:flex;--margin-top:22px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6f71012 *//* General Section Spacing */
section {
  padding: 60px 20px;
}
.container {
  max-width: 1200px;
  margin: auto;
}

/* Headings (Unified Style) */
.research-hero h1,
.research-intro h2,
.research-highlights h2,
.research-pdfs h2,
.research-highlights h3,
.research-pdfs h4 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #1C0300;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* Hero Section */
.research-hero {
  background: linear-gradient(rgba(28,3,0,0.7), rgba(28,3,0,0.7)), url('hero-bg.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
}
.research-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.research-hero p {
  max-width: 700px;
  margin: auto;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Intro Section */
.research-intro p {
  max-width: 800px;
  margin: auto;
  line-height: 1.6;
  color: #555;
}

/* Highlights Section */
.research-highlights {
  background: #f9f9f9;
}
.highlight-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.highlight-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  width: 300px;
  min-height: 220px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.highlight-card h3 {
  font-size: 1.25rem;
}

/* PDF Reports Section */
.pdf-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.pdf-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  width: 300px;
  min-height: 260px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pdf-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}
.pdf-card h4 {
  font-size: 1.1rem;
}

/* Buttons */
.btn {
  display: inline-block;
  background: #1C0300;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.95rem;
  transition: background 0.3s ease;
  margin-top: auto;
}
.btn:hover {
  background: #3a0a06;
}

/* Disclaimer */
.research-disclaimer {
  background: #fafafa;
  font-size: 0.9rem;
  color: #666;
  text-align: center;
  padding: 40px 20px;
}/* End custom CSS */