.faq-header-img {
    object-fit: cover;
    height: 280px;
    width: 100%;
}
.faq-header-img-mask {
    background: linear-gradient(
        90deg,
        rgb(24 24 46 / 95%) 0%,
        rgb(79 34 44 / 95%) 40%,
        rgba(122, 41, 42, 0) 100%
    );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.faq-head-texts {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
}

.faq-head-texts h1 {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    display: flex;
    align-items: center;

    text-transform: uppercase;
    color: #ece8dc;
}

.faq-head-texts p {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;

    text-transform: uppercase;
    color: #ece8dc;
    opacity: 0.5;
}

.form-input2 {
    padding: 10px 30px;
}

.faq-section1 h4.title {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 14px;

    text-transform: uppercase;
    color: #7a292a;
}

.faq-section1 .p2 {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 12px;

    text-transform: uppercase;
    color: #7a292a;
}

.faq-section1 {
    padding: 100px;
    padding-bottom: 100px;
}

.faq-section1 #faq-page-tab-1 button {
    position: relative;
}

.faq-section1 #faq-page-tab-1 svg {
    display: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
}

.faq-section1 #faq-page-tab-1 button.active svg {
    display: block;
}

.faq-section1 #faq-page-collapse-area .tab-content {
    width: 100%;
}

.faq-section1 #faq-page-collapse-area h2 {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    display: flex;
    align-items: flex-end;

    text-transform: uppercase;
    color: #7a292a;
    margin-bottom: 40px;
    margin-top: 30px;
}

.faq-section1 #faq-page-collapse-area .btn-tcc4 {
    width: 100%;
    text-align: left;
    position: relative;
    color: #1a162c;
    -webkit-transition: border 0.2s cubic-bezier(0.82, -0.03, 1, -0.19);
    -moz-transition: border 0.2s cubic-bezier(0.82, -0.03, 1, -0.19);
    -o-transition: border 0.2s cubic-bezier(0.82, -0.03, 1, -0.19);
    transition: border 0.2s cubic-bezier(0.82, -0.03, 1, -0.19);
}

.faq-section1 #faq-page-collapse-area .btn-tcc4:hover {
    background-color: #fff;
}

.faq-section1 #faq-page-collapse-area .btn-tcc4 svg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
    right: 20px;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.faq-section1 #faq-page-collapse-area .btn-tcc4 svg path {
    stroke: #1a162c;
    /* stroke: #7a292a; */
}

.faq-section1 #faq-page-collapse-area .card.card-body {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 175%;
    color: #1a162c;
    padding: 15px 30px;
    border: 2px solid #7a292a;
    border-radius: 0;
    border-top: none;
}

.faq-section1 #faq-page-collapse-area .btn-tcc4[aria-expanded="true"] {
    color: #7a292a;
    border-bottom: none;
    border-color: #7a292a;
}

.faq-section1 #faq-page-collapse-area .btn-tcc4[aria-expanded="true"] svg {
    transform: translate(0, -50%);
}

.faq-section1 #faq-page-collapse-area .btn-tcc4[aria-expanded="true"] svg path {
    stroke: #7a292a;
}
li {
    color: black;
}

@media screen and (max-width: 768px) {
    .faq-head-texts h1 {
        font-size: 35px;
    }
    .faq-head-texts p {
        font-size: 14px;
    }
    .faq-section1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .faq-section1 #faq-page-collapse-area h2 {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .nav-pills {
        flex-direction: column !important;
    }
    .faq-section1 {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 50px;
    }
}
