/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2026 | 19:36:12 */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
}

p,
li {
    font-family: "Quicksand", sans-serif;
} */

html:has(body.download-template) {
    scroll-behavior: smooth;
}

.wn-prd-container {
    width: 100%;
    max-width: 1170px;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0px 10px;
}

body:has(.wn-prd-banner-sec) #content>.ast-container {
    padding: 0px !important;
    max-width: 100% !important;
    width: 100% !important;
}

body:has(.wn-prd-banner-sec) .entry-content>* {
    width: 100% !important;
    max-width: 100% !important;
}





/* OVERVIEW SECTION */

.wn-prd-addon-ovv-sec {
    width: 100%;
    padding: 0px 0px;
}

.wn-prd-addon-ovv-sec .wn-prd-sec-title h2 {
    text-align: left;
    margin: 0px;
}

.wn-prd-addon-ovv-row {
    width: 100%;
    display: grid;
    grid-template-columns: 60% 1fr; 
    gap: 40px;
}

.wn-prd-addon-ovv-col1 {
    width: 100%;
}

.wn-prd-addon-ovv-col1 iframe {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1170/700;
    border-radius: 14px;
}

.wn-prd-addon-ovv-col2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 6px;
}

.wn-prd-addon-ovv-col2 .wn-prd-video-description {
    margin-bottom: auto;
}

.wn-prd-addon-ovv-col2 p {
    font-size: 16px;
    line-height: 120%;
    color: #3A3A3A;
    margin-bottom: 15px;
}

.wn-prd-addon-ovv-col2 .wn-prd-primary-btn {
    padding: 14px 46px;
    display: block;
    width: fit-content;
    margin-top: 30px;
    background: #EB7622;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.wn-prd-addon-ovv-row:not(:has(iframe)) {
    grid-template-columns: 100% !important;
    gap: 0px;
}

.wn-prd-addon-ovv-row:not(:has(iframe)) {
    grid-template-columns: 100% !important;
    gap: 0px;
}

.wn-prd-addon-ovv-row:not(:has(iframe)) .wn-prd-addon-ovv-col2 p {
    font-weight: 500 !important;
}

.wn-prd-addon-ovv-row:not(:has(iframe)) .wn-prd-addon-ovv-col2 p span {
    font-weight: inherit !important;
} 


/* Benefits & Features Section */

.wn-prd-benefits-ft-sec {
    width: 100%;
    padding: 80px 0px;
}

.wn-prd-benefits-ft-sec .wn-prd-sec-title h2 {
    text-align: left;
}

.wn-prd-benefits-ft-rows-wrap {
    width: 100%;
}

.wn-prd-benefits-ft-row {
    width: 100%;
    border-top: 2px solid #F0F0F0;
    padding: 26px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.wn-prd-benefits-ft-col2 {
    width: 100%;
}

.wn-prd-benefits-ft-col2 img {
    width: 100%;
    display: block;
    object-fit: contain;
    border: 2px solid #F0F0F0;
    border-radius: 8px;
}

.wn-prd-benefits-ft-col1 {
    width: 100%;
}

.wn-prd-benefits-ft-col1 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    color: #004a77;
    margin-bottom: 14px;
}

.wn-prd-benefits-ft-col1 h3 span {
    font-family: Poppins;
    font-weight: 700;
    font-size: 54px;
    line-height: 100%;
    color: #EB7622;
    margin-right: 6px;
}

.wn-prd-benefits-ft-col1 p {
    font-size: 16px;
    color: #3A3A3A;
    font-weight: 500;
    max-width: 390px;
}

.wn-prd-benefits-ft-btns {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    padding-top: 10px;
 
}

.wn-prd-benefits-ft-btns a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    white-space: nowrap;
    padding: 14px 16px;
    width: 100%;
    max-width: 340px;
    gap: 10px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.wn-prd-benefits-ft-btns a svg {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
    fill: currentColor !important;
}

.wn-prd-benefits-ft-btns .wn-prd-primary-btn {
    color: #fff;
    background: #EB7622;
}

.wn-prd-benefits-ft-btns .wn-prd-secondary-btn {
    border-color: #074B79;
    color: #074B79;
}

.wn-prd-benefits-ft-btns .wn-prd-secondary-btn:hover {
    background: #074B79;
    color: #fff;
}

.wn-prd-benefits-ft-btns .wn-prd-primary-btn:hover {
    background: #df6915;
}

.wn-prd-benefits-ft-btns .wn-prd-primary-btn:has(svg):hover svg {
    transform: translateX(6px);
}

.wn-prd-benefits-ft-btns .wn-prd-primary-btn:has(svg) svg {
    transition: all 0.3s;
} 








/* Mir's CSS */

