@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
    font-family: Poppins-Regular;
    src: url("../fonts/Poppins-Regular.woff") format('woff');
    font-display: swap
}

@font-face {
    font-family: Poppins-Light;
    src: url("../fonts/Poppins-Light.woff") format('woff');
    font-display: swap
}

@font-face {
    font-family: Poppins-Medium;
    src: url("../fonts/Poppins-Medium.woff") format('woff');
    font-display: swap
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url("../fonts/Poppins-SemiBold.woff") format('woff');
    font-display: swap
}

@font-face {
    font-family: Poppins-Bold;
    src: url("../fonts/Poppins-Bold.woff") format('woff');
    font-display: swap
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.btnss_div:focus,
div:focus {
    outline: #E41D76 solid 2px
}

.dropdown:hover .dropdown-menu {
    display: block
}

.buttons {
    padding: 10px
}

.tabcontent {
    animation: .5s fadeEffect
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.imagesssss-content {
    animation-name: zoom;
    animation-duration: .6s
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.button::after,
.toast::before {
    left: 0;
    width: 100%;
    position: absolute
}

.notification {
    position: fixed;
    top: 90px;
    right: 20px;
    z-index: 10000
}

.toast {
    position: relative;
    padding: 8px;
    color: #fefefa;
    margin-bottom: 10px;
    width: 330px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    animation: .3s forwards show;
    box-shadow: rgba(0, 0, 0, .05) 0 6px 24px 0, rgba(0, 0, 0, .08) 0 0 0 1px;
    z-index: 999
}

.toast span {
    font-size: 18px
}

.toast .title {
    font-size: 16px;
    font-weight: 400
}

.toast i:nth-child(3),
.toast span {
    color: #fefefa;
    opacity: .8
}

.toast.success a,
h1 {
    color: #011627
}

.toast svg {
    cursor: pointer;
}


.content {
    display: flex;
    align-items: center
}

@keyframes show {
    0% {
        transform: translateX(100%)
    }

    40% {
        transform: translateX(-5%)
    }

    80% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-10%)
    }
}

.toast::before {
    bottom: 0;
    background-color: #fefefa;
    height: 3px;
    content: "";
    animation: 5s linear forwards timeOut
}

@keyframes timeOut {
    to {
        width: 0
    }
}

.toast.success {
    background-color: #53cd4b
}

.toast.error {
    background-color: #fb0a43
}

.toast.waring {
    background-color: #ffb31c
}

.toast.info {
    background-color: #2681fe
}


/* pause both bar and toast animation */
.toast.paused,
.toast.paused::before {
    animation-play-state: paused !important;
}

/* pause when hovered */
.toast:hover,
.toast:hover::before {
    animation-play-state: paused !important;
}


.customBGservice,
.customBGservice-2 {
    box-shadow: 0 2px 3px;
    color: #fff;
    margin: 15px 0;
    padding: 30px 30px 115px !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% 73%, 22% 73%, 16% 100%, 16% 73%, 0 74%);
    text-align: center
}

.All-text h2,
.All-text h2 span,
.All-text h2 strong {
    font-size: 24px !important;
    font-weight: 700 !important
}

.backcolor-1 {
    background-image: linear-gradient(180deg, #d4325e 0, #ff4e7e 100%)
}

@keyframes hover {
    50% {
        transform: translateX(10px)
    }
}

.button::after {
    top: 0;
    height: 100%
}

.button--bestia:hover .button__bg {
    transform: scale3d(1.1)
}

.button--bestia .button__bg::after,
.button--bestia .button__bg::before {
    content: "";
    position: absolute;
    background: #FF2E71
}

.button--bestia .button__bg::before {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1)
}

.button--bestia:hover .button__bg::before {
    transition: transform .4s cubic-bezier(.1, 0, .3, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    box-shadow: 0 0 5px red
}

.button--bestia .button__bg::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s
}

