/* ==============================
   FOOTER
============================== */

.gc-footer {
    background: #083b1c;
    padding: 100px 0 40px;
    color: #d8d8d8;
}

.footer-brand h2 {
    font-size: 58px;
    font-weight: 400;
    color: #f5f0e8;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.footer-brand span {
    display: inline-block;
    color: #d39b3d;
    letter-spacing: 6px;
    font-size: 16px;
    margin-bottom: 35px;
    font-weight: 500;
}

.footer-description {
    max-width: 620px;
    font-size: 20px;
    line-height: 1.8;
    color: #c8c8c8;
}

.footer-widget h5 {
    color: #d39b3d;
    letter-spacing: 5px;
    font-size: 15px;
    margin-bottom: 35px;
    font-weight: 600;
}

.footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-widget ul li {
    margin-bottom: 22px;
}

.footer-widget ul li a,
.footer-widget ul li {
    color: #d8d8d8;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s;
}

.footer-widget ul li a:hover {
    color: #d39b3d;
}

.contact-info li:last-child a {
    color: #d39b3d;
    font-weight: 600;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 50px;
    padding-top: 40px;
}

.footer-bottom p {
    margin: 0;
    color: #a7a7a7;
    font-size: 18px;
}

.footer-location {
    color: #9b9b9b;
    letter-spacing: 8px;
    font-size: 18px;
}

/* ==============================
   RESPONSIVE
============================== */

@media(max-width:991px) {

    .gc-footer {
        padding: 70px 0 30px;
    }

    .footer-brand h2 {
        font-size: 44px;
    }

    .footer-description {
        font-size: 18px;
    }

    .footer-widget {
        margin-top: 20px;
    }

    .footer-location {
        letter-spacing: 4px;
    }
}

@media(max-width:767px) {

    .gc-footer {
        padding: 60px 0 25px;
    }

    .footer-brand h2 {
        font-size: 38px;
    }

    .footer-brand span {
        font-size: 14px;
        letter-spacing: 4px;
    }

    .footer-description {
        font-size: 17px;
    }

    .footer-widget h5 {
        margin-bottom: 25px;
    }

    .footer-widget ul li a,
    .footer-widget ul li {
        font-size: 18px;
    }

    .footer-bottom {
        text-align: center;
        margin-top: 30px;
    }

    .footer-location {
        display: inline-block;
        margin-top: 10px;
        font-size: 15px;
        letter-spacing: 3px;
    }
}

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

.gc-faq-section {
    background: #f4f0e6;
    padding: 120px 0;
}

.faq-heading {
    margin-bottom: 70px;
}

.faq-subtitle {
    display: inline-block;
    color: #d09a45;
    letter-spacing: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.faq-heading h2 {
    font-size: 78px;
    font-weight: 400;
    color: #123524;
    line-height: 1.1;
}

.faq-heading h2 em {
    font-style: italic;
    font-weight: 300;
}

/* ACCORDION */

.gc-accordion {
    max-width: 1150px;
    margin: auto;
}

.gc-accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    border-radius: 0;
}

.gc-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    padding: 32px 0;
    font-size: 22px;
    color: #183827;
    font-weight: 400;
}

.gc-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #183827;
    box-shadow: none;
}

.gc-accordion .accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 26px;
    transform: none;
    width: auto;
    height: auto;
    color: #183827;
}

.gc-accordion .accordion-button:not(.collapsed)::after {
    content: '−';
}

.gc-accordion .accordion-body {
    padding: 0 0 35px;
    font-size: 18px;
    line-height: 1.8;
    color: #5f5f5f;
    max-width: 950px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px) {

    .gc-faq-section {
        padding: 90px 0;
    }

    .faq-heading h2 {
        font-size: 56px;
    }

    .gc-accordion .accordion-button {
        font-size: 20px;
    }
}

@media(max-width:767px) {

    .gc-faq-section {
        padding: 70px 0;
    }

    .faq-heading {
        margin-bottom: 50px;
    }

    .faq-heading h2 {
        font-size: 40px;
    }

    .faq-subtitle {
        letter-spacing: 4px;
        font-size: 12px;
    }

    .gc-accordion .accordion-button {
        font-size: 18px;
        padding: 24px 0;
    }

    .gc-accordion .accordion-body {
        font-size: 16px;
    }
}