/* hero-banner-start */
.support-img {
    position: relative;
}
.support-background {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000045;
    z-index: 1;
}
.support-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.support-text {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #000;
}
/* hero-banner-end */

/* support-channel-start */
.support-channel-sec {
    padding-block: 50px;
}
.support-channel {
    width: 100%;
    height: 100%;
    background-color: var(--bs-primary);
    border: none;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: hsl(259deg 100% 67% / 20%) 0px 8px 24px;
    transition: all 300ms ease-in;
}
.support-channel:hover {
    transform: translateY(-10px);
    box-shadow: hsl(259deg 100% 67% / 20%) 0px 7px 29px 0px;
}
.support-channel > .icon {
    background-color: var(--bs-white);
    border: 3px solid var(--bs-primary);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    transition: all 300ms ease-in;
}
.support-channel:hover > .icon {
    background-color: var(--bs-primary);
    border: 3px solid var(--bs-white);
}
.support-channel > .icon > i {
    width: 45px;
    height: 45px;
    transition: all 300ms ease-in;
    color: var(--bs-primary);
}
.support-channel:hover > .icon > i {
    color: var(--bs-white);
}
.content h5 {
    font-size: 24px;
    font-weight: 600;
    color: var(--bs-white);
    margin-bottom: 10px;
}
.content a,
.content p {
    color: var(--bs-white);
}
.content p {
    margin-bottom: 0;
}
/* support-channel-end */

/* what-we-support-sec-start */
.what-we-support {
    padding-block: 80px;
    background: #f8f9fb;
}

.support-heading {
    color: #111;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 32px;
}

.plan-container {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    text-align: center;
    height: 100%;
}

.plan-items:first-child {
    text-align: left;
    font-weight: 500;
}
.plan-items li:first-child {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.plan-items {
    list-style: none;
    padding-inline: 0;
    margin: 0;
    padding-block: 20px;
}
.plan-items li {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}
.plan-items li:first-child {
    height: 40px;
}
.plan-items li:last-child {
    border-bottom: none;
}
.plan-items .ri--check-double-line {
    color: #28a745;
}
.plan-items .not-available {
    color: #dc3545;
}
.what-we-support p {
    margin-top: 15px;
    font-size: 14px;
}
/* what-we-support-sec-end */

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .support-channel {
        padding: 30px 20px;
    }
    .content h5 {
        font-size: 20px;
    }
}