/* Section 1 css start */
.wn-prd-banner-sec {
    padding-top: 80px;
    background-color: #3484b7;
    background-image: url(https://wooninjas.com/wp-content/uploads/edd/2026/03/Image_converted.webp);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}

.wn-prd-banner-sec h1 {
    font-family: 'Poppins' !important;
    font-size: 70px;
    max-width: 800px;
    color: #ffffff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 120%;
}

.wn-prd-banner-sec .wn-perks-row {
    display: flex;
    justify-content: space-between;
}

.wn-prd-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0px;
}

a.wn-prd-primary-btn {
    font-size: 20px;
    font-weight: 500;
    background-color: #EB7622;
    border: 3px solid #EB7622;
    padding: 15px 40px;
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
    font-family: 'Poppins' !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

a.wn-prd-primary-btn::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--e-global-color-astglobalcolor5);
    opacity: 0;
    margin-left: 0px;
    width: 0px;
    transform: translateX(-10px);
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.wn-prd-primary-btn:hover::after {  
    transform: translateX(5px);
    opacity: 1;
}

a.wn-prd-primary-btn:has(svg)::after {
    display: none;
} 

a.wn-prd-secondary-btn {
    display: inline-flex;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 500;
    border: 3px solid #ffffff;
    border-radius: 6px;
    text-align: center;
    padding: 15px 40px;
    color: #ffffff;
    font-family: 'Poppins' !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

a.wn-prd-secondary-btn svg {
    width: 25px;
}

a.wn-prd-secondary-btn:hover {
    background-color: #ffffff;
    color: #074B79;
}

a.wn-prd-secondary-btn:hover svg {
    fill: #074B79;
}

.wn-prd-banner-sec ul {
    list-style: none;
}

.wn-perks-row img {
    width: 25px;
    min-width: 25px;
    height: 25px;
    max-height: 25px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.wn-perks-row li {
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    min-width: 240px;
}

.wn-prd-banner-sec ul.left-perks li {
    flex-direction: row-reverse;
}

.wn-prd-banner-sec ul {
    margin: 0px;
    display: grid;
    gap: 10px 0px;
    grid-template-columns: repeat(2, max-content);
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    margin-top: 10px;
}

.wn-prd-banner-sec ul li:nth-child(1),
.wn-prd-banner-sec ul li:nth-child(3) {
    justify-content: flex-start;
}

.wn-prd-banner-sec ul li:nth-child(2),
.wn-prd-banner-sec ul li:nth-child(4) {
    justify-content: flex-start;
    flex-direction: row;
}

span.strs {
    display: flex;
    width: 120px;
    color: #ffffff;
    gap: 4px;
}

.wn-prd-client-ratings {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.wn-prd-rating-data>p {
    margin-bottom: 0px !important;
    margin-top: 6px;
}

.wn-prd-client-ratings img {
    width: 100px;
    display: block;
    object-fit: contain;
}

.wn-prd-rating-data p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.bnn-btm-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
    padding-top: 20px;
}

.wn-prd-chat-ico img {
    width: 60px;
    background-color: #EB7622;
    padding: 10px;
}

.wn-prd-images {
    position: relative;
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: -90px;
}

.wn-prd-images::before {
    content: "";
    aspect-ratio: 1/1;
    display: block;
    position: absolute;
    top: -61px;
    left: 7px;
    background-image: url(https://wooninjas.com/wp-content/uploads/edd/2026/03/moneyback-badge-ii.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 140px;
    z-index: 3;
    animation: prdImgOne 2.5s infinite alternate linear;
}

.wn-prd-images img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
/*     aspect-ratio: 885 / 590; */
    object-fit: cover;
}

.wn-prd-images img:first-child {
    position: relative;
    width: 100%;
    max-width: 70%;
    z-index: 2;
    box-shadow: 2px 1px 12px 0px #0000002e;
}

.wn-prd-images img:last-child {
    position: absolute;
    width: 100%;
    max-width: 62%;
    top: 6%;
    left: auto;
    z-index: 1;
    right: 0;
    box-shadow: 2px 1px 6px 0px #0000001A;
}

.wn-prd-images img:first-child {
    transform: translate(0px, 30px);
    animation: prdImgOne 2.5s infinite alternate linear;
}

@keyframes prdImgOne {
    from {
        transform: translate(0px, 30px);
    }

    to {
        transform: translate(30px, -30px);
    }
}

.wn-prd-images img:last-child {
    transform: translate(10px, -30px);
    animation: prdImgTwo 2.5s infinite alternate linear;
}

@keyframes prdImgTwo {
    from {
        transform: translate(10px, -30px);
    }

    to {
        transform: translate(0px, 30px);
    }
}

.wn-prd-stats-row {
    display: flex;
    padding: 20px;
    gap: 30px;
    border: 2px solid #F0F0F0;
    border-radius: 8px;
}

.wn-prd-stats-sec {
    margin-top: 200px;
}

.wn-prd-stats-row span.stat-digit {
    font-family: 'Poppins' !important;
    font-size: 60px;
    font-weight: 800;
    color: #EB7622;
    line-height: 120%;
    margin-bottom: 18px !important;
    display: block;
}

.wn-prd-stats-row p {
    font-family: 'Poppins' !important;
    font-size: 24px;
    font-weight: 700;
    color: #3A3A3A;
    margin: 0px !important;
}

.wn-prd-stats-row .wn-prd-stat-block:not(:last-child) {
    border-right: 2px solid #F0F0F0;
    border-radius: 10px;
    padding-right: 30px;
}

.wn-prd-stats-row .wn-prd-stat-block {
    flex: 1;
}

section.wn-prd-addon-rq-sec {
    padding: 80px 0px 70px;
}

.wn-prd-addon-rq-sec .wn-prd-sec-title h2 {
    text-align: left;
}

.wn-prd-addon-rq-sec .wn-prd-sec-title {
    margin-bottom: 40px;
	display: none;
}

.wn-prd-sec-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #074B79;
    margin-bottom: 20px;
}

.wn-prd-addon-rq-row {
    display: flex;
    gap: 20px;
}

.wn-prd-addon-rq-cell {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    align-items: center;
    text-align: center;
    padding: 20px;
    border: 2px solid #F0F0F0;
    border-radius: 8px;
}

.wn-prd-addon-rq-cell img {
    width: auto;
    height: 90px;
    object-fit: contain;
    max-width: 130px;
    display: block;
    margin-bottom: 10px;
}

.wn-prd-addon-rq-cell span {
    font-size: 20px;
    font-weight: 600;
    color: #3A3A3A;
    display: block;
    font-family: 'Poppins', sans-serif;
    line-height: 100%;
}

.wn-prd-addon-rq-cell p {
    font-size: 14px;
    font-weight: 500;
    color: #3A3A3A;
    margin-top: 4px;
    margin-bottom: 0px !important;
}






/* ASAD's CSS */


.wn-prd-testimonial-sec {
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

.wn-prd-slider-section+.wn-prd-testimonial-sec {
    padding-top: 0px !important;
}

/* Heading - Responsive based on your original font choice */
.wn-prd-sec-title {
    text-align: center;
    margin-bottom: 50px;
}

.wn-prd-sec-title h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #004a77;
    margin: 0 auto;
}

/* Slider Layout - Arrows + Card alignment */
.wn-prd-slider-outer-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    max-width: 100%;
}

/* Ratings Stars - Direct Span Target */
.wn-prd-stars {
    margin-top: 8px;
    display: flex;
    gap: 3px;
}

.wn-prd-stars span {
    color: #e87a24 !important;
    /* Forced Orange Color */
    font-size: 20px;
    /* Size thoda bada kiya hai taake clear dikhe */
    line-height: 1;
}

/* Swiper inside the 1170px container */
.wn-prd-testimonial-slider {
    width: 100%;
    flex: 1;
    /* Space for buttons on side */
    overflow: hidden;
}

/* Card Styling - Removed hardcoded width/height */
.wn-prd-testimonial-card {
    width: 100%;
    min-height: 220px;
    border: 1px solid #333333;
    border-radius: 8px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 40px;
    box-sizing: border-box;
    margin: 0 auto;
}

.wn-prd-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.wn-prd-user-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.wn-prd-user-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.wn-prd-user-name {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.wn-prd-card-body p {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    font-weight: 500;
}

/* Navigation Buttons - Back in action */
.wn-prd-nav-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    background: #fff;
    z-index: 10;
}

.wn-prd-nav-btn:hover {
    border-color: #F39200;
}

.wn-prd-nav-btn svg {
    width: 24px;
    height: 24px;
}

.wn-prd-nav-btn:hover {
    background: #f9f9f9;
}

/* Pagination Dots */
.wn-prd-pagination-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    position: relative;
}

