/*
Theme Name: NITDIGITAL Custom Theme
Theme URI: https://nitdigital.in/
Author: Nitin Mehra
Author URI: https://nitdigital.in/
Description: A professional, data-driven SEO agency WordPress theme for NITDIGITAL — featuring a fully canvas-editable layout, drag-and-drop section reordering, live Customizer preview, testimonial submission popup, and comprehensive database-backed content management.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
License URI: https://nitdigital.in/
Text Domain: nitdigital
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, rtl-language-support, full-width-template, one-column, two-columns, flexible-header, editor-style, theme-options
*/

/* ==========================================================================
   Founder Heading Contrast Enforcements (Task 2)
   ========================================================================== */
/* Enforce High-Contrast Light Mode */
:root body:not(.dark) .founder-name,
:root html:not(.dark) .founder-name,
body:not(.dark) h2.founder-name,
body:not(.dark) h3.founder-name,
:root body:not(.dark-mode) .founder-name,
:root html:not(.dark-mode) .founder-name,
body:not(.dark-mode) h2.founder-name,
body:not(.dark-mode) h3.founder-name,
.founder-name,
.founder-heading,
.founder-title,
.nitdigital-founder-name-val {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    opacity: 1 !important;
    text-shadow: none !important;
    filter: none !important;
    transform: none !important;
}

/* Preserve Crisp Dark Mode */
:root body.dark .founder-name,
:root html.dark .founder-name,
body.dark h2.founder-name,
body.dark h3.founder-name,
:root body.dark-mode .founder-name,
:root html.dark-mode .founder-name,
body.dark-mode h2.founder-name,
body.dark-mode h3.founder-name,
body.dark-mode .founder-name,
body.dark-mode .founder-heading,
body.dark-mode .founder-title,
body.dark-mode .nitdigital-founder-name-val {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
}

/* ==========================================================================
   Contact Cards Surgical Alignment (3-Column Uniform Distribution)
   ========================================================================== */
#contact-content .contact-card,
#contact-content .contact-info-card,
#contact .contact-card,
#contact .contact-info-card,
.contact-card,
.contact-info-item,
.contact-info-card {
    display: grid !important;
    grid-template-columns: 52px minmax(75px, 85px) 1fr !important;
    align-items: center !important;
    gap: 12px !important;
}

/* Column 1: Icon container centered */
.contact-card .icon-box,
.contact-info-item .icon-wrapper,
.contact-card .contact-info-icon {
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
}

/* Column 2: Label (Address, Email, Phone) strictly aligned */
.contact-card .contact-label,
.contact-card h4,
.contact-card .card-title,
.contact-card .contact-info-title {
    margin: 0 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    text-align: left !important;
}

/* Column 3: Value/Link aligned left with clear baseline */
.contact-card .contact-value,
.contact-card p,
.contact-card a {
    margin: 0 !important;
    text-align: left !important;
    word-break: break-word !important;
    line-height: 1.4 !important;
}


