/*
Theme Name: InfoPixal-child
Author: InfoPixal
Author URI: http://infopixal.com/
Description: We understand that businesses today heavily rely on seamless technology to remain productive and competitive, and we precisely ensure that. Here, we share a passion for technology and we love challenges. Our selective team of tech experts has years of experience in website development, software & application development, technology implementation and strategic consulting, as well as proactive support in e-commerce development. We will be there with you from start to finish providing you the best and productive experience with timely delivery of projects & after sales services too; no job is big or small for us.
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* ==========================================================================
   SINGLE LINE MENU ITEM REDESIGN - GLOBAL COMPONENT 
   Use class "interactive-menu-item" alongside "menu-item" for global use,
   or shortcode [interactive_menu_item]
   ========================================================================== */
.menu-item.interactive-menu-item,
.panipuri-wrapper .menu-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(252, 163, 17, 0.3);
    padding: 8px 12px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-bottom: 15px; /* Spacing when stacked outside template */
}

.panipuri-wrapper .menu-item {
    margin-bottom: 0; /* Remove bottom margin inside panipuri template */
}

.menu-item.interactive-menu-item:hover, 
.menu-item.interactive-menu-item.active,
.panipuri-wrapper .menu-item:hover, 
.panipuri-wrapper .menu-item.active {
    background: rgba(252, 163, 17, 0.15);
    border-color: #fca311;
    transform: translateX(8px);
    box-shadow: 0 5px 15px rgba(252, 163, 17, 0.2);
}

.menu-item-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu-thumb {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #222;
}

.menu-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.menu-item-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.price-tag {
    background: #e63946;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    margin: 0;
}

.add-btn {
    background: #fca311;
    color: #111;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
}

.add-btn:hover {
    background: #e6910d;
    transform: scale(1.15);
}

/* ==========================================================================
   MEGA MENU REDESIGN
   ========================================================================== */

/* Mega Menu container */
.menu-item.fmp-premium-mega-menu > .sub-menu {
    padding: 25px 20px !important;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12);
    border: 1px solid #eaeaea;
}

/* Column titles */
.menu-item.fmp-mega-col-title > a {
    font-weight: 700 !important;
    color: #8cc63f !important;
    font-size: 16px !important;
    margin-bottom: 8px !important;
    padding-bottom: 6px !important;
    border-bottom: 2px solid rgba(140, 198, 63, 0.4) !important;
    display: inline-block !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Sub-badges */
.menu-item.fmp-mega-sub-badge > a {
    font-weight: 700 !important;
    color: #444 !important;
    font-size: 12px !important;
    margin-top: 12px !important;
    margin-bottom: 4px !important;
    padding: 0 !important;
    display: block !important;
    letter-spacing: 0.8px;
    opacity: 0.8;
}

/* Product Links */
.menu-item.fmp-mega-product-link {
    margin-bottom: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
}

.menu-item.fmp-mega-product-link > a {
    font-size: 14px !important;
    color: #555 !important;
    padding: 5px 0 !important;
    display: block !important;
    transition: all 0.2s ease !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
}

.menu-item.fmp-mega-product-link > a:hover {
    color: #8cc63f !important;
    padding-left: 6px !important;
    background-color: transparent !important;
}

/* Reduce empty space between columns if theme applies large margins */
.menu-item.fmp-mega-col-title {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* ==========================================================================
   TOP BAR FIXES
   ========================================================================== */
.topbar-left i, 
.top-bar-bg ~ .left-widgets .text-area i,
.topbar-left.underline i {
    margin-right: 8px !important;
}

.topbar-left.underline {
    text-decoration: none !important;
}

/* Align text areas in top bar properly */
.top-bar-bg ~ .left-widgets .text-area {
    display: inline-flex !important;
    align-items: center !important;
}
.top-bar-bg ~ .left-widgets .text-area p {
    margin: 0 !important;
}

/* ==========================================================================
   FOOTER DESIGN & ALIGNMENT - PREMIUM DARK MODE
   ========================================================================== */

/* Main Footer Container */
#footer {
    background-color: #1a1c18 !important; /* Premium dark background */
    color: #e0e0e0 !important;
    padding-top: 60px !important;
    border-top: 4px solid #8cc63f !important; /* Theme green accent line */
    position: relative;
}

/* General footer widget spacing */
#footer .widget {
    margin-bottom: 40px !important;
}

/* Footer Headings */
#footer .widget-title,
#footer h4 {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    margin-bottom: 25px !important;
    padding-bottom: 12px !important;
    position: relative;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background: transparent !important;
    letter-spacing: 1px;
}

