body{font-family: "Manrope", sans-serif;}
.neo-single-post-content h2{font-size: 1.5rem;margin-bottom:5px;font-weight: 600;}

.video-popup{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.8);
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.popup-content{
    position:relative;
    width:80%;
    max-width:900px;
    background:#fff;
    padding:10px;
    border-radius: 15px;
}

.popup-content video{
    width:100%;
    border-radius:8px;
}

.close-popup{
    position:absolute;
    top:3px;
    right:0;
    color:#171717;
    font-size:35px;
    cursor:pointer;
    width:35px;height:35px;background:#fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topbar-hidden #site-header {
    overflow: visible;
    transform: translateY(0);
    opacity: 1;
    transition:
        transform 0.4s ease,
        max-height 0.4s ease,
        min-height 0.4s ease,
        opacity 0.3s ease;
}

.topbar-hidden #site-header {
    transform: translateY(-60px);
}

.page-header{display: none;}


.neo-video-gallery, .neo-blog-archive-grid {
    max-width:1500px;
    margin: 0 auto;
    padding:80px 20px 30px;
}

.neo-video-gallery-title {
    font-size: 2rem;
    margin-bottom: 24px;
    text-align: center;
}

.neo-videos-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.oyo-archive-products-wrapper.neo-payment-grid ul.products{
    display: flex !important;
    max-width:500px;
    margin: auto !important;
    justify-content: center;
}

.oyo-archive-products-wrapper.neo-payment-grid ul.products .nst-buy-now-wrap{margin:30px 0 15px;}
.oyo-archive-products-wrapper.neo-payment-grid ul.products li.product h2{padding:15px 0px !important;font-size: 20px !important; font-weight: bold !important;}

.neo-video-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.neo-video-frame-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.neo-video-frame {
    width: 100%;
    height: 100%;
    border: 0;
}

.neo-video-card-title {
    padding:15px 15px 10px;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
}
.loadmore-outer{
    text-align: center;
}

.neo-testimonial-title{
    font-size:16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}


button[type="button"].neo-stem-load-more-videos,button[type="button"].neo-stem-load-more-testimonials,
.neo-stem-load-more-testimonials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 28px auto 0;
    padding: 12px 24px;
    border: none;
    border-radius: 999px;
    background: #4753BF;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    border: solid 1px #4753BF;
}

button[type="button"].neo-stem-load-more-videos:hover, button[type="button"].neo-stem-load-more-testimonials:hover{
    background: none;
    color: #4753BF;
}



button[type="button"].neo-stem-load-more-videos.is-hidden,
button[type="button"].neo-stem-load-more-testimonials.is-hidden {
    display: none !important;
}

.neo-video-no-posts {
    text-align: center;
}


.neo-testimonial-gallery {
    max-width:1500px;
    margin: 0 auto;
    padding: 30px 20px;
}

.neo-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.neo-testimonial-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 18px;
}

.neo-testimonial-image-wrap {
    margin-bottom: 16px;
}

.neo-testimonial-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.neo-testimonial-image img,
.neo-testimonial-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.neo-testimonial-content {
    line-height: 1.7;
    color: #555;
}

.neo-testimonial-slider-wrap {
    max-width: 100%;
    margin: 0 auto 40px;
    padding:0px;
}

.neo-testimonial-slider-dots button{
    background: #F9F9FF;
    border: none;
    width:10px;
    height:10px;
    border-radius: 50px;
    padding: 0;
}

.neo-testimonial-slider-dots button:focus,.neo-testimonial-slider-dots button:hover{
    background: #4753BF;
}

.neo-testimonial-slider-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 16px;
}

.neo-testimonial-slider-prev,
.neo-testimonial-slider-next {
    width: 44px;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
    color: #333;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neo-testimonial-slider-container {
    overflow: hidden;
}

.neo-testimonial-slider-track {
    display: flex;
    gap: 24px;
}

.neo-testimonial-slide {
    flex: 0 0 calc((100% - 72px) / 4);
    max-width: calc((100% - 72px) / 4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 360px;
}

.neo-testimonial-card {
    background:#F9F9FF;
    border-radius:20px;
    overflow: hidden;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    text-align: center;
}

.neo-testimonial-footer {
    display: flex;
    align-items: center;
    justify-content:center;
    margin-top: 20px;
    gap: 12px;
}

.neo-testimonial-image-wrap {
    margin-bottom: 0;
}

.neo-testimonial-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50% !important;
    overflow: hidden;
}


.neo-testimonial-content {
    line-height: 1.7;
    color:#171717;
    text-align: center;
}

.neo-testimonial-slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.neo-testimonial-slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #d1d5db;
    cursor: pointer;
    padding: 0;
}

.neo-testimonial-slider-dot.active {
    background: #4753BF;
}

@media (max-width: 1200px) {
    .neo-testimonial-slide {
        flex: 0 0 calc((100% - 48px) / 3);
        max-width: calc((100% - 48px) / 3);
    }
}

