/*
Theme Name: AlgorithusTheme
Theme URI: https://example.com/algorithustheme
Author: Your Name
Author URI: https://example.com
Description: A WordPress theme for FuelMitra - Smart Petrol Pump Management
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: algorithustheme
*/

body {
    font-family: 'Roboto', sans-serif;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav li {
    margin: 0;
}

nav a {
    text-decoration: none;
}

nav.hidden.md\:flex li:not(:last-child)::after {
    content: '|';
    margin-left: 2rem;
    margin-right: 2rem;
    color: #cbd5e1;
}

#mobile-menu li {
    border-bottom: 1px solid #f1f5f9;
}

#mobile-menu li:last-child {
    border-bottom: none;
}

header nav.hidden.md\:flex .current-menu-item a span,
header nav.hidden.md\:flex .current_page_item a span {
    color: #fb620f !important;
    font-weight: 700;
}

#mobile-menu .current-menu-item a span,
#mobile-menu .current_page_item a span {
    background-color: #fb620f !important;
    color: white !important;
    border-radius: 0.5rem;
}

#scrollTop {
    height: 50px;
    width: 50px;
}

#scrollTop.show {
    opacity: 1;
    visibility: visible;
}

.faq-item.active .faq-question span.material-symbols-outlined {
    transform: rotate(180deg);
}

.faq-question span.material-symbols-outlined {
    transition: transform 0.3s;
}

.owl-carousel .owl-stage {
    padding: 20px 0;
}

.testimonial-slide {
    height: 100%;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}

.hero-heading {
    font-size: 2.5rem !important;
}

.hero-heading span {
    display: inline-block;
}

.hero-heading {
    line-height: 1.2 !important;
}

.bg-primary {
    z-index: 9;
}

@media (max-width: 768px) {
    .hero-heading {
        font-size: 2.5rem !important;
        line-height: 1.2 !important;
    }
}

@media (max-width: 480px) {
    .hero-heading {
        font-size: 2rem !important;
        line-height: 1.2 !important;
    }
}

/* Pricing Card Scale Fix */
@media (max-width: 767px) {
    .pricing-card-featured {
        transform: scale(1) !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}


/* ========================================================
   Hindi Translation Display Fixes
   ======================================================== */

/* Force Navigation Menu to never wrap to a new line, lower text size slightly to fit, and drastically reduce horizontal gaps */
html.fuelmitra-lang-hi nav.hidden.md\:flex li:not(:last-child)::after {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}

html.fuelmitra-lang-hi nav.hidden.md\:flex a {
    white-space: nowrap !important;
    font-size: 14px !important;
}

html.fuelmitra-lang-hi .btn-demo,
html.fuelmitra-lang-hi .btn-download {
    white-space: nowrap !important;
}

html.fuelmitra-lang-hi header .flex.items-center.gap-3 {
    gap: 0.5rem !important;
}