#footer .widget-title::before,
#footer h4::before {
    display: none !important;
    border: none !important;
    background: transparent !important;
}

/* Custom underline for headings */
#footer .widget-title::after,
#footer h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #8cc63f; /* Theme green */
    border-radius: 2px;
}

/* Hide theme's native divider if present */
#footer .divider,
#footer .widget-divider,
#footer hr,
#footer .widget-title ~ .divider {
    display: none !important;
}

#footer .widget_presscore-custom-menu-one ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-top: none !important;
}
#footer p, 
#footer .footer-logo-text {
    color: #b0b0b0 !important;
    line-height: 1.8 !important;
    font-size: 14.5px !important;
}

/* Address block */
#footer .address {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
#footer .address i {
    margin-right: 15px;
    margin-top: 4px;
    color: #8cc63f !important;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

/* Contact items */
#footer .contect {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#footer .contect a {
    display: flex !important;
    align-items: center !important;
    color: #b0b0b0 !important;
    text-decoration: none !important;
    font-size: 14.5px;
    transition: all 0.3s ease;
}
#footer .contect a:hover {
    color: #8cc63f !important;
    transform: translateX(5px);
}
#footer .contect a i {
    color: #8cc63f !important;
    font-size: 16px !important;
    margin-right: 15px !important;
    width: 20px;
    text-align: center;
}

/* Custom Menu Lists (Products, Cheese) */
#footer .widget_presscore-custom-menu-one ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
#footer .widget_presscore-custom-menu-one ul li {
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}
#footer .widget_presscore-custom-menu-one ul li:last-child {
    border-bottom: none !important;
}
#footer .widget_presscore-custom-menu-one ul li a {
    color: #b0b0b0 !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 14.5px;
}
#footer .widget_presscore-custom-menu-one ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 12px;
    color: #8cc63f;
    font-size: 12px;
    transition: all 0.3s ease;
}
#footer .widget_presscore-custom-menu-one ul li a:hover {
    color: #ffffff !important;
    padding-left: 8px;
}
#footer .widget_presscore-custom-menu-one ul li a:hover::before {
    margin-right: 15px;
}

/* First Column Logo & Text */
#footer .footer-logo-text {
    margin-top: 25px;
}

/* Bottom Bar (Copyright area) if part of footer */
.footer-bottom, #bottom-bar {
    background-color: #111111 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #888888 !important;
    padding: 20px 0 !important;
}
.footer-bottom a, #bottom-bar a {
    color: #8cc63f !important;
}
.footer-bottom a:hover, #bottom-bar a:hover {
    color: #ffffff !important;
}

/* Social icons in footer */
.footer-social-icons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}
.footer-social-icons .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}
.footer-social-icons .social-icon:hover {
    background: #8cc63f;
    color: #111;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(140, 198, 63, 0.3);
}

/* Fix WPBakery columns overriding styles */
#footer .wpb_column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* ==========================================================================
   NEW HOME PAGE REDESIGN & FRANCHISE PAGE
   ========================================================================== */

/* Hero Section */
.home-hero-section, .franchise-hero-section {
    background-color: #def086 !important;
    background-image: radial-gradient(rgba(140, 198, 63, 0.3) 2px, transparent 2px) !important;
    background-size: 30px 30px !important;
    padding: 100px 0 !important;
    text-align: center;
    border-bottom: 5px solid #8cc63f;
}

/* Features, Reviews, Instagram Sections */
.home-features-section, .home-reviews-section, .home-instagram-section, .franchise-benefits-section, .franchise-contact-section {
    padding: 80px 0 !important;
    background-color: #ffffff !important;
}

.home-reviews-section, .franchise-benefits-section {
    background-color: #f7f9f2 !important; /* Very pale green/grey for contrast */
}

/* Buttons in Hero */
.hero-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.hero-btn {
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}
.hero-btn.primary {
    background-color: #111;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.hero-btn.primary:hover {
    background-color: #8cc63f;
    color: #111 !important;
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(140,198,63,0.3);
}
.hero-btn.secondary {
    background-color: #fff;
    color: #111 !important;
    border: 2px solid #111;
}
.hero-btn.secondary:hover {
    background-color: #111;
    color: #fff !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}


/* Features Section Background Pattern */
.home-features-section {
    background-color: #def086 !important;
    background-image: url('images/why-choose-bg.png') !important;
    background-size: cover !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    text-align: left !important;
}
.home-features-section .uvc-main-heading {
    text-align: left !important;
    margin-bottom: 20px !important;
}
.home-features-section h2 {
    text-align: left !important;
}
.home-features-section .bsf-info-box {
    text-align: left !important;
    background: rgba(255,255,255,0.8);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