@media (max-width: 900px) {
    .neo-testimonial-slide {
        flex: 0 0 calc((100% - 24px) / 2);
        max-width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 640px) {
    .neo-testimonial-slide {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.neo-blog-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.neo-blog-pagination{
    display: flex;
    gap:10px;
    margin-bottom: 40px;
}

.neo-post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.neo-post-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.neo-post-card-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.neo-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.9rem;
    color: #666;
}

.neo-post-meta a {
    color: #1a73e8;
}

.neo-post-card-title {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.4;
}

.neo-post-card-title a {
    color: inherit;
    text-decoration: none;
}

.neo-post-excerpt {
    color: #555;
    line-height: 1.7;
}

.neo-post-read-more {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    background:#4753BF;
    color: #fff;
    text-decoration: none;
    font-weight:500;
    width: fit-content;
    border:solid 1px #4753BF;
}

.neo-post-read-more:hover{
    background: none;
    color: #4753BF;
}

.neo-blog-pagination {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

.neo-blog-pagination .page-numbers {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    border: solid 1px #4753BF;
    padding:3px 10px;
    color: #4753BF;
    min-width:35px;
    justify-content: center;
}
.neo-blog-pagination .page-numbers:hover{
    background:#4753BF ;
    color: #fff;
}


.neo-blog-pagination .page-numbers a,
.neo-blog-pagination .page-numbers span {
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    background: #f1f3f4;
}

.neo-blog-pagination .page-numbers .current {
    background: #1a73e8;
    color: #fff;
}

.neo-single-post-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.neo-single-post-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.neo-single-post-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    width: 100%;
    padding:140px 20px 0;
    text-align: center;
    color: #fff;
}

.neo-single-post-title {
    color: #fff;
    margin: 0;
    font-size: 2.8rem;
}

.neo-single-post-cats a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.neo-single-post-container {
    max-width:1500px;
    margin: 0 auto;
    padding: 40px 20px;
}

.neo-single-post-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    align-items: start;
}

.neo-single-post-main {
    min-width: 0;
}

.neo-single-post-sidebar {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 12px;
}

.neo-related-post-item {
    margin-bottom: 18px;
}

/* Full-width Elementor banner on shop archive */
.oyo-elementor-shop-banner {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
}
.oyo-elementor-shop-banner .elementor-section {
    max-width: 100vw;
    width: 100vw;
}

.neo-related-post-link {
    color: inherit;
    text-decoration: none;
}

.neo-related-post-link img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 8px;
}
.contact-form label{
    width: 100%;
}
.contact-form input{
    width: 100%;
}

.contact-form textarea{
   max-height:110px
}

.contact-form input[type="submit"]{
    background: #4753BF;
    border-radius: 30px;
    border:solid 1px #4753BF;
    color:#fff;
}

.contact-form input[type="submit"]:hover{
    background: none;
    color:#4753BF;
}
.contact-form  .wpcf7-validates-as-required{
    font-size: 12px;
   
}

.contact-form label .wpcf7-list-item-label{
     line-height:normal !important;
       font-size: 12px;
}


.site-main{min-height: 550px;}

.contact-form input[type="checkbox"]{width: auto;}
.wpcf7-list-item.first.last{
    padding: 0;
    margin: 0;
}

.wpcf7-form-control-wrap{
    display: block;
    margin-top: 10px;
}

@media screen and (max-width: 1024px){
    .neo-videos-grid,
    .neo-testimonial-grid,
    .neo-blog-archive-grid,
    .neo-single-post-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width:767px){
    .neo-single-post-layout,
    .neo-videos-grid,
    .neo-testimonial-grid,
    .neo-blog-archive-grid {
        grid-template-columns: 1fr;
    }

    .neo-single-post-title {
        font-size: 2rem;
    }
    .neo-single-post-hero-inner {
    padding: 70px 20px 0;
}
.neo-single-post-hero{
    min-height: 270px;
}
.neo-video-gallery, .neo-blog-archive-grid{padding-top:50px;}
.neo-video-card-title{font-size:1rem}
}

/* ── Contact Form ─────────────────────────────────────── */
.contact-form .elementor-form {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.10);
}

.contact-form .elementor-form-fields-wrapper {
    gap: 0;
}

.contact-form .elementor-field-group {
    padding-bottom: 20px;
}

.contact-form .elementor-field-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: block;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.contact-form .elementor-field.elementor-field-textual,
.contact-form .elementor-field select {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.97rem;
    color: #222;
    background: #fafafa;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    outline: none;
    appearance: none;
}

.contact-form .elementor-field.elementor-field-textual:focus,
.contact-form .elementor-field select:focus {
    border-color: #1a73e8;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.12);
}

.contact-form .elementor-field.elementor-field-textual::placeholder {
    color: #aaa;
    font-size: 0.95rem;
}

.contact-form textarea.elementor-field-textual {
    min-height: 130px;
    resize: vertical;
}

.contact-form .elementor-field-type-submit {
    padding-bottom: 0;
    margin-top: 4px;
}

.contact-form .elementor-button {
    background: #1a73e8;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 14px 36px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-form .elementor-button:hover {
    background: #1558b0;
    box-shadow: 0 4px 16px rgba(26, 115, 232, 0.35);
    transform: translateY(-1px);
}

.contact-form .elementor-button:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Success / error messages */
.contact-form .elementor-message {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.95rem;
    margin-top: 12px;
}

.contact-form .elementor-message.elementor-message-success {
    background: #e6f4ea;
    color: #1e7e34;
    border: 1px solid #b7dfbe;
}

.contact-form .elementor-message.elementor-message-danger {
    background: #fdecea;
    color: #c62828;
    border: 1px solid #f5c6cb;
}

