/*
Theme Name: GSJ
Theme URI: https://gsj.intentlabs.in/
Description: A hybrid child theme of Twenty Twenty-One
Author: Your Name
Author URI: https://gsj.intentlabs.in/
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kingsway
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Enqueue parent + child theme styles */
.menu-headermenu-container {
    margin-left: auto !important;
}
/* Override WooCommerce's default image sizing */
.woocommerce img, .woocommerce-page img {
    height: auto !important;
    max-width: 100% !important;
}
/* Remove the 384px max-width restriction */
.woocommerce div.product div.images img {
    max-width: none !important;
}
.scrollable-products .product-image {
    max-width: 100% !important;
    object-fit: cover !important;
}
.custom-file-input {
    display: none; /* Hide default input */
}

.custom-file-label {
    background-color: #d33; /* Your theme color */
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    font-weight: 600;
    transition: background 0.3s;
}

.custom-file-label:hover {
    background-color: #b22;
}

.browse-text {
    font-size: 14px;
}

.choose-btn {
    margin-left: 10px;
    font-size: 14px;
    color: #555;
}
.browse-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 20px;
    font-family: inter;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    max-width: 100%;
    gap: 8px;
    background-color: rgba(0, 0, 0, 0.16);
    color: rgba(0, 0, 0, 0.5);
}

.browse-btn {
    display: none; /* Hide default file input */
}

.choose-btn {
    margin-left: 15px;
    font-size: 14px;
    color: #666;
}
.custom-toggler.navbar-toggler {
    border: transparent;
}
/* Set the stroke to green */
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24' /%3E%3C/svg%3E");
    width: 35px;
    height: 40px;
    background-size: 100%;
}
.current_page_item .nav-link {
    color: #ff6600;
}
/* For tablets and smaller devices */
@media (max-width: 768px) {
    .section-padding {
        padding: 40px 0;
    }
}

/* For mobile devices */
@media (max-width: 480px) {
    .section-padding {
        padding: 20px 0;
    }
}