    body {
        margin: 0;
        padding: 0;
        font-family: 'Mulish', sans-serif;
    }

    html,
    body {
        overflow-x: hidden;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
    }

    h2,
    h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        font-size: 2.5rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    @media screen and (max-width: 768px) {

        h2,
        h1 {
            font-size: 2rem;
        }
    }

    @media screen and (max-width: 480px) {

        h2,
        h1 {
            font-size: 1.8rem;
        }
    }

    .ag-loader-car {
        display: block;
        height: 55px;
        width: 100%;
        /* background: #111; */
        overflow: hidden;

        z-index: 10;
        position: relative;
    }

    .ag-loader-car_img,
    .ag-loader-car_text {
        position: absolute;
        top: 50%;

        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .ag-loader-car_img {
        width: 44px;

        opacity: 0;

        -webkit-animation: an-loader-car_img 7s infinite;
        -moz-animation: an-loader-car_img 7s infinite;
        -o-animation: an-loader-car_img 7s infinite;
        animation: an-loader-car_img 7s infinite;
    }

    .ag-loader-car_text {
        display: inline-block;
        line-height: 1.5;
        width: 100%;

        opacity: 0;

        left: 50%;

        text-decoration: none;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        color: #FFF;

        -webkit-animation: an-loader-car_text 7s infinite;
        -moz-animation: an-loader-car_text 7s infinite;
        -o-animation: an-loader-car_text 7s infinite;
        animation: an-loader-car_text 7s infinite;
    }

    @-webkit-keyframes an-loader-car_img {
        0% {
            opacity: 1;

            left: calc(0% - 24px);
        }

        25% {
            opacity: 1;

            left: 50%;
        }

        100%,
        50% {
            opacity: 0;

            left: calc(100% + 24px);
        }
    }

    @-moz-keyframes an-loader-car_img {
        0% {
            opacity: 1;

            left: calc(0% - 24px);
        }

        25% {
            opacity: 1;

            left: 50%;
        }

        100%,
        50% {
            opacity: 0;

            left: calc(100% + 24px);
        }
    }

    @-o-keyframes an-loader-car_img {
        0% {
            opacity: 1;

            left: calc(0% - 24px);
        }

        25% {
            opacity: 1;

            left: 50%;
        }

        100%,
        50% {
            opacity: 0;

            left: calc(100% + 24px);
        }
    }

    @keyframes an-loader-car_img {
        0% {
            opacity: 1;

            left: calc(0% - 24px);
        }

        25% {
            opacity: 1;

            left: 50%;
        }

        100%,
        50% {
            opacity: 0;

            left: calc(100% + 24px);
        }
    }

    @-webkit-keyframes an-loader-car_text {

        0%,
        100%,
        25% {
            opacity: 0;
        }

        60%,
        90% {
            opacity: 1;
        }
    }

    @-moz-keyframes an-loader-car_text {

        0%,
        100%,
        25% {
            opacity: 0;
        }

        60%,
        90% {
            opacity: 1;
        }
    }

    @-o-keyframes an-loader-car_text {

        0%,
        100%,
        25% {
            opacity: 0;
        }

        60%,
        90% {
            opacity: 1;
        }
    }

    @keyframes an-loader-car_text {

        0%,
        100%,
        25% {
            opacity: 0;
        }

        60%,
        90% {
            opacity: 1;
        }
    }

    @media all and (max-width: 767px) {

        .ag-loader-car_img,
        .ag-loader-car_text {
            -webkit-animation-duration: 4s;
            -moz-animation-duration: 4s;
            -o-animation-duration: 4s;
            animation-duration: 4s;
        }
    }


    .delivery-details {
        background: #000000;
        color: #fff;
        text-align: left;
        padding: 40px 20px;
        max-width: 900px;
        margin: 30px auto 50px auto;
        border-radius: 10px;
        position: relative;
        border: 2px solid rgba(0, 102, 255, 0.4);
        box-shadow:
            0 0 30px rgba(0, 102, 255, 0.15),
            inset 0 0 40px rgba(0, 102, 255, 0.05);
        overflow: hidden;
    }


    .delivery-details::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, #0066FF, #00CCFF, #0066FF);
        animation: borderGlow 3s ease-in-out infinite;
    }

    .delivery-details::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, #0066FF, #00CCFF, #0066FF, transparent);
    }





    .delivery-details h2 {
        margin-bottom: 20px;
    }

    .delivery-details p {
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .delivery-hours {
        margin-top: 20px;
        font-weight: bold;
    }

    .contact-support {
        background: #000000;
        color: #fff;
        text-align: left;
        padding: 40px 20px;
        max-width: 900px;
        margin: 30px auto 50px auto;
        border-radius: 10px;
        position: relative;
        border: 2px solid rgba(0, 102, 255, 0.4);
        box-shadow:
            0 0 30px rgba(0, 102, 255, 0.15),
            inset 0 0 40px rgba(0, 102, 255, 0.05);
        overflow: hidden;
    }


    .contact-support::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, #0066FF, #00CCFF, #0066FF);
        animation: borderGlow 3s ease-in-out infinite;
    }

    .contact-support::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, #0066FF, #00CCFF, #0066FF, transparent);
    }


    .contact-support h2 {
        margin-bottom: 20px;
    }

    .contact-support p {
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .phone-icon {
        display: inline-block;
        width: 1.1em;
        height: 1.1em;
        vertical-align: middle;
        margin-right: 6px;
    }

    .lottie-box {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    #age-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.95);
        z-index: 10000;
        justify-content: center;
        align-items: center;
    }

    #age-overlay.show {
        display: flex;
    }

    .overlay-content {
        background: #111;
        color: #fff;
        padding: 50px 60px;
        border-radius: 15px;
        text-align: center;
        max-width: 500px;
        border: 2px solid #fff;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
    }

    .overlay-content h2 {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .overlay-content h2 strong {
        color: #fff;
    }

    .overlay-content .buttons {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin: 40px 0;
    }

    .overlay-content button {
        padding: 15px 40px;
        font-size: 18px;
        font-weight: bold;
        border: 2px solid #fff;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        min-width: 120px;
    }

    #yes-button {
        background: #0066FF;
        color: #fff;
        border: 2px solid #fff;
    }

    #yes-button:hover {
        background: #0052cc;
        border-color: #0052cc;
    }

    #no-button {
        background: #111;
        color: #fff;
    }

    #no-button:hover {
        background: #fff;
        color: #111;
    }

    .overlay-content p {
        margin-top: 30px;
        font-size: 14px;
        color: #ccc;
        line-height: 1.6;
    }

    .overlay-content a {
        color: #0066FF;
        text-decoration: none;
    }

    .overlay-content a:hover {
        color: #0052cc;
    }


    @media screen and (max-width: 768px) {
        .overlay-content {
            padding: 30px 20px;
            margin: 20px;
            max-width: calc(100% - 40px);
        }

        .overlay-content h2 {
            font-size: 22px;
            margin-bottom: 20px;
        }

        .overlay-content .buttons {
            flex-direction: column;
            gap: 15px;
        }

        .overlay-content button {
            width: 100%;
            padding: 12px 30px;
            font-size: 16px;
        }

        .overlay-content p {
            font-size: 12px;
            margin-top: 20px;
        }

        .delivery-details,
        .contact-support {
            padding: 30px 15px;
            margin: 20px auto;
        }

        .delivery-details h2,
        .contact-support h2 {
            font-size: 24px;
        }

        .delivery-hours table {
            font-size: 14px;
        }

        .delivery-hours table td {
            padding-right: 10px;
        }

        .how-to-order {
            padding: 30px 15px;
            margin: 50px auto;
            margin-top: -150px;

        }

        .how-to-order {
            text-align: center;
            padding: 60px 20px;
        }

        .how-to-order h2 {
            margin-bottom: 40px;
        }

        /* Grid container */
        .how-grid {
            display: flex;
            justify-content: center;
            align-items: stretch;
            gap: 50px;
            flex-wrap: nowrap;
        }

        .order-step {
            flex: 1 1 0;
            max-width: 260px;
            text-align: center;
        }

        .order-step p {
            margin-top: 15px;
            font-size: 16px;
            line-height: 1.4;
        }

        .lottie-box,
        .static-gif {
            width: 140px;
            height: 140px;
            object-fit: contain;
            margin: 0 auto;
            display: block;
        }

    }


    @media screen and (max-width: 1024px) {
        .how-grid {
            gap: 35px;
            justify-content: center;
        }

        .order-step {
            max-width: 220px;
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 280px;
            text-align: center;
        }

        .lottie-box,
        .static-gif {
            width: 140px !important;
            height: 140px !important;
        }
    }


    @media screen and (max-width: 768px) {
        .how-grid {
            gap: 20px;
        }

        .order-step {
            max-width: 180px;
        }

        .order-step p {
            font-size: 14px;
        }

        .lottie-box,
        .static-gif {
            width: 140px !important;
            height: 140px !important;
        }
    }


    @media screen and (min-width: 414px) and (max-width: 480px) {
        #selectProduct {
            margin-top: 100px !important;
        }
    }



    @media screen and (max-width: 480px) {

        .how-grid {
            gap: 15px;
        }

        .order-step {
            max-width: 150px;
        }

        .order-step p {
            font-size: 13px;
        }

        .lottie-box,
        .static-gif {
            width: 90px !important;
            height: 90px !important;
        }
    }


    @media screen and (min-width: 900px) and (max-width: 1024px) {
        .how-to-order {
            padding: 30px 20px;
            margin-top: -155px;
        }

        .how-grid {
            gap: 30px;
            justify-content: center;
        }

        .order-step {
            max-width: 200px;
            height: 260px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .order-step p {
            font-size: 15px;
            margin-top: 15px;
        }

        .lottie-box,
        .static-gif {
            width: 120px;
            height: 120px;
        }
    }


    #selectProduct {
        font-size: 24px;
        margin-top: 30px;
    }

    .grid-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-card {
        width: 120px;
    }

    .product-img {
        height: 150px;
    }


    .product-name {
        font-size: 16px;
    }


    @media screen and (max-width: 480px) {
        .overlay-content {
            padding: 25px 15px;
        }

        .overlay-content h2 {
            font-size: 20px;
        }

        .overlay-content button {
            font-size: 14px;
            padding: 10px 25px;
        }

        .delivery-details,
        .contact-support {
            padding: 20px 10px;
        }

        .delivery-details h2,
        .contact-support h2 {
            font-size: 20px;
        }

        .how-to-order h2 {
            font-size: 22px;
        }

        .product-card {
            width: 140px;
        }

        .product-img {
            height: 140px;
        }

        .lottie-box {
            width: 100px !important;
            height: 100px !important;
        }
    }


    .main-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 30px;
        background: #111;
        border-bottom: 1px solid #333;
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .cart-icon-container {
        position: relative;
        cursor: pointer;
    }

    .cart-icon {
        width: 30px;
        height: 30px;
        fill: #fff;
        transition: fill 0.3s ease;
    }

    .cart-icon-container:hover .cart-icon {
        fill: #0066FF;
    }

    .cart-count {
        position: absolute;
        top: -8px;
        right: -8px;
        background: #0066FF;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #111;
    }

    /* Browse products button */
    .browse-products-btn {
        display: block;
        width: fit-content;
        margin: 40px auto;
        padding: 15px 40px;
        background: transparent;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 8px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        text-align: center;
    }

    .browse-products-btn:hover {
        background: #fff;
        color: #000;
    }

    @media screen and (max-width: 768px) {
        .main-header {
            padding: 15px 20px;
        }


        .browse-products-btn {
            padding: 12px 30px;
            font-size: 16px;
            margin: 30px auto;
        }
    }


    .cart-icon-container:hover .cart-icon {
        fill: #0066FF !important;
    }


    .cart-icon-container {
        position: relative;
        cursor: pointer;
    }

    .cart-icon {
        width: 30px;
        height: 30px;
        fill: #fff;
        transition: fill 0.3s ease;
    }

    .cart-icon-container:hover .cart-icon {
        fill: #0066FF;
    }

    .cart-count {
        position: absolute;
        top: -8px;
        right: -8px;
        background: #0066FF;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #000;
    }

    @media screen and (max-width: 768px) {

        .cart-icon {
            width: 25px;
            height: 25px;
        }
    }


    /* Welcome Section Styles */
    .welcome-section {
        max-width: 900px;
        margin: 40px auto 50px auto;
        padding: 30px 30px;
        background: #111;
        border-radius: 10px;
        border-left: 2.5px solid #0066FF;
        border-right: 2.5px solid #0066FF;
        /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); */
        box-shadow:
            0 0 30px rgba(0, 102, 255, 0.15),
            inset 0 0 40px rgba(0, 102, 255, 0.05);
        position: relative;
        overflow: hidden;
    }


    .welcome-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2.5px;
        background: linear-gradient(90deg, transparent, #0066FF, #00CCFF, #0066FF, transparent);
        animation: borderGlow 3s ease-in-out infinite;
    }

    .welcome-section::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2.5px;
        background: linear-gradient(90deg, transparent, #0066FF, #00CCFF, #0066FF, transparent);
    }


    .welcome-section h1 {
        color: #0066FF;
        margin-bottom: 20px;
        font-size: 2.2rem;
        text-align: center;
        font-weight: 800;
        letter-spacing: -0.5px;
        text-transform: uppercase;
        border-bottom: 2px solid #333;
        padding-bottom: 15px;
    }

    .welcome-text {
        font-size: 1.1rem;
        line-height: 1.8;
        margin-bottom: 20px;
        color: #fff;
        font-weight: 400;
        text-align: justify;
    }

    .welcome-tagline {
        font-size: 1.3rem;
        font-weight: 700;
        text-align: center;
        color: #0066FF;
        margin: 25px 0 15px 0;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .compliance-text {
        font-size: 1rem;
        text-align: center;
        color: #ccc;
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid #333;
    }

    .compliance-text em {
        font-style: italic;
        color: #aaa;
    }

    @media screen and (max-width: 768px) {
        .welcome-section {
            margin: 30px 20px;
            padding: 25px 20px;
        }

        .welcome-section h1 {
            font-size: 1.2rem;
        }

        .welcome-text {
            font-size: 1rem;
            line-height: 1.6;
            text-align: left;
        }

        .welcome-tagline {
            font-size: 1.1rem;
        }

        .compliance-text {
            font-size: 0.9rem;
        }
    }

    @media screen and (max-width: 480px) {
        .welcome-section {
            margin: 20px 15px;
            padding: 20px 15px;
        }

        .welcome-section h1 {
            font-size: 1.2rem;
        }

        .welcome-text {
            font-size: 0.95rem;
        }

        .welcome-tagline {
            font-size: 1rem;
        }
    }


    .browse-products-btn {
        margin-top: 20px !important;
        margin-bottom: 30px;
    }

    @media screen and (max-width: 768px) {
        .browse-products-btn {
            margin-top: 15px !important;
            margin-bottom: 25px;
        }
    }

    /* Flower video styles */
    .flower-video-container {
        max-width: 900px;
        margin: 30px auto 40px auto;
        padding: 0 20px;
        text-align: center;
    }

    .flower-video {
        width: 100%;
        max-width: 600px;
        height: auto;
        border-radius: 15px;
        /* border: 2px solid #0066FF;
      box-shadow: 0 10px 30px rgba(0, 102, 255, 0.3); */
        display: block;
        margin: 0 auto;
    }

    .video-caption {
        margin-top: 15px;
        font-size: 1rem;
        color: #ccc;
        font-style: italic;
    }

    @media screen and (max-width: 768px) {
        .flower-video-container {
            margin: 20px auto 30px auto;
        }

        .flower-video {
            max-width: 100%;
            border-radius: 10px;
        }
    }

    .delivery-details {
        position: relative;
        overflow: hidden;
    }

    .delivery-video-bg {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 300px;
        height: auto;
        opacity: 0.15;
        pointer-events: none;
        z-index: 0;
        object-fit: cover;
        border-radius: 10px 0 0 0;
    }

    .delivery-details>div {
        position: relative;
        z-index: 1;
    }

    @media screen and (max-width: 768px) {
        .delivery-video-bg {
            width: 200px;
            /* opacity: 0.1; */
        }
    }

    @media screen and (max-width: 480px) {
        .delivery-video-bg {
            width: 150px;
            /* opacity: 0.08; */
        }
    }


    @media screen and (max-width: 1400px) {
        .button-video-container {
            left: 488px !important;
        }
    }

    @media screen and (max-width: 1200px) {
        .button-video-container {
            width: 700px !important;
            height: 467px !important;
            left: 250px !important;
        }
    }

    @media screen and (max-width: 992px) {
        .button-video-container {
            width: 600px !important;
            height: 400px !important;
            left: 200px !important;
        }
    }

    @media screen and (max-width: 768px) {
        .button-video-container {
            width: 500px !important;
            height: 333px !important;
            left: 150px !important;
        }
    }

    @media screen and (max-width: 600px) {
        .button-video-container {
            width: 450px !important;
            height: 300px !important;
            left: 100px !important;
        }
    }

    @media screen and (max-width: 480px) {
        .button-video-container {
            width: 380px !important;
            height: 253px !important;
            left: 50% !important;
            transform: translateX(-50%) rotate(1deg) !important;
        }
    }



    /* .products-header {
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      line-height: 0;
    }

.products-logo {
  width: 100vw;
  height: auto;
  display: block;
  object-fit: contain;
} */


    /* .products-header {
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      line-height: 0;
    }

    .products-logo {
      width: 100vw;
      height: calc(100vh - 10px);
      display: block;
      max-width: none;
      object-fit: contain;
    }  */


    /* .products-header {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  line-height: 0;
}

.products-logo {
  width: 100vw;
  height: 100vh;
  display: block;
  max-width: none;
  object-fit: cover;
} */

    /* .products-header {
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      line-height: 0;
    }

    .products-logo {
      width: 100vw;
      height: auto;
      display: block;
      max-width: none;
      object-fit: contain;
    } */


    /* .products-header {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  line-height: 0;
  overflow: hidden;
}

.products-logo {
  width: 100vw;
  height: auto;
  display: block;
  max-width: none;
  object-fit: contain;
  transform: scale(0.78);
  transform-origin: top center;
} */


    .products-header {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        line-height: 0;
        overflow: hidden;
    }

    .products-logo {
        width: 100vw;
        height: auto;
        display: block;
        max-width: none;
        object-fit: contain;
        transform: scaleY(0.85);
        transform-origin: top center;
    }



    @media (max-width: 1024px) {
        .products-logo {
            transform: scaleY(1.10);
        }
    }

    @media (max-width: 600px) {
        .products-logo {
            transform: scaleY(1.10);
        }
    }

    @media (max-width: 768px) {
        .how-to-order {
            margin-top: 60px;
        }
    }


    @media (max-width: 1024px) {

        .button-video-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: -180px auto 40px auto !important;
            min-height: auto;
        }

        .button-video-container {
            position: relative !important;
            left: 0 !important;
            top: 0 !important;
            /* transform: rotate(0deg) !important; */
            transform: translateX(-60px) rotate(0deg) !important;
            width: 90% !important;
            height: auto !important;
            aspect-ratio: 3 / 2;
            margin-bottom: 25px;
        }

        .browse-products-btn {
            align-self: center;
        }

    }


    @media (max-width: 1024px) {

        .delivery-details,
        .contact-support {
            padding: 0 25px;
        }

    }


    .hero-section-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 80px auto;
        width: 100%;
        min-height: 350px;
    }


    .hero-section-container {
        width: 500px;
        height: 320px;
        overflow: hidden;
        border-radius: 12px;
        position: relative;
        transform: rotate(2deg);
        margin-bottom: 25px;
    }


    .hero-section-img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        pointer-events: none;
        border-radius: 12px;
        background-color: #000;
        margin: 0 auto;
    }

    .hero-section-btn {
        padding: 15px 40px;
        font-size: 1.2rem;
        z-index: 2;
        position: relative;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(5px);
        border: 2px solid #fff;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        transition: all 0.3s ease;
    }

    .hero-section-btn:hover {
        background: #fff;
        color: #000;
        border: 2px solid #fff;
    }

    .order-summary {
        position: sticky;
        top: 20px;
        align-self: start;
    }

    @media screen and (min-width: 768px) {
        .checkout-content {
            display: grid;
            grid-template-columns: 1fr 400px;
            gap: 40px;
            align-items: start;
        }
    }




    /*PROMOTIONS SECTION STYLES*/
    .promotions-section {
        max-width: 1200px;
        margin: 50px auto 60px auto;
        padding: 20px 20px 40px 20px;
        text-align: center;
        background: #0a0a0a;
        border-radius: 30px;
        position: relative;
        border: 1px solid rgba(0, 102, 255, 0.3);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    }

    /* H1 */
    .promo-title {
        font-family: 'Poppins', sans-serif;
        font-size: 4rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 40px;
        margin-top: 10px;
        background: linear-gradient(135deg, #4080ff 0%, #0066FF 40%, #00CCFF 80%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        text-shadow: 6px 6px 0 rgba(0, 102, 255, 0.3), 10px 10px 20px rgba(0, 0, 0, 0.5);
        transform: perspective(500px) translateZ(15px);
        display: inline-block;
        position: relative;
        animation: bubbleFloat 3s ease-in-out infinite;
    }

    @keyframes bubbleFloat {
        0% {
            transform: perspective(500px) translateZ(15px) translateY(0px);
            text-shadow: 6px 6px 0 rgba(0, 102, 255, 0.3), 10px 10px 20px rgba(0, 0, 0, 0.5);
        }

        50% {
            transform: perspective(500px) translateZ(20px) translateY(-3px);
            text-shadow: 8px 8px 0 rgba(0, 102, 255, 0.4), 12px 12px 25px rgba(0, 0, 0, 0.6);
        }

        100% {
            transform: perspective(500px) translateZ(15px) translateY(0px);
            text-shadow: 6px 6px 0 rgba(0, 102, 255, 0.3), 10px 10px 20px rgba(0, 0, 0, 0.5);
        }
    }

    /* Poster grid container */
    .promo-grid {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin-bottom: 35px;
    }

    .promo-card {
        /* flex: 1;
      min-width: 320px;
      max-width: 400px; */
        flex: 0 1 auto;
        width: 290px;
        max-width: 100%;
        background: #111;
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        border: 1px solid rgba(0, 102, 255, 0.4);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
        cursor: pointer;
    }

    .promo-card:hover {
        transform: translateY(-10px) scale(1.02);
        border-color: #0066FF;
        box-shadow: 0 20px 35px rgba(0, 102, 255, 0.2);
    }

    /* .promo-img {
      width: 100%;
      height: 520px;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    } */

    .promo-img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.5s ease;
        background: #000;
    }


    .promo-card:hover .promo-img {
        transform: scale(1.03);
    }

    /* Free delivery message */
    .free-delivery-msg {
        font-size: 1.8rem;
        font-weight: 800;
        background: #FFA500;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        text-shadow: 0 0 10px rgba(255, 165, 0, 0.5);
        letter-spacing: 1px;
        margin-top: 25px;
        padding: 12px 20px;
        display: inline-block;
        border-top: 2px solid #0066FF;
        border-bottom: 2px solid #0066FF;
        backdrop-filter: blur(4px);
        font-family: 'Poppins', sans-serif;
    }


    @media screen and (max-width: 1024px) {
        .promo-card {
            min-width: 280px;
            max-width: 340px;
        }

        .promo-img {
            height: 420px;
        }
    }

    @media screen and (max-width: 768px) {
        .promo-title {
            font-size: 2.8rem;
            letter-spacing: 2px;
        }

        .promo-grid {
            gap: 20px;
        }

        .promo-card {
            min-width: 260px;
            max-width: 300px;
        }

        .promo-card:hover {
            transform: none;
        }

        .promo-img {
            height: 420px;
        }

        .free-delivery-msg {
            font-size: 1.4rem;
        }
    }

    @media screen and (max-width: 480px) {
        .promotions-section {
            margin: 30px 15px;
            padding: 15px 10px 30px 10px;
        }

        .promo-title {
            font-size: 2.2rem;
            margin-bottom: 25px;
        }

        .promo-card {
            min-width: 220px;
            max-width: 260px;
        }

        .promo-card:hover {
            transform: none;
        }

        .promo-img {
            height: 360px;
        }

        .free-delivery-msg {
            font-size: 1.2rem;
        }
    }