/* Field error state */
.contact-form .elementor-field.elementor-error {
    border-color: #e53935 !important;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.10);
}

.contact-form .elementor-field-group .elementor-field-description {
    font-size: 0.82rem;
    color: #e53935;
    margin-top: 4px;
}

@media screen and (max-width: 767px) {
    .contact-form .elementor-form {
        padding: 24px 18px;
    }

    .contact-form .elementor-button {
        width: 100%;
        justify-content: center;
    }
}
/* ── End Contact Form ─────────────────────────────────── */

@media screen and (max-width:767px){
.main-header{
    position: relative !important;
    z-index: 1001 !important;
}
.top-header-bar{
     position: relative !important;
    z-index: 1002 !important;
}

.neo-videos-grid {
    grid-template-columns: 1fr;
}

}

/* ── WooCommerce Shop Archive ─────────────────────────────────── */

.oyo-archive-products-wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Override WC float grid → CSS Grid */
.oyo-archive-products-wrapper ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.oyo-archive-products-wrapper ul.products::before,
.oyo-archive-products-wrapper ul.products::after {
    display: none !important;
}

/* Product card */
.oyo-archive-products-wrapper ul.products li.product {
    background: #fff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12) !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 15px 10px !important;
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    border: 1px solid #f0f0f0 !important;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.oyo-archive-products-wrapper ul.products li.product .wrap{
        display: flex;
    max-width: none !important;
    width: 100% !important;
    align-items: center;
    gap: 5px;
}

.oyo-archive-products-wrapper ul.products li.product .wrap .cart {
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
}

body.woocommerce #main .oyo-archive-products-wrapper.steam-services .woocommerce-loop-product__title{
    padding:10px 0px !important;;
}

.oyo-archive-products-wrapper ul.products li.product img.attachment-woocommerce_thumbnail{
margin:0 -15px !important;
width: calc(100% + 30px) !important;
max-width: calc(100% + 30px) !important;
}

.oyo-archive-products-wrapper ul.products li.product:hover {
    box-shadow: 0 16px 40px rgba(71, 83, 191, 0.20) !important;
    transform: translateY(-4px);
}

/* Product image link – block */
.oyo-archive-products-wrapper ul.products li.product .woocommerce-loop-product__link {
    display: block !important;
}

/* Zero the gap under the image inside the link */
.oyo-archive-products-wrapper ul.products li.product .woocommerce-loop-product__link img {
    vertical-align: bottom !important;
}

