/* =========================
   GLOBAL POLICY STYLES
========================= */

.policy-section {
    background: #f8f9fa;
}

.policy-container {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.policy-title {
    font-weight: 600;
    color: #062925;
    text-align: center;
}

.policy-container p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.policy-container h4 {
    color: #062925;
    font-weight: 600;
    margin-top: 25px;
}

.policy-container ul {
    padding-left: 18px;
}

.policy-container ul li {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
}

.policy-container strong {
    color: #3a9188;
}

/* =========================
   ABOUT US
========================= */

.about-section {
    background: #f8f9fa;
}

.about-title {
    font-weight: 600;
    color: #062925;
}

.about-highlight {
    color: #3a9188;
    font-weight: 500;
}

.about-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.about-card h5 {
    color: #062925;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-icon {
    font-size: 28px;
    color: #3a9188;
    margin-bottom: 10px;
}

.about-cta {
    background: #b8e1dd;
    color: #062925;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
}

.about-cta a {
    color: #062925;
    font-weight: 500;
    text-decoration: none;
}

/* =========================
   FAQ
========================= */

.faq-section {
    background: #f8f9fa;
}

.faq-title {
    color: #062925;
    font-weight: 600;
}

/* Accordion */

.accordion-button {
    font-weight: 500;
    font-size: 15px;
    color: #062925;
    background: #ffffff;
}

.accordion-button:not(.collapsed) {
    background: #3a9188;
    color: #ffffff;
}

.accordion-button:focus {
    box-shadow: none;
}

/* Item container */

.accordion-item {
    border-radius: 6px;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}

/* Body */

.accordion-body {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    background: #ffffff;
}

/* Contact Box */

.faq-contact {
    background: #b8e1dd;
    color: #062925;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}

.faq-contact a {
    color: #062925;
    font-weight: 500;
    text-decoration: none;
}

.faq-contact a:hover {
    color: #044a42;
}