.wn-prd-dots .swiper-pagination-bullet {
    width: 45px;
    height: 4px;
    border-radius: 0;
    background: #E0E0E0;
    opacity: 1;
}

.wn-prd-dots .swiper-pagination-bullet-active {
    background: #004a77;
}

/* --- Limited Time Offer Section (Container Responsive) --- */
.wn-prd-offer-sec {
    background-color: #e87a24;
    padding: 40px 0;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.wn-prd-offer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

/* Heading - Aligned with 1170px container */
.wn-prd-offer-title {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    color: #ffffff;
}

.wn-prd-offer-subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0px;
}

.wn-prd-offer-line {
    width: 200px;
    height: 7px;
    background: #ffffff;
    margin-top: 60px;
    border-radius: 10px;
	display: none;
}

/* Right Side - Timer & Button */
.wn-prd-offer-right {
    text-align: right;
}

.wn-prd-timer-msg {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
	white-space: nowrap;
    margin-bottom: 12px;
    font-weight: 500;
	display: none;
}

.wn-prd-timer-wrap {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 25px;
    display: none;
}

/* White Timer Boxes */
.wn-prd-time-box {
    background: #ffffff;
    color: #333333;
    width: 64px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 8px 9px;
}

.wn-prd-time-box span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.wn-prd-time-box small {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    line-height: 100%;
    color: #F0F0F0;
    font-weight: 500;
    text-transform: lowercase;
    position: absolute;
    top: calc(100% + 2px);
}

/* "Get it now" Button - Fluid width for mobile */
.wn-prd-get-btn {
    background: #ffffff;
    color: #e87a24;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease;
    min-width: 220px;
    text-align: center;
    margin-top: 0px;
} 

.wn-prd-get-btn::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #e87a24;
    opacity: 0;
    margin-left: 0px;
    width: 0px;
    transform: translateX(-10px);
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wn-prd-get-btn:hover {  
    color: #e87a24;
}

.wn-prd-get-btn:hover::after {  
    transform: translateX(5px);
    opacity: 1;
}

.wn-prd-get-btn:has(svg)::after {
    display: none;
} 





/* --- FAQ Section (Image 4 Aligned) --- */
.wn-prd-faq-sec {
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
}

.wn-prd-faq-header {
    margin-bottom: 50px;
}

.wn-prd-faq-title {
    font-size: 48px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #004a77;
}

.wn-prd-faq-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

/* 2 Columns Layout for 1170px container */
.wn-prd-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
    align-items: start;
}

.wn-prd-faq-item {
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    height: fit-content;
    margin-bottom: 20px;
}

/* Active State (Blue Border jaisa image mein hai) */
.wn-prd-faq-item.wn-prd-active {
    border: 2px solid #004a77;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.wn-prd-faq-question {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.wn-prd-faq-question span {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    padding-right: 15px;
}

/* Orange Icon (+) */
.wn-prd-icon {
    color: #e87a24;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
}

.wn-prd-faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.wn-prd-faq-item.wn-prd-active .wn-prd-faq-answer {
    padding: 0 25px 25px 25px;
    max-height: 300px;
    /* Adjust based on content */
}

.wn-prd-faq-answer p {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    border-top: 1px solid #F0F0F0;
    padding-top: 15px;
    margin-bottom: 0px !important;
}

/* Bottom Orange Button */
.wn-prd-btn-orange {
    width: 100%;
    max-width: 1170px;
    /* Container aligned */
    height: 64px;
    background-color: #e87a24;
	border: 3px solid #e87a24;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 6px;
    margin: 60px auto 0 auto;
    transition: 0.3s ease;
}

.wn-prd-btn-orange::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--e-global-color-astglobalcolor5);
    opacity: 0;
    margin-left: 0px;
    width: 0px;
    transform: translateX(-10px);
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wn-prd-btn-orange:hover {  
    color: #ffffff;
}

.wn-prd-btn-orange:hover::after {  
    transform: translateX(5px);
    opacity: 1;
    margin-left: 5px;
}

.wn-prd-btn-orange:has(svg)::after {
    display: none;
} 

.wn-prd-faq-col .wn-faqs-wrapper {
    columns: 2;
    gap: 20px;
}

.wn-prd-faq-question span i.wn-prd-icon {
    position: absolute;
    right: -10px;
    top: 0px;
}

.wn-prd-faq-question span {
    width: 100%;
    position: relative;
}

.wn-prd-faq-grid {
    grid-template-columns: 100% !important;
}


/* Mobile Fixes */
@media (max-width: 768px) {
    .wn-prd-nav-btn {
        display: none;
    }

    .wn-prd-testimonial-card {
        padding: 20px;
    }
}


/* --- Still have questions? Section (Image 5 & 6) --- */
.wn-prd-contact-cta {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    padding-top: 0px !important;
}

.wn-prd-contact-content {
    text-align: left;
    /* Image mein text left-aligned hai */
}

.wn-prd-contact-title {
    margin: 0;
    font-size: 48px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #004a77;
}

.wn-prd-contact-desc {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-top: 15px;
    line-height: 1.2;
}

.wn-prd-contact-content .wpcf7 {
    margin-top: 60px;
}

.wn-prd-contact-content :is(.woo-desgn-frm, .woo-desgn-frm-fl) p>span:not([class]) {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #074B79;
}

.wn-prd-contact-content .woo-desgn-frm p {
    margin-bottom: 14px;
}

.wn-prd-contact-content :is(.woo-desgn-frm, .woo-desgn-frm-fl) p input[type="text"],
:is(.woo-desgn-frm, .woo-desgn-frm-fl) p input[type="email"] {
    border-radius: 8px;
}