/* Product image – flush to top, no own border-radius */
.oyo-archive-products-wrapper ul.products li.product img,
.oyo-archive-products-wrapper ul.products li.product .woocommerce-loop-product__link img,
.oyo-archive-products-wrapper ul.products li.product a img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Product title */
.oyo-archive-products-wrapper ul.products li.product .woocommerce-loop-product__title,
.oyo-archive-products-wrapper ul.products li.product h2 {
    font-family: "Manrope", sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #171717 !important;
    padding: 16px 18px 6px !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

/* Price display */
.oyo-archive-products-wrapper ul.products li.product .price {
    color: #4753BF !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    padding: 0 18px 4px !important;
    margin: 0 !important;
    display: block !important;
}

/* WC Name Your Price / custom price label */
.oyo-archive-products-wrapper ul.products li.product .nyp label,
.oyo-archive-products-wrapper ul.products li.product label[for*="nyp"],
.oyo-archive-products-wrapper ul.products li.product .cart label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Price number input */
/* Price number input */
 .oyo-archive-products-wrapper ul.products li.product input[type="text"].nyp-price,
 .oyo-archive-products-wrapper ul.products li.product input[type="number"],
 .oyo-archive-products-wrapper ul.products li.product .cart input[type="text"],
 .oyo-archive-products-wrapper ul.products li.product .cart input[type="number"] {
     width: auto;
     max-width: 100px;
     padding: 10px 12px;
     border: 1.5px solid #e0e0e0;
     border-radius: 8px;
     font-size: 1rem;
     font-family: "Manrope", sans-serif;
     color: #222;
     background: #fafafa;
     box-sizing: border-box;
     transition: border-color 0.2s ease, box-shadow 0.2s ease;
     outline: none;
 }

.oyo-archive-products-wrapper ul.products li.product input[type="text"].nyp-price:focus,
 .oyo-archive-products-wrapper ul.products li.product input[type="number"]:focus,
 .oyo-archive-products-wrapper ul.products li.product .cart input[type="text"]:focus,
 .oyo-archive-products-wrapper ul.products li.product .cart input[type="number"]:focus {
     border-color: #4753BF;
     box-shadow: 0 0 0 3px rgba(71, 83, 191, 0.12);
     background: #fff;
 }

/* Change price label text and hide the star/required marker */
 .oyo-archive-products-wrapper ul.products li.product .nyp label,
 .oyo-archive-products-wrapper ul.products li.product label[for*="nyp"],
 .oyo-archive-products-wrapper ul.products li.product .cart label {
     position: relative;
     font-size: 0;
     margin-bottom: 4px;
 }

 .oyo-archive-products-wrapper ul.products li.product .nyp label::before,
 .oyo-archive-products-wrapper ul.products li.product label[for*="nyp"]::before,
 .oyo-archive-products-wrapper ul.products li.product .cart label::before {
     content: "Price in $";
     display: inline-block;
     font-size: 0.82rem;
     font-weight: 600;
     color: #555;
     text-transform: uppercase;
     letter-spacing: 0.04em;
 }

 .oyo-archive-products-wrapper ul.products li.product .nyp label abbr.required,
 .oyo-archive-products-wrapper ul.products li.product label[for*="nyp"] abbr.required,
 .oyo-archive-products-wrapper ul.products li.product .cart label abbr.required {
     display: none;
 }
/* Cart form wrapper */
.oyo-archive-products-wrapper ul.products li.product .cart,
.oyo-archive-products-wrapper ul.products li.product form.cart {
    padding: 0 18px 18px;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

/* Payment plan dropdown */
.oyo-archive-products-wrapper ul.products li.product .cart select,
.oyo-archive-products-wrapper ul.products li.product select {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: "Manrope", sans-serif;
    color: #222;
    background: #fafafa;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234753BF' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.oyo-archive-products-wrapper ul.products li.product .cart select:focus,
.oyo-archive-products-wrapper ul.products li.product select:focus {
    border-color: #4753BF;
    outline: none;
    box-shadow: 0 0 0 3px rgba(71, 83, 191, 0.12);
}

/* NYP minimum note / asterisk */
.oyo-archive-products-wrapper ul.products li.product .nyp-minimum,
.oyo-archive-products-wrapper ul.products li.product .minimum-price-notice {
    font-size: 0.78rem;
    color: #999;
    margin: 0;
    line-height: 1.3;
}

/* Pay Now / Add to cart button */
.oyo-archive-products-wrapper ul.products li.product .button,
.oyo-archive-products-wrapper ul.products li.product a.button,
.oyo-archive-products-wrapper ul.products li.product button.button,
.oyo-archive-products-wrapper ul.products li.product .single_add_to_cart_button,
.oyo-archive-products-wrapper ul.products li.product input[type="submit"] {
    display: block !important;
    width: 100% !important;
    padding: 12px 24px !important;
    background: #4753BF !important;
    color: #fff !important;
    border: solid 1px #4753BF !important;
    border-radius: 999px !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease !important;
    box-sizing: border-box !important;
    margin-top: auto !important;
}

.oyo-archive-products-wrapper ul.products li.product .button:hover,
.oyo-archive-products-wrapper ul.products li.product a.button:hover,
.oyo-archive-products-wrapper ul.products li.product button.button:hover,
.oyo-archive-products-wrapper ul.products li.product .single_add_to_cart_button:hover,
.oyo-archive-products-wrapper ul.products li.product input[type="submit"]:hover {
    background: transparent !important;
    color: #4753BF !important;
}

/* Pagination */
.oyo-archive-products-wrapper .woocommerce-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.oyo-archive-products-wrapper .woocommerce-pagination ul {
    display: inline-flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.oyo-archive-products-wrapper .woocommerce-pagination ul li a,
.oyo-archive-products-wrapper .woocommerce-pagination ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: solid 1px #4753BF;
    border-radius: 8px;
    color: #4753BF;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.oyo-archive-products-wrapper .woocommerce-pagination ul li a:hover,
.oyo-archive-products-wrapper .woocommerce-pagination ul li span.current {
    background: #4753BF;
    color: #fff;
}

.service-header{padding-top:120px;}

.service-header .e-flexbox-base{
    flex-direction: column !important;
    gap: 20px !important;
    display: flex !important;
    color:#fff;
    max-width: 900px;
}

.service-header h1{
    font-size:4rem;
    font-family:"Roboto", Sans-serif
}

.service-header h3{
    font-family:"Playfair Display", Sans-serif;
    font-size:1.25rem;
    font-weight: 600;
    line-height: 1.2;
    font-style:italic;
}
.service-header h3 strong{
    font-weight:normal
}

.woocommerce-checkout-payment button.button{
    background: #4753BF !important;
    color: #fff !important;
    border-radius: 999px !important;
    border: solid 1px #4753BF !important;
    padding: 12px 24px !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease !important;
    margin-top:20px !important;
}

.wp-block-woocommerce-checkout{
    padding-top:60px !important;
}

.woocommerce-checkout .site-main{
    max-width:100% !important;
}

.neo-checkout-customer-details{
    max-width:1500px;padding:50px 15px;
    margin:auto;
    display:flex;
    gap:30px;

}
.neo-checkout-customer-details .neo-checkout-col{
    width:50%;
}


.checkout-banner{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding:180px 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff
}

.checkout-banner h1{
    font-size:45px;font-weight:800
}

/* Responsive breakpoints */
@media screen and (max-width: 1200px) {
    .oyo-archive-products-wrapper ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 1024px) {
    .oyo-archive-products-wrapper ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 640px) {
    .oyo-archive-products-wrapper {
        padding: 40px 16px;
    }

    .oyo-archive-products-wrapper ul.products {
        grid-template-columns: 1fr;
    }
   
}

@media screen and (max-width:767px){
 .neo-checkout-customer-details{flex-direction:column}
 .neo-checkout-customer-details .neo-checkout-col{width:100%}
 .woocommerce-checkout .site-main{padding:0px !important;}
 .checkout-banner{padding:120px 0 20px}
 .checkout-banner h1{font-size:30px;}
}


/* ── End WooCommerce Shop Archive ─────────────────────────────── */

/* ══════════════════════════════════════════════════════════════
   CHECKOUT PAGE — Full Design
   ══════════════════════════════════════════════════════════════ */

/* Page background */
.woocommerce-checkout .site-main,
.woocommerce-checkout #main,
.woocommerce-checkout #content {
    background-color: #f4f6f9 !important;
}

/* Two-column wrapper alignment */
.neo-checkout-customer-details {
    align-items: flex-start !important;
}

/* ── Cards ──────────────────────────────────────────────────── */
.neo-checkout-col--left .woocommerce-billing-fields,
.neo-checkout-col--left .woocommerce-additional-fields {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    margin-bottom: 24px;
}

.neo-checkout-col--right {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    position: sticky;
    top: 24px;
}

/* ── Section Headers with Icon Badge ────────────────────────── */
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
h3#order_review_heading {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0 12px !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1a1f36 !important;
    margin-bottom: 24px !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
    background: none !important;
}

/* Icon badge shared */
.woocommerce-billing-fields > h3::before,
.woocommerce-additional-fields > h3::before,
h3#order_review_heading::before {
    content: '' !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
    width: 44px !important;
    height: 44px !important;
    background-color: #0D153E !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 22px 22px !important;
    border-radius: 12px !important;
}

/* Billing icon: credit card */
.woocommerce-billing-fields > h3::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='5' width='20' height='14' rx='2' ry='2'/%3E%3Cline x1='2' y1='10' x2='22' y2='10'/%3E%3C/svg%3E") !important;
}

