/* Add your custom styles here */


/* Adds a bit of spacing to "Responsive Grid Row" blocks. */
.crx-grid {
  padding-top: 40px;
  padding-bottom: 40px;
}
.crx-grid .crx-grid {
  padding-top: 0;
  padding-bottom: 0;
}
h2, p, h3, h4 {
text-align: center;
}

.btn1 {
background-color: #4B2E2E;
color: #FFFFFF;
text-align: center;
width: 250px;
box-shadow:0 8px 16px 0 rgba(0,0,0,0.6);
}
.btn1:hover {
background-color: #D9B382;
color: white;
}

.footer{
background-color: #2B1B17;
color: #FFFFFF;
text-align: center;
}
.footerimg{
width: 30%;
height: auto;
}
.blogcard{
background-color: #F5E1C7;
}

.imgblog {
display: block;
margin: auto;
width: 50%;
height: auto;
}

.nav {
background-color: #2B1B17;
}

.definition-box {
  border-left: 4px solid #6b4f3b;
  background-color: #f9f5f1;
  padding: 15px 18px;
  margin: 15px 0 25px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 6px;
}
.definition-box strong {
  display: block;
  margin-bottom: 6px;
  color: #3e2c23;
}

/* ===== FAQ SECTION ===== */
/* FAQ container */
.faq-section {
  margin: 40px 0;
}

/* Each item */
.faq-item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

/* Question button */
.faq-question {
  width: 100%;
  display: block;              /* ✅ forces full width */
  text-align: left;
  background: none;
  border: none;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: #FFFFFF;
}

/* Add + icon */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 20px;
}

/* Answer hidden by default */
.faq-answer {
  display: none;
  padding: 10px 0 15px;
  color: #FFFFFF;
}

/* Show when active */
.faq-item.active .faq-answer {
  display: block;
}

/* Change + to - */
.faq-item.active .faq-question::after {
  content: "-";
}

.faq-item {
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 0 15px;
  background: #4B2E2E;
  color: white;
}

.faq-item:hover {
  background: #D9B382;
  color: #4B2E2E;
}
.card img {
  object-fit: cover;
  height: 220px;
}

.card {
  border-radius: 10px;
  transition: 0.2s;
}

.card:hover {
  transform: translateY(-5px);
}
.centerbullet {
  text-align: center;
   ul {
      display: inline-block;
      text-align: left;
   }
}
a {
  color: #D9B382;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #3b7a57;

  font-weight: bold;
}
body {
  background-color: #F5E1C7;
}