.wn-prd-contact-content :is(.woo-desgn-frm, .woo-desgn-frm-fl) p textarea {
    border-radius: 8px;
    height: 140px;
    max-height: 140px;
    resize: none;
}

.wn-prd-contact-content .woo_btn-drk,
.woo_btn-drk p {
    margin-bottom: 0px !important;
}

.wn-prd-contact-content .woo_btn-drk button.wpcf7-submit {
    font-family: inherit;
    text-decoration: none;
    white-space: nowrap;
    padding: 16px 40px;
    display: block;
    width: fit-content;
    background: #EB7622;
	border: 3px solid #EB7622;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.wn-prd-contact-content .woo_btn-drk button.wpcf7-submit:hover { 
    color: #ffffff;
}


.wn-prd-contact-content .woo_btn-drk button.wpcf7-submit::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--e-global-color-astglobalcolor5);
    opacity: 0;
    margin-left: 0px;
    width: 0px;
    transform: translateX(-10px);
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
} 

.wn-prd-contact-content .woo_btn-drk button.wpcf7-submit:hover::after {  
    transform: translateX(5px);
    opacity: 1;
}

.wn-prd-contact-content .woo_btn-drk button.wpcf7-submit:has(svg)::after {
    display: none;
} 

.wn-prd-contact-content .woo_btn-drk br {
    display: none;
}

.wn-prd-contact-content .woo_btn-drk span.wn-prd-respond-info {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.2;
    color: #3A3A3A;
    max-width: 180px;
    display: block;
    opacity: 0.5;
    margin-top: 10px;
}






/* Mobile Responsive Fix */
@media (max-width: 768px) {
    .wn-prd-contact-cta {
        padding: 60px 0;
        text-align: center;
        /* Mobile par center alignment achi lagti hai */
    }
}












/* Hanzila CSS */

.wn-prd-banner {
    background-color: #124973;
    /* Matched visually to the exact image hue */
    padding: 54px 0;
    color: #ffffff;
    font-family: "Poppins", "Segoe UI", Arial, sans-serif;
    /* Added generic fallbacks */
}

.wn-prd-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.wn-prd-content-left {
    display: flex;
    align-items: center;
    gap: 30px;

}

.wn-prd-cta-banner .wn-prd-icon {
    width: 132px;
    height: 130px;
    flex-shrink: 0;
}

.wn-prd-cta-banner .wn-prd-icon svg {
    width: 100%;
    height: 100%;
}

.wn-prd-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    line-height: 120%;
    letter-spacing: 0%;
}

.wn-prd-orange {
    color: #f37d1d;
    font-weight: 800;
}

.wn-prd-btn-wrapper {
    flex-shrink: 0;
}

.wn-prd-btn {
    font-family: inherit;
    text-decoration: none;
    white-space: nowrap;
    padding: 14px 30px;
    display: block;
    width: fit-content;
    background: #EB7622;
	border: 3px solid #EB7622;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.wn-prd-btn:hover {
	color: #ffffff !important;
}

.wn-prd-btn::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--e-global-color-astglobalcolor5);
    opacity: 0;
    margin-left: 0px;
    width: 0px;
    transform: translateX(-10px);
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wn-prd-btn:hover::after {  
    transform: translateX(5px);
    opacity: 1;
}

.wn-prd-btn:has(svg)::after {
    display: none;
} 

.wn-prd-price-section .wn-prd-button:hover {
    color: var(--ast-global-color-0) !important;
}

/* --- SECTION 2: PRICE SECTION --- */
.wn-prd-price-section {
    width: 100%;
    padding: 80px 0;
    border-top: 5px solid #00406b;
    text-align: center;
    padding-bottom: 0px !important;
}

.wn-prd-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.wn-prd-column {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 0px !important;
    padding: 40px 0px;
    border-top: 2px solid #F0F0F0;
    border-bottom: 2px solid #F0F0F0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.wn-prd-column h3 {
    font-size: 24px;
    padding: 0px 0;
    font-family: Poppins;
    font-weight: 700;
    margin-bottom: 20px;
}

.wn-prd-price-title {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #00406b;
    margin: 0;
}


.wn-prd-sub-title {
    font-size: 28px;
    font-weight: 700;
    color: #00406b;
    margin: 0;
}

.wn-prd-button {
    background-color: #00406b;
    padding: 14px 50px;
    font-size: 20px;
    border-width: 2px !important;
    color: white;
    border: 2px solid #00406b;
    border-radius: 6px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none !important;
} 

.wn-prd-button:hover {
	background-color: transparent;
	color: #ffffff;
}

.wn-prd-price-section .woo_pricing--table-list .woo_bundle--tables {
    flex-wrap: nowrap;
}

.wn-prd-price-section .woo_pricing--table-list .woo_bundle--tables .woo_download--price-info.woo-bundle-pricing {
    display: none;
}

.wn-prd-price-section .woo_pricing--table-list .woo_download--price-info {
    border: 2px solid #074B79;
    border-radius: 8px;
    padding: 30px;
}

.wn-prd-price-section .woo_pricing--table-list .woo_download--price-title {
    font-family: Poppins;
    color: #074B79;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.wn-prd-price-section .woo_saved--price {
    justify-content: center;
    display: flex;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #EB7622;
}

.wn-prd-price-section .woo_pricing--table-list .woo_download--price-pricing {
    padding-bottom: 30px;
    border-bottom: 2px solid #074B79;
    margin-top: 10px;
    font-family: Poppins;
}

.wn-prd-price-section .woo_pricing--table-list .woo_download--price-pricing span {
    line-height: inherit !important;
}

.wn-prd-price-section .woo_pricing--table .woo_pricing--table-list .woo_download--price-desc {
    text-align: left;
    min-height: 150px;
}

.wn-prd-price-section .woo_download--price-desc p {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px !important;
    font-weight: 500;
    color: #3A3A3A;
}

.wn-prd-price-section .woo_download--price-desc p::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #074B79;
    font-weight: bold;
}

.wn-prd-price-section .woo_pricing--table-list .woo_download--price-footer {
    margin: 40px 0 0 0;
    padding-top: 50px;
    text-align: left;
    border-top: 2px solid #074B79;
}

.wn-prd-price-section .woo_pricing--table-list .woo_download--price-footer .woo_table--purchase-btn {
    display: inline;
    border-radius: 6px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    text-transform: capitalize;
    padding: 15px 40px;
    background: #EB7622;
}

