/*
Theme Name: Dynamic Fiber Solution
Theme URI: https://kkrfgroup.com
Author: KKRF Group
Author URI: https://kkrfgroup.com
Description: Dynamic Fiber Solution — Fiber Internet & IPTV Provider in Badarpur, Delhi. Fully customizable WordPress theme with dynamic pricing, contact settings, and blog management.
Version: 1.0.0
Text Domain: dfs
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ===== Pricing Card Terms Text ===== */
.terms-text {
    font-size: 11px;
    color: #999;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 1.4;
}
@media (max-width: 575px) {
    .terms-text { font-size: 10px; }
}

/* ===== Mobile Responsive — Reduced Font Sizes ===== */
@media (max-width: 991px) {
    h1, .h1 { font-size: 32px !important; line-height: 1.2 !important; }
    h2, .h2 { font-size: 26px !important; line-height: 1.3 !important; }
    h3, .h3 { font-size: 22px !important; }
    h4, .h4 { font-size: 18px !important; }
    h5, .h5 { font-size: 15px !important; }
    h6, .h6 { font-size: 14px !important; }
    p, li, a, span, td, th, label { font-size: 14px !important; }
    .section-title h2 { font-size: 26px !important; }
    .hero-content h1 { font-size: 32px !important; }
    .counter-number, .counter-text h2 { font-size: 36px !important; }
}
@media (max-width: 767px) {
    h1, .h1 { font-size: 26px !important; }
    h2, .h2 { font-size: 22px !important; }
    h3, .h3 { font-size: 19px !important; }
    p, li, span { font-size: 13px !important; }
    .price-number { font-size: 34px !important; }
    .footer-bottom p, .footer-menu li a { font-size: 11px !important; }
}
@media (max-width: 575px) {
    h1, .h1 { font-size: 22px !important; }
    h2, .h2 { font-size: 19px !important; }
    p, li, span { font-size: 12px !important; }
    .price-number { font-size: 28px !important; }
}

/* ===== OTT Brand Logos ===== */
.brand-wrapper .brand-image {
    filter: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 20px !important;
    height: 100px !important;
}
.brand-wrapper .brand-image img {
    width: auto !important;
    max-width: 150px !important;
    height: 70px !important;
    object-fit: contain !important;
    border-radius: 6px !important;
}

/* ===== Admin Bar Fix ===== */
.header-top-section { margin-top: 0; }
