.elementor-179 .elementor-element.elementor-element-79d63f46{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-79d63f46 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

.header-category-nav .navbar-nav > li > a {background-color:#;}
.header-category-nav .navbar-nav > li > a :hover{
	background-color:#;
}
/* Hide top header menu icon */
.top-header {
    display: none !important;
}
/* Hide Compare icon everywhere */
.product-compare-wishlist,
.product-compare-wishlist .compare {
    display: none !important;
}
/* Product image border radius */
.woo-product-image img {
    border-radius: 16px !important;
    overflow: hidden;
}
/* Hide header compare icon completely */
.header-compare {
    display: none !important;
}

/* Make category images square with rounded corners */
.elementor-widget-image img {
    width: 100%;
    aspect-ratio: 1 / 1;      /* Keeps it perfect square */
    object-fit: cover;        /* Prevents distortion */
    border-radius: 15px;      /* Curved edges (adjust as needed) */
}

/* Remove circular styling if applied */
.elementor-widget-image img {
    border-radius: 15px !important;
}
/* ===== TOP BANNER ABOVE HEADER (SCROLLS NORMALLY) ===== */

/* Remove default body margin if any */
body {
    margin: 0;
}

.menu-item.menu-item-has-children > a {
    background-color: #1e4c73 !important;
    color: #ffffff !important;
}
.button-primary {
    background-color: #1e4c73 !important;
    border-color: #1e4c73 !important;
    color: #ffffff !important;
}






/* login session */

/* Main Container */
.woocommerce form.login {
    max-width: 420px;
    margin: 50px auto;
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    border: none;
    transition: 0.3s ease;
}

/* Heading */
.woocommerce h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #222;
}

/* Labels */
.woocommerce form.login label {
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

/* Input Fields */
.woocommerce form.login input.input-text {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 0 15px;
    margin-top: 5px;
    transition: all 0.3s ease;
}

/* Input Focus Effect */
.woocommerce form.login input.input-text:focus {
    border-color: #6c63ff;
    box-shadow: 0 0 0 2px rgba(108,99,255,0.15);
    outline: none;
}

/* Password Eye Button */
.password-input button.show-password-input {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

/* Login Button */
.woocommerce form.login button.button {
    width: 100%;
    height: 48px;
    background: linear-gradient(135deg, #6c63ff, #4e46e5);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    transition: all 0.3s ease;
}

/* Button Hover */
.woocommerce form.login button.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(108,99,255,0.3);
}

/* Remember Me */
.woocommerce .woocommerce-form-login__rememberme {
    font-size: 13px;
    color: #666;
}

/* Lost Password */
.woocommerce .lost_password {
    text-align: center;
    margin-top: 15px;
}

.woocommerce .lost_password a {
    color: #6c63ff;
    text-decoration: none;
    font-weight: 500;
}

.woocommerce .lost_password a:hover {
    text-decoration: underline;
}

/* Google Button Fix */
.googlesitekit-sign-in-with-google__frontend-output-button {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 480px) {
    .woocommerce form.login {
        padding: 25px 20px;
    }
}
/* Hide both initially */
#customer_login .u-column1.col-1,
#customer_login .u-column2.col-2 {
    display: none;
}

#customer_login .active-form {
    display: block !important;
}

/* Active form */
#customer_login .active-form {
    display: block !important;
}

/* Center layout */
#customer_login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Form width */
#customer_login .u-column2.col-2,
#customer_login .u-column1.col-1 {
    width: 100%;
    max-width: 500px;
}/* End custom CSS */