.wn-prd-price-section .woo_pricing--table-list .woo_download--price-footer .woo_table--purchase-btn {
    width: 100% !important;
    display: block;
}

.wn-prd-price-section .woo_pricing--table-list .woo_download--price-footer {
    padding-top: 30px;
}

.wn-prd-price-section .woo_saved--price span {
    line-height: inherit;
}

/* --- SECTION 3: SLIDER SECTION --- */

/* --- SECTION 3: SLIDER SECTION (CORRECTED) --- */
.wn-prd-slider-section {
    padding: 80px 0;
    overflow: hidden;
}

.wn-prd-slider-title {
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: #004a77;
}

.wnPrdSwiper .swiper-slide {
    width: auto;
    max-width: 700px;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.wnPrdSwiper .swiper-slide-active {
    opacity: 1;
    /* Highlight only the center slide */
}

.wnPrdSwiper {
    padding: 50px 0 80px 0 !important;
}

.wn-prd-slide-card {
    padding: 0px;
    border-radius: 8px;
    border: 1px solid transparent;
    width: 100%;
}

.wn-prd-slide-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    transition: all 0.3s;
    aspect-ratio: 565 / 297;
    object-fit: contain;
	background: #ffffff;
    filter: blur(5px);
}

.wn-prd-slide-caption {
    margin-top: 4px;
    margin-bottom: 0px;
    color: #f37d1d;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    visibility: hidden;
}

.wnPrdSwiper .swiper-slide-active .wn-prd-slide-card img {
    border-color: #EB7622;
    filter: blur(0px);
}

.wnPrdSwiper .swiper-button-prev {
    height: 50px;
    width: 50px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
	background: #004a77;
    z-index: 10;
    left: 0px;
}

.wnPrdSwiper .swiper-button-prev::after {
    content: "asxasxsa";
    font-size: 0px;
    display: block;
    height: 28px;
    width: 28px;
    background-image: url(https://wooninjas.com/wp-content/uploads/2026/04/arrow-left-s-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	filter: brightness(0) invert(1);
}

.wnPrdSwiper .swiper-button-next {
    height: 50px;
    width: 50px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    background: #004a77;
    z-index: 10;
    right: 0;
}

.wnPrdSwiper .swiper-button-next::after {
    content: "asxasxsa";
    font-size: 0px;
    display: block;
    height: 28px;
    width: 28px;
    background-image: url(https://wooninjas.com/wp-content/uploads/2026/04/arrow-left-s-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(180deg);
	filter: brightness(0) invert(1);
}


.swiper-slide-active .wn-prd-slide-caption {
    visibility: visible;
}

/* Pagination Adjustments */
.swiper-pagination-bullet {
    width: 50px !important;
    height: 6px !important;
    border-radius: 3px !important;
    background: #ccc !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #00406b !important;
}

.wn-prd-foot-cta-sec {
    background: #EB7622;
    padding: 40px 0px;
}

.wn-prd-foot-cta-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wn-prd-foot-cta-col1 {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10%;
}

.wn-prd-foot-cta-img {
    --ft-cta-ico-size: 90px;
    width: var(--ft-cta-ico-size);
    height: var(--ft-cta-ico-size);
    min-width: var(--ft-cta-ico-size);
}

.wn-prd-foot-cta-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.wn-prd-foot-cta-title {
    color: #fff;
    font-size: 26px;
    max-width: 600px;
    line-height: 150%;
}

.wn-prd-foot-cta-col2 .wn-prd-get-btn {
    min-width: auto !important;
    margin-top: 0px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}





.wn-prd-price-section .woo_pricing--table .woo_toggle--wrapper .woo_toggle--item {
    border-color: #F0F0F0 !important;
    border-radius: 6px !important;
    background: #fff !important;
    height: 24px;
}

.wn-prd-price-section .woo_toggle--wrapper .woo_round--slider {
    height: 18px;
}

.wn-prd-price-section .woo_pricing--table .woo_toggle--wrapper .woo_toggle--item .woo_round--slider:before {
    border-radius: 4px;
    top: -4px;
    height: 28px;
    width: 28px;
    background-color: #3A3A3A  !important;
    background-image: url(https://wooninjas.com/wp-content/uploads/edd/2026/03/shuriken.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100% !important;
} 









/* PRD BANNER NEW LAYOUT */

:root {
    --primary-blue: #176da0; 
    --orange: #ef7b2b;
    --text-white: #ffffff;
    --font-main: 'Poppins' !important; 
}

body:has(.wn-prd-addon-ovv-sec) #content>.ast-container {
    padding: 0px !important;
    max-width: 100% !important;
    width: 100% !important;
} 

.hero-section {
    
    padding: 80px 20px 130px; 
    background-color: #3484b7;
    background-image: url(https://wooninjas.com/wp-content/uploads/edd/2026/03/Image_converted.webp);
    background-repeat: repeat;
    background-size: cover;
    background-position: center; 
    display: flex;
    align-items: center;
}

.wn-ld-banner .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    display: grid;
    grid-template-columns: 1fr 40%;
	width: 100%;
    max-width: 1230px;
    padding: 0px 15px;
}

/* --- Left Column --- */
.hero-content {
    flex: 1.2;
}

.hero-content * {
	font-family: 'Poppins' !important;
}

.hero-content h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
	color: #ffffff !important;
    margin-bottom: 20px;
}

.hero-content h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 30px;
	color: #ffffff !important;
}

