/*!
Theme Name: Ogenix Child theme
Theme URI: https://bracketweb.com/ogenixwp/
Template: ogenix
Author: Layerdrops
Author URI: https://themeforest.net/user/layerdrops
Description: This is a Child theme for Ogenix WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ogenix-child
*/

:root {--ogenix-primary: #ffc700 !important;--ogenix-base: #3b8b2e !important;}

.footer-widget__logo.logo-retina img { background: #fff; padding: 10px 20px; border-radius: 10px; }
.footer-widget__social-box  svg {fill: #fff;width: 15px;}
h2.main-slider-two__sub-title, h2.main-slider-two__title, .main-slider-two__btn-box {visibility: visible;transform: none;opacity: 1;}
form.cart { display: none !important; }
div#enquiry .button { background: var(--ogenix-primary); padding: 10px 50px; color: #000; }
.products .product .product__add-to-cart , .product__all-price , .product__all-review{ display: none; }
section#woocommerce_product_categories-2 h3 { margin: 0px 0 30px; }
.shop-category ul li:hover a{background:none !important;}
.price, .add_to_cart_button{display:none !important;}
div#reviews { display: none; }

.product .product__all-img img {
    height: 350px;
    object-fit: cover;
}
.hot-products__single .hot-products__img img {
    height: 293px;object-fit: cover;
}
.shop-one .row > .col-lg-3 {
    display: none;
}
.shop-one .row > .col-lg-9 {
    width: 100%;
}

.elementor .about-two__img-1 img { height: 520px; object-fit: cover; }
.elementor .about-two__img-2 img { width: 400px !important; }
.hot-products__rating, .deal-one__coundown-box { display: none !important; }
.site-footer__top { padding: 90px 0; }
.footer-widget__gallery-list li{padding-right:0px;}

h1, h2, h3, h4, h5, h6, body, li , span, a, strong , p, div {font-family: "Raleway", Sans-serif !important;}
@media (min-width: 1200px) {
    .container {
        max-width: 1350px !important;
    }
}
@media (max-width: 768px) {
header.main-header-two {display: flex;align-items: center;justify-content: space-between;}
.categories-two .row .col-xl-2 {width: 50% !important;}
}

.categories-two .row .col-xl-2 {width: 25%; } 
.categories-two__single:hover svg {fill: rgb(234 236 233);}
.main-header-two__contact-list li .icon i { font-family: "Font Awesome 5 Free" !important; }
.main-header-two__contact-list li .icon svg { width: 15px; height: 15px; fill: #ffc700; }
.mobile-nav__content .logo-box img { background: #fff; padding: 10px; }

#menu-primary-menu li a, .main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a{text-transform:uppercase;color:#000 !important;font-weight: 700;}
div#comments { display: none; }
.news-one__comment.icon-svg { display: none; }
.main-header-two__social a { background: #ffc700; padding: 7px; border-radius: 50px; }

.hot-products__single:hover img { transform: scale(1.1);transition: .5s all ease-in-out;}
.product-details__content__rating { display: none; }
.product-details__content__text { padding-top: 20px; }
.product-price { display: none !important; }
.page-id-2661  .container .col-xl-4.col-lg-5{display:none;}
.page-id-2661  .container .col-xl-8.col-lg-7 {width: 100%;}
.news-one__bottom { justify-content: center !important; }

#pi-eqw-enquiry-form input.pi-btn.pi-btn-primary.pi-submit-enq-button {background: #ffc700;color: #fff;}
input.pi-form-control { padding: 10px !important; }
.fab { font-family: "Font Awesome 5 Brands" !important; }
.scroll-to-top{bottom:70px !important;}
.mobile-nav__content { background: #3b8b2e; }

.product__showing-result { display: none; }
.hm-products-tab .row.filter-layout {height: auto !important;}
.page-header {padding: 55px 0 46px;}
@media (min-width: 1200px) {
.hm-products-tab .row.filter-layout .col-xl-3{width: 20% !important; position: relative !important; inset: auto !important;}
}
ul.products.columns-4 { height: auto !important;display: flex; flex-wrap: wrap;width: 100% !important; margin: 0px; }
.product__all ul.products li {position: relative !important; inset: auto !important; }
.term-description { margin-bottom: 30px; }


@media (min-width: 1200px) {
    .product__all ul.products li {
        width: 20% !important;
    }
}

.enquiry-btn { display: inline-block; width: auto; min-width: 200px; background-color: #222; /* Change to your brand color */ color: #fff; font-weight: bold; text-transform: uppercase; padding: 12px 25px; border: none; border-radius: 5px; transition: background 0.3s ease; } .enquiry-btn:hover { background-color: #444;color:#fff; }

/* Dark Overlay */
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Darker overlay for focus */
    backdrop-filter: blur(4px); /* Modern blur effect */
    /* Flexbox for perfect centering */
    display: none; 
    align-items: center;
    justify-content: center;
}

/* Modal Box Styling */
.modal-content {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-top: 5px solid #4CAF50; /* Amritdhaan Brand Green */
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Close Button Styling */
.close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    transition: 0.2s;
}
.close:hover { color: #cc0000; }

/* Header Styling */
.modal-content h3 {
    margin-top: 0;
    color: #2e7d32; /* Deep Green */
    font-family: inherit;
    font-weight: 700;
    font-size: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

/* Form Field Improvements */
.enquiry-form input, 
.enquiry-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.enquiry-form label {
    font-weight: 600;
    color: #444;
    margin-bottom: 0px;
    font-size: 13px;
    text-transform: uppercase;
}

/* Button Styling matching the site */
.enquiry-form [type="submit"], .enquiry-btn {
    background-color: #fdb913; /* Brand Yellow/Gold */
    color: #000;
    font-weight: bold;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.enquiry-form [type="submit"]:hover {
    background-color: #e5a80f;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	color:#fff;
}
@media screen and (max-width: 600px) {
    .modal-content {
        padding: 25px 20px; /* Slightly less padding to save space */
        margin: 10px; /* Ensure it doesn't touch screen edges */
    }
    
    .close {
        top: 10px;
        right: 10px;
        padding: 10px; /* Larger hit area for thumbs */
        font-size: 30px;
    }

    .enquiry-form [type="submit"], .enquiry-btn {
        padding: 18px; /* Bigger button for easier clicking */
        font-size: 16px;
    }
	#menu-primary-menu li a, .main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a{color:#fff !important;}
}