/* Scope to single product to avoid global overrides */
body.single-product .product-page {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0;
}

body.single-product .product-image {
    flex: 1 1 40%;
}

body.single-product .product-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

body.single-product .product-summary {
    flex: 1 1 55%;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
}

body.single-product .product-summary h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #333;
}

body.single-product .product-price {
    font-size: 1.4rem;
    color: #0073e6;
    margin-bottom: 15px;
}

body.single-product .cta-btn {
    margin: 15px 0;
    background: #0073e600;
    color: #000;
}

body.single-product .cta-btn form.cart {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

body.single-product .cta-btn .quantity input {
    width: 80px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

body.single-product .cta-btn button.single_add_to_cart_button {
    background: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 700;
    transition: .3s;
}

body.single-product .cta-btn button.single_add_to_cart_button:hover {
    opacity: .9;
}

/* Hide unwanted title inside Add to Cart form */
body.single-product .cta-btn .product_title {
    display: none !important;
}

/* Tabs */
body.single-product .tabs {
    margin-top: 30px;
}

body.single-product .tab-buttons {
    display: flex;
    border-bottom: 2px solid #eee;
}

body.single-product .tab-buttons button {
    flex: 1;
    padding: 12px;
    cursor: pointer;
    border: 0;
    background: #f7f7f7;
    font-weight: 700;
    transition: .3s;
}

body.single-product .tab-buttons button.active {
    background: #fff;
    border-bottom: 2px solid #0073e6;
    color: #0073e6;
}

body.single-product .tab-content {
    display: none;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
}

body.single-product .tab-content.active {
    display: block;
}

/* List Styling */
body.single-product .card-list {
    margin: 20px 0;
}

body.single-product .card-list p {
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fafafa;
    color: #333;
}

/* Benefits */
body.single-product .benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.single-product .benefits ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

/* FAQ */
body.single-product .faq-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

body.single-product .faq-question {
    background: #f7f9fc;
    padding: 12px 16px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    color: #333;
}

body.single-product .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
}

body.single-product .faq-question.active::after {
    content: '-';
}

body.single-product .faq-answer {
    display: none;
    padding: 12px 16px;
    background: #fff;
    color: #333;
}

/* General */
body.single-product .wp-services-container p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

body.single-product .wp-services-container h2 {
    color: #0073e6;
    font-size: 19px;
    margin-top: 20px;
}

body.single-product .container.wp-services-container {
    margin-bottom: 40px;
}

body.single-product label.screen-reader-text {
    display: none;
}

body.single-product input#hours_qty {
    width: 80px;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
}

.product_meta {
    display: none;
}