.button--bestia:hover .button__bg::after {
    opacity: 1;
    transition-duration: .01s;
    transition-delay: .3s;
    box-shadow: 0 0 5px red
}

.button--bestiass:hover .button__bggs {
    transform: scale3d(1.1)
}

.button--bestiass .button__bggs::after,
.button--bestiass .button__bggs::before {
    content: "";
    position: absolute;
    background: #011627
}

.button--bestiass .button__bggs::before {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1)
}

.button--bestiass:hover .button__bggs::before {
    transition: transform .4s cubic-bezier(.1, 0, .3, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    box-shadow: 0 0 5px #64c9d0
}

.button--bestiaas .button__bggs::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s
}

.button--bestiaas:hover .button__bggs::after {
    opacity: 1;
    transition-duration: .01s;
    transition-delay: .3s;
    box-shadow: 0 0 5px red
}


.button--bestiass:hover .button__bggs {
    transform: scale3d(1.1)
}

.button--bestiass .button__bggs::after,
.button--bestiass .button__bggs::before {
    content: "";
    position: absolute;
    background: #011627
}

.button--bestiass .button__bggs::before {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1)
}

.button--bestiass:hover .button__bggs::before {
    transition: transform .4s cubic-bezier(.1, 0, .3, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    box-shadow: 0 0 5px #64c9d0
}

.button--bestiaas .button__bggs::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s
}

.button--bestiaas:hover .button__bggs::after {
    opacity: 1;
    transition-duration: .01s;
    transition-delay: .3s;
    box-shadow: 0 0 5px red
}





.highlight .button--bestia .button__bg::after,
.highlight .button--bestia .button__bg::before {
    content: "";
    position: absolute;
    background: #fefefa
}

.font-\[Poppins-Regular\],
img,
input,
li,
p,
span,
td {
    font-family: Poppins-Regular;
}

.font-\[Poppins-Bold\],
h1,
strong {
    font-family: Poppins-Bold
}

h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins-SemiBold;
    color: #011627
}

a {
    font-family: Poppins-Regular;
    color: #fb0a43
}

.font-\[Poppins-SemiBold\],
button,
label,
th {
    font-family: Poppins-SemiBold
}

.font-\[Poppins-Light\] {
    font-family: Poppins-Light
}

.font-\[Poppins-Medium\] {
    font-family: Poppins-Medium
}

body.no-scroll {
    overflow: hidden
}

.scroll-sliders::-webkit-scrollbar {
    width: 12px
}

.scroll-sliders::-webkit-scrollbar-track {
    background-color: #d9d9d9;
    border-radius: 50px
}

.scroll-sliders {
    overflow-y: auto;
    scrollbar-color: #011627
}

.scroll-sliders::-webkit-scrollbar-thumb {
    background-color: #011627;
    border-radius: 50px
}

.lazy {
    animation: 1s infinite fade;
    transition: 1s ease-in-out
}

@keyframes fade {

    0%,
    to {
        opacity: 1
    }

    30% {
        opacity: .3
    }

    50% {
        opacity: .5
    }

    70% {
        opacity: .7
    }

    90% {
        opacity: .8
    }
}

.offcanvas-menu {
    label {

        span,
        span::before,
        span::after {
            transition: background .3s, transform .3s
        }

        span,
        span::before,
        span::after {
            content: "";
            position: absolute;
            height: 3px;
            width: 24px;
            background: #fefefa
        }

        span::before {
            transform: translateY(-12px)
        }

        span::after {
            transform: translateY(12px)
        }
    }
}

input[type="checkbox"] {
    &:checked {
        ~label {
            opacity: 0;
            pointer-events: none
        }

        ~nav {
            left: 0
        }

        ~nav label span {
            background: transparent
        }

        ~nav label span:before {
            transform: rotate(-45deg)
        }

        ~nav label span:after {
            transform: rotate(45deg)
        }

        ~nav label span:before,
        ~nav label span:after {
            transition-delay: .2s
        }
    }
}

