/* =========================================================
   GRABWEB COUPONS — CLEAN STATIC CSS
   Visual design preserved from the supplied stylesheet.
   Critical show/hide rules remain in css/nocache.css.
========================================================= */

/* =========================================================
   1. SHARED RESET
========================================================= */

.gw-coupon-slot,
.gw-coupon-slot *,
.gw-coupon-slot *::before,
.gw-coupon-slot *::after,
.plan-card .timer-section,
.plan-card .timer-section *,
.cloud-coupon-timer .timer-section,
.cloud-coupon-timer .timer-section * {
    box-sizing: border-box;
}

/* =========================================================
   2. DEFAULT COUPON INSIDE PLAN CARDS
========================================================= */

.plan-card .timer-section {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 1px solid transparent;
    border-radius: 12px;

    color: #2e2e2e;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: -22px;
}

.plan-card .timer-section .coupon-title {
    color: #128903;
    font-size: 14px;
}

.plan-card .timer-section .deal-timer {
    color: #cb0606;
    font-size: 13px;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
}

.plan-card .timer-section .coupon-subtext {
    color: #cb0606;
    font-size: 13px;
}

/* =========================================================
   3. WINDOWS MEGA-MENU COUPON
========================================================= */

.gw-coupon-slot[data-category="windows-hosting"][data-design="windows"] {
    height: auto !important;
    min-height: 70px !important;
    margin-top: 10px;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.gw-coupon-slot[data-category="windows-hosting"][data-design="windows"] .timer-section {
    height: auto !important;
    min-height: 60px !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.coupon-design-windows .sc-wrap {
    width: 100%;
}

.coupon-design-windows .sc-card {
    position: relative;
    padding: 20px;
    border: 1.5px dashed #b8daf7;
    border-radius: 10px;
    background: radial-gradient(
        circle at 8% 10%,
        rgba(255, 255, 255, 0.96),
        transparent 42%
    ),
    linear-gradient(
        135deg,
        #fbfdff 0%,
        #f4f9ff 52%,
        #edf7ff 100%
    );
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 6px 18px rgba(64, 104, 157, 0.06);
}

/* Real soft cloud feel */
.coupon-design-windows .sc-card::before,
.coupon-design-windows .sc-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.coupon-design-windows .sc-card::after {
    top: 6px;
    right: 42px;
    width: 170px;
    height: 54px;
    opacity: 0.32;
    background:
        radial-gradient(circle at 18% 60%, rgba(238, 243, 250, 0.98) 0 16px, transparent 17px),
        radial-gradient(circle at 38% 42%, rgba(238, 243, 250, 0.98) 0 22px, transparent 23px),
        radial-gradient(circle at 60% 50%, rgba(238, 243, 250, 0.95) 0 20px, transparent 21px),
        radial-gradient(circle at 80% 60%, rgba(238, 243, 250, 0.92) 0 16px, transparent 17px);
    filter: blur(0.8px);
}

/* all content above clouds */
.coupon-design-windows .sc-card > * {
    position: relative;
    z-index: 1;
}

/* top row */
.coupon-design-windows .sc-topbar {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.coupon-design-windows .sc-sale-tag,
.coupon-design-windows .sc-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.coupon-design-windows .sc-sale-tag {
    color: #119c9b;
}

.coupon-design-windows .sc-label {
    color: #e22d2d;
}

.coupon-design-windows .sc-sale-tag svg{
	width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.coupon-design-windows .sc-label svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* main row */
.coupon-design-windows .sc-main-row {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.coupon-design-windows .sc-heading {
    margin: 0;
    color: #414142;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    max-width: 180px;
}

.coupon-design-windows .sc-heading .sc-highlight {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.coupon-design-windows .sc-timer-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    flex-shrink: 0;
}

.coupon-design-windows .sc-timer-units {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.coupon-design-windows .sc-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.coupon-design-windows .sc-box {
    min-width: 35px;
    height: 35px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d4dceb;
    border-radius: 5px;
    background: #eef2f7;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}

.coupon-design-windows .sc-num {
    color: #25304d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.coupon-design-windows .sc-unit-label {
    margin-top: -1px;
    color: #9ca7bd;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.coupon-design-windows .sc-colon {
    margin-top: 9px;
    color: #c6cfde;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

/* offer strip */
.coupon-design-windows .sc-strip {
    margin-bottom: 10px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #9dd1f3;
    border-radius: 5px;
    background: #edf8ff;
    cursor: default;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.coupon-design-windows .sc-strip:hover {
    background: #e8f5ff;
    border-color: #90c8ee;
}

.coupon-design-windows .sc-strip svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.coupon-design-windows .sc-strip-text {
    color: #1b7f8c;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.coupon-design-windows .sc-strip-text .coupon-discount {
    color: #0aa6a6;
    font-weight: 800;
}

/* CTA */
.coupon-design-windows .sc-cta {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 10px;
    background: #f6be22;
    color: #2f2f33;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.coupon-design-windows .sc-cta:hover {
    background: #efb400;
    color: #2f2f33;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(246, 190, 34, 0.28);
}

.coupon-design-windows .sc-cta:focus-visible {
    outline: 2px solid #86bdf1;
    outline-offset: 3px;
}

.coupon-design-windows .sc-cta svg {
    transition: transform 0.2s ease;
}

.coupon-design-windows .sc-cta:hover svg {
    transform: translateX(3px);
}

.coupon-design-windows .deal-timer {
    display: none !important;
}

/* Tablet */
@media (max-width: 767px) {
    .coupon-design-windows .sc-heading {
        font-size: 18px;
        max-width: 150px;
    }

    .coupon-design-windows .sc-box {
        min-width: 33px;
        height: 33px;
    }

    .coupon-design-windows .sc-num {
        font-size: 16px;
    }

}

/* Small mobile */
@media (max-width: 440px) {
    .coupon-design-windows .sc-topbar {
        margin-bottom: 12px;
    }

    .coupon-design-windows .sc-sale-tag,
    .coupon-design-windows .sc-label {
        font-size: 10px;
        letter-spacing: 0.06em;
    }

    .coupon-design-windows .sc-heading {
        font-size: 18px;
        max-width: 100%;
    }

    .coupon-design-windows .sc-box {
        min-width: 30px;
        height: 30px;
        border-radius: 3px;
    }

    .coupon-design-windows .sc-num {
        font-size: 15px;
    }

    .coupon-design-windows .sc-unit-label {
        font-size: 9px;
    }

    .coupon-design-windows .sc-colon {
        font-size: 16px;
        margin-top: 8px;
    }

    .coupon-design-windows .sc-strip-text {
        font-size: 12px;
    }

}

/* =========================================================
   4. CLOUD SERVER COUPON
========================================================= */

.cloud-coupon-timer .timer-section {
    width: 270px;
    margin-top: 0.5rem;
    padding: 8px 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 1px solid transparent;
    border-radius: 12px;

    background:
        linear-gradient(#fff, #fff) padding-box,
        repeating-linear-gradient(45deg,
            #169009 0 3px,
            transparent 3px 6px,
            #c78a15 6px 9px,
            transparent 9px 12px,
            #ee8918 12px 15px,
            transparent 15px 18px) border-box;

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

    color: #2e2e2e;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
}

.cloud-coupon-timer .timer-section .coupon-title {
    color: #128903;
    font-size: 14px;
}

.cloud-coupon-timer .timer-section .deal-timer {
    color: #cb0606;
    font-size: 13px;
}

.cloud-coupon-timer .timer-section .coupon-subtext {
    color: #cb0606;
    font-size: 13px;
}

/* =========================================================
   5. DEDICATED SERVER RIBBON
========================================================= */

.ds-card {
    position: relative;
    overflow: hidden;
}

.coupon-design-dedicated {
    position: absolute;
    top: 0;
    right: -94px;
    z-index: 1;

    width: 250px;
    padding: 7px 0 10px;

    border: 1px dashed #414142;

    background: #ffe273;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);

    text-align: center;
    line-height: 1.3;

    transform: rotate(45deg);
}

.coupon-design-dedicated .ds-ribbon-text {
    color: #cb0606;
    font-size: 14px;
    font-weight: 600;
}

.coupon-design-dedicated .ds-ribbon-sale-text {
    color: #414142;
    font-size: 14px;
}

/* =========================================================
   6. WINDOWS HOSTING MONSOON COUPON
========================================================= */

.coupon-design-windows-hosting {
    width: 100%;
    margin: 8px 0 0;
    padding: 0;

    display: block;

    border: 0;
    background: transparent;
    box-shadow: none;

    color: #414142;
    text-align: left;
    line-height: normal;

    overflow: visible;
}

/* =========================================================
   COUPON CARD
========================================================= */

.coupon-design-windows-hosting .gw-wh-coupon-card {
    position: relative;
    isolation: isolate;

    width: 100%;
    min-height: 62px;
    padding: 9px 12px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 61px;
    grid-template-areas:
        "label ends"
        "heading timer";

    align-items: center;
    column-gap: 8px;
    row-gap: 3px;

    overflow: hidden;

    border: 1px dashed #a9d5f5;
    border-radius: 14px;

    background:
        radial-gradient(
            circle at 8% 10%,
            rgba(255, 255, 255, 0.96),
            transparent 42%
        ),
        linear-gradient(
            135deg,
            #fbfdff 0%,
            #f4f9ff 52%,
            #edf7ff 100%
        );

    box-shadow:
        0 8px 18px rgba(68, 142, 199, 0.1),
        0 3px 7px rgba(68, 142, 199, 0.05);

    transform: translateZ(0);
}

/* Soft atmospheric glow */

.coupon-design-windows-hosting .gw-wh-coupon-card::before {
    content: "";

    position: absolute;
    z-index: 0;

    top: -25px;
    right: -12px;

    width: 135px;
    height: 85px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(165, 215, 248, 0.19) 0%,
        rgba(190, 227, 250, 0.09) 45%,
        transparent 72%
    );

    filter: blur(5px);
    pointer-events: none;
}

/* Slow light reflection */

.coupon-design-windows-hosting .gw-wh-coupon-card::after {
    content: "";

    position: absolute;
    z-index: 1;

    top: -60%;
    left: -42%;

    width: 22%;
    height: 220%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.48),
        transparent
    );

    opacity: 0;

    transform: skewX(-18deg);
    pointer-events: none;

    animation: gw-wh-coupon-shine 10s ease-in-out infinite;
}

/* =========================================================
   MONSOON LABEL
========================================================= */

.coupon-design-windows-hosting .gw-wh-coupon-label {
    grid-area: label;

    position: relative;
    z-index: 4;

    min-width: 0;

    display: flex;
    align-items: center;
    align-self: end;
    gap: 4px;

    color: #009c92;

    font-family: inherit;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    white-space: nowrap;
}

/* =========================================================
   WEATHER ICON
========================================================= */

.coupon-design-windows-hosting .gw-wh-coupon-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    filter: drop-shadow(
        0 2px 2px rgba(47, 151, 218, 0.18)
    );

    animation: gw-wh-icon-float 4.5s ease-in-out infinite;
}

.coupon-design-windows-hosting .gw-wh-coupon-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* =========================================================
   OFFER HEADING
========================================================= */

.coupon-design-windows-hosting .gw-wh-coupon-heading {
    grid-area: heading;

    position: relative;
    z-index: 4;

    min-width: 0;

    align-self: start;

    color: #414142;

    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.015em;

    white-space: nowrap;
}

.coupon-design-windows-hosting .coupon-discount {
    color: #414142;
    font-size: inherit;
    font-weight: 700;
}

/* =========================================================
   ENDS IN LABEL
========================================================= */

.coupon-design-windows-hosting .gw-wh-end-label {
    grid-area: ends;

    position: relative;
    z-index: 4;

    align-self: end;

    color: #6e7983;

    font-family: inherit;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    text-align: right;

    white-space: nowrap;
}

/* =========================================================
   TIMER
========================================================= */

.coupon-design-windows-hosting .deal-timer {
    grid-area: timer;

    position: relative;
    z-index: 4;

    min-width: 61px;

    display: block;
    align-self: start;

    color: #e11118;

    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.015em;
    text-align: right;

    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";

    white-space: nowrap;
}

/* =========================================================
   FLOATING CLOUDS ABOVE COUPON
========================================================= */

/*
 * Cloud coupon se bahar niklega,
 * isliye wrapper ko thoda top-space diya hai.
 */
 .coupon-design-windows-hosting {
    margin-top: 25px;
    overflow: visible;
}

.coupon-design-windows-hosting .gw-wh-coupon-card {
    overflow: visible;
}

/*
 * Plan card par overflow hidden hua to cloud clip ho sakta hai.
 * Modern browsers ke liye targeted fix.
 */
.plan-card:has(.coupon-design-windows-hosting) {
    overflow: visible;
}

/*
 * Cloud layer ab poore card ka background nahi hai.
 * Sirf top-right corner ka controlled area hai.
 */
.coupon-design-windows-hosting .gw-wh-cloud-layer {
    position: absolute;
    z-index: 3;

    top: 0;
    right: 0;

    width: 145px;
    height: 72px;

    overflow: visible;
    pointer-events: none;
}

/*
 * Text cloud ke upar readable rahega.
 */
.coupon-design-windows-hosting .gw-wh-coupon-label,
.coupon-design-windows-hosting .gw-wh-coupon-heading,
.coupon-design-windows-hosting .gw-wh-end-label,
.coupon-design-windows-hosting .deal-timer {
    z-index: 4;
}

/* Main realistic cloud */

.coupon-design-windows-hosting .gw-wh-cloud-main {
    position: absolute;

    top: -30px;
    right: -12px;

    width: 75px;
    height: auto;

    display: block;

    opacity: 0.94;

    filter:
        drop-shadow(0 7px 10px rgba(58, 137, 194, 0.14))
        drop-shadow(0 2px 3px rgba(255, 255, 255, 0.65));

    transform-origin: center;
    will-change: transform;

    animation:
        gw-wh-cloud-main-float
        13s
        cubic-bezier(0.45, 0, 0.55, 1)
        infinite
        alternate;
}

/* Secondary cloud */

.coupon-design-windows-hosting .gw-wh-cloud-small {
    position: absolute;

    top: -20px;
    right: 30px;
    width: 53px;
    height: auto;
    display: block;
    filter:
        drop-shadow(0 5px 8px rgba(58, 137, 194, 0.09))
        blur(0.08px);

    transform-origin: center;
    will-change: transform;

    animation:
        gw-wh-cloud-small-float
        17s
        cubic-bezier(0.45, 0, 0.55, 1)
        -5s
        infinite
        alternate;
}

@keyframes gw-wh-cloud-main-float {
    0% {
        transform:
            translate3d(-5px, 1px, 0)
            rotate(-0.5deg)
            scale(0.985);
    }

    35% {
        transform:
            translate3d(1px, -2px, 0)
            rotate(0.2deg)
            scale(1);
    }

    70% {
        transform:
            translate3d(7px, 1px, 0)
            rotate(0.5deg)
            scale(1.012);
    }

    100% {
        transform:
            translate3d(12px, -1px, 0)
            rotate(0deg)
            scale(0.995);
    }
}

@keyframes gw-wh-cloud-small-float {
    0% {
        transform:
            translate3d(8px, 1px, 0)
            scale(0.96);
    }

    50% {
        transform:
            translate3d(0, -2px, 0)
            scale(1);
    }

    100% {
        transform:
            translate3d(-11px, 1px, 0)
            scale(0.975);
    }
}

@media (max-width: 480px) {
    .coupon-design-windows-hosting {
        margin-top: 22px;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-layer {
        width: 120px;
        height: 62px;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-main {
        top: -29px;
        right: -12px;

        width: 82px;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-small {
        top: -19px;
        right: 51px;

        width: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .coupon-design-windows-hosting .gw-wh-cloud-main,
    .coupon-design-windows-hosting .gw-wh-cloud-small {
        animation: none;
    }
}


/* =========================================================
   RAIN CANVAS AREA
========================================================= */

.coupon-design-windows-hosting .gw-wh-rain-zone {
    position: relative;

    width: 100%;
    height: 64px;

    margin: 0;
    overflow: hidden;

    pointer-events: none;

    background:
        radial-gradient(
            ellipse at center bottom,
            rgba(88, 181, 238, 0.075) 0%,
            rgba(88, 181, 238, 0.025) 42%,
            transparent 74%
        );
}

.coupon-design-windows-hosting .gw-wh-rain-zone::after {
    content: "";

    position: absolute;

    left: 18%;
    right: 18%;
    bottom: 3px;

    height: 8px;

    border-radius: 50%;

    background: rgba(85, 179, 235, 0.035);
    filter: blur(4px);

    pointer-events: none;
}

.coupon-design-windows-hosting .gw-wh-rain-canvas {
    position: absolute;

    inset: 0;

    display: block;

    width: 100%;
    height: 100%;

    pointer-events: none;
}

/* =========================================================
   CSS ANIMATIONS
========================================================= */

@keyframes gw-wh-coupon-shine {
    0%,
    70% {
        left: -42%;
        opacity: 0;
    }

    74% {
        opacity: 0.5;
    }

    87% {
        left: 125%;
        opacity: 0;
    }

    100% {
        left: 125%;
        opacity: 0;
    }
}

@keyframes gw-wh-icon-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -1px, 0);
    }
}

@keyframes gw-wh-real-cloud-main {
    0% {
        transform:
            translate3d(-5px, 0, 0)
            scale(0.985);
    }

    35% {
        transform:
            translate3d(1px, 1.2px, 0)
            scale(1);
    }

    70% {
        transform:
            translate3d(7px, -1px, 0)
            scale(1.01);
    }

    100% {
        transform:
            translate3d(12px, 1px, 0)
            scale(0.995);
    }
}

@keyframes gw-wh-real-cloud-small {
    0% {
        transform:
            translate3d(8px, 0, 0)
            scale(0.96);
    }

    45% {
        transform:
            translate3d(1px, -1px, 0)
            scale(1);
    }

    100% {
        transform:
            translate3d(-10px, 1px, 0)
            scale(0.975);
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {
    .coupon-design-windows-hosting .gw-wh-coupon-card {
        min-height: 60px;
        padding: 8px 10px;

        grid-template-columns: minmax(0, 1fr) 57px;
        column-gap: 6px;
    }

    .coupon-design-windows-hosting .gw-wh-coupon-label {
        font-size: 8.5px;
    }

    .coupon-design-windows-hosting .gw-wh-coupon-icon {
        width: 15px;
        height: 15px;
        flex-basis: 15px;
    }

    .coupon-design-windows-hosting .gw-wh-coupon-heading {
        font-size: 12px;
    }

    .coupon-design-windows-hosting .gw-wh-end-label {
        font-size: 9px;
    }

    .coupon-design-windows-hosting .deal-timer {
        min-width: 57px;
        font-size: 11px;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-main {
        width: 86px;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-small {
        right: 60px;
        width: 50px;
    }

    .coupon-design-windows-hosting .gw-wh-rain-zone {
        height: 60px;
    }
}

@media (max-width: 767px) {
    .coupon-design-windows-hosting .gw-wh-coupon-card {
        min-height: 62px;
        padding: 9px 11px;

        grid-template-columns: minmax(0, 1fr) 60px;
    }

    .coupon-design-windows-hosting .gw-wh-coupon-heading {
        font-size: 13px;
    }

    .coupon-design-windows-hosting .deal-timer {
        font-size: 12px;
    }

    .coupon-design-windows-hosting .gw-wh-rain-zone {
        height: 58px;
    }
}

@media (max-width: 480px) {
    .coupon-design-windows-hosting .gw-wh-cloud-main {
        top: -11px;
        right: -15px;

        width: 78px;
        opacity: 0.64;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-small {
        top: 2px;
        right: 53px;

        width: 44px;
        opacity: 0.28;
    }

    .coupon-design-windows-hosting .gw-wh-rain-zone {
        height: 54px;
    }
}

@media (max-width: 360px) {
    .coupon-design-windows-hosting .gw-wh-coupon-card {
        padding-inline: 8px;

        grid-template-columns: minmax(0, 1fr) 54px;
        column-gap: 4px;
    }

    .coupon-design-windows-hosting .gw-wh-coupon-label {
        font-size: 8px;
        letter-spacing: 0.025em;
    }

    .coupon-design-windows-hosting .gw-wh-coupon-heading {
        font-size: 11.5px;
    }

    .coupon-design-windows-hosting .gw-wh-end-label {
        font-size: 8.5px;
    }

    .coupon-design-windows-hosting .deal-timer {
        min-width: 54px;
        font-size: 10.5px;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-main {
        width: 71px;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-small {
        display: none;
    }
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .coupon-design-windows-hosting .gw-wh-coupon-card::after,
    .coupon-design-windows-hosting .gw-wh-coupon-icon,
    .coupon-design-windows-hosting .gw-wh-cloud-svg {
        animation: none;
    }

    .coupon-design-windows-hosting .gw-wh-rain-zone {
        display: none;
    }
}


/* =========================================================
  7. GRABWEB MONSOON HEADER SALE BAR
   Dynamic coupon + realistic rain
========================================================= */

.gw-monsoon-bar {
    position: sticky;
    top: 0;
    z-index: 99;
    padding: 0 !important;
}

.gw-coupon-slot[data-design="monsoon-bar"] {
    --gw-monsoon-bg-top: #092243;
    --gw-monsoon-bg-bottom: #06172f;

    --gw-monsoon-text: #f5f9ff;
    --gw-monsoon-muted: rgba(245, 249, 255, 0.9);

    --gw-monsoon-accent: #19d6c3;
    --gw-monsoon-accent-soft: rgba(25, 214, 195, 0.11);

    --gw-monsoon-timer-bg-top: #173b65;
    --gw-monsoon-timer-bg-bottom: #112c4f;
    --gw-monsoon-timer-border: rgba(255, 255, 255, 0.12);

    width: 100%;
    margin: 0;
    padding: 0;
}


/* =========================================================
   MAIN BAR
========================================================= */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-bar {
    position: relative;
    z-index: 99;
    isolation: isolate;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;

    border: 0;
    border-radius: 0;
    background: #071a38;
    color: var(--gw-monsoon-text);
    transform: translateZ(0);
}


/* Rainy atmospheric haze */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-bar::before {
    content: "";

    position: absolute;
    z-index: 0;
    inset: 0;

    background:
        radial-gradient(
            ellipse at 12% 0%,
            rgba(180, 226, 250, 0.075) 0%,
            transparent 26%
        ),
        radial-gradient(
            ellipse at 50% -30%,
            rgba(180, 226, 250, 0.055) 0%,
            transparent 34%
        ),
        radial-gradient(
            ellipse at 88% 0%,
            rgba(180, 226, 250, 0.065) 0%,
            transparent 27%
        );

    pointer-events: none;
}


/* Wet glow near bottom */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-bar::after {
    content: "";

    position: absolute;
    z-index: 0;

    left: 7%;
    right: 7%;
    bottom: -8px;

    height: 14px;

    border-radius: 50%;

    background: rgba(65, 185, 235, 0.085);
    filter: blur(8px);

    pointer-events: none;
}


/* =========================================================
   RAIN FIELD
========================================================= */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-rain-field {
    position: absolute;
    z-index: 1;
    inset: 0;

    display: block;
    overflow: hidden;

    contain: layout paint style;

    pointer-events: none;
    user-select: none;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-rain-drops,
.gw-coupon-slot[data-design="monsoon-bar"] .gw-rain-splashes {
    position: absolute;
    inset: 0;

    display: block;

    pointer-events: none;
}


/* =========================================================
   INDIVIDUAL RAIN DROPS
========================================================= */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-rain-drop {
    position: absolute;

    top: -30px;
    left: var(--rain-x);

    width: 1px;
    height: var(--rain-length);

    display: block;

    border-radius: 999px;

    background:
        linear-gradient(
            180deg,
            rgba(105, 226, 255, 0) 0%,
            rgba(105, 226, 255, 0.32) 28%,
            rgba(105, 226, 255, 0.92) 78%,
            rgba(203, 245, 255, 0.68) 100%
        );

    box-shadow:
        0 0 3px rgba(66, 207, 245, 0.2);

    opacity: 0;

    transform:
        translate3d(0, -30px, 0)
        rotate(var(--rain-tilt));

    transform-origin: center;
    backface-visibility: hidden;

    will-change: transform, opacity;

    animation:
        gw-monsoon-rain-fall
        var(--rain-duration)
        linear
        var(--rain-delay)
        infinite;
}


/* Distant rain */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-rain-drop--far {
    width: 0.7px;

    filter: blur(0.3px);

    box-shadow:
        0 0 2px rgba(66, 207, 245, 0.13);
}


/* Middle rain */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-rain-drop--middle {
    width: 1px;
}


/* Foreground rain */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-rain-drop--near {
    width: 1.45px;

    background:
        linear-gradient(
            180deg,
            rgba(126, 231, 255, 0) 0%,
            rgba(126, 231, 255, 0.42) 25%,
            rgba(126, 231, 255, 0.98) 76%,
            rgba(222, 249, 255, 0.78) 100%
        );

    box-shadow:
        0 0 4px rgba(69, 216, 251, 0.34);
}


@keyframes gw-monsoon-rain-fall {

    0% {
        opacity: 0;

        transform:
            translate3d(0, -30px, 0)
            rotate(var(--rain-tilt));
    }

    10% {
        opacity: var(--rain-opacity);
    }

    82% {
        opacity: var(--rain-opacity);
    }

    100% {
        opacity: 0;

        transform:
            translate3d(
                var(--rain-drift),
                120px,
                0
            )
            rotate(var(--rain-tilt));
    }
}


/* =========================================================
   WATER SPLASHES
========================================================= */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-rain-splash {
    position: absolute;

    left: var(--splash-x);
    bottom: 2px;

    width: var(--splash-width);
    height: 3px;

    display: block;

    border: 1px solid rgba(105, 226, 255, 0.38);
    border-top-color: transparent;
    border-radius: 50%;

    opacity: 0;

    transform:
        translateX(-50%)
        scale3d(0.25, 0.25, 1);

    will-change: transform, opacity;

    animation:
        gw-monsoon-water-splash
        var(--splash-duration)
        ease-out
        var(--splash-delay)
        infinite;
}


.gw-coupon-slot[data-design="monsoon-bar"] .gw-rain-splash::before,
.gw-coupon-slot[data-design="monsoon-bar"] .gw-rain-splash::after {
    content: "";

    position: absolute;
    bottom: 1px;

    width: 1.5px;
    height: 3px;

    border-radius: 50% 50% 60% 60%;

    background: rgba(116, 228, 255, 0.5);
}


.gw-coupon-slot[data-design="monsoon-bar"] .gw-rain-splash::before {
    left: 26%;
    transform: rotate(-25deg);
}


.gw-coupon-slot[data-design="monsoon-bar"] .gw-rain-splash::after {
    right: 26%;
    transform: rotate(25deg);
}


@keyframes gw-monsoon-water-splash {

    0%,
    68% {
        opacity: 0;

        transform:
            translateX(-50%)
            scale3d(0.2, 0.2, 1);
    }

    72% {
        opacity: 0.42;
    }

    85% {
        opacity: 0.22;

        transform:
            translateX(-50%)
            scale3d(1, 0.75, 1);
    }

    100% {
        opacity: 0;

        transform:
            translateX(-50%)
            scale3d(1.35, 0.45, 1);
    }
}


/* =========================================================
   CONTENT LAYOUT
========================================================= */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 6px 18px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;

    column-gap: 13px;
    row-gap: 0;
}


/* =========================================================
   MESSAGE
========================================================= */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-message {
    min-width: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    gap: 4px;

    color: var(--gw-monsoon-text);

    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;

    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.23);

    white-space: nowrap;
}


/* =========================================================
   REALISTIC UMBRELLA
========================================================= */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-weather-icon {
    position: relative;
    z-index: 3;

    width: 22px;
    height: 22px;
    flex: 0 0 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    overflow: visible;

    filter:
        drop-shadow(0 2px 3px rgba(0, 0, 0, 0.28));
}


.gw-coupon-slot[data-design="monsoon-bar"] .gw-weather-icon svg {
    width: 100%;
    height: 100%;

    display: block;
    overflow: visible;
}


.gw-coupon-slot[data-design="monsoon-bar"]
.gw-weather-icon
.gw-umbrella-body {
    transform-box: fill-box;
    transform-origin: center bottom;

    animation:
        gw-monsoon-umbrella-float
        3.4s
        cubic-bezier(0.45, 0, 0.55, 1)
        infinite;
}


.gw-coupon-slot[data-design="monsoon-bar"]
.gw-weather-icon
.gw-umbrella-rain path {
    transform-box: fill-box;
    transform-origin: center;

    animation:
        gw-monsoon-icon-rain
        1.15s
        ease-in-out
        infinite;
}


.gw-coupon-slot[data-design="monsoon-bar"]
.gw-weather-icon
.gw-umbrella-rain path:nth-child(2) {
    animation-delay: -0.28s;
}


.gw-coupon-slot[data-design="monsoon-bar"]
.gw-weather-icon
.gw-umbrella-rain path:nth-child(3) {
    animation-delay: -0.61s;
}


.gw-coupon-slot[data-design="monsoon-bar"]
.gw-weather-icon
.gw-umbrella-rain path:nth-child(4) {
    animation-delay: -0.87s;
}


@keyframes gw-monsoon-umbrella-float {

    0%,
    100% {
        transform:
            translate3d(0, 0, 0)
            rotate(-1deg);
    }

    50% {
        transform:
            translate3d(0, -1.25px, 0)
            rotate(1.1deg);
    }
}


@keyframes gw-monsoon-icon-rain {

    0% {
        opacity: 0;

        transform:
            translate3d(0, -3px, 0);
    }

    20% {
        opacity: 1;
    }

    76% {
        opacity: 0.95;
    }

    100% {
        opacity: 0;

        transform:
            translate3d(-1.5px, 5px, 0);
    }
}


/* =========================================================
   TEXT
========================================================= */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-title,
.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-copy,
.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-extra,
.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-ending,
.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-separator {
    color: var(--gw-monsoon-muted);
}


.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-title {
    font-weight: 700;
}


.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-highlight {
    color: var(--gw-monsoon-accent);

    font-weight: 800;

    text-shadow:
        0 0 11px rgba(25, 214, 195, 0.13);

    white-space: nowrap;
}


/* =========================================================
   COUPON CODE
========================================================= */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-code-group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex: 0 0 auto;

    white-space: nowrap;
}


.gw-coupon-slot[data-design="monsoon-bar"] .gw-coupon-code {
    min-height: 23px;
    padding: 3px 7px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;

    border: 1px dashed rgba(25, 214, 195, 0.73);
    border-radius: 5px;

    background:
        linear-gradient(
            180deg,
            rgba(25, 214, 195, 0.14),
            rgba(25, 214, 195, 0.075)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 0 10px rgba(25, 214, 195, 0.06);

    color: var(--gw-monsoon-accent);

    font-family: inherit;
    font-size: 11.5px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.3px;
    text-transform: uppercase;

    white-space: nowrap;
}


/* =========================================================
   TIMER
========================================================= */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex: 0 0 auto;

    white-space: nowrap;
}


.gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box {
    min-width: 38px;
    height: 23px;
    padding: 0 6px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    flex: 0 0 auto;

    border: 1px solid var(--gw-monsoon-timer-border);
    border-radius: 5px;

    background:
        linear-gradient(
            180deg,
            var(--gw-monsoon-timer-bg-top),
            var(--gw-monsoon-timer-bg-bottom)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        0 2px 4px rgba(0, 0, 0, 0.16);

    color: #ffffff;

    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;

    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
}


.gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box small {
    margin: 0;
    padding: 0;

    color: rgba(255, 255, 255, 0.76);

    font-family: inherit;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}


.gw-coupon-slot[data-design="monsoon-bar"] .gw-days-box[hidden],
.gw-coupon-slot[data-design="monsoon-bar"] .deal-timer[hidden] {
    display: none;
}


/* =========================================================
   VIEW PLANS
========================================================= */

.gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans {
    min-height: 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: 0 0 auto;

    color: var(--gw-monsoon-accent);

    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;

    text-decoration: none;

    white-space: nowrap;

    transition:
        color 0.18s ease,
        transform 0.18s ease;
}


.gw-coupon-slot[data-design="monsoon-bar"] .gw-view-arrow {
    display: inline-block;

    font-size: 14px;
    line-height: 1;

    transition:
        transform 0.18s ease;
}


.gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans:hover {
    color: #ffffff;
}


.gw-coupon-slot[data-design="monsoon-bar"]
.gw-view-plans:hover
.gw-view-arrow {
    transform: translateX(3px);
}


.gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans:focus-visible {
    border-radius: 4px;

    outline: 2px solid var(--gw-monsoon-accent);
    outline-offset: 3px;
}


/* =========================================================
   MEDIUM LAPTOP
========================================================= */

@media (max-width: 1050px) {

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-content {
        padding-inline: 14px;
        column-gap: 10px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-coupon-code {
        padding-inline: 6px;
        font-size: 10.5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box {
        min-width: 35px;
        padding-inline: 5px;
        font-size: 11px;
    }

}


/* =========================================================
   SMALL LAPTOP / LARGE TABLET
========================================================= */

@media (max-width: 850px) {

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-content {
        padding-inline: 10px;
        column-gap: 7px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-weather-icon {
        width: 21px;
        height: 21px;
        flex-basis: 21px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-coupon-code {
        min-height: 21px;
        padding-inline: 5px;

        font-size: 9.5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-countdown {
        gap: 3px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box {
        min-width: 32px;
        height: 21px;
        padding-inline: 4px;

        font-size: 10px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box small {
        font-size: 7.5px;
    }
}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 720px) {

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-content {
        padding: 6px 10px;

        justify-content: center;
        flex-wrap: wrap;

        column-gap: 10px;
        row-gap: 5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-message {
        order: 1;
        justify-content: center;
        gap: 3px;

        font-size: 12px;
        line-height: 1.1;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-code-group,
    .gw-coupon-slot[data-design="monsoon-bar"] .gw-countdown {
        display: none !important;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans {
        order: 3;
        font-size: 12px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-coupon-code {
        min-height: 20px;
        padding: 2px 5px;

        font-size: 9.5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box {
        min-width: 33px;
        height: 21px;
        padding-inline: 4px;

        font-size: 10px;
    }

    /*
     * Mobile par distant rain reduce karke
     * animation lightweight rakhi gayi hai.
     */
    .gw-coupon-slot[data-design="monsoon-bar"]
    .gw-rain-drop--far:nth-child(even) {
        display: none;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-content {
        padding: 6px 7px;

        column-gap: 8px;
        row-gap: 5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-weather-icon {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-separator,
    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-ending {
        display: none;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-coupon-code {
        min-height: 19px;
        padding-inline: 4px;
        border-radius: 4px;
        font-size: 9px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box {
        min-width: 31px;
        height: 20px;
        padding-inline: 3px;

        border-radius: 4px;

        font-size: 9.5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box small {
        font-size: 7px;
    }


    .gw-coupon-slot[data-design="monsoon-bar"] .gw-view-arrow {
        font-size: 12px;
    }

    /*
     * Small screens par half middle drops remove.
     */
    .gw-coupon-slot[data-design="monsoon-bar"]
    .gw-rain-drop--middle:nth-child(even) {
        display: none;
    }

    .gw-coupon-slot[data-design="monsoon-bar"]
    .gw-rain-splash:nth-child(even) {
        display: none;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 390px) {
    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-message {
        font-size: 11px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-coupon-code {
        max-width: 115px;

        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box {
        min-width: 30px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 340px) {

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-copy,
    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-extra {
        display: none;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-coupon-code {
        max-width: 125px;
        font-size: 8.5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box {
        min-width: 29px;
        padding-inline: 3px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans {
        font-size: 11px;
    }
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-rain-field {
        display: none;
    }

    .gw-coupon-slot[data-design="monsoon-bar"]
    .gw-weather-icon
    .gw-umbrella-body,

    .gw-coupon-slot[data-design="monsoon-bar"]
    .gw-weather-icon
    .gw-umbrella-rain path {
        animation: none;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans,
    .gw-coupon-slot[data-design="monsoon-bar"] .gw-view-arrow {
        transition: none;
    }
}