/*Theme Name: Jaintheme7 ChildTheme URI: https://old.jain.software/jaintheme/Description: A child theme of Jaintheme7 ThemeAuthor: Jain SoftwareAuthor URI: https://old.jain.software/Version: 1.0.0Template: jaintheme*/
@import url("../jaintheme/style.css");

h6 {
    font-size: 13px;
    line-height: 13px;
}

.parallax_content>.three_columns {
    background: #FFF;
    padding: 20px;
    border: 1px solid rgba(124, 58, 237, 0.1);
    border-radius: 12px;
    margin: 0 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.woocommerce div.product div.images img {
    width: auto !important;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

.woocommerce div.product div.summary {
    margin-left: 20px;
}

.woocommerce div.product form.cart .button {
    font-size: 18px;
    width: 80%;
}

@media screen and (min-width: 1024px) {
    .content {
        margin-top: 25px !important;
    }
}

.woocommerce .product .images .woocommerce-product-gallery__image img,
.woocommerce .product .images .woocommerce-product-gallery__image:first-child {
    width: 100% !important;
}

.woocommerce div.summary .woocommerce-product-details__short-description {
    margin: 0px;
}

.social_menu li a {
    font-size: 38px;
    /* Size of the icon */
    text-indent: -9999px;
    /* Hides the text */
    overflow: hidden;
    /* Prevents overflow of the text */
    white-space: nowrap;
    /* Prevents wrapping of the text */
    display: inline-block;
    /* Ensures the icons behave like inline elements */
    width: 38px;
    /* Adjust to fit your icon size */
    height: 38px;
    /* Adjust to fit your icon size */
    text-align: center;
    /* Align the icon if needed */
    line-height: 38px;
    /* Adjust to vertically align the icon */
    background: url('icon.png') no-repeat center center;
    /* Example for using background icons */
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled {
    padding: 0px;
}

.blog_holder.massonary article .post_text .inner,
.blog_holder.massonary article .post_text.border_top .inner,
.blog_holder.massonary article .post_info_bottom,
.blog_holder.massonary article .post_info_bottom .blog_like,
.blog_holder.massonary article.blockquote .blockquote_holder,
.blog_holder.massonary article.link .link_holder,
#respond textarea,
#respond input[type='text'],
.contact_form input[type='text'],
.contact_form textarea,
.filter_holder ul li,
.filter_holder ul li:hover,
.tabs .tabs-nav li a,
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select,
.widget.widget_search form,
.header_top .searchform,
.footer_top_inner .searchform,
.latest_post,
.latest_post_bottom,
.latest_post_bottom .latest_post_like,
.woocommerce textarea,
.woocommerce-page textarea,
.woocommerce ul.tabs li a,
.woocommerce ul.tabs li:first-child a,
.woocommerce input[type='text'],
.woocommerce input[type='password'],
.woocommerce input[type='email'],
.woocommerce-page input[type='text'],
.woocommerce-page input[type='password'],
.woocommerce-page input[type='email'],
.woocommerce table.cart tbody tr,
.woocommerce-page table.cart tbody tr,
.woocommerce #payment ul.payment_methods,
.woocommerce #payment ul.payment_methods li,
.widget #searchform,
.woocommerce-account table.my_account_orders tbody tr {
    border-color: #999;
}

.powered {
    display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: auto;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}

.woocommerce div.product div.summary {}

.woocommerce span.onsale {
    position: absolute;
    right: 0;
    width: auto;
    left: auto;
    border-radius: 50%;
    padding: 10px 0;
    top: 0;
}

.woocommerce-tabs ul.tabs.wc-tabs {
    display: none;
}

.woocommerce .woocommerce-tabs .panel {
    display: none !important;
}

.checkout_page_left {
    width: 56%;
    float: left;
}

.checkout_page_right {
    width: 36%;
    float: right;
}

.woocommerce .woocommerce-checkout:after {
    content: "";
    clear: both;
    display: inline-block;
}

.woocommerce-checkout .woocommerce form .form-row .input-checkbox {
    float: none;
    margin: 12px 0 0;
    display: block;
}

.woocommerce-checkout .woocommerce ul#shipping_method li {
    text-align: left;
    font-size: 13px;
}

h3#ship-to-different-address span {
    position: relative;
    left: 24px;
    top: -5px;
}

.woocommerce section.related.products {
    display: inline-block;
}

.single-product .column_inner {
    width: 70%;
    margin: 0 auto;
}

.single-product .column_inner input#searchsubmit {
    float: right;
    padding: 0;
    width: 7%;
}

@media screen and (max-device-width: 640px) and (orientation: portrait) {
    .woocommerce div.product div.images.woocommerce-product-gallery {
        position: relative;
        width: 100%;
    }

    .woocommerce div.product div.summary {
        width: 100%;
        margin-left: 20px;
    }

    .checkout_page_left {
        width: 100%;
    }

    .checkout_page_right {
        width: 100%;
    }

    .title {
        height: 100px;
    }
}

/* ===============================================
   TESTIMONIALS COMPREHENSIVE FIX
   =============================================== */

/* Make testimonials visible */
.testimonials {
    visibility: visible !important;
}

/* Navigation container - make sure it displays properly */
.testimonials .testimonial_nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Each navigation item */
.testimonials .testimonial_nav li {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 12px 10px !important;
    padding: 0 !important;
    width: 82px !important;
    height: 82px !important;
    overflow: visible !important;
}

/* Link inside navigation item */
.testimonials .testimonial_nav li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 82px !important;
    height: 82px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0.5 !important;
    transition: opacity 0.3s ease !important;
}

.testimonials .testimonial_nav li.active a,
.testimonials .testimonial_nav li a:hover {
    opacity: 1 !important;
}

/* Image holder - FORCE dimensions */
.testimonials .testimonial_nav .testimonial_image_holder,
.testimonial_image_holder {
    display: block !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
}

/* The actual images - FORCE dimensions */
.testimonials .testimonial_nav .testimonial_image_holder img,
.testimonial_image_holder img {
    display: block !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Testimonial text styling */
.testimonial_text_inner {
    background: rgba(20, 20, 40, 0.9) !important;
    border: 1px solid rgba(124, 58, 237, 0.3) !important;
    border-radius: 12px !important;
    padding: 35px !important;
}

.testimonial_text_inner h5,
.testimonial_text_inner p {
    color: #ffffff !important;
}

.testimonial_text_inner .testimonial_name {
    color: #e879f9 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

/* Quote icon fix */
.testimonial_text_inner img[src*="testimonial_quote"] {
    display: inline-block !important;
    width: 40px !important;
    height: auto !important;
    opacity: 0.7 !important;
    margin-bottom: 15px !important;
}

/* Transparent arrow styling */
.testimonials.transparent .transparent_arrow {
    background-image: url('../jaintheme/css/img/testimonials_bottom_line.png') !important;
}

/* Read More Char Fix (Fallback) */
.read_more {
    font-family: inherit !important;
}