.faq-con {
    background-color: var(--light--purple-color);
}
.faq-con .faq-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 42.45% 48.65%;
    justify-content: space-between;
}
.faq-con .faq-box-img figure img{
    width: 100%;
    border-radius: 8px;
}
.faq-con .faq-item .card{
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
    background: transparent;
}
.faq-con .faq-item .card-header {
    border: 0;
    padding: 0;
    border-radius: 0;
    background: no-repeat;
}
.faq-con .faq-item .card-header button {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 20px;
    border-radius: 8px;
    text-decoration: none;
    padding: 22px 40px 23px 20px;
    color: var(--primary--color);
    background: var(--secondary--color);
    border: 2px solid var(--primary--color);
    white-space: normal;
    position: relative;
}
.faq-con .faq-item .card-body{
    padding: 30px 20px 10px;
}
.faq-con .faq-box .card-header h5 button:after {
    top: 35%;
    right: 20px;
    font-size: 18px;
    content: "\f107";
    position: absolute;
    color: var(--primary--color);
    font-family: "Font Awesome 6 Free";
}
.faq-con .faq-box .card-header h5 button:not(.collapsed):after {
    top: 32%;
    transform: rotate(180deg);
    color: var(--secondary--color);
}
.faq-con .faq-box .card-header h5 button:not(.collapsed) {
    color: var(--secondary--color);
    background: var(--accent--color);
    border: 1px solid var(--accent--color);
}
.faq-con .faq-box #accordion .card:last-child{
    margin-bottom: 0;
}

/* Dedicated Page Faq */

.dedicatedfaq-con .faq-box {
    display: block;
}
.dedicatedfaq-con .faq-item .card {
    margin-bottom: 20px;
}

/* Reseller Page Faq */

.resellerfaq-con {
    background-color: var(--light--purple-color);
}
.resellerfaq-con .faq-box .faq-item {
    gap: 48px;
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
}
.resellerfaq-con .faq-box h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.resellerfaq-con .faq-box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--primary--color);
}
.resellerfaq-con .faq-box span {
    font-weight: 600;
    display: inline-block;
    color: var(--primary--color);
}
.resellerfaq-con .faq-box .description {
    margin-bottom: 14px;
}
.resellerfaq-con .faq-box .description:last-child {
    margin-bottom: 0 !important;
}
.resellerfaq-con .faq-box .answer-text1 {
    margin-bottom: 14px;
}

/* Hosting Page Faq */

.hostingfaq-con {
    background-color: var(--light--yellow-color);
}

/* VPS Page Faq */

.vpsfaq-con {
    background-color: var(--very--light--blue-color);
}

@media only screen and (max-width: 1199px) {
    .faq-con .faq-item .card-body {
        padding: 20px 20px 10px;
    }

    /* Reseller Page Faq */
    
    .resellerfaq-con .faq-box .faq-item {
        gap: 30px;
    }
    .resellerfaq-con .faq-box h5 {
        margin-bottom: 14px;
    }
    .resellerfaq-con .faq-box p {
        font-size: 14px;
        line-height: 22px;
    }
    .resellerfaq-con .faq-box .description {
        margin-bottom: 10px;
    }
    .resellerfaq-con .faq-box .answer-text1 {
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 991px) {
    .faq-con .faq-box {
        grid-template-columns: 100%;
    }
    .faq-con .faq-box .faq-box-img {
        text-align: center;
    }
    .faq-con .faq-item{
        order: 2;
    }
    .faq-con .faq-box-img figure{
        text-align: center;
    }
    .faq-con .faq-box-img figure img {
        width: 280px;
    }

    /* Dedicated Page Faq */

    .dedicatedfaq-con .faq-item .card {
        margin-bottom: 15px !important;
    }

    /* Reseller Page Faq */
    
    .resellerfaq-con .faq-box .faq-item {
        gap: 20px;
        grid-template-columns: 100%;
    }
    .resellerfaq-con .faq-box h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

}
@media only screen and (max-width: 767px) {
    .faq-con .faq-item .card-header button {
        padding: 19px 40px 20px 20px;
    }
    .faq-con .faq-box-img{
        text-align: center;
    }
    .faq-con .faq-box-img figure img {
        width: 250px;
    }

    /* Reseller Page Faq */
    
    .resellerfaq-con .faq-box h5 {
        margin-bottom: 10px;
    }
    .resellerfaq-con .faq-box .description {
        margin-bottom: 8px;
    }
    .resellerfaq-con .faq-box .answer-text1 {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 575px) {
    .faq-con .faq-box-img figure img {
        width: 200px;
    }
    .faq-con .faq-item .card-header button {
        padding: 16px 40px 17px 20px;
        font-size: 16px;
        line-height: 18px;
    }

    /* Reseller Page Faq */
    
    .resellerfaq-con .faq-box .faq-item {
        gap: 15px;
    }
    .resellerfaq-con .faq-box h5 {
        font-size: 16px;
        line-height: 20px;
    }
}