/* ========================wordpress-basics-setup==================== */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Top Message Bar */
.top-message {
    background: linear-gradient(45deg, #3498db, #2980b9);
    color: white;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    animation: slideDown 0.5s ease-out;
}

.top-message a {
    color: #fff;
    text-decoration: underline;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

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

.productCon-sec {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.productCon-sec .main-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.productCon-sec .left-side {
   
    padding: 10px;
    color: white;
    position: relative;
   
    overflow: hidden;
}

/* Advanced Image Zoom Effect */
.image-container {
    position: relative;
    border-radius: 10px;
    cursor: crosshair;
    overflow: visible;
  
    border: 1px solid #bdbdbd;
}

.image-container .zoom-image {
display: block;
    transition: transform 0.2s ease;
    border-radius: 10px;

}

.image-container .zoom-lens {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.image-container:hover .zoom-lens {
    opacity: 1;
    transform: scale(1.1);
}

.image-container .zoom-lens i {
    color: #7c3aed;
    font-size: 20px;
}

/* Zoom Preview Pane */
.image-container .zoom-preview {
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
    width: 400px;
    height: 400px;
    border: 3px solid #fff;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    background: #fff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    background-color: #f8f9fa;
}

.image-container .zoom-preview img {
    position: absolute;
    max-width: none;
    width: 800px;
    height: auto;
    transition: none;
    pointer-events: none;
}

.image-container:hover .zoom-preview {
    opacity: 1;
    visibility: visible;
}

/* Hover overlay on main image */
.image-container .zoom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    background: rgba(124, 58, 237, 0.2);
    border: 2px solid rgba(124, 58, 237, 0.6);
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    box-shadow: 0 0 20px rgba(124, 58, 237, 0.3);
}

.image-container:hover .zoom-overlay {
    opacity: 1;
}

/* Mobile Inline Zoom */
@media (max-width: 768px) {
    .image-container .zoom-preview {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90vw;
        height: 60vh;
        z-index: 9999;
        border-radius: 20px;
    }

    .image-container .zoom-preview::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        z-index: -1;
    }

    .image-container .zoom-preview::after {
        content: '✕';
        position: absolute;
        top: 15px;
        right: 20px;
        color: #666;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10;
        background: white;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .image-container {
        cursor: pointer;
    }
}

/* Tablet View */
@media (max-width: 1200px) and (min-width: 769px) {
    .image-container .zoom-preview {
        width: 350px;
        height: 350px;
        left: calc(100% + 15px);
    }

    .image-container .zoom-preview img {
        width: 700px;
    }
}

/* Large Screen Optimization */
@media (min-width: 1400px) {
    .image-container .zoom-preview {
        width: 450px;
        height: 450px;
        left: calc(100% + 25px);
    }

    .image-container .zoom-preview img {
        width: 900px;
    }
}

/* Ensure parent container allows overflow */
.productCon-sec .left-side {
    overflow: visible;
}

.productCon-sec .main-card {
    overflow: visible;
}

.productCon-sec .right-side {
    padding: 20px 40px;
}

.productCon-sec .content-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.productCon-sec .content-subtitle {
    font-size: 18px;
    color: #3498db;
    margin-bottom: 20px;
    font-weight: 600;
}

.productCon-sec .content-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.productCon-sec .pricing-sections {
    margin-bottom: 25px;
}

.productCon-sec .price-text {
    font-size: 20px;
    color: #3498db;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Package Selection Styles */
.package-section {
    margin-bottom: 20px;
}

.package-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.package-dropdown select{
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: white;
    font-weight: 500;
    color: #2c3e50;
    transition: border-color 0.3s ease;
    margin-bottom: 15px;
}

.package-dropdown:focus {
    border-color: #3498db;
    outline: none;
    /*box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);*/
}

.productCon-sec .quantity-section {
    margin-bottom: 20px;
}

.productCon-sec .quantity-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.productCon-sec .quantity-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.productCon-sec .quantity  input {
    width: 80px;
    padding: 10px 12px;
    border: 2px solid #ddd;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
}

.productCon-sec .order-button {
    background: #dc3545;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.3s ease;
}

.productCon-sec .order-button:hover {
    background: #c82333;
    transform: translateY(-2px);
}

.productCon-sec .pricing-eta-section {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 2px solid #eee;
}

.productCon-sec .section-header {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
	    text-align: left;
}

.productCon-sec .eta-description {
    color: #666;
    margin-bottom: 20px;
    font-size: 14px;
}

.productCon-sec .eta-list {
    list-style: none;
    padding: 0;
}

.productCon-sec .eta-item {
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
}

.productCon-sec .eta-item strong {
    color: #2c3e50;
}

/* Tabs Section Styles */
.productTab-sec {
    background-color: #f8f9fa;
}

.productTab-sec .tabs-card {
    border: none;
    padding: 40px;
}

.productTab-sec .tabs-card .content-section{
    margin-top: 15px !important;
}

.productTab-sec .custom-tab {
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    color: #666;
    font-weight: 600;
    padding: 15px 25px;
    transition: all 0.3s ease;
}

.productTab-sec .custom-tab:hover {
    color: #3498db;
    border-bottom-color: #3498db;
}

.productTab-sec .custom-tab.active {
    color: #3498db;
    border-bottom-color: #3498db;
    background: none;
}

.productTab-sec .section-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 20px;
}

.productTab-sec .service-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.productTab-sec .service-item:last-child {
    border-bottom: none;
}

.productTab-sec .service-item span {
    color: #666;
    font-size: 15px;
}

.productTab-sec .service-card-small {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;
}

.productTab-sec .service-card-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.productTab-sec .service-card-title {
    color: #2c3e50;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.productTab-sec .service-card-text {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.productTab-sec .accordion-button {
    font-weight: 600;
    color: #2c3e50;
}

.productTab-sec .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #3498db;
    box-shadow: none;
}

.productTab-sec .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.productTab-sec .accordion-item {
    border: 1px solid #e9ecef;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.productTab-sec .accordion-body {
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {

    .productCon-sec .left-side,
    .productCon-sec .right-side {
        padding: 30px 20px;
    }

    .productTab-sec .custom-tab {
        padding: 12px 15px;
        font-size: 14px;
    }

    .productCon-sec .quantity-controls {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .top-message {
        font-size: 12px;
        padding: 8px 0;
    }
}
section.productTab-sec.py-5 .content-section {
    padding: 0px;
    max-width: 100%;
    margin: 0px !important;
}
div#serviceTabContent {
    display: block;
    padding: 0px !important;
	    border: none;
}
section.productTab-sec.py-5 .content-section.mt-5 {
    margin-top: 3rem !important;
}
.package-dropdown table {
    width: 100%;
}

.single_variation_wrap {
    display: flex;
    align-items: center;
    gap: 5px; /* space between label & price */
}



.single_variation_wrap .woocommerce-variation {
    display: inline-block;
}

.single_variation_wrap .woocommerce-variation-description,
.single_variation_wrap .woocommerce-variation-availability {
    display: none; /* hide extra stuff if you only want the price */
}
.single_variation_wrap {
    display: none; /* hide before selection */
}

.single_variation_wrap.variation-selected {
    display: block; /* show after variation chosen */
}
button.single_add_to_cart_button.button.alt {
    background: #dc3545;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.3s ease;
}

.setupCon{
    margin-top: 30px;
}

.setupCon:first-child{
    margin-top: 0;
}

.productTab-sec .content-section{
    max-width: 100% !important;
    padding: 0;
}

.productTab-sec :where(.ourWordpress-sec, .dedicatedList, .productTab-sec .service-item) {
    box-shadow: unset !important;
    border-radius: unset !important;
}

#faqAccordion{
    margin-bottom: 50px;
}