/* Typewriter Highlight Box */
.highlight-export {
    background-color: #ffffff;    /* White Background */
    color: var(--orange);         /* Orange Text */
    padding: 2px 12px;
    border-radius: 4px;
    font-style: italic;
    font-weight: 700;
    
    /* Smooth width adjustment */
    display: inline-block;
    min-width: 20px;
    transition: all 0.2s ease;
    
    /* Visual shadow to make it pop against the blue */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Blinking Cursor - Styled to match orange text */
.cursor {
    font-weight: 700;
    color: #ffffff; /* Cursor looks better in white on the blue background */
    margin-left: 4px;
    animation: blink 0.7s infinite;
    display: inline-block;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.hero-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
	color: #ffffff !important;
}


.hero-content .button-group {
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
}


.hero-content .btn {
    padding: 15px 80px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}


.hero-content .btn-primary {
    background-color: var(--orange) !important;
    color: white !important;
}


.hero-content .btn-secondary {
    border: 2px solid rgba(255,255,255,0.4);
    color: white !important;
    padding: 10px 60px; /* Fixed typo here (was 10 60px) */
}


.hero-content .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Trust Badges */
.trust-indicators {
    display: flex;
    align-items: center;
    justify-content: start; 
    padding: 8px 30px; 
	padding-left: 18px !important;
    gap: 25px; 
    background: rgba(255, 255, 255, 0.15); 
    backdrop-filter: blur(8px); 
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: fit-content;
}

.avatars { 
    display: flex;
    align-items: center; 
}

.avatars img {
    width: 90px;
    border: none !important;
    object-fit: contain;
    margin-left: -10px !important;
}
.avatars img:first-child {
    margin-left: 0;
}

.trust-text { 
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    line-height: 1.2; 
	color: #ffffff !important;
}

.trust-text strong {
    font-size: 1.1rem;
    font-weight: 800;
	color: #ffffff !important;
}

.divider { 
    width: 1px; 
    height: 35px; 
    background: rgba(255, 255, 255, 0.3); 
}

.refund-badge { 
    display: flex; 
    align-items: center; 
    gap: 15px; 
}

.refund-icon {
    width: 36px;
    height: 36px;
    background: white;
    color: #f07b27; 
    border-radius: 50%;
    display: flex; 
    align-items: center; 
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem; 
}

.hero-mockups {
    flex: 1;
    position: relative;
    max-width: 550px;
    width: 100%;
    margin-left: 0px;
    aspect-ratio: 100 / 75;
}

.mockup-img-wrapper {
    position: absolute;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
    background: #fff;
}

.mockup-img-wrapper img {
    width: 100%;
    display: block;
/*     margin-top: -20px; */
}

.mockup-back,
.mockup-img-wrapper:last-child {
    width: 90%;
    bottom: 15px;
    right: 0px;
    z-index: 1;
    opacity: 0.8;
    filter: blur(0.5px);
}

.mockup-front,
.mockup-img-wrapper:first-child{
    width: 95%;
    top: 0;
    left: -10px;
    z-index: 2;
}

.hero-content .woo-hd-excerpt-00 {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
    color: #fff;
}

.hero-content .wn-prd-buttons {
    padding: 0px !important;
    justify-content: flex-start !important;
    margin-bottom: 30px;
}

.hero-content .wn-prd-buttons a.wn-prd-primary-btn, 
.hero-content .wn-prd-buttons a.wn-prd-secondary-btn {
    font-size: 16px;
    font-weight: 600 !important;
    padding-block: 12.5px !important;
    border-width: 2px !important;
}

.hero-section+ .wn-prd-stats-sec {
    margin-top: -90px;
}

.hero-section+ .wn-prd-stats-sec .wn-prd-stats-row {
    background: #fff;
}
.bnn-top-cell .woo-hd-excerpt-00{
	font-size: 16px;
	font-family:poppins;
	text-align:center;
    margin-top: 10px;
    color: #fff;
}















/* =========================================
   RESPONSIVE MEDIA QUERIES
   ========================================= */

/* --- TABLETS (Max Width: 991px) --- */
@media screen and (max-width: 991px) {

    /* Section 1: Banner - Stack elements vertically */
    .wn-prd-banner {
        padding: 40px 0;
    }

    .wn-prd-content-left {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .wn-prd-cta-banner .wn-prd-icon {
        width: 100px;
        height: 100px;
    }

    /* Section 2: Price */
    .wn-prd-price-section {
        padding: 50px 0;
    }

    .wn-prd-sub-title {
        font-size: 24px;
    }

    .wn-prd-button {
        padding: 18px 25px;
        font-size: 20px;
    }

    /* Section 3: Slider */

    .wnPrdSwiper .swiper-slide {
        max-width: 450px;
        /* Adjust slide size for tablets */
    }
	
	
	
	
	/* new banner 990	 */
	
	.hero-section {
		padding: 80px 15px 180px;
	}

	.hero-content h1 {
		font-size: 2.8rem;
		padding-right: 0;
	}

	.hero-content h2 {
		font-size: 1rem;
		
	}

	.hero-content .woo-hd-excerpt-00 {
		font-size: 0.9rem;
		margin-bottom: 30px;
	}

	.hero-content .wn-prd-buttons {
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 40px;
	}

	.trust-indicators {
		padding: 6px 20px;
		padding-left: 18px;
		gap: 20px;
	}

	.avatars + .trust-text {
		flex: 1;
		margin-left: -20px;
	}

	.trust-text {
		font-size: 0.6rem;
	}

	.trust-text strong {
		font-size: 0.9rem !important;
	}

	.avatars img {
		width: 75px;
	}

	.refund-icon {
		width: 36px;
		height: 36px;
		font-size: 1.1rem;
	}

	.wn-ld-banner .container {
		gap: 40px;
	}	
	
}

/* --- MOBILE LANDSCAPE & SMALL TABLETS (Max Width: 767px) --- */
@media screen and (max-width: 767px) {
    .wn-prd-title {
        font-size: 32px;
    }

    .wn-prd-btn {
        font-size: 20px;
        padding: 18px 30px;
    }

    .wn-prd-sub-title {
        font-size: 20px;
    }

    .wn-prd-button {
        padding: 16px 40px;
        font-size: 20px;
    }

    .wn-prd-slider-title {
        font-size: 36px;
    }

    .wnPrdSwiper .swiper-slide {
        max-width: 400px;
    }
	
	
	/* New banner 768 */
	
	.wn-ld-banner .container {
		grid-template-columns: 100% !important;
	}

	.hero-content {
		text-align: center;
	}

	.hero-content .wn-prd-buttons {
		flex-direction: row;
		justify-content: center !important;
	}

	.trust-indicators {
		margin: 0 auto !important;
	}

	.hero-mockups {
		margin-left: auto;
		margin-right: auto;
	}

	.hero-section+ .wn-prd-stats-sec {
		margin-top: -50px;
	}

	.hero-section {
		padding: 80px 15px 140px;
	}	
	
}

/* --- MOBILE PORTRAIT (Max Width: 480px) --- */
@media screen and (max-width: 480px) {

    /* Section 1: Banner */
    .wn-prd-banner-inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .wn-prd-title {
        font-size: 26px;
    }

    .wn-prd-cta-banner .wn-prd-icon {
        width: 80px;
        height: 80px;
    }

    .wn-prd-btn-wrapper {
        width: 100%;
        /* Allows the button to expand fully */
    }

    .wn-prd-btn {
        font-size: 12px;
        padding: 10px 12px;
        text-align: center;
    }

    /* Section 2: Price */
    .wn-prd-price-title {
        font-size: 40px;
    }

    .wn-prd-sub-title {
        font-size: 10px;
        /* line-height: 1.4; */
    }

    .wn-prd-button {
        font-size: 14px;
        padding: 14px 70px;
    }

    /* Section 3: Slider */
    .wn-prd-slider-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .wnPrdSwiper .swiper-slide {
        max-width: 280px;
    }

    .wn-prd-slide-caption {
        font-size: 16px;
        text-align: center;
    }

    /* Hide swiper arrows on mobile */
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .swiper-pagination-bullet {
        width: 30px !important;
    }
}








@media (max-width: 990px) {
    .wn-prd-benefits-ft-btns a {
        max-width: 300px;
        width: fit-content;
        font-size: 16px;
        padding: 15px 30px;
    }

    .wn-prd-benefits-ft-col1 h3 span {
        font-size: 40px;
    }


    .wn-prd-banner-sec {
        overflow-x: clip;
    }

    .wn-prd-banner-sec h1 {
        font-size: 50px;
        max-width: 600px;
        color: #ffffff;
        text-align: center;
    }

    a.wn-prd-primary-btn,
	a.wn-prd-secondary-btn{
        font-size: 16px;
    }


    .wn-prd-images {
        max-width: 940px;
        width: 90%;
    }

    section.wn-prd-addon-rq-sec {
        padding: 60px 0 100px 0px;
    }

    .wn-prd-addon-rq-cell img {
        width: auto;
        height: 50px;
        object-fit: contain;
        max-width: 80px;
    }

    .wn-prd-addon-rq-cell span {
        font-size: 18px;
    }

    .wn-prd-addon-rq-cell p {
        line-height: 120%;
    }

    .wn-prd-addon-rq-row {
        gap: 14px;
    }

    .wn-prd-sec-title h2 {
        font-size: 42px;
    }

    .wn-prd-sec-title {
        margin-bottom: 40px;
    }

    .wn-prd-addon-ovv-row {
        grid-template-columns: 50% 1fr;
        gap: 30px;
    }

    .wn-prd-addon-ovv-col2 p {
        font-size: 16px;
    }

    .wn-prd-addon-ovv-col2 .wn-prd-primary-btn {
        font-size: 16px;
    }

    .wn-prd-benefits-ft-sec {
        padding: 80px 0px;
    }

    .wn-prd-title {
        font-size: 32px;
    }

    .wn-prd-btn {
        font-size: 16px;
        padding: 14px 24px;
    }

    .wn-prd-price-section {
        padding: 80px 0;
    }

    .wn-prd-parent {
        margin-bottom: 40px;
    }

    .wn-prd-price-title {
        font-size: 42px;
    }

    .wn-prd-price-section .woo_pricing--table-list .woo_bundle--tables {
        gap: 20px;
    }

    .wn-prd-slider-title {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .wnPrdSwiper {
        padding: 10px 0 80px 0 !important;
    }

    .wn-prd-slider-section {
        padding: 80px 0;
    }

    .wn-prd-card-body p {
        margin-bottom: 0px;
    }

    .wn-prd-testimonial-sec {
        padding: 80px 0;
    }

    .wn-prd-offer-title {
        font-size: 38px;
    }

    .wn-prd-faq-sec {
        padding: 80px 0;
    }

    .wn-prd-faq-title,
    .wn-prd-contact-title {
        font-size: 42px;
    }

    .wn-prd-faq-subtitle,
    .wn-prd-contact-desc {
        font-size: 20px;
    }

    .wn-prd-faq-grid {
        grid-template-columns: 100%;
    }
	
	.wn-prd-faq-col .wn-faqs-wrapper {
		columns: 1;
	}

    .wn-prd-btn-orange {
        font-size: 22px;
        margin: 30px auto 0 auto;
    }

    .wn-prd-contact-cta {
        padding: 80px 0;
    }

    .wn-prd-contact-content .woo_btn-drk button.wpcf7-submit {
        font-size: 16px;
        padding: 16px 30px;
    }

    .wn-prd-stats-sec {
        margin-top: 180px;
    }

    .wn-prd-stats-row {
        gap: 20px;
    }

    .wn-prd-stats-row .wn-prd-stat-block:not(:last-child) {
        padding-right: 20px;
    }

    .wn-prd-stats-row span.stat-digit {
        font-size: 40px;
        font-weight: 800;
        line-height: 100%;
    }

    .wn-prd-stats-row p {
        font-size: 16px;
    }

	
    .wn-prd-foot-cta-col1 {
        gap: 20px;
    }
    
    .wn-prd-foot-cta-img {
        --ft-cta-ico-size: 70px;
    }
    
    .wn-prd-foot-cta-title {
        font-size: 22px;
        max-width: 520px;
    }
    
    .wn-prd-foot-cta-col2 .wn-prd-get-btn {
        padding: 15px 40px;
    }  
	
}

@media (max-width: 768px) {

    .wn-prd-buttons {
        flex-direction: column;
    }








    /* RFY 768 css */

    .wn-prd-addon-ovv-row {
        grid-template-columns: 100%;
        gap: 30px;
    }

    .wn-prd-addon-ovv-col2 .wn-prd-primary-btn {
        margin-top: 20px;
        font-size: 16px;
    }

    .wn-prd-benefits-ft-row {
        grid-template-columns: 100%;
    }

    .wn-prd-benefits-ft-col1 h3 span {
        font-size: 34px;
    }

    .wn-prd-stats-row {
        gap: 10px;
    }

    .wn-prd-stats-row .wn-prd-stat-block:not(:last-child) {
        padding-right: 10px;
    }

    .wn-prd-stats-row span.stat-digit {
        font-size: 30px;
        margin-bottom: 10px !important;
    }

    .wn-prd-stats-row p {
        font-size: 14px;
        line-height: 120%;
    }

    .wn-prd-addon-rq-row {
        flex-wrap: wrap;
    }

    .wn-prd-addon-rq-cell {
        width: auto;
        flex: 1;
        min-width: 180px;
    }

    .wn-prd-sec-title h2 {
        font-size: 34px;
    }

    .wn-prd-banner-sec h1 {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .wn-prd-cta-banner .wn-prd-icon {
        width: 80px;
        height: 80px;
    }

    .wn-prd-title {
        font-size: 26px;
    }

    .wn-prd-price-title {
        font-size: 34px;
    }

    .wn-prd-price-section .woo_pricing--table-list .woo_bundle--tables {
        flex-wrap: wrap;
    }

    .wn-prd-price-section .woo_pricing--table-list .woo_download--price-info {
        flex: 1 1 280px;
    }

    .wn-prd-slider-title {
        font-size: 34px;
    }

    .wn-prd-offer-title {
        font-size: 28px;
    }

    .wn-prd-offer-subtitle {
        font-size: 16px;
    }

    .wn-prd-offer-line {
        height: 4px;
    }

    .wn-prd-time-box {
        width: 52px;
    }

    .wn-prd-get-btn {
        min-width: 170px;
    }

    .wn-prd-faq-title,
    .wn-prd-contact-title {
        font-size: 34px;
    }

    .wn-prd-faq-subtitle {
        font-size: 18px;
    }

    .wn-prd-contact-desc {
        font-size: 18px;
    }
	
    .wn-prd-foot-cta-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }    

	.wn-prd-images::before {
		top: -38px;
		left: 7px;
		max-width: 14%;
	}	
	
}



@media (max-width: 575px) {
    .wn-prd-banner-sec {
        padding-top: 60px;
    }

    .wn-prd-banner-sec h1 {
        font-size: 34px;
    }

    .wn-perks-row img {
        width: 20px;
        min-width: 20px;
        height: 20px;
        max-height: 20px;
    }

    .wn-prd-client-ratings img {
        width: 80px;
    }

    span.strs {
        width: 100px;
        gap: 2px;
    }

    .wn-prd-rating-data p {
        font-size: 14px;
        line-height: 100%;
    }

    .wn-prd-stats-sec {
        margin-top: 160px;
    }

    .wn-prd-stats-row {
        flex-wrap: wrap;
        gap: 30px;
    }

    .wn-prd-stats-row .wn-prd-stat-block:not(:last-child) {
        border: none;
    }

    .wn-prd-stats-row .wn-prd-stat-block {
        flex-basis: calc(50% - 30px);
    }

    section.wn-prd-addon-rq-sec {
        padding: 60px 0px;
    }

    .wn-prd-sec-title h2 {
        font-size: 30px;
    }

    .wn-prd-benefits-ft-sec {
        padding: 60px 0px;
    }

    .wn-prd-title {
        font-size: 20px;
    }

    .wn-prd-cta-banner .wn-prd-icon {
        width: 60px;
        height: 60px;
    }

    .wn-prd-price-section {
        padding: 60px 0;
    }

    .wn-prd-price-title {
        font-size: 30px;
    }

    .wn-prd-column {
        padding: 20px 0px;
        margin-top: 20px;
    }

    .wn-prd-column h3 {
        font-size: 18px;
    }

    .wn-prd-slider-section {
        padding: 60px 0;
    }

    .wn-prd-slider-title {
        font-size: 28px;
    }

    .wn-prd-user-name {
        font-size: 20px;
    }


    .wn-prd-stars {
        margin-top: 0px;
    }

    .wn-prd-testimonial-sec {
        padding: 60px 0;
    }

    .wn-prd-offer-row {
        flex-direction: column;
        align-items: stretch;
    }

    .wn-prd-offer-line {
        margin-top: 40px;
        height: 3px;
    }

    .wn-prd-offer-line {
        text-align: left;
    }

    .wn-prd-timer-msg {
        text-align: left;
    }

    .wn-prd-timer-wrap {
        justify-content: flex-start;
    }

    .wn-prd-offer-right {
        text-align: left;
    }

    .wn-prd-faq-sec {
        padding: 60px 0;
    }

    .wn-prd-faq-title,
    .wn-prd-contact-title {
        font-size: 30px;
    }

    .wn-prd-faq-subtitle {
        font-size: 16px;
    }

    .wn-prd-faq-question span {
        font-size: 16px;
    }

	.wn-perks-row li {
		min-width: auto;
	}

	.wn-prd-banner-sec ul {
		gap: 0px 0px;
		grid-template-columns: 100%;
	}

	.wn-prd-banner-sec ul.left-perks li {
		justify-content: center !important;
		flex-direction: row !important;
	}

	.wn-prd-buttons {
		max-width: 300px;
		margin: 0 auto !important;
		gap: 10px;
	} 	

    .wn-prd-btn-orange {
        font-size: 18px;
        margin: 20px auto 0 auto;
    }

    .wn-prd-contact-cta {
        padding: 60px 0;
    }
	
	
    .wn-prd-foot-cta-img {
        --ft-cta-ico-size: 60px;
    }
    
    .wn-prd-foot-cta-title {
        font-size: 18px; 
    }
	
	.wn-prd-benefits-ft-btns {
		justify-content: center;
	}	
	
	.wn-prd-images::before {
		top: -13%;
	}
	
	.wn-prd-benefits-ft-btns a {
		min-width: 270px;
	}

	.wn-prd-content-left {
		flex-direction: column;
		text-align: center;
	}

	.wn-prd-cta-banner .wn-prd-btn {
		margin-left: auto;
		margin-right: auto;
	}

	.wn-prd-foot-cta-col1 {
		flex-direction: column;
		text-align: center;
	}

	.wn-prd-foot-cta-col2 {
		margin-left: auto;
		margin-right: auto;
	}

	.wn-prd-foot-cta-wrap {
		gap: 20px;
		align-items: center;
	}

	.wn-prd-offer-left {
		text-align: center;
	}

	.wn-prd-offer-line {
		margin-left: auto;
		margin-right: auto;
	}

	.wn-prd-offer-right {
		text-align: center;
	}

	.wn-prd-timer-msg {
		text-align: center;
	}

	.wn-prd-timer-wrap {
		justify-content: center;
	}	
	.bnn-top-cell .woo-hd-excerpt-00{
		font-size: 14px;
	}
	
	
	/* New banner 575 */
	
	.hero-section {
		padding: 60px 15px 120px;
	}

	.hero-content h1 {
		font-size: 2.4rem;
	}

	.hero-content h2 {
		font-size: 0.8rem;
	}

	.hero-content .woo-hd-excerpt-00 {
		font-size: 0.8rem;
	}

	.hero-content .wn-prd-buttons {
		flex-direction: column;
		margin-bottom: 30px !important;
	}	
	
	
}