/* Billing subtitle */
.woocommerce-billing-fields > h3::after {
    content: 'Please enter your billing information' !important;
    display: block !important;
    width: 100% !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #9ca3af !important;
    margin-top: 4px !important;
    padding-left: 56px !important;
}

/* Additional info icon: document */
.woocommerce-additional-fields > h3::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='8' y1='13' x2='16' y2='13'/%3E%3Cline x1='8' y1='17' x2='16' y2='17'/%3E%3C/svg%3E") !important;
}

/* Order icon: shopping cart */
h3#order_review_heading::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 001.99 1.61h9.72a2 2 0 001.99-1.61L23 6H6'/%3E%3C/svg%3E") !important;
}

/* ── Billing Fields Grid ─────────────────────────────────────── */
.woocommerce-billing-fields__field-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
}

.woocommerce-billing-fields__field-wrapper > p.form-row {
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
    clear: none !important;
}

.woocommerce-billing-fields__field-wrapper > p.form-row-first,
.woocommerce-billing-fields__field-wrapper > p.form-row-last {
    width: calc(50% - 8px) !important;
}

/* ── Form Labels ─────────────────────────────────────────────── */
.woocommerce-checkout .form-row label,
.woocommerce-checkout .form-row > label {
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    margin-bottom: 6px !important;
    display: block !important;
    line-height: 1.4 !important;
}

.woocommerce-checkout .form-row label .required,
.woocommerce-checkout .form-row label abbr {
    color: #ef4444 !important;
    text-decoration: none !important;
    margin-left: 2px !important;
}

/* ── Form Inputs & Selects ───────────────────────────────────── */
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 10px !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 15px !important;
    color: #1a1f36 !important;
    background-color: #ffffff !important;
    outline: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
    box-sizing: border-box !important;
    height: auto !important;
    line-height: 1.5 !important;
    box-shadow: none !important;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
    border-color: #0D153E !important;
    box-shadow: 0 0 0 3px rgba(13,21,62,0.08) !important;
}

/* Select: custom chevron arrow */
.woocommerce-checkout .form-row select {
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 18px 18px !important;
    padding-right: 40px !important;
    cursor: pointer !important;
}

/* Textarea */
.woocommerce-checkout .form-row textarea {
    min-height: 100px !important;
    resize: vertical !important;
    padding-top: 12px !important;
}

 #consultation-form label{
    display: block;
 }

  #consultation-form .wpcf7-form-control[type="submit"]{
    background: #4753BF;
    border: solid 1px #4753BF;
    border-radius:30px;;
    color:#fff
  }
  #consultation-form .wpcf7-form-control[type="submit"]:hover{
    background:none;
    color:#4753BF;
  }


 #consultation-form textarea {
    height: 100px !important;
    resize: vertical !important;
    padding-top: 12px !important;
}

/* ── Input Icons (background-image approach) ─────────────────── */
#billing_first_name_field input.input-text,
#billing_last_name_field input.input-text {
    padding-left: 42px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b0b7c3'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: 14px center !important;
    background-size: 18px 18px !important;
}

#billing_phone_field input.input-text {
    padding-left: 42px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b0b7c3'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: 14px center !important;
    background-size: 18px 18px !important;
}

#billing_email_field input.input-text {
    padding-left: 42px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b0b7c3'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: 14px center !important;
    background-size: 18px 18px !important;
}

/* ── Order Review Table ──────────────────────────────────────── */
.woocommerce-checkout-review-order-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
    font-family: "Manrope", sans-serif !important;
}

.woocommerce-checkout-review-order-table thead tr th {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #9ca3af !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;

    border-bottom: 1px solid #e3e3e3 !important;
    text-align: left !important;
}

.woocommerce-checkout-review-order-table thead tr th.product-total {
    text-align: right !important;
}

.woocommerce-checkout-review-order-table tbody td,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tfoot th {
    border-bottom: 1px solid #e3e3e3 !important;
    font-size: 14px !important;
    color: #374151 !important;
    vertical-align: top !important;
}

