.countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    padding: 5px 8px;
    border: 1px solid #ddd5f5;
    background: #f8f6ff;
    border-radius: 5px;
    color: #5730ca;
    box-sizing: border-box;
    margin-top: 5px;
}

.countdown-label {
    /* font-size: 9px; */
    font-weight: 600;
    white-space: nowrap;
    padding: 0 10px;
    color: #28205a;
}

.time-item {
    min-width: 45px;
    text-align: center;
    border-left: 1px solid #d8d0ed;
    line-height: 1;
}

.time-number {
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
}

.time-label {
    display: block;
    font-size: 7px;
    color: #333;
}

.countdown-expired {
    font-size: 13px;
    font-weight: 700;
    color: #d32f2f;
}

/* copen-section */
.coupon-accordian-card{
    margin-bottom: 20px;
}

/* bottom section */


    .bf-coupon-section {
        width: 100%;
        padding: 45px 20px 55px;
        background: #ffffff;
        color: #16213d;
        font-family: Arial, Helvetica, sans-serif;
        box-sizing: border-box;
    }

    .bf-coupon-section *,
    .bf-coupon-section *::before,
    .bf-coupon-section *::after {
        box-sizing: border-box;
    }

    .bf-container {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
    }

    /* Heading */
    .bf-heading h2 {
        margin: 0;
        font-size: 34px;
        line-height: 1.25;
        font-weight: 750;
        letter-spacing: -0.7px;
        color: #13213d;
    }

    .bf-heading h2 span {
        color: #6439e8;
    }

    .bf-heading-line {
        width: 42px;
        height: 4px;
        margin-top: 17px;
        border-radius: 20px;
        background: #6439e8;
    }

    /* Intro */
    .bf-intro {
        margin-top: 24px;
    }

    .bf-intro p {
        margin: 0;
        max-width: 1450px;
        font-size: 17px;
        line-height: 1.75;
        color: #39445b;
    }

    /* Alert */
    .bf-alert {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-top: 25px;
        padding: 14px 20px;
        border: 1px solid #ddd0ff;
        border-radius: 14px;
        background: linear-gradient(
            90deg,
            #faf8ff 0%,
            #f7f3ff 100%
        );
    }

    .bf-alert-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #eee7ff;
        color: #6439e8;
    }

    .bf-alert-icon svg {
        width: 27px;
        height: 27px;
    }

    .bf-alert p {
        margin: 0;
        font-size: 16px;
        line-height: 1.6;
        color: #303a52;
    }

    .bf-alert strong {
        margin-right: 5px;
        color: #17213b;
        font-weight: 750;
    }

    /* Feature Grid */
    .bf-features-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin-top: 24px;
    }

    .bf-feature-card {
        display: flex;
        align-items: flex-start;
        gap: 22px;
        min-height: 205px;
        padding: 23px 25px;
        border: 1px solid #e4e6eb;
        border-radius: 17px;
        background: #ffffff;
        transition:
            transform 0.25s ease,
            box-shadow 0.25s ease,
            border-color 0.25s ease;
    }

    .bf-feature-card:hover {
        transform: translateY(-3px);
        border-color: #d9cdfc;
        box-shadow: 0 10px 30px rgba(43, 31, 90, 0.08);
    }

    .bf-feature-icon {
        width: 64px;
        height: 64px;
        min-width: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        background: #f4f0ff;
        color: #6439e8;
    }

    .bf-feature-icon svg {
        width: 35px;
        height: 35px;
    }

    .bf-feature-content {
        flex: 1;
    }

    .bf-feature-content h3 {
        margin: 0 0 9px;
        font-size: 20px;
        line-height: 1.35;
        font-weight: 700;
        color: #152343;
    }

    .bf-feature-content p {
        margin: 0;
        font-size: 16px;
        line-height: 1.7;
        color: #4b556b;
    }

    .bf-feature-content a,
    .bf-redeem-box a {
        color: #6439e8;
        text-decoration: none;
        font-weight: 500;
    }

    .bf-feature-content a:hover,
    .bf-redeem-box a:hover {
        text-decoration: underline;
    }

    /* Redeem Box */
    .bf-redeem-box {
        display: grid;
        grid-template-columns: 1.15fr 1px 0.85fr 1px 1fr;
        align-items: center;
        gap: 28px;
        margin-top: 24px;
        padding: 25px 28px;
        border: 1px solid #f0dcae;
        border-radius: 16px;
        background: linear-gradient(
            90deg,
            #fffaf0 0%,
            #fffdf7 100%
        );
    }

    .bf-redeem-title {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .bf-gift-icon {
        width: 62px;
        height: 62px;
        min-width: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #fff0d0;
        color: #ed9418;
    }

    .bf-gift-icon svg {
        width: 34px;
        height: 34px;
    }

    .bf-redeem-title h3 {
        margin: 0;
        font-size: 20px;
        line-height: 1.45;
        font-weight: 700;
        color: #252d3d;
    }

    .bf-redeem-title h3 span {
        color: #ef8d0c;
    }

    .bf-step {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .bf-step-number {
        width: 47px;
        height: 47px;
        min-width: 47px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ffd99d;
        border-radius: 11px;
        background: #fff9ed;
        color: #ee8908;
        font-size: 22px;
        font-weight: 700;
    }

    .bf-step-content p {
        margin: 0;
        font-size: 16px;
        line-height: 1.55;
        color: #41495a;
    }

    .bf-step-divider {
        width: 1px;
        height: 70px;
        background: #eadfc9;
    }

    @media (max-width: 1199px){
        .coupon-accordian-body {
            flex-wrap: wrap;
        }
    }   

    /* Tablet */
    @media (max-width: 1100px) {

        .bf-coupon-section {
            padding: 40px 20px 45px;
        }

        .bf-heading h2 {
            font-size: 30px;
        }

        .bf-feature-card {
            min-height: 220px;
        }

        .bf-redeem-box {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .bf-step-divider {
            width: 100%;
            height: 1px;
        }

        .bf-redeem-title {
            justify-content: flex-start;
        }
    }

    @media (max-width: 991px) {
        .coupon-accordian-right {
            max-width: 100%;
        }
        .coupon-accordian-left {
            display: block;
        }
    }

    /* Mobile */
    @media (max-width: 767px) {

        .hosting-content-title {
            text-align: left;
        }

        .FAQ-sec-wrapper {
            margin-top: 0px;
        }
        
        section.hosting-all-info-sec.hosting-info-new-theme {
            padding-top: 0;
        }

        .coupon-badge-para {
            display: flex;
            flex-direction: column;
            align-items: baseline;
        }    
        
        .coupon-accordian-right {
            align-items: flex-start;
        }

        /* div#offerCountdown {
            display: none;
        } */

        .coupon-accordian-left h3 {
            font-size: 21px;
            line-height: 26px;
        }
        .bf-coupon-section {
            padding: 30px 15px 40px;
        }

        .bf-heading h2 {
            font-size: 25px;
            line-height: 1.3;
            letter-spacing: -0.3px;
        }

        .bf-heading-line {
            margin-top: 13px;
        }

        .bf-intro {
            margin-top: 18px;
        }

        .bf-intro p {
            font-size: 15px;
            line-height: 1.65;
        }

        .bf-alert {
            align-items: flex-start;
            gap: 12px;
            padding: 14px;
            border-radius: 12px;
        }

        .bf-alert-icon {
            width: 42px;
            height: 42px;
            min-width: 42px;
        }

        .bf-alert-icon svg {
            width: 22px;
            height: 22px;
        }

        .bf-alert p {
            font-size: 14px;
            line-height: 1.55;
        }

        .bf-features-grid {
            grid-template-columns: 1fr;
            gap: 14px;
            margin-top: 18px;
        }

        .bf-feature-card {
            min-height: auto;
            padding: 19px;
            gap: 15px;
            border-radius: 14px;
        }

        .bf-feature-icon {
            width: 52px;
            height: 52px;
            min-width: 52px;
            border-radius: 12px;
        }

        .bf-feature-icon svg {
            width: 28px;
            height: 28px;
        }

        .bf-feature-content h3 {
            margin-bottom: 7px;
            font-size: 18px;
        }

        .bf-feature-content p {
            font-size: 14px;
            line-height: 1.65;
        }

        .bf-redeem-box {
            margin-top: 18px;
            padding: 20px;
            gap: 18px;
            border-radius: 14px;
        }

        .bf-redeem-title {
            align-items: flex-start;
            gap: 14px;
        }

        .bf-gift-icon {
            width: 50px;
            height: 50px;
            min-width: 50px;
        }

        .bf-gift-icon svg {
            width: 28px;
            height: 28px;
        }

        .bf-redeem-title h3 {
            font-size: 18px;
            line-height: 1.4;
        }

        .bf-step {
            align-items: flex-start;
        }

        .bf-step-number {
            width: 42px;
            height: 42px;
            min-width: 42px;
            font-size: 19px;
        }

        .bf-step-content p {
            font-size: 14px;
            line-height: 1.6;
        }

        .bf-step-divider {
            height: 1px;
        }

        div#offerCountdown .offer-timer {
            padding: 5px 5px;
        }
        div#offerCountdown {
            margin-top: 40px;
        }
    }

    @media (max-width: 480px) {

        .bf-feature-card {
            flex-direction: column;
        }

        .bf-feature-icon {
            width: 48px;
            height: 48px;
            min-width: 48px;
        }

        .bf-heading h2 {
            font-size: 23px;
        }

        .bf-alert {
            flex-direction: column;
        }

        .bf-redeem-title {
            flex-direction: column;
        }
    }

/* top section css */

.banner-title{
text-align: left;
  max-width: 923px;
  font-size: 45px;
}
.hosting-content-title{
    font-size: 15px;
}
.host-rel-box p{
    font-size: 12px;
    font-weight: bold;
    color: #6a44e5;
}
.banner.inner-banner-section.about-banner-section.hosting-content-section.hosting-banner-scnd{
    background-color: transparent !important;
}

/* countdown */
.inner-banner-section.about-banner-section.hosting-content-section {
            position: relative;
        }

        .inner-banner-section.about-banner-section.hosting-content-section .container {
            position: relative;
        }

        .inner-banner-section.about-banner-section.hosting-content-section img {
            display: block;
            height: auto;
        }

        /* .offer-countdown {
        position: absolute;
        right: 270px;
        top: 52px;
        transform: translateY(-50%);
        text-align: center;
        color: #fff;
        background: #673ee4f2;
        z-index:99;
        } */

        .offer-countdown {
            text-align: center;
            color: #fff;
            background: #673ee4f2;
            z-index: 99;
            width: fit-content;
            margin: 0px auto 20px;
        }

        .offer-status {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .offer-timer {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
        }

        .offer-time-box {
            min-width: 48px;
            text-align: center;
        }

        .offer-time-box span {
            display: block;
            font-size: 20px;
            line-height: 22px;
            font-weight: 800;
        }

        .offer-time-box small {
            display: block;
            font-size: 9px;
            margin-top: 2px;
            text-transform: uppercase;
        }

        .offer-separator {
            font-size: 20px;
            font-weight: 700;
        }

        @media (max-width: 768px) {
            .offer-countdown {
                right: 32px;
            }

            .offer-status {
                font-size: 11px;
                margin-bottom: 3px;
            }

            .offer-time-box {
                min-width: 30px;
            }

            .offer-time-box span {
                font-size: 14px;
                line-height: 16px;
            }

            .offer-time-box small {
                font-size: 7px;
            }

            .offer-separator {
                font-size: 14px;
            }
        }

@media screen and (max-width: 575px){
.coupon-accordian-left {
        padding: 10px 15px;
    }
}