

body {
  background-color: #f8f9fa;
}
.info-heading {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0c9c4f 0%, #0bb259 100%) !important;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 80px 0 100px 0;
  min-height: 260px;
}

.info-title {
  font-family: "Figtree", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: #f9f9f9;
  margin-bottom: 15px;
}

.info-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #e2e2e2;
  opacity: 0.95;
}

.info-meta {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 14px;
  color: #ffffff;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.takeaway-section {
  padding: 60px 0;
}

.takeaway-card {
  position: relative;
  overflow: hidden;
  min-height: 307px;
  display: flex;
  align-items: center;
  padding: 40px;
  justify-content: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/images/info_bg.jpg") no-repeat center center;
  background-size: cover;
}

.takeaway-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.takeaway-text h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.takeaway-text p {
  color: #eaeaea;
  font-size: 18px;
  max-width: 825px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 0;
  opacity: 0.9;
}

.market-stats-section {
  padding: 60px 0;
}

.stats-card {
  background: #ffffff;
  padding: 40px;
  max-width: 449px;
  width: 100%;
  max-height: 214px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease;
  border: 1px solid #f0f0f0;
}

.stats-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.stats-value {
  font-size: 36px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 12px;
}

.stats-label {
  font-size: 16px;
  color: #707070;
  line-height: 1.4;
  margin-bottom: 0;
  max-width: 365px;
}

.policy-section {
  padding: 80px 0;
}

.policy-title {
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  margin-bottom: 10px;
}

.policy-subtitle {
  font-size: 16px;
  color: #707070;
  max-width: 600px;
}

.policy-card {
  background: #ffffff;
  padding: 40px;
  border: 1px solid #f0f0f0;
  box-shadow:
    0px 2px 4px 0px rgba(0, 0, 0, 0.08),
    0px 0px 6px 0px rgba(0, 0, 0, 0.02);
  max-height: 280px;
  height: 100%;
  max-width: 505px;
  width: 100%;
}

.policy-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.badge-status {
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.status-active {
  background-color: #fff3e0;
  color: #cb7400;
}

.status-year {
  background-color: #e3f2fd;
  color: #0f64d6;
}

.policy-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #232323;
}

.policy-desc {
  font-size: 15px;
  color: #707070;
  margin-bottom: 10px;
  font-weight: 400;
}

.policy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.policy-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
  font-weight: 500;
}

.policy-list li i {
  color: #0c9c4f;
  font-size: 12px;
}

.landscape-container {
  padding: 80px 0;

  background-color: #ffffff;

  box-shadow:
    0px 2px 4px 0px #00000014,
    0px 0px 6px 0px #00000005;
}

.landscape-main-title {
  font-weight: 700;
  font-size: 40px;
  color: #000000;
}

.landscape-card {
  padding: 40px;
  color: #ffffff;
  height: 100%;
  max-height: 254px;
  max-width: 506px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-purple {
  background: linear-gradient(270deg, #8b5cf6 0%, #9333ea 100%);
}

.card-blue {
  background: linear-gradient(270deg, #3b82f6 0%, #0891b2 100%);
}

.landscape-icon {
  margin-bottom: 20px;
}

.landscape-value {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}

.landscape-sub {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 5px;
}

.landscape-detail {
  font-size: 14px;
  font-weight: 400;
  color: #f0e5ff;
}

.city-card {
  background: #f9f9f9;
  padding: 20px;
  text-align: center;
  box-shadow:
    0px 2px 4px 0px #00000014,
    0px 0px 6px 0px #00000005;

  max-height: 110px;
  max-width: 190px;
  width: 100%;
  height: 100%;
}

.city-dot {
  border-radius: 2px;
  margin-bottom: 15px;
}

.city-name {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}

.city-desc {
  font-size: 12px;
  color: #707070;
  font-weight: 400;
  margin-bottom: 0;
}

.trends-section {
  padding: 80px 0;
}

.trends-title {
  font-family: "Figtree", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.trends-subtitle {
  font-size: 16px;
  color: #707070;
  font-weight: 400;
}

.trends-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}

.trend-card {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 30px 40px;
  gap: 30px;
  border: 1px solid #f0f0f0;
  max-width: 1240px;
  width: 100%;
  max-height: 123px;
  height: 100%;
  box-shadow:
    0px 2px 4px 0px #00000014,
    0px 0px 6px 0px #00000005;
  transition: all 0.3s ease;
}

.trend-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.trend-name {
  font-size: 18px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 5px;
}

.trend-desc {
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0;
  line-height: 1.6;
}

.future-container {
  padding: 80px 0;
  margin-bottom: 80px;
  background-color: #0c9c4f;
}

.outlook-icon-wrapper {
  background: #ffffff;
  color: #0c9c4f;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;

  font-size: 24px;
}

.outlook-title {
  font-size: 40px;
  font-weight: 700;
  color: #f9f9f9;
  margin-bottom: 20px;
}

.outlook-desc {
  max-width: 850px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  opacity: 0.95;
  color: #ffffff;
}

.outlook-card {
  background: #ffffff;
  padding: 30px 15px;
  max-width: 690px;
  width: 100%;
  max-height: 110px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  box-shadow:
    0px 2px 4px 0px #00000014,
    0px 0px 6px 0px #00000005;
}

.outlook-val {
  color: #232323;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 5px;
}

.outlook-label {
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.growth-outlook-section {
  padding: 80px 0 ;

}
.growth-container {
  background-color: #ffffff;
  padding: 25px;
  
}
.growth-title {
  font-size: 24px;
  font-weight: 700;
  color: #232323;
}

.growth-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #6c6c6c;
  max-width: 1100px;
  line-height: 1.4;
}

.chart-container-wrapper {
  background: #ffffff;
  padding: 20px;
}

.chart-header-text {
  font-size: 16px;
  font-weight: 500;
  color: #000000;

}

.chart-area {
  position: relative;
  height: 400px; 
  width: 100%;
}
.chart-box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 80px;
  padding: 0;
}

.feature-card {
  background: #f9f9f9;
  padding: 30px;
  max-height: 170px;
  max-width: 380px;
  width: 100%;
  height: 100%;
  border: 1px solid #f0f0f0;
  box-shadow:
    0px 2px 4px 0px #00000014,
    0px 0px 6px 0px #00000005;
}

.feature-icon {
  font-size: 24px;
  margin-bottom: 15px;
}

.feature-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #232323;
}

.feature-desc {
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
  margin-bottom: 0;
}




.related-insights {
  padding: 60px 0;
  background-color: #f8f9fa;
  
}

.related-title {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
  color: #000000;
}

.insight-image {
  width: 100%;
  max-width: 610px;
  max-height: 178px;
  height: 100%;
  aspect-ratio: 16 / 9; 
  background-color: #e0e0e0;
  overflow: hidden;
}

.insight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insight-content {
  padding-top: 20px;
}

.insight-header {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1b;
  margin-bottom: 10px;
  line-height: 1.3;
}

.insight-text {
  font-size: 16px;
  color: #64748B;
  line-height: 1.4;
}




