@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*:not(i) {
  font-family: "Montserrat", sans-serif;
}


body {
  background-color: #111;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li a {
  color: white;
  margin-left: 10px;
}

.navbar-my ul li a.active-self {
  color: white;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: wheat;
}

.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  text-decoration: none;
  background-color: #2e544e;
  border: 2px solid #3b694c;
  border-radius: 4px;
  transition: background-color 0.3s, transform 0.3s;
  color: #fff;
}

.btn:hover {
  background-color: #3b694c;
  transform: translateY(-3px);
}

.why-choose {
  padding: 4rem 2rem;
  background: #111;
  color: #fff;
  text-align: center;
}
.why-choose .container {
  max-width: 1200px;
  margin: 0 auto;
}
.why-choose h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.why-choose .subtitle {
  font-size: 1.125rem;
  color: #ddd;
  margin-bottom: 2.5rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.card {
  background: #1d2321;
  padding: 2rem 1.5rem;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s;
}
.card:hover {
  transform: translateY(-6px);
}

.card-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}

.card h3 {
  font-size: 1.5rem;
  margin: 0.5rem 0;
  color: white;
}
.card p {
  font-size: 1rem;
  color: #ccc;
  margin: 0;
}

.about-us {
  background: #1d2321;
  padding: 4rem 2rem;
  color: #fff;
}
.about-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.about-text {
  flex: 1 1 300px;
}
.about-text h2 {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
.about-text p {
  font-size: 1.125rem;
  color: #ddd;
  margin-bottom: 1.5rem;
}
.about-text .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.about-image {
  flex: 1 1 300px;
  text-align: center;
}
.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }
  .about-text,
  .about-image {
    flex: 1 1 100%;
  }
}

.exp-block {
  position: relative;
  height: 250px;              
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.exp-overlay {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.team-avatar {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border: 4px solid rgba(255,255,255,0.1);
}

.member-card {
}

.member-card h4,
.member-card p {
  color: #fff;
}
.member-card p {
  color: #ccc;
  font-size: 0.95rem;
}

.custom-input {
  background: #1d2321;
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
}

.custom-input::placeholder {
  color: #ccc;
}

.btn-custom {
  background-color: #2e544e;
  border: 2px solid #3b694c;
  color: #fff;
  padding: 0.5rem 1.75rem;
  transition: background-color 0.3s, transform 0.3s;
}
.btn-custom:hover {
  background-color: #3b694c;
  transform: translateY(-2px);
}


.faq-accordion .accordion-button {
  background: #1d2321;
  color: #fff;
  padding: 1rem 1.25rem;
  border-radius: 6px;
  font-size: 1rem;
  box-shadow: none;
  transition: background 0.3s;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: #2e544e;
}
.faq-accordion .accordion-button::after {
  filter: invert(1);
}
.faq-accordion .accordion-body {
  background: #1d2321;
  border-radius: 0 0 6px 6px;
  padding: 1rem 1.25rem;
  color: #ccc;
  margin-top: -0.5rem; 
}

.faq-accordion .accordion-item {
  border: none;
}
.faq-accordion .accordion-item + .accordion-item {
  margin-top: 0.75rem;
}

.bg-dark-green { background-color: #273029; }
.bg-black      { background-color: #111; }
.logo-container {
  background: linear-gradient(to bottom, rgba(46,84,78,0.8), rgba(40,76,70,0.9));
  border: 1px solid rgba(255,255,255,0.1);
}
.logo-text {
  font-family: 'Cinzel', serif;
  font-style: italic;
  font-size: 1.5rem;
  color: #dfe7eb;
  white-space: nowrap;
}

.site-footer .nav-link {
  font-weight: 600;
  transition: color 0.3s;
}
.site-footer .nav-link:hover {
  color: #2e544e;
}


/* statute-specific panel background */
.bg-panel {
  background-color: #1d2321;
}

/* ensure the section itself sits on pure black */
.statute {
  background-color: #111;
}

/* subtitle color */
.statute .text-secondary {
  color: #ccc !important;
}


footer {
  background: #000;
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

footer p {
  color: #fff;
  margin: 0;
  margin-top: 40px;
  text-align: center;
}


@media (max-width: 992px) {
}

@media (max-width: 768px) {
}
