/*===================================Fixed Whatsapp button css started ===================================== */

#pagesBanners {
    width: 100%;
    padding: 1rem;
    background-image: url("../image/hero/banner (7).webp");
    background-position: center;
    background-size: contain;
    color: #f5ed8d;
    border: 2px solid#F5ED8D;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: center;
}

#pagesBanners::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000009a;
    backdrop-filter: blur(8px);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}

#pagesBanners h1 {
    font-family: Teko;
    font-size: max(2vw, 2rem);
    letter-spacing: 3px;
}

#pagesBanners a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
}

#pagesBanners a:hover {
    text-decoration: underline;
}

/*===================================Fixed Whatsapp button css started ===================================== */

/*===================================Fixed Whatsapp button css started ===================================== */

.whatsapp1 {
    position: fixed;
    bottom: 1rem;
    left: 6rem;
    z-index: 999999;
}

.whatsapp2 {
    position: fixed;
    bottom: 5rem;
    left: 6rem;
    z-index: 999999;
}

.whatsapp3 {
    position: fixed;
    bottom: 9rem;
    left: 6rem;
    z-index: 999999;
}

#whatsApp {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
}

#whatsApp i {
    font-size: 50px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .whatsapp1 {
        bottom: 1rem;
        left: 1.2rem;
    }
    .whatsapp2 {
        bottom: 5rem;
        left: 1.2rem;
    }
    .whatsapp3 {
        bottom: 9rem;
        left: 1.2rem;
    }
}

/*===================================Fixed Whatsapp button css started ===================================== */

/*===================================FAQ section css started ===================================== */

.faqSection {
    color: black;
    max-width: max(90%, 280px);
    width: 100%;
    margin: 0 auto;
}

.faqSection h2 {
    text-align: center;
    margin-bottom: 1rem;
    color: #fff;
    font-size: max(2.2vw, 1.5rem);
}

.faqBox {
    padding: 0.5rem;
    background-color: #e6e6e6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.247);
}

.faqBox .faqHead {
    background-color: #F9F9F9;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
}

.faqBox .faqHead h5 {
    font-size: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: space-between;
}

.faqBody {
    padding: 0;
    overflow: hidden;
    max-height: auto;
    height: 0;
    transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.showFaqAns {
    height: auto;
    padding: 0.2rem 0.5rem;
    padding-top: 0.8rem;
}

/*===================================FAQ section css End ===================================== */

/*===================================ContentHolder css started ===================================== */

.contentHolder {
    color: #fff;
    padding: 2rem 1rem;
    max-width: 1200px;
    margin: 1rem auto;
}

.contentHolder p {
    text-align: justify;
}

.contentHolder h1,
.contentHolder h2,
.contentHolder h3,
.contentHolder h4,
.contentHolder h5,
.contentHolder h6 {
    text-align: center;
}

.contentHolder ul,
.contentHolder ol {
    min-width: 80%;
    word-spacing: 5px;
}

.contentHolder ul li {
    list-style-type: disc;
    margin-bottom: 0.3rem;
    padding: 0 1rem;
    line-height: 1.2;
    font-family: inherit;
}

.contentHolder a {
    color: blue;
}

.contentHolder a:hover {
    color: rgb(58, 58, 255);
}

/*===================================ContentHolder css started ===================================== */

/* ======================= Content whatsappButton css started ====================================== */

.whatsappButton {
    font-size: 1rem;
    background-color: var(--whatsapp-light);
    color: white !important;
    padding: 0.4rem 0.6rem;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 5px black;
    text-transform: capitalize;
    max-width: 18rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    margin: 0.8rem auto;
    text-decoration: none;
    background-color: #25d366;
}

.whatsappButton::before {
    content: "";
    position: absolute;
    background-color: #075E54;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: 300ms;
    z-index: -1;
}

.whatsappButton i {
    color: inherit;
    transition: 300ms;
    font-size: 2rem;
}

.whatsappButton:hover {
    color: white;
    border: 2px solid white;
}

.whatsappButton:hover::before {
    transform: translateX(0%);
}

.whatsappButton:hover i {
    transform: scale(1.1);
}

/* =======================Content whatsappButton css end ====================================== */

/* =======================form css */

.form {
    background-color: white;
    border-radius: 4px;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 300px;
}

.form h2 {
    font-weight: 500;
    text-transform: uppercase;
    margin-block: 0.5rem;
    color: black;
}

.form h4 img {
    max-width: 40px;
}

.form .inputs input {
    width: 90%;
    display: block;
    margin: 0.5rem auto;
    padding: 0.5rem;
    border: 0;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.274);
    border-radius: 4px;
}

.formButtons {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.formButtons a {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #383140;
    color: white;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0.5rem;
    border-radius: 4px;
}

.form p {
    font-size: 12px;
    text-align: center;
}

.form p a {
    color: #1687FF;
    text-decoration: none;
}

.supportText a {
    color: #383140;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
}

.form .formButtons a:hover {
    color: white;
}

.fixedContianer {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
}

@media(max-width:768px) {
    .form h2::before,
    .form h2::after {
        width: 30px;
    }
}