.woocommerce-checkout-review-order-table tbody td.product-total,
.woocommerce-checkout-review-order-table tfoot td {
    text-align: right !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total td,
.woocommerce-checkout-review-order-table tfoot .order-total th {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #1a1f36 !important;
    border-bottom: none !important;
}

/* ── Payment Methods ─────────────────────────────────────────── */
#payment {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border: none !important;
}

#payment ul.payment_methods {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    border: none !important;
}

/* Each payment method: flex row (input + label side by side) */
#payment ul.payment_methods li.wc_payment_method,
#payment ul.payment_methods li {
    border: 1.5px solid #e5e7eb !important;
    border-radius: 12px !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
    background: #fff !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

#payment ul.payment_methods li input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    margin: 14px 0 14px 16px !important;
    accent-color: #0D153E !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
}

#payment ul.payment_methods li label {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    padding: 14px 16px !important;
    cursor: pointer !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1a1f36 !important;
    margin: 0 !important;
    min-width: 0 !important;
}

/* Payment box takes full width, below the radio+label row */
#payment .payment_box::before {
    display: none !important;
}

#payment .payment_box {
    width: 100% !important;
    background: #f9fafb !important;
    border-top: 1px solid #e5e7eb !important;
    padding: 14px 16px !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    color: #6b7280 !important;
    margin:0px !important;
}

.woocommerce-SavedPaymentMethods{margin:15px 0px 0 !important;padding:0px;}
.select2-container .select2-selection--single{border:solid 1.5px #e5e7eb !important;border-radius:10px !important;}
.select2-dropdown{border-color:#e5e7eb !important;}

/* Selected payment method border highlight */
#payment ul.payment_methods li:has(> input[type="radio"]:checked) {
    border-color: #0D153E !important;
}

.description_product{display:none}
.nst-buy-now-variable-wrap .nst-variation-label{margin-bottom:5px;}

/* ── Stripe Card Fields ─────────────────────────────────────── */
/* Card form inner boxes */
.wc-stripe-elements-field,
.wc-stripe-iban-element-field,
#stripe-card-element,
#stripe-exp-element,
#stripe-cvc-element,
.stripe-elements-field,
.payment_box .form-row input,
.payment_box fieldset .form-row .wc-stripe-input,
.wc-stripe-input,
.wc-stripe-input-elements-container {
    border: 1.5px solid #e5e7eb !important;
    border-radius: 10px !important;
    background: #fff !important;
    padding: 10px 14px !important;
}

/* The overall Stripe card wrapper box */
.payment_method_stripe .payment_box fieldset,
#wc-stripe-cc-form {
    border: none !important;
    padding: 0 !important;
}

/* Save payment checkbox row: flex with aligned text */
.wc-stripe-save-source-checkbox-container,
.wc-stripe-save-source,
#payment .payment_box p:has(input[type="checkbox"]),
#payment .payment_box label:has(input[type="checkbox"]),
#payment .payment_box .wc-stripe-save-source {
    display: flex !important;
    align-items: center !important;
    gap:0px !important;
    padding: 14px 0 4px !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    color: #374151 !important;
}


#payment .wc_payment_method.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew label{
  padding:14px 0px !important   
}
.p-PaymentAccordionButtonIconContainer{width:15px;}
#wc-stripe-upe-form{margin-top:5px !important;}

#payment .payment_box .wc-stripe-save-source input[type="checkbox"],
.wc-stripe-save-source-checkbox-container input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    accent-color: #0D153E !important;
    cursor: pointer !important;
}

/* Generic: any label inside payment_box that wraps a checkbox */
#payment .payment_box label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    color: #374151 !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    flex: unset !important;
}

#payment .payment_box label input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    accent-color: #0D153E !important;
    cursor: pointer !important;
}

/* ── Checkboxes ─────────────────────────────────────────────── */
.woocommerce-checkout input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    border-radius: 4px !important;
    accent-color: #0D153E !important;
    cursor: pointer !important;
    margin-right: 8px !important;
    flex-shrink: 0 !important;
}

/* Terms row layout */
.woocommerce-terms-and-conditions-wrapper,
#payment .form-row.validate-required {
    margin: 16px 0 !important;
}

.woocommerce-terms-and-conditions-wrapper p,
.woocommerce-privacy-policy-text p {
    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
    color: #6b7280 !important;
    line-height: 1.6 !important;
}
.woocommerce form .form-row select{
    width:auto !important;
}

.neo-order-overview{border-radius:20px;margin-top:35px  !important;}

.container, .woocommerce-order.neo-thankyou-wrap{
    max-width:1500px;
    padding:0 15px;
    margin:auto;
}



/* ── Pay Now Button ──────────────────────────────────────────── */
#payment #place_order,
#payment .place-order #place_order,
.woocommerce-checkout-payment button.button,
.woocommerce-checkout-payment input#place_order {
    width: 100% !important;
    background: #4753BF !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 40px !important;
    padding: 16px 32px !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background 0.25s ease !important;
    text-align: center !important;
    margin-top: 16px !important;
    display: block !important;
    letter-spacing: 0.02em !important;
    box-shadow: 0 4px 16px rgba(13,21,62,0.3) !important;
}

#payment #place_order:hover,
.woocommerce-checkout-payment button.button:hover {
    background: #1b2b6b !important;
}