.back-topsss {
    background-image: url("../images/cartpage.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: drop-shadow(12px 3px 3px rgba(99, 99, 99, .2))
}

.All-text h2 {
    line-height: 32px !important;
    padding: 10px 0 !important;
    font-weight: 500 !important;
}

.All-text h3,
.All-text h4,
.All-text h5,
.All-text h6 {
    line-height: 28px !important;
    padding: 10px 0 !important
}

.All-text h3,
.All-text h3 span,
.All-text h3 strong {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.All-text h4,
.All-text h4 span,
.All-text h4 strong {
    font-size: 17px !important;
    font-weight: 500 !important;
}

.All-text h5,
.All-text h5 span,
.All-text h5 strong {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.All-text h6,
.All-text h6 span,
.All-text h6 strong {
    font-size: 13px !important;
    font-weight: 500 !important;
}

.All-text li,
.All-text p,
.All-text span {
    font-size: 15px !important;
    line-height: 32px !important
}

.All-text a {
    font-size: 15.8px !important;
    color: #ed1953 !important;
    font-weight: 600 !important;
    letter-spacing: 0.66px;
}

.All-text a:hover {
    border-bottom: 2px solid #ed1953;
}

.All-text strong {
    font-weight: 400 !important
}

.All-text ol li {
    list-style-type: decimal;
    /* list-style-position: inside; */
}

.All-text li {
    list-style-position: outside;
    list-style: disc;
}


.customBGservice {
    background-color: #fb4b7b;
    border-radius: 50px;
    border: none !important
}

.customBGservice-2 {
    background-color: #011627;
    border-radius: 50px;
    border: none !important
}

.customBGservice h1,
.customBGservice h2,
.customBGservice h3,
.customBGservice h4,
.customBGservice h5,
.customBGservice h6 {
    font-size: 36px !important
}

.customBGservice p,
.customBGservice span {
    width: 80%;
    margin: auto;
    font-size: 16px !important
}

.customBGservice-2 h1,
.customBGservice-2 h2,
.customBGservice-2 h3,
.customBGservice-2 h4,
.customBGservice-2 h5,
.customBGservice-2 h6 {
    color: #fff !important;
    font-size: 36px !important
}

.customBGservice-2 p,
.customBGservice-2 span {
    width: 80%;
    margin: auto;
    font-size: 16px !important;
    color: #fff !important
}

.servicehd h1,
.servicehd h2,
.servicehd h3,
.servicehd h4,
.servicehd h5,
.servicehd h6,
.servicehd p,
.servicehd span,
.servicehd strong {
    padding: 15px;
    text-align: center;
    color: #fb4b7b;
    font-size: 38px !important;
    letter-spacing: 15px;
    text-shadow: 4px -2px 3px rgba(0, 0, 0, .6)
}





.All-text table {
    border-collapse: collapse;
    width: 100% !important;
    margin: 10px 0px !important;
}

.All-text th,
.All-text td {
    border: 1px solid #fff;
    /* black border */
    padding: 10px 10px;
    text-align: left;
}

.All-text th h1,
.All-text th h2,
.All-text th h3,
.All-text th h4,
.All-text th h5,
.All-text th h6,
.All-text td h1,
.All-text td h2,
.All-text td h3,
.All-text td h4,
.All-text td h5,
.All-text td h6 {
    padding: 0 !important;
}

.All-text th {
    padding: 20px;
    font-family: 'Clash-Medium' !important;
}



.All-text>div {
    overflow: auto;
    /* scroll agar table bara ho */
    max-width: 100%;
}

@media screen and (max-width:768px) {
    .notification {
        position: fixed;
        top: 90px;
        right: -13px
    }

    .toast {
        position: relative;
        padding: 5px;
        color: #fefefa;
        margin-bottom: 8px;
        width: 290px;
        display: flex;
        justify-content: space-between;
        border-radius: 5px;
        background-color: #12b76a;
        animation: .3s forwards show
    }

    .toast .title {
        font-size: 14px;
        font-weight: 600
    }

    .toast span {
        font-size: 12px
    }

    .toast i {
        font-size: large
    }

    .customBGservice,
    .customBGservice-2 {
        color: #fff;
        padding: 15px !important;
        clip-path: none;
        text-align: center
    }

    .customBGservice {
        background-color: #fb4b7b;
        border-radius: 20px;
        box-shadow: 0 2px 3px;
        margin: 6px 0;
        box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px !important;
        border: none !important
    }

    .customBGservice-2 {
        background-color: #011627;
        border-radius: 20px;
        box-shadow: 0 2px 3px;
        margin: 15px 0;
        box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px !important;
        border: none !important
    }

    .customBGservice h1,
    .customBGservice h2,
    .customBGservice h3,
    .customBGservice h4,
    .customBGservice h5,
    .customBGservice h6 {
        font-size: 20px !important
    }

    .customBGservice p,
    .customBGservice span {
        width: 100%;
        margin: auto;
        font-size: 13px !important
    }

    .customBGservice-2 h1,
    .customBGservice-2 h2,
    .customBGservice-2 h3,
    .customBGservice-2 h4,
    .customBGservice-2 h5,
    .customBGservice-2 h6 {
        color: #fff !important;
        font-size: 20px !important
    }

    .customBGservice-2 p,
    .customBGservice-2 span {
        width: 100%;
        margin: auto;
        font-size: 13px !important;
        color: #fff !important
    }

    .servicehd h1,
    .servicehd h2,
    .servicehd h3,
    .servicehd h4,
    .servicehd h5,
    .servicehd h6,
    .servicehd p,
    .servicehd span,
    .servicehd strong {
        padding: 15px;
        text-align: center;
        color: #fb4b7b;
        font-size: 30px !important;
        letter-spacing: 15px;
        text-shadow: 4px -2px 3px rgba(0, 0, 0, .6)
    }

    .All-text h2,
    .All-text h2 span,
    .All-text h2 strong {
        font-size: 20px !important;
        font-weight: 500 !important;
    }

    .All-text h2 {
        line-height: 28px !important;
        padding: 8px 0 !important
    }

    .All-text h3,
    .All-text h4,
    .All-text h5,
    .All-text h6 {
        line-height: 24px !important;
        padding: 8px 0 !important
    }

    .All-text h3,
    .All-text h3 span,
    .All-text h3 strong {
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    .All-text h4,
    .All-text h4 span,
    .All-text h4 strong {
        font-size: 15px !important;
        font-weight: 500 !important;
    }

    .All-text h5,
    .All-text h5 span,
    .All-text h5 strong {
        font-size: 13px !important;
        font-weight: 500 !important;
    }

    .All-text h6,
    .All-text h6 span,
    .All-text h6 strong {
        font-size: 11px !important;
        font-weight: 500 !important;
    }

    .All-text li,
    .All-text p,
    .All-text span {
        font-size: 15px !important;
        line-height: 28px !important
    }

    .All-text a {
        font-size: 15px !important;
        color: #ed1953 !important
    }

    .All-text a:hover {
        text-decoration: underline !important
    }

    .All-text strong {
        font-weight: 400 !important
    }

    .All-text li {
        list-style-position: outside !important;
        margin-left: 20px;
    }

}

.scroller {
    max-width: 1400px;
    margin: 0px auto;
}

.scroller__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg,
            transparent,
            white 20%,
            white 80%,
            transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
    animation-delay: 1s;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="slow"] {
    --_animation-duration: 20s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

/* .scroller img {
    max-height: 200px;
    max-width: 200px;
    object-fit: none;
} */

.scroller[data-animated="true"] .scroller__inner:has(li:hover, li:active, li:focus) {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}




.custom-social-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999999;
    max-width: 100%;
    display: none;
}

.custom-notification {
    width: 350px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px hsla(0, 4%, 4%, 0.2);
    position: relative;
    cursor: pointer;
    /* overflow: hidden; */
}

.custom-notification-container {
    display: flex;
    align-items: center;
    /* height: 80px; */
}


.custom-notification-content-wrapper {
    padding: 10px 20px;
    flex: 1;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-notification-content {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}

.custom-notification-content small {
    margin-top: 4px;
    display: block;
    font-size: 12px;
    opacity: 0.8;
}

.custom-close {
    position: absolute;
    top: 10px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transform: rotate(45deg);
}

.custom-close::before,
.custom-close::after {
    content: "";
    position: absolute;
    background-color: gray;
}

.custom-close::before {
    width: 100%;
    height: 2px;
    top: 5px;
    left: 0;
}

.custom-close::after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 5px;
}



@media screen and (max-width: 480px) {

    .custom-social-proof {
        left: 10px;
    }

    .custom-notification {
        width: 300px;
    }

    .custom-notification-container {
        height: auto;
        flex-direction: row;
        align-items: center;
    }

    .custom-notification-image-wrapper img {
        width: 30px;
        height: 30px;
    }

    .custom-notification-content-wrapper {
        padding: 10px;
    }

    .custom-notification-content {
        font-size: 13px;
        line-height: 18px;
    }
}


.faq_scroll::-webkit-scrollbar {
    display: none;
}

.faq_scroll {
    scrollbar-width: none;
}


/* standard */
::selection {
    background: #011627;
    /* black */
    color: #fff;
    /* white text */
}

/* Firefox */
::-moz-selection {
    background: #011627;
    color: #fff;
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /* ensures some spacing on very small screens */
    z-index: 9999;
    overflow-y: auto;
    max-height: 100vh;
}


.popup-overlay ::-webkit-scrollbar {
    display: none;
}

.popup-overlay {
    scrollbar-width: none;
}

.popup-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    flex-direction: row;
    /* default flex direction */
}



.popup-left {
    flex: 1 1 400px;
    /* flexible width */
    padding: 90px 60px;
    background-image: url('../images/subscriber.png');
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup-left .popup-logo {
    font-size: 50px;
    margin-bottom: 20px;
}

.popup-left h2 {
    font-size: 60px;
    margin-bottom: 10px;
    font-family: Poppins-Bold;
}

.popup-left p {
    font-size: 25px;
    line-height: 42px;
    margin-bottom: 20px;
}

.popup-form {
    display: flex;
    justify-content: center;
    width: 100%;
    border: 2px solid #FF4E7E;
    border-radius: 8px;
    gap: 10px;
    /* spacing between input and button */
}

.popup-form input[type="email"] {
    padding: 14px;
    font-size: 16px;
    border-radius: 8px;
    flex: 1 1 auto;
    /* allow it to shrink/grow dynamically */
    min-width: 0;
    /* important for flex items to shrink on small screens */
    color: #000;
    /* text color */
    font-family: 'Poppins-Regular';
}

.popup-form input[type="email"]::placeholder {
    color: #000;
    /* nice grey color for placeholder */
    /* ensure it shows correctly */
}

.popup-form button {
    background: #FF4E7E;
    color: #000;
    border: none;
    padding: 14px 24px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Poppins-SemiBold';
    flex-shrink: 0;
}

.popup-right {
    flex: 1 1 400px;
    background: #FF4E7E;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    overflow: hidden;
}

.popup-right img {
    max-width: 100%;
    height: auto;
}

.popup-close {
    position: absolute;
    top: -12px;
    right: -15px;
    color: #000;
    cursor: pointer;
    transition: 0.3s;
}

.erroremail p {
    font-size: 14px !important;
    color: red;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .popup-left h2 {
        font-size: 50px;
    }

    .popup-left p {
        font-size: 24px;
        line-height: 32px;
    }

    .popup-left {
        padding: 60px 40px;
    }
}

@media (max-width: 768px) {
    .popup-overlay {
        padding: 10px 20px;
    }

    .popup-container {
        width: 100%;
    }

    .popup-left {
        padding: 40px 20px;
    }

    .popup-left h2 {
        font-size: 35px !important;
    }

    .popup-left p {
        font-size: 20px !important;
        line-height: 28px;
    }

    .popup-form {
        flex-direction: column;
        align-items: stretch;
    }

    .popup-right {
        border-radius: 0 0 20px 20px;
    }

    .popup-close {
        position: absolute;
        top: -5px;
        right: -5px;
        color: #000;
        cursor: pointer;
    }

    .popup-close svg {
        width: 30px;
        height: 30px;
    }

    .popup-logo img {
        width: 50px;
    }
}

@media (max-width: 480px) {
    .popup-left h2 {
        font-size: 30px !important;
    }

    .popup-left p {
        font-size: 17px !important;
        line-height: 24px !important;
    }

    .popup-left {
        padding: 30px 15px;
    }
}

/* 1440px se neeche */
@media (max-width: 1439px) {
    .popup-container {
        max-width: 900px;
    }

    .popup-left h2 {
        font-size: 50px;
        margin-bottom: 5px;
        font-family: Poppins-Bold;
    }

    .popup-left {
        padding: 50px 60px;
    }

    .popup-left p {
        font-size: 20px;
        line-height: 42px;
        margin-bottom: 20px;
    }

}

/* overlay smooth fade */
.popup-overlay {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

/* popup initial hidden state */
.popup-container {
    opacity: 0;
    transform: translateY(-160px) scale(0.92);
    transition:
        transform 0.7s cubic-bezier(0.16, 1.15, 0.38, 1),
        opacity 0.45s ease;
    will-change: transform, opacity;
}

/* SHOW STATE */
.popup-overlay.show {
    opacity: 1;
    pointer-events: auto;
}

/* drop + settle */
.popup-overlay.show .popup-container {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* HIDE STATE (lift + vanish) */
.popup-overlay.hide .popup-container {
    opacity: 0;
    transform: translateY(-120px) scale(0.9);
}

.submit_pop_sub {
    position: relative;
}

.submit_pop_sub.loading {
    pointer-events: none;
    opacity: 0.9;
    color: transparent;
    /* ✅ TEXT HIDE */
}

.submit_pop_sub.loading::after {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-top-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.7s linear infinite;
}


@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.email-subscribe {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.email-subscribe input[type="checkbox"] {
    accent-color: #FF4E7E;
    transform: scale(1.2);
    margin-top: 4px;
    cursor: pointer;
}


/* ================= OVERLAY ================= */

.blog-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
    z-index: 9999;
    overflow-y: auto;
    height: 100vh;
}

.blog-popup-overlay.active {
    visibility: visible;
    opacity: 1;
}

/* ================= POPUP BOX ================= */

.blog-popup-box {
    width: 537px;
    padding: 35px 25px;
    text-align: center;
    color: #fff;
    position: relative;

    /* 🔥 IMAGE BACKGROUND HERE */
    background: url("../images/blog_bg.png") no-repeat center center;
    background-color: #000;
    background-size: cover;
    transform: translateY(-120%);
    transition: 0.6s cubic-bezier(.17, .67, .38, .98);
}

/* optional dark overlay on image */
.blog-popup-box::before {
    content: "";
    position: absolute;
    inset: 0;
}

.blog-popup-box>* {
    position: relative;
    z-index: 2;
}

/* Slide In */
.blog-popup-overlay.active .blog-popup-box {
    transform: translateY(0);
}

/* Slide Out */
.blog-popup-overlay.closing .blog-popup-box {
    transform: translateY(120%);
}

/* ================= CLOSE BUTTON ================= */

.blog-popup-close {
    position: absolute;
    top: -8px;
    right: -7px;
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

/* ================= TITLE ================= */

.blog-popup-title {
    font-size: 46px;
    line-height: 50px;
    color: white;
    margin-bottom: 15px;
}

.blog-popup-title span {
    color: #FF4E7E;
    font-family: 'Poppins-Bold';
}

/* ================= DESCRIPTION ================= */

.blog-popup-desc {
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
    line-height: 30px;
    padding-bottom: 30px;
}

.blog-popup-desc span {
    color: #FF4E7E;
    font-family: 'Poppins-SemiBold';
}

/* ================= PHONE IMAGE ================= */

.blog-popup-phone-wrapper {
    position: relative;
    padding-bottom: 40px;
}

.blog-popup-phone {
    width: 380px;
    margin: auto;
}

/* ================= BUTTONS ================= */

.blog-popup-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.blog-popup-btn {
    background: #FF4E7E;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.blog-popup-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 46, 113, 0.4);
}


@media (max-width: 1439px) {

    .blog-popup-box {
        width: 460px;
        padding: 30px 20px;
    }

    .blog-popup-title {
        font-size: 28px;
        line-height: 36px;
    }

    .blog-popup-desc {
        font-size: 15px;
        line-height: 26px;
    }

    .blog-popup-phone {
        width: 220px;
    }

}

@media (max-width: 1024px) {

    .blog-popup-box {
        width: 90%;
        max-width: 420px;
    }

    .blog-popup-title {
        font-size: 30px;
        line-height: 36px;
    }

    .blog-popup-phone {
        width: 280px;
    }

}

@media (max-width: 768px) {

    .blog-popup-box {
        width: 92%;
        padding: 25px 18px;
    }

    .blog-popup-title {
        font-size: 24px;
        line-height: 30px;
    }

    .blog-popup-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .blog-popup-phone {
        width: 220px;
    }

    .blog-popup-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .blog-popup-btn {
        width: 100%;
    }

}

@media (max-width: 480px) {

    .blog-popup-title {
        font-size: 22px;
        line-height: 26px;
    }

    .blog-popup-phone {
        width: 180px;
    }

}


#paymentModal {
    position: fixed;
    inset: 0;
    align-items: center;
    /* center ki jagah flex-start */
    justify-content: center;
    background: rgba(1, 22, 39, 0.7);
    backdrop-filter: blur(6px);
    z-index: 1000;
    padding: 24px 16px;
    animation: fadeIn 0.25s ease;
    overflow-y: auto;
    /* overlay pe scroll */
}

.modal-card {
    background: #fff3cd;
    border: 1px solid #e0e4e8;
    border-radius: 16px;
    width: 100%;
    max-width: 520px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(1, 22, 39, 0.25);
    animation: slideUp 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    margin: auto;
    /* upar neeche auto margin — centering bhi rahegi */
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* top bar */
.modal-bar {
    height: 4px;
    background: #f5c842;
}

.modal-body {
    padding: 32px 32px 28px;
}

/* close btn */
.close-btns {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0f2f5;
    border: none;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    line-height: 1;
}

.close-btns:hover {
    background: #e0e4e8;
    color: #011627;
}

/* ── HEADER ── */
.modal-header {
    text-align: center;
    margin-bottom: 28px;
}

.modal-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: rgba(214, 51, 95, 0.08);
    border: 1px solid rgba(214, 51, 95, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(214, 51, 95, 0.07);
    border: 1px solid rgba(214, 51, 95, 0.2);
    border-radius: 999px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #D6335F;
    margin-bottom: 12px;
}

.badge-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #D6335F;
    animation: blink 1.4s ease infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.modal-title {
    font-size: 22px;
    font-weight: 700;
    color: #011627;
    margin-bottom: 8px;
}

.modal-sub {
    font-size: 16px;
    color: #5a7080;
    line-height: 1.7;
}

/* ── DIVIDER ── */
.divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 22px 0;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e0e4e8;
}

.divider span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8a9baa;
}

/* ── BANK GRID ── */
.bank-grid {
    border: 1px solid #e0e4e8;
    border-radius: 10px;
    overflow: hidden;
}

.bank-row {
    display: flex;
    align-items: center;
    padding: 11px 14px;
    border-bottom: 1px solid #e0e4e8;
    gap: 10px;
    transition: background 0.15s;
}

.bank-row:last-child {
    border-bottom: none;
}

.bank-row:hover {
    background: rgba(214, 51, 95, 0.02);
}

.bank-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8a9baa;
    min-width: 88px;
}

.bank-value {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: #011627;
    font-variant-numeric: tabular-nums;
}

.copy-btn {
    background: transparent;
    border: 1px solid #d0d8df;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #5a7080;
    cursor: pointer;
    transition: all 0.18s;
    flex-shrink: 0;
}

.copy-btn:hover {
    border-color: #D6335F;
    color: #D6335F;
    background: rgba(214, 51, 95, 0.05);
}

.copy-btn.ok {
    border-color: #25d366;
    color: #25d366;
}

/* ── WHATSAPP ── */
.wa-card {
    margin-top: 20px;
    background: rgba(37, 211, 102, 0.05);
    border: 1px solid rgba(37, 211, 102, 0.22);
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.wa-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.35);
}

.wa-icon svg {
    width: 21px;
    height: 21px;
    fill: #fff;
}

.wa-info {
    flex: 1;
}

.wa-info strong {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #011627;
    margin-bottom: 2px;
}

.wa-info p {
    font-size: 13px;
    color: #5a7080;
    line-height: 1.5;
}

.wa-link {
    display: inline-block;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    font-size: 13;
    font-weight: 500;
    padding: 9px 14px;
    border-radius: 7px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.18s, transform 0.18s;
}

.wa-link:hover {
    background: #1eb858;
    transform: translateY(-1px);
}

/* ── FOOTER ── */
.modal-footer {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #8a9baa;
    line-height: 1.7;
}

.modal-footer em {
    font-style: normal;
    color: #D6335F;
}

/* ── RESPONSIVE ── */
@media (max-width: 480px) {
    .modal-body {
        padding: 24px 18px 24px;
    }

    .modal-title {
        font-size: 19px;
    }

    .bank-row {
        flex-wrap: wrap;
    }

    .wa-card {
        flex-direction: column;
        text-align: center;
    }

    .wa-link {
        width: 100%;
        text-align: center;
    }
}


.bank-details-section {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 2rem;
}

.bank-details-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #64748b;
    padding: 0.75rem 1.25rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    margin: 0;
}

.bank-details-grid {
    display: flex;
    flex-direction: column;
}

.bank-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    flex-wrap: wrap;
    gap: 0.5rem;
    transition: background 0.15s;
}

.bank-detail-row:last-child {
    border-bottom: none;
}

.bank-detail-row:hover {
    background: #f8fafc;
}

.bank-detail-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #64748b;
    min-width: 120px;
}

.bank-detail-value-wrap {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex: 1;
    justify-content: flex-end;
}

.bank-detail-value {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    word-break: break-all;
    text-align: right;
}

.copy-btn {
    background: #D6335F;
    color: #ffffff;
    border: none;
    border-radius: 0.375rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
}

.copy-btn:hover {
    background: #D6335F;
    color: white;
}

.copy-btn.copied {
    background: #16a34a;
}

.copy-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}


.alt-text a {
    color: #ed1953 !important;
    font-weight: 600 !important;

}

.alt-text a:hover {
    border-bottom: 2px solid #ed1953;
}


.f-600{
    font-weight: 600!important;
}