/**
* Theme Name:        avanam-woodisa
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-woodisa
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

/* ===== Register Card ===== */
.custom-register-wrapper {
    max-width: 420px;
    margin: 40px auto;
    padding: 35px 30px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
}

.custom-register-wrapper h2 {
    margin-bottom: 6px;
    font-size: 26px;
    font-weight: 600;
}

.custom-register-wrapper .subtitle {
    font-size: 14px;
    color: #777;
    margin-bottom: 22px;
}

/* ===== Google Login ===== */
.social-login-wrapper {
    margin-bottom: 18px;
}

.social-login-wrapper .nsl-container {
    width: 100%;
}

.social-login-wrapper .nsl-button {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
}

/* ===== OR Divider ===== */
.or-divider {
    margin: 16px 0;
    font-size: 13px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 10px;
}

.or-divider::before,
.or-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}

/* ===== Form Fields ===== */
.custom-register-form {
    text-align: left;
}

.custom-register-form .form-group {
    margin-bottom: 16px;
}

.custom-register-form label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
}

.custom-register-form input {
    width: 100%;
    height: 46px;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}

.custom-register-form input:focus {
    border-color: #000;
    outline: none;
}

/* ===== Submit Button ===== */
.register-btn {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    border: none;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.register-btn:hover {
    background: #222;
}

.industry-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* One list item */
.industry-item {
    display: flex;
    gap: 16px;
}

/* LEFT IMAGE (Default Layout) */
.industry-item img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 0px;
    flex-shrink: 0;
}

/* RIGHT TEXT WRAPPER */
.industry-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* TITLE */
.industry-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

/* VIEW LINK */
.industry-info a {
    font-size: 15px;
    font-weight: 500;
    color: #1a73e8;
    text-decoration: none;
}

.industry-info a:hover {
    text-decoration: underline;
}

/* ===== RIGHT SIDE FLIP FIX ===== */
/* ONLY affects the right industries section */
.industry-list.right-layout .industry-item {
    flex-direction: row-reverse;
}

/* ===== RESPONSIVE (MOBILE & TABLET) ===== */
@media (max-width: 768px) {

    .industry-item {
        gap: 14px;
    }

    .industry-item img {
        width: 70px;
        height: 70px;
    }

    .industry-info h4 {
        font-size: 16px;
    }

    .industry-info a {
        font-size: 14px;
    }

    /* On mobile keep normal order even for right section */
    .industry-list.right-layout .industry-item {
        flex-direction: row;
    }
}


/*  css for catg. circle*/
/* Category image wrapper */

/* Hide sales / purchase notification popup */
.tmc-notification {
    display: none !important;
}
