/* Border utility class */
.ac-border {
    box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.0509803922);
    background: #fff;
    border-radius: 16px;
}

/* Account section */
.ac-account {
    padding: 30px 20px;
}

.ac-account-header {
    text-align: center;
}

.ac-account-header .ac-ttl {
    font-family: "Barlow", serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -2px;
    color: #1e1e1e;
    margin-bottom: 20px;
}

.ac-account-header .ac-para {
    font-family: "Barlow", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #707070;
    margin-bottom: 20px;
}

.ac-wrap {
    margin: 30px -20px 0;
}

.ac-wrap-inner {
    border: 1px solid #95c11f;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    margin: 10px 20px;
    background: #fff;
    cursor: pointer;
}

.ac-wrap-inner .ac-svg-img {
    margin-bottom: 20px;
}

.ac-wrap-inner .ac-stats-title {
    font-family: "Barlow", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #1d1d1b;
    margin-bottom: 15px;
}

.ac-wrap-inner .ac-stats-desc {
    font-family: "Barlow", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #707070;
    margin-bottom: 20px;
}

/* Tablet responsive (min-width: 992px) */
@media (min-width: 992px) {
    .ac-wrap {
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-between;
        padding: 0 10px;
        box-shadow: unset;
    }

    .ac-wrap-inner {
        width: calc(50% - 62px);
        margin: 10px;
    }
}

/* Desktop responsive (min-width: 1200px) */
@media (min-width: 1200px) {
    .ac-border {
        box-shadow: 0.3125vw 0.3125vw 2.8125vw 0px rgba(0, 0, 0, 0.0509803922);
        background: #fff;
        border-radius: 0.8333333333vw;
    }

    .ac-account {
        /* padding: 2.4479166667vw 12.6041666667vw 5.7291666667vw; */
        padding: 0 12.6041666667vw 5.7291666667vw;
    }

    .ac-account-header {
        text-align: left;
    }

    .ac-account-header .ac-ttl {
        font-size: 1.4583333333vw;
        line-height: 1.8229166667vw;
        letter-spacing: -0.1041666667vw;
        margin-bottom: 1.0416666667vw;
    }

    .ac-account-header .ac-para {
        font-size: 0.9375vw;
        margin-bottom: 1.0416666667vw;
    }

    .ac-wrap {
        margin: 3.125vw 0 0;
        padding: 0;
        width: 100%;
    }

    .ac-wrap-inner {
        display: block;
        border-radius: 0.2604166667vw;
        width: calc(25% - 0.9375vw);
        margin: 0.5208333333vw 1.0416666667vw 0.5208333333vw 0;
        padding: 2.6041666667vw 0 1.5625vw;
        position: relative;
        z-index: 1;
    }

    .ac-wrap-inner:nth-child(4n) {
        margin-right: 0;
    }

    .ac-wrap-inner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 1.5625vw 3.125vw -0.625vw,
            rgba(0, 0, 0, 0.3) 0px 0.9375vw 1.875vw -0.9375vw;
        opacity: 0;
        transition: all 0.3s ease;
        pointer-events: none;
    }

    .ac-wrap-inner:hover {
        z-index: 2;
    }

    .ac-wrap-inner:hover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: rgba(50, 50, 93, 0.25) 0 1.5625vw 3.125vw -0.625vw,
            rgba(0, 0, 0, 0.3) 0 0.9375vw 1.875vw -0.9375vw;
        opacity: 1;
    }

    .ac-wrap-inner .ac-svg-img {
        margin-bottom: 1.0416666667vw;
    }

    .ac-wrap-inner .ac-stats-title {
        font-size: 1.0416666667vw;
        line-height: 1.0416666667vw;
        margin-bottom: 0.78125vw;
        display: block;
        width: 100%;
    }

    .ac-wrap-inner .ac-stats-desc {
        font-size: 0.9375vw;
        margin-bottom: 1.0416666667vw;
        display: block;
        width: 100%;
    }
}

/* Footer styles (if uncommented) */
.ac-footer {
    background: url(/Images/m-bg.png);
    background-repeat: no-repeat, repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border-bottom: 5px solid #9fcd22;
    z-index: 1;
}

.ac-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
    z-index: -1;
}

.ac-availability-cont .ac-inner-wrap {
    padding: 30px;
}

.ac-availability-cont .ac-inner-wrap .ac-availb-title {
    font-family: "Barlow", serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 22px;
    letter-spacing: -0.75px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 20px;
}

.ac-availability-cont .ac-inner-wrap .ac-foot-img {
    display: flex;
    justify-content: center;
    column-gap: 8px;
    padding: 20px;
}

.ac-availability-cont .ac-inner-wrap .ac-foot-img > * {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .ac-footer {
        background: url(/Images/d-bg.png);
        background-repeat: no-repeat, repeat;
        background-size: cover;
        background-position: right;
        position: relative;
        border-bottom: 0.2604166667vw solid #9fcd22;
    }

    .ac-availability-cont .ac-inner-wrap {
        padding: 2.0833333333vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ac-availability-cont .ac-inner-wrap .ac-availb-title {
        font-size: 1.6666666667vw;
        line-height: 1.1458333333vw;
        letter-spacing: -0.0052083333vw;
        padding: 1.0416666667vw;
        font-family: Helvetica;
    }

    .ac-availability-cont .ac-inner-wrap .ac-foot-img {
        column-gap: 0.4166666667vw;
        padding: 1.0416666667vw;
    }
}