/*--------------------------------------------------------------
Agilitypro colours: blue #2e75b6   orange #ed7c31

# General
--------------------------------------------------------------*/  

#faq-hero {
    background:
    linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)),
    url('./img/intro-carousel/carousel3.jpg') center center / cover no-repeat;
    padding: 170px 0 110px 0;
    color: #fff;
    text-align: center;
}

#faq-hero h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}

#faq-hero p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    max-width: 900px;
    margin: 0 auto 15px auto;
}

#faq-hero .hero-actions {
    margin-top: 25px;
}

#faq-hero .hero-actions a {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin: 8px;
    color: #fff;
    border: 2px solid #fff;
}

#faq-hero .hero-actions a.primary {
    background: #ed7c31;
    border-color: #ed7c31;
}

#faq-hero .hero-actions a.primary:hover {
    background: #2e75b6;
    border-color: #2e75b6;
}

#faq-hero .hero-actions a.secondary:hover {
    background: #2e75b6;
    border-color: #2e75b6;
}

#faq-highlights {
    background: #fff;
    padding: 50px 0 20px 0;
}

.faq-highlight-box {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    padding: 30px 25px;
    height: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.faq-highlight-box i {
    font-size: 42px;
    color: #2e75b6;
    margin-bottom: 15px;
    display: inline-block;
}

.faq-highlight-box h2 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.faq-highlight-box p {
    color: #333;
    line-height: 24px;
    margin-bottom: 0;
}

#faq-main {
    padding: 60px 0;
    background: #f7f7f7;
}

.faq-intro-box,
.faq-contact-box {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    padding: 30px;
    margin-bottom: 30px;
}

.faq-intro-box h3,
.faq-contact-box h3,
.faq-category h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
}

.faq-intro-box p,
.faq-contact-box p {
    color: #333;
    line-height: 27px;
    margin-bottom: 18px;
}

.faq-quick-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-quick-links li {
    margin-bottom: 12px;
}

.faq-quick-links a {
    display: block;
    padding: 12px 15px;
    background: #f7f7f7;
    border-left: 4px solid #2e75b6;
    color: #111;
    font-weight: 700;
    border-radius: 4px;
}

.faq-quick-links a:hover {
    background: #eef5fb;
    color: #2e75b6;
}

.faq-category {
    margin-bottom: 40px;
}

.faq-item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    margin-bottom: 18px;
    overflow: hidden;
}

.faq-question {
    display: block;
    width: 100%;
    text-align: left;
    background: #fff;
    color: #111;
    border: none;
    padding: 22px 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    line-height: 28px;
}

.faq-question:focus {
    outline: none;
}

.faq-question.collapsed,
.faq-question[aria-expanded="false"] {
    color: #111;
}

.faq-question:not(.collapsed),
.faq-question[aria-expanded="true"] {
    color: #2e75b6;
    background: #fbfdff;
}

.faq-question .faq-icon {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #ed7c31;
}

.faq-answer {
    padding: 0 25px 25px 25px;
    color: #333;
    line-height: 28px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer strong {
    color: #111;
}

.faq-contact-box .cta-btn,
.faq-intro-box .cta-btn {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 6px;
    margin-right: 8px;
    border: 2px solid #ed7c31;
    background: #ed7c31;
    color: #fff;
}

.faq-contact-box .cta-btn:hover,
.faq-intro-box .cta-btn:hover {
    background: #2e75b6;
    border-color: #2e75b6;
    color: #fff;
}

.faq-contact-box .secondary-btn {
    background: #fff;
    color: #2e75b6;
    border-color: #2e75b6;
}

.faq-contact-box .secondary-btn:hover {
    background: #2e75b6;
    color: #fff;
}

@media (max-width: 768px) {
    #faq-hero {
    padding: 140px 0 90px 0;
    }

    #faq-hero h1 {
    font-size: 32px;
    }

    #faq-hero p {
    font-size: 16px;
    line-height: 27px;
    }

    .faq-question {
    font-size: 16px;
    padding-right: 50px;
    }
}
