* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.custom-navbar {
    background-color: #0c0f14;
    /* deep black/navy like your image */
    padding: 10px 0;
}

.logo {
    height: 55px;
    object-fit: contain;
    cursor: pointer;
}

/* menu text */
.nav-link {
    font-size: 14px;
    font-weight: 800;
    color: white;
}

.navbar-toggler-icon {
    color: #ffffff !important;
}

.navbar-toggler {
    background-color: #268b07 !important;
}






.section-bg {
    background-color: #f2f2f2;
}

/* IMAGE SIDE */
.image-box {
    background-color: #ff7a00;
    border-radius: 40px;
    padding: 20px;
    display: inline-block;
}

.person-img {
    max-height: 400px;
    object-fit: contain;
}

/* CARDS */
.info-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
}

/* NUMBER CIRCLE */
.number-circle {
    width: 45px;
    height: 45px;
    background: #198754;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

/* OPTIONAL IMAGE */
.card-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}





.proposal-section {
  background: linear-gradient(to right, #f8f9fa, #eef7f1);
}

.proposal-section h2 {
  color: #0b3d0b;
}

.proposal-card {
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.proposal-card:hover {
  transform: translateY(-5px);
}

.proposal-card h3 {
  color: #198754;
  font-weight: bold;
}

.proposal-btn {
  background-color: #198754;
  color: white;
  padding: 10px 25px;
  border-radius: 6px;
}

.proposal-btn:hover {
  background-color: #146c43;
  color: white;
}




.footer-section a:hover {
  color: #d4edda; /* lighter green on hover */
  text-decoration: underline;
}

.footer-section p, .footer-section li {
  font-size: 0.95rem;
}

.footer-section i {
  color: #d4edda; /* icon color */
}




.footer-logo {
  max-height: 60px; /* adjust this to your test */
  width: auto;       /* maintain aspect ratio */
  display: block;
}



.footer-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
}

.footer-link:hover {
  color: #d4edda; /* lighter green on hover */
  transform: translateX(5px); /* subtle shift effect */
}

ul.list-unstyled li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

ul.list-unstyled li i {
  color: #d4edda; /* icon color */
  font-size: 1rem;
}






.info-card {
  background: #fff;
  padding: 15px 20px;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.info-card:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.number-circle {
  width: 40px;
  height: 40px;
  background: #198754;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 50%;
  flex-shrink: 0;
}

.dropdown-icon {
  transition: transform 0.3s;
}

/* Rotate icon when collapse is open */
.collapse.show + .dropdown-icon,
.collapse.show ~ .dropdown-icon {
  transform: rotate(180deg);
}


.dropdown-icon {
  transition: transform 0.3s;
}

[aria-expanded="true"] .dropdown-icon {
  transform: rotate(180deg);
}

.arise{
    color: #ff7a00;
    font-weight: 900;
}
.golf{
    color: #268b07;
    font-weight: 900;
}


.dash-list {
  list-style: none;
  padding-left: 0;
}

.dash-list li::before {
  content: "- ";
  margin-right: 5px;
}

.text{
    text-align: center;
   text-align: center !important;
}

.custom-img {
    width: 200px;
    height: 150px;
    object-fit: contain;
}

.responsive-img {
    width: 100%;
    max-width: 220px;
    height: auto;
    object-fit: contain;
}