/* ── Validation Errors ───────────────────────────────────────── */
.woocommerce-checkout .form-row.woocommerce-invalid input.input-text,
.woocommerce-checkout .form-row.woocommerce-invalid select {
    border-color: #ef4444 !important;
}

.woocommerce-checkout .form-row.woocommerce-invalid label {
    color: #ef4444 !important;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media screen and (max-width: 767px) {
    .neo-checkout-col--left .woocommerce-billing-fields,
    .neo-checkout-col--left .woocommerce-additional-fields,
    .neo-checkout-col--right {
        padding: 20px !important;
        border-radius: 12px !important;
        position: static !important;
    }

    .woocommerce-billing-fields__field-wrapper > p.form-row-first,
    .woocommerce-billing-fields__field-wrapper > p.form-row-last {
        width: 100% !important;
    }

    .neo-checkout-customer-details {
        padding: 24px 15px !important;
        gap: 20px !important;
    }
}



/* ══════════════════════════════════════════════════════════════
   END CHECKOUT PAGE
   ══════════════════════════════════════════════════════════════ */

/* ══════════════════════════════════════════════════════════════
   THANK YOU PAGE
   ══════════════════════════════════════════════════════════════ */

/* ── Banner ─────────────────────────────────────────────────── */
.neo-thankyou-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:180px 20px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.neo-thankyou-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 25, 40, 0.55);
}

.neo-thankyou-banner__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.neo-thankyou-check {
    width: 64px;
    height: 64px;
    border: 2.5px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.neo-thankyou-check svg {
    width: 30px;
    height: 30px;
    color: #fff;
}

.neo-thankyou-banner__inner h1 {
    font-family: "Manrope", sans-serif;
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1.1;
}

.neo-thankyou-banner__inner p {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    margin: 0;
}

/* ── Page Wrapper ───────────────────────────────────────────── */
.neo-thankyou-wrap {
    background: #f4f6f9;
    min-height: 200px;
    padding-bottom: 60px;
}

/* ── Order Overview Bar ─────────────────────────────────────── */
.neo-order-overview {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    display: flex;
    align-items: stretch;
    justify-content: center;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}

.neo-order-overview__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 24px 28px;
    border-right: 1px solid #f0f2f5;
    position: relative;
}

@media screen and (min-width:1024px){

.neo-order-overview__item:first-child {
    max-width:15%
}
.neo-order-overview__item:nth-child(2){
    max-width:15%
}
.neo-order-overview__item:nth-child(3){
    width:35%

}
}

.neo-order-overview__item:last-child {
    border-right: none;
}

.neo-order-overview__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #eef2f7;
    border-radius: 10px;
    margin-bottom: 8px;
    flex-shrink: 0;
}

.neo-order-overview__icon svg {
    width: 20px;
    height: 20px;
    color: #0D153E;
}

.neo-order-overview__label {
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    line-height: 1;
}

.neo-order-overview__value {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a1f36;
    line-height: 1.3;
    word-break: break-word;
}

/* ── Details Inner Wrapper ──────────────────────────────────── */
.neo-thankyou-details {
    padding: 48px 0px;
    display: flex;
    flex-direction: row;
    gap: 32px;
}

/* ── Section Titles: Order details & Billing address ────────── */
.woocommerce-order-details__title,
.woocommerce-column__title {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0 12px !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1a1f36 !important;
    margin-bottom: 20px !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.woocommerce-order-details__title::before,
.woocommerce-column__title::before {
    content: '' !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #0D153E !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px 20px !important;
    border-radius: 10px !important;
}

/* Order details: clipboard icon */
.woocommerce-order-details__title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='8' y1='13' x2='16' y2='13'/%3E%3Cline x1='8' y1='17' x2='16' y2='17'/%3E%3C/svg%3E") !important;
}

/* Billing address: person icon */
.woocommerce-column__title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") !important;
}

/* ── Order Details Card ─────────────────────────────────────── */
.woocommerce-order-details {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    width:60%
}

/* Order table */
.woocommerce-table--order-details {
    width: 100% !important;
    border-collapse: collapse !important;
    font-family: "Manrope", sans-serif !important;
}

.woocommerce-table--order-details thead tr {
    background: #f4f6f9;
}

.woocommerce-table--order-details thead th {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    padding: 14px 20px !important;
    text-align: left !important;
    border: none !important;
}

.woocommerce-table--order-details thead th:last-child {
    text-align: right !important;
}

.woocommerce-table--order-details tbody td,
.woocommerce-table--order-details tfoot td,
.woocommerce-table--order-details tfoot th {
    padding: 14px 20px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    font-size: 14px !important;
    color: #374151 !important;
    vertical-align: top !important;
}

.woocommerce-table--order-details tfoot td {
    text-align: right !important;
}

.woocommerce-table--order-details tfoot .order-total td,
.woocommerce-table--order-details tfoot .order-total th {
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #1a1f36 !important;
}

.woocommerce-table--order-details tfoot tr:last-child td,
.woocommerce-table--order-details tfoot tr:last-child th {
    border-bottom: none !important;
}

