@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Dancing+Script:wght@400..700&family=Pacifico&display=swap');

.body {
    font-family: "dancing Script" "Bricolage Grotesque" sans-serif;
}

.cream-clr {
    background-color: #f9e6d0;
}

.gray-clr {
    background-color: #00373e;
}

.sec-1 div {
    height: 50vh;
}

.body {
    background: #f7f6f4;
}
.section-label {
  font-size: 12px;
  letter-spacing: 1px;
  color: #6c8a8a;
}

.section-title {
  font-weight: 700;
  margin: 10px 0;
}

.section-text {
  color: #5f7d7d;
  max-width: 420px;
}

/* ================= Testimonials ================= */
.testimonials-section {
  background-color: #f7f9f8;
}

.testimonial-card {
  padding: 30px;
  border-radius: 24px;
  height: 100%;
}

.testimonial-card.light {
  background-color: #fde9cf;
}

.testimonial-card.dark {
  background-color: #0f3d3e;
  color: #fff;
}

.testimonial-card span {
  display: block;
  margin-top: 15px;
  font-weight: 600;
}

/* Nav Buttons */
.nav-buttons {
  margin-top: 20px;
}

.nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: #e0eaea;
  margin-right: 10px;
}

.nav-btn.active {
  background-color: #0f3d3e;
  color: #fff;
}

/* ================= Partners ================= */
.partners-box {
  background: #fff;
  padding: 20px;
  border-radius: 50px;
  font-weight: 600;
}

.partner-title {
  color: #0f3d3e;
}

/* ================= Resources ================= */
.resource-card {
  background: #fff;
  padding: 40px 25px;
  border-radius: 24px;
  height: 100%;
}

.resource-card h5 {
  font-weight: 700;
}

.resource-card p {
  color: #6b8a8a;
  margin: 15px 0;
}
.btn-yellow {
  background-color: #f2b705;
  color: #fff;
  border-radius: 30px;
  padding: 8px 25px;
}

.btn-teal {
  background-color: #41c7b9;
  color: #fff;
  border-radius: 30px;
  padding: 8px 25px;
}

.btn-pink {
  background-color: #f39cb1;
  color: #fff;
  border-radius: 30px;
  padding: 8px 25px;
}

.btn:hover {
  opacity: 0.9;
}
.section-label {
  font-size: 12px;
  letter-spacing: 1px;
  color: #6c8a8a;
}

.section-title {
  font-weight: 700;
  margin: 12px 0;
}

.section-text {
  color: #5f7d7d;
  max-width: 420px;
}

/* ================= COMMUNITY ================= */
.community-box {
  background-color: #ffffff;
  border-radius: 32px;
  padding: 50px;
}

.community-img {
  max-width: 420px;
}

.btn-dark-green {
  background-color: #0f3d3e;
  color: #fff;
  border-radius: 30px;
  padding: 10px 28px;
}

.btn-dark-green:hover {
  background-color: #0c3233;
  color: #fff;
}

/* ================= FAQ ================= */
.faq-img {
  max-width: 360px;
}

.custom-accordion .accordion-item {
  border: none;
  border-radius: 16px;
  margin-bottom: 16px;
  background-color: #ffffff;
}

.custom-accordion .accordion-button {
  border-radius: 16px;
  font-weight: 600;
  color: #0f3d3e;
  background-color: #ffffff;
}

.custom-accordion .accordion-button::after {
  background-size: 14px;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  box-shadow: none;
}

.custom-accordion .accordion-body {
  color: #5f7d7d;
  padding-top: 0;
}
#accordion{
 margin-bottom: 10px;
 padding: 20px;   
}
.contact-section {
  padding: 80px 0;
  background: #ffffff;
}

.contact-title {
  text-align: center;
  margin-bottom: 60px;
}

.contact-title small {
  text-transform: uppercase;
  color: #777;
  letter-spacing: 2px;
}

.contact-title h2 {
  font-weight: 700;
  margin: 15px 0;
}

.contact-title p {
  color: #666;
}

/* Contact Box */
.contact-box {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  height: 100%;
}

.contact-info p {
  color: #555;
  margin-bottom: 12px;
}

.contact-info i {
  color: #000;
  margin-right: 10px;
}

/* Social Icons */
.social-icons a {
  color: #000;
  font-size: 18px;
  margin-right: 15px;
  text-decoration: none;
}

.response-time {
  font-size: 14px;
  color: #666;
}

/* Form */
.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-left: 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: #000;
}

.btn-send {
  background: #000;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
}

.btn-send:hover {
  background: #333;
}

/* Footer */
.footer {
  background: #f1f1f1;
  padding: 60px 0;
}

.footer h5 {
  font-weight: 700;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #555;
  text-decoration: none;
}

.footer-card {
  background: #000;
  color: #fff;
  padding: 40px;
  border-radius: 16px;
}

.footer-card h4 {
  font-weight: 600;
}
#hamburger{
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .community-box {
    padding: 30px;
  }

  .community-img,
  .faq-img {
    max-width: 100%;
  }
}
@media (max-width: 786px){
    #hamburger{
        display: block;
    }
    #nav{
        display: none;
    }
} 