.society-section {
  background-color: #1b2259;
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  margin-bottom: 20px;
}

.society-content {
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 18px;
  padding: 40px 30px;
  max-width: 880px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.society-section h3 {
  font-size: 26px;
  color: #f59e0b;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 600;
}

.society-section h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.society-section p {
  font-size: 16px;
  color: #d6dee7;
  line-height: 1.8;
  text-align: justify;
}

@media (max-width: 768px) {
  .society-content {
    padding: 30px 20px;
  }

  .society-section h2 {
    font-size: 24px;
  }
}
.society-features .feature-item {
  margin-bottom: 40px;
  padding: 20px;
  border-left: 3px solid #b67b2d;
  background-color: #ffffff05; 
  border-radius: 12px;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.society-features .feature-item i {
  font-size: 22px;
  color: #ffffff;
  background-color: #b67b2d;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 12px;
  display: inline-block;
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.society-features .feature-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0d2863;
}

.society-features .feature-item p {
  font-size: 14px;
  color: #2c2c2c;
}

.float-img {
  animation: float 3s ease-in-out infinite;
  max-height: 500px;
  width: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .society-features .row {
    text-align: center;
  }

  .society-features .feature-item {
    border-left: none;
    border-top: 3px solid #f59e0b;
  }
}