/* ── Notices inside thankyou (e.g. currency conversion) ─────── */
.neo-thankyou-details .woocommerce-notice,
.neo-thankyou-details .woocommerce-message,
.neo-thankyou-details p.woocommerce-notice {
    background: #eef8f3;
    border: none;
    border-radius: 12px;
    padding: 16px 20px;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

/* ── Customer / Billing Address Card ────────────────────────── */
.woocommerce-customer-details {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    width:40%
}

.woocommerce-customer-details address {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    color: #374151;
    line-height: 1.8;
    font-style: normal;
    border: none;
    padding: 0;
}
.wc-item-meta{margin:0px;padding:0px;}
.woocommerce-info{border-top-color:#4753BF}
.woocommerce-info::before{color:#4753BF}

/* Phone & email rows inside address */
.woocommerce-customer-details address p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 4px 0 0;
    font-size: 14px;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media screen and (max-width: 900px) {
    .neo-order-overview {
        flex-wrap: wrap;
    }
    .neo-order-overview__item {
        flex: 1 1 calc(50% - 1px);
        min-width: 140px;
    }
    .woocommerce-order-details, .woocommerce-customer-details{
        padding:15px;
    }
    .neo-thankyou-details{gap:15px;}
    .neo-thankyou-details{padding:15px 0 0}
}

@media screen and (max-width: 600px) {
    .neo-thankyou-banner__inner h1 {
        font-size: 36px;
    }
    .neo-order-overview__item {
        flex: 1 1 100%;
        border-right: none;
        border-bottom: 1px solid #f0f2f5;
        padding: 18px 20px;
    }
    .neo-order-overview__item:last-child {
        border-bottom: none;
    }
    .woocommerce-order-details,
    .woocommerce-customer-details {
        padding: 20px;
        border-radius: 12px;
    }
    .neo-thankyou-details {
        padding: 24px 15px;
        gap:0px;
        flex-direction: column;
    }
    .woocommerce-order-details, .woocommerce-customer-details{width:100%;}
    .neo-thankyou-details{padding:40px 0px;}
}

/* ══════════════════════════════════════════════════════════════
   END THANK YOU PAGE
   ══════════════════════════════════════════════════════════════ */
/* Stronger NYP archive overrides */
.oyo-archive-products-wrapper ul.products li.product .wrap .custom-min-price1 {
    font-size: 0 !important;
    line-height: 0 !important;
    margin-bottom: 4px !important;
    display: block !important;
    min-width:100px;
}

.oyo-archive-products-wrapper ul.products li.product .wrap .custom-min-price1::before {
    content: "Price in $";
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.oyo-archive-products-wrapper ul.products li.product .wrap .custom-min-price1 abbr,
.oyo-archive-products-wrapper ul.products li.product .wrap .custom-min-price1 span,
.oyo-archive-products-wrapper ul.products li.product .wrap .custom-min-price1 strong,
.oyo-archive-products-wrapper ul.products li.product .wrap .custom-min-price1 em {
    display: none !important;
}

.oyo-archive-products-wrapper ul.products li.product .wrap input.custom-price,
.oyo-archive-products-wrapper ul.products li.product .wrap input[type="number"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 12px !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-family: "Manrope", sans-serif !important;
    color: #222 !important;
    background: #fafafa !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
    outline: none !important;
    min-width: 0 !important;
}

.oyo-archive-products-wrapper ul.products li.product .wrap input.custom-price:focus,
.oyo-archive-products-wrapper ul.products li.product .wrap input[type="number"]:focus {
    border-color: #4753BF !important;
    box-shadow: 0 0 0 3px rgba(71, 83, 191, 0.12) !important;
    background: #fff !important;
}

.oyo-archive-products-wrapper ul.products li.product .wrap .description_product::first-letter {
    font-size: 0 !important;
    visibility: hidden !important;
}

/* Force NYP archive number input to match dropdown width */
.oyo-archive-products-wrapper ul.products li.product input[type="number"],
.oyo-archive-products-wrapper ul.products li.product input.custom-price {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}
body.error404 {
    background: #f4f6f9;
}
body.error404 .checkout-banner{
    padding:100px 0 30px;
}

/* 404 page */
.neo-404-page {
    min-height: calc(100vh - 250px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0px 20px;
    background: #f4f6f9;
    color: #1a1f36;
}

.neo-404-inner {
    max-width: 780px;
    width: 100%;
    text-align: center;
    padding: 60px 36px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 64px rgba(16, 24, 40, 0.08);
}

.neo-404-code {
    display: inline-block;
    font-size: clamp(5rem, 10vw, 7rem);
    font-weight: 800;
    line-height: 0.85;
    color: #4753BF;
    margin-bottom: 24px;
}

.neo-404-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 18px;
    font-weight: 700;
    color: #0d153e;
}

.neo-404-text {
    max-width: 560px;
    margin: 0 auto 34px;
    font-size: 1.05rem;
    line-height: 1.75;
    color: #4b5563;
}

.neo-404-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border-radius: 999px;
    background: #4753BF;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
    box-shadow: 0 18px 40px rgba(71, 83, 191, 0.16);
}

.neo-404-button:hover,
.neo-404-button:focus-visible {
    background: #1b2b6b;
    transform: translateY(-1px);
    outline: none;
    color:#fff;
}

@media screen and (max-width: 768px) {
    .neo-404-inner {
        padding: 44px 24px;
    }

    .neo-404-text {
        margin-bottom: 28px;
    }
    .service-header h1{
        font-size:35px;
    }
    .service-header h3{
        font-size:20px;
    }
.service-header .e-flexbox-base{
    gap:5px !important
}

}

.neo-thankyou-details p {
    display: none;
}