body{
background-color: rgb(27, 27, 27);
font-family: Raleway,sans-serif;
font-size: 14px;
line-height: 1.6;
color: #EEE !important;
}

/* Featured Tools Dark Mode Variables */
:root {
    --primary-color: #4A6BB5;
    --primary-hover: #667eea;
    --card-bg: rgba(49, 46, 44, 0.95);
    --bg-primary: #333030;
    --bg-secondary: #312e2c8f;
    --text-primary: #EEE;
    --text-secondary: #dddada;
    --border-color: rgba(74, 107, 181, 0.3);
    --input-bg: rgba(58, 54, 52, 0.9);
    --result-bg: rgba(49, 46, 44, 0.9);
    --secondary-bg: rgba(58, 54, 52, 0.9);
}

#logo {
    background-image: url(../img/logo1.png);
}

section {
	background-color: #333030;
	z-index: 1;
}
.copyText {
    color: #4A6BB5 ;
}
p {
	color: #eee;
}
#cookieBar_bt {
	text-align: center;
	cursor: pointer;
	padding: 12px;
	background-color: #9F9A9A;
	color: #000;
	vertical-align: middle;
}
.workMain div {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #312e2c8f;
}
.card {
	background: #312e2c8f;
	width: 300px;
	display: inline-block;
	margin: auto;
	border-radius: 19px;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
	z-index: 9999;
}
footer svg {
    fill: #4A6BB5 ;
}
footer p {
	text-align: center;
	color: #dddada;
}
.heart {
    color: #4A6BB5 ;
}

footer {
	background-image: url("../img/pattern.png");
	background-repeat: repeat;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 250px;
	z-index: -3;
	background-color: #4A4A4A;
}
.darkMode {
	position: absolute;
	right: 25px;
	bottom: 55px;
	color: #4A6BB5;
}
.gradient {

    background: #333 ;

    background: -webkit-linear-gradient(to /*bottom*/ right, #000000  0%, #4A4A4A 100%);
    background: -o-linear-gradient(to /*bottom*/ right, #000  0%, #4A4A4A 100%);
    background: -moz-linear-gradient(to /*bottom*/ right, #000  0%, #4A4A4A 100%);
    background: linear-gradient(to /*bottom*/ right, #000  0%, #4A4A4A 100%);

}
.sub {
	color: #EEE;
}
.card {
	background-color: #d5d5d5;
}
.portfolio-desc span {
	color: #eee;
}
.circ h3 {
	margin: 20px 0 0;
	min-height: 50px;
	font-size: 1.1em;
	color: #eee;
}

@media (max-width: 767px) {
    .lang a {
        color: #4A6BB5 ;
    }
}

.color, .title, section a:link, section a:visited, .menu.menuActive .active {
    color: #4A6BB5 ;
}

.border {
    border-color: #4A6BB5 ;
}

form input[type="submit"]:hover, form button:hover, .img:hover {
    background-color: #4A6BB5 ;
}

form input[type="text"]:focus, form textarea:focus {
    border-color: #4A6BB5 ;
    box-shadow: 0px 1px 0 #4A6BB5 ;
}

form input[type="email"]:focus, form textarea:focus {
    border-color: #4A6BB5 ;
    box-shadow: 0px 1px 0 #4A6BB5 ;
}

form input[type="submit"], form button, .img {
    border-color: #4A6BB5 ;
    color: #4A6BB5 ;
}

.slick-next {
    border-top: 1.5px solid #4A6BB5 ;
    border-right: 1.5px solid #4A6BB5 ;
}

.slick-prev {
    border-top: 1.5px solid #4A6BB5 ;
    border-left: 1.5px solid #4A6BB5 ;
}

form input[type="text"], form input[type="email"], form textarea {
    width: 100%;
    line-height: 18px;
    padding: 8px 2px;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-family: inherit;
    letter-spacing: 1px;
    background: none;
    border-style: solid;
    border-color: #999;
    border-width: 0 0 1px 0;
    color: #607d8b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
    -webkit-transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, -webkit-box-shadow linear 0.4s;
    transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, -webkit-box-shadow linear 0.4s;
    transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
    transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s, -webkit-box-shadow linear 0.4s;
    font-weight: 300;
}

.card_unit-description {
    color: #4A6BB5;
}
/* NetPack Tools Dark Mode Styles */

/* Tools section background */
.tools-section {
    background-color: #333030;
}

/* Category titles */
.category-title {
    color: #EEE !important;
}

.category-title i {
    color: #4A6BB5 !important;
}

/* Tool cards */
.tool-card {
    background: #312e2c8f !important;
    color: #EEE !important;
}

.tool-card h3 {
    color: #EEE !important;
}

.tool-card p {
    color: #dddada !important;
}

.tool-card:hover {
    background: #3a3634 !important;
}

/* Modal content */
.modal-content {
    background: #333030 !important;
    color: #EEE !important;
}

.tool-interface h2 {
    color: #EEE !important;
}

.tool-interface h3 {
    color: #4A6BB5 !important;
}

.tool-interface p {
    color: #dddada !important;
}

/* Form elements */
.input-group label {
    color: #EEE !important;
}

.input-group input,
.input-group textarea,
.input-group select {
    background: #312e2c8f !important;
    border-color: #666 !important;
    color: #EEE !important;
}

.input-group select option {
    background: #312e2c8f !important;
    color: #EEE !important;
}

/* File upload areas */
.file-upload {
    background: #312e2c8f !important;
    border-color: #4A6BB5 !important;
    color: #EEE !important;
}

.file-upload p {
    color: #dddada !important;
}

.file-upload i {
    color: #4A6BB5 !important;
}

/* Result areas */
.result-area {
    background: #312e2c8f !important;
    border-color: #666 !important;
    color: #EEE !important;
}

/* Ad containers */
.ad-container .ad-placeholder {
    background: #312e2c8f !important;
    border-color: #666 !important;
    color: #dddada !important;
}

/* Color picker specific */
.color-preview {
    border-color: #666 !important;
}

/* Progress bars */
.progress {
    background: #312e2c8f !important;
}

/* Tools header */
.tools-header {
    background: linear-gradient(135deg, #4A6BB5 0%, #333030 100%) !important;
}

/* Ensure all text in tools section is visible */
.tools-section * {
    color: inherit;
}

.tools-section h1,
.tools-section h2,
.tools-section h3,
.tools-section h4,
.tools-section h5,
.tools-section h6 {
    color: #EEE !important;
}

.tools-section p,
.tools-section span,
.tools-section div {
    color: #dddada !important;
}
/* NetPack Tools Dark Mode Styles */
.tools-promo {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 50%, #4a5568 100%) !important;
}

.tools-promo::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid-dark" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid-dark)"/></svg>') !important;
}

.tools-brand {
    color: #EEE !important;
}

.tools-subtitle {
    color: #4A6BB5 !important;
}

.tools-description {
    color: #EEE !important;
}

.highlight-text {
    color: #4A6BB5 !important;
}

.stat-item {
    color: #EEE !important;
}

.stat-number {
    color: #4A6BB5 !important;
}

.stat-label {
    color: #dddada !important;
}

.tool-preview-card {
    background: rgba(49, 46, 44, 0.9) !important;
    border: 1px solid rgba(74, 107, 181, 0.2) !important;
}

.tool-preview-card::before {
    background: linear-gradient(90deg, #4A6BB5, #333030, #4A6BB5) !important;
}

.tool-preview-card:hover {
    background: rgba(49, 46, 44, 1) !important;
}

.card-icon i {
    background: linear-gradient(135deg, #4A6BB5, #667eea) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.tool-preview-card h3 {
    color: #EEE !important;
}

.tool-preview-card p {
    color: #dddada !important;
}

.card-highlight {
    background: linear-gradient(90deg, transparent, #4A6BB5, transparent) !important;
}

.tools-cta-button {
    background: linear-gradient(135deg, #4A6BB5, #667eea) !important;
    color: #EEE !important;
    box-shadow: 0 8px 30px rgba(74, 107, 181, 0.4) !important;
}

.tools-cta-button:hover {
    background: linear-gradient(135deg, #667eea, #4A6BB5) !important;
    color: #EEE !important;
    box-shadow: 0 15px 40px rgba(74, 107, 181, 0.6) !important;
}

/* Responsive adjustments for dark mode */
@media (max-width: 768px) {
    .tools-title {
        font-size: 2.5em !important;
    }
    
    .tools-description {
        font-size: 1.1em !important;
    }
    
    .stat-number {
        font-size: 2em !important;
    }
}

/* Enhanced Dark Mode Styles */

/* Header Dark Mode */
.centerHeader h1 {
    color: #EEE !important;
}

.centerHeader .creative {
    color: #4A6BB5 !important;
}

.h2-subtitle {
    color: #dddada !important;
}

/* About Section Dark Mode */
#about {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%) !important;
}

#about::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid-light-dark" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(74,107,181,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid-light-dark)"/></svg>') !important;
}

#about .title {
    background: linear-gradient(135deg, #4A6BB5, #667eea) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

#about p {
    color: #dddada !important;
}

.circ li {
    background: rgba(49, 46, 44, 0.9) !important;
    border: 1px solid rgba(74, 107, 181, 0.2) !important;
}

.circ li::before {
    background: linear-gradient(90deg, #4A6BB5, #667eea, #764ba2) !important;
}

.circ li:hover {
    background: rgba(49, 46, 44, 1) !important;
}

.ch-item {
	background-color: rgba(82, 121, 208, 0.51) !important;
}

.circ h3 {
    color: #EEE !important;
}

.circ .sub {
    color: #dddada !important;
}

/* In-House Section Dark Mode */
#In-House {
    background: linear-gradient(135deg, #0f1419 0%, #1a202c 50%, #2d3748 100%) !important;
}

#In-House::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid-inhouse-dark" width="15" height="15" patternUnits="userSpaceOnUse"><path d="M 15 0 L 0 0 0 15" fill="none" stroke="rgba(74,107,181,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid-inhouse-dark)"/></svg>') !important;
}

.card {
    background: rgba(49, 46, 44, 0.95) !important;
    border: 1px solid rgba(74, 107, 181, 0.2) !important;
}

.card:hover {
    background: rgba(49, 46, 44, 1) !important;
}

.card_image::before {
    background: linear-gradient(45deg, rgba(74, 107, 181, 0.2), rgba(102, 126, 234, 0.2)) !important;
}

.card_unit-name {
    color: #EEE !important;
}

.card_unit-name a {
    color: #4A6BB5 !important;
}

.card_unit-name a:hover {
    color: #667eea !important;
}

.card_unit-description {
    color: #dddada !important;
}

/* Work Section Dark Mode */
#Work {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%) !important;
}

#Work::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid-work-dark" width="25" height="25" patternUnits="userSpaceOnUse"><path d="M 25 0 L 0 0 0 25" fill="none" stroke="rgba(74,107,181,0.08)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid-work-dark)"/></svg>') !important;
}

#Work .title {
    background: linear-gradient(135deg, #4A6BB5, #667eea) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

#Work p {
    color: #dddada !important;
}

.workMainImg {
    background-color: rgba(49, 46, 44, 0.95) !important;
    border: 1px solid rgba(74, 107, 181, 0.2) !important;
}

.workMainImg::before {
    background: linear-gradient(90deg, #4A6BB5, #667eea, #764ba2) !important;
}

.workMainImg:hover {
    background-color: rgba(49, 46, 44, 1) !important;
}

.portfolio-overlay {
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%) !important;
}

.portfolio-desc {
    background: rgba(49, 46, 44, 0.95) !important;
    margin: -1px;
}

.portfolio-desc h3 {
    color: #EEE !important;
}

.portfolio-desc h3 a {
    color: #4A6BB5 !important;
}

.portfolio-desc h3 a:hover {
    color: #667eea !important;
}

.portfolio-desc span {
    color: #dddada !important;
}

.preview-button {
    color: #4A6BB5 !important;
}

.preview-button:hover {
    color: #667eea !important;
}

/* Contact Section Dark Mode */
#Contact {
    background: linear-gradient(135deg, #0f1419 0%, #1a202c 50%, #2d3748 100%) !important;
}

#Contact::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid-contact-dark" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(74,107,181,0.08)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid-contact-dark)"/></svg>') !important;
}

.mail {
    background: rgba(49, 46, 44, 0.95) !important;
    border: 1px solid rgba(74, 107, 181, 0.2) !important;
}

.mail input,
.mail textarea {
    background: rgba(58, 54, 52, 0.9) !important;
    border: 2px solid rgba(74, 107, 181, 0.3) !important;
    color: #EEE !important;
}

.mail input::placeholder,
.mail textarea::placeholder {
    color: #dddada !important;
}

.mail input:focus,
.mail textarea:focus {
    background: rgba(58, 54, 52, 1) !important;
    border-color: #4A6BB5 !important;
    box-shadow: 0 0 20px rgba(74, 107, 181, 0.3) !important;
}

.mail input[type="submit"] {
    background: linear-gradient(135deg, #4A6BB5, #667eea) !important;
    color: #EEE !important;
}

.mail input[type="submit"]:hover {
    background: linear-gradient(135deg, #667eea, #4A6BB5) !important;
    box-shadow: 0 10px 30px rgba(74, 107, 181, 0.5) !important;
}

/* Footer Dark Mode */
footer {
    background: linear-gradient(135deg, #0a0e13 0%, #1a202c 100%) !important;
}

footer::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid-footer-dark" width="30" height="30" patternUnits="userSpaceOnUse"><path d="M 30 0 L 0 0 0 30" fill="none" stroke="rgba(74,107,181,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid-footer-dark)"/></svg>') !important;
}

footer ul li a:hover svg {
    filter: drop-shadow(0 5px 15px rgba(74, 107, 181, 0.6)) !important;
}

/* Enhanced Border Styles */
.border_netpack {
    background: linear-gradient(90deg, transparent, #4A6BB5, transparent) !important;
    height: 3px !important;
    margin: 20px auto !important;
    width: 100px !important;
    border-radius: 2px !important;
}

/* Enhanced Error States */
.mail input.error,
.mail textarea.error {
    border-color: #e53e3e !important;
    box-shadow: 0 0 20px rgba(229, 62, 62, 0.3) !important;
}

/* Success Message */
#form_send_msg {
    color: #4A6BB5 !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-top: 20px !important;
}
/* Header Stats Dark Mode */
.header-stats .stat-item {
    color: #EEE !important;
}

.header-stats .stat-number {
    color: #4A6BB5 !important;
}

.header-stats .stat-label {
    color: #dddada !important;
}
/* Tools Page Dark Mode */
.tools-header {
    background: linear-gradient(135deg, #0f1419 0%, #1a202c 50%, #2d3748 100%) !important;
}

.tools-header::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid-tools-dark" width="15" height="15" patternUnits="userSpaceOnUse"><path d="M 15 0 L 0 0 0 15" fill="none" stroke="rgba(74,107,181,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid-tools-dark)"/></svg>') !important;
}

.tools-header .tools-brand {
    color: #EEE !important;
}

.tools-header .creative {
    color: #4A6BB5 !important;
}

.tools-header .h2-subtitle {
    color: #dddada !important;
}

.tools-hero-stats .stat-item {
    color: #EEE !important;
}

.tools-hero-stats .stat-number {
    color: #4A6BB5 !important;
}

.tools-hero-stats .stat-label {
    color: #dddada !important;
}

.tools-section {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%) !important;
    margin-bottom: 200px;
}

.tools-section::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid-tools-section-dark" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(74,107,181,0.08)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid-tools-section-dark)"/></svg>') !important;
}

.category-title {
    background: linear-gradient(135deg, #4A6BB5, #667eea) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.category-title i {
    color: #4A6BB5 !important;
}

.tool-card {
    background: rgba(49, 46, 44, 0.95) !important;
    border: 1px solid rgba(74, 107, 181, 0.2) !important;
}

.tool-card::before {
    background: linear-gradient(90deg, #4A6BB5, #667eea, #764ba2) !important;
}

.tool-card:hover {
    background: rgba(49, 46, 44, 1) !important;
}

.tool-icon i {
    background: linear-gradient(135deg, #4A6BB5, #0c10e8) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.tool-card h3 {
    color: #EEE !important;
}

.tool-card p {
    color: #dddada !important;
}
/* Modal Dark Mode */
.modal-content {
    background: #2d3748 !important;
}

.close {
    color: #4A6BB5 !important;
    background: rgba(45, 55, 72, 0.9) !important;
}

.close:hover {
    color: #667eea !important;
    background: rgba(45, 55, 72, 1) !important;
}


/* VAT Calculator Dark Mode */
.vat-mode-btn,
.vat-region-btn,
.vat-rate-btn {
    background: #2d2d2d !important;
    border-color: #4a4a4a !important;
    color: #eee !important;
}

.vat-mode-btn:hover,
.vat-region-btn:hover,
.vat-rate-btn:hover {
    background: #3a3a3a !important;
    color: #fff !important;
}

.vat-mode-btn.active,
.vat-region-btn.active,
.vat-rate-btn.active {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    color: white !important;
    border-color: #667eea !important;
}

.vat-mode-btn.active:hover,
.vat-region-btn.active:hover,
.vat-rate-btn.active:hover {
    background: linear-gradient(135deg, #7a8ef5, #8659b8) !important;
    color: white !important;
}

/* Invoice Generator Dark Mode */
.invoice-generator .legal-disclaimer {
    background: #1a1410 !important;
    border-color: #ffc107 !important;
}

.invoice-generator .legal-disclaimer i {
    color: #ffeb3b !important;
}

.invoice-generator .legal-disclaimer strong,
.invoice-generator .legal-disclaimer p {
    color: #fff9c4 !important;
}

.invoice-generator .info-box {
    background: #0d1a26 !important;
    border-color: #2196f3 !important;
}

.invoice-generator .info-box i {
    color: #64b5f6 !important;
}

.invoice-generator .info-box p,
.invoice-generator .info-box ul,
.invoice-generator .info-box ol {
    color: #f5f5f5 !important;
}

.invoice-generator .info-box strong {
    color: #bbdefb !important;
}

.invoice-generator .invoice-totals {
    background: #1a1a1a !important;
}

.invoice-generator .totals-row {
    border-bottom-color: #444 !important;
    color: #f5f5f5 !important;
}

.invoice-generator .total-row {
    border-top-color: #444 !important;
    color: #f5f5f5 !important;
}

.invoice-generator .invoice-items-table th {
    background: #1a1a1a !important;
    color: #fff !important;
    border-bottom-color: #444 !important;
}

.invoice-generator .invoice-items-table td {
    border-bottom-color: #444 !important;
    color: #f5f5f5 !important;
}

.invoice-generator .invoice-items-table input {
    background: #0d0d0d !important;
    border-color: #444 !important;
    color: #fff !important;
}

.invoice-generator .currency-btn {
    background: #2a2a2a !important;
    border-color: #444 !important;
    color: #fff !important;
}

.invoice-generator .currency-btn:hover {
    border-color: #667eea !important;
    background: #3a3a4a !important;
}

.invoice-generator .currency-btn.active {
    border-color: #667eea !important;
    background: #667eea !important;
    color: white !important;
}


/* =============================================================================
   TOOL-SPECIFIC DARK MODE FIXES
   ============================================================================= */

/* ALL textareas in tools - force dark background */
.tool-interface textarea,
.result-area textarea,
#jsonInput,
#formattedJSON,
#cssInput,
#cssOutput,
#jwtInput,
#base64TextInput,
#base64Output,
#hexInput,
#hexOutput,
#urlInput,
#urlOutput,
#htmlInput,
#htmlOutput,
#hashInput,
#generatedLorem,
#tokenInput {
    background: #312e2c8f !important;
    background-color: #312e2c8f !important;
    color: #EEE !important;
    border-color: #666 !important;
}

/* ALL inputs in tools */
.tool-interface input[type="text"],
.tool-interface input[type="number"],
.tool-interface input[type="email"],
.tool-interface input[type="url"],
.tool-interface input[type="date"],
.tool-interface select {
    background: #312e2c8f !important;
    background-color: #312e2c8f !important;
    color: #EEE !important;
    border-color: #666 !important;
}

/* Result areas */
.result-area {
    background: #1a1a1a !important;
    background-color: #1a1a1a !important;
    border-color: #444 !important;
}

/* Cards and panels in tools */
.tool-interface .card,
.tool-interface .panel,
.tool-interface .info-box,
.tool-interface .info-card,
.stat-card,
.cost-estimator,
.instruction-card,
.hash-algorithm-card,
.hash-guide-item,
.timestamp-result,
.current-timestamp-display,
.date-result,
.date-calc-options,
.detail-row,
.holiday-item,
.summary-card,
.mortgage-breakdown,
.mortgage-chart,
.cv-editor,
.cv-section,
.cv-item,
.cv-preview,
.cv-document,
.chmod-calculator-interface .permission-group,
.chmod-calculator-interface .result-card,
.subnet-info-card,
.subnet-visual,
.subnet-binary,
.binary-row,
.ip-detail-card,
.revshell-config,
.revshell-output,
.filesig-interface .signature-result,
.filesig-interface .hex-view,
.filesig-interface .file-info,
.ipobf-interface .obfuscation-result,
.ipobf-interface .obf-output,
.ua-parser-interface .ua-result,
.ua-parser-interface .ua-details,
.ua-parser-interface .ua-card,
.favicon-size-preview,
.favicon-format-item {
    background: #1a1a1a !important;
    background-color: #1a1a1a !important;
    border-color: #444 !important;
    color: #EEE !important;
}

/* Pre and code blocks */
.tool-interface pre,
.tool-interface code,
.result-area pre,
.result-area code,
#jwtResult pre,
#jwtResult code,
.code-snippet,
.code-snippet code {
    background: #312e2c8f !important;
    background-color: #312e2c8f !important;
    color: #EEE !important;
}

/* JWT Result - override inline styles */
#jwtResult > div,
#jwtResult div[style] {
    background: #1a1a1a !important;
    background-color: #1a1a1a !important;
}

/* Font Generator - transparent backgrounds */
.font-card {
    background: transparent !important;
    border-color: #444 !important;
}

.font-preview {
    background: transparent !important;
    color: #EEE !important;
}

.font-name {
    color: #CCC !important;
}

/* Button-like elements */
.shell-type-btn,
.obf-format-btn,
.example-btn,
.encoding-tab,
.chmod-calculator-interface .permission-checkbox {
    background: #312e2c8f !important;
    border-color: #666 !important;
    color: #EEE !important;
}

.encoding-tab.active {
    background: rgba(74, 107, 181, 0.2) !important;
    color: #4A6BB5 !important;
}

/* Tables in tools */
.tool-interface table {
    background: #1a1a1a !important;
    border-color: #444 !important;
}

.tool-interface th {
    background: #252525 !important;
    color: #EEE !important;
    border-color: #444 !important;
}

.tool-interface td {
    background: #1a1a1a !important;
    color: #EEE !important;
    border-color: #444 !important;
}

/* Text colors */
.tool-interface h1,
.tool-interface h2,
.tool-interface h3,
.tool-interface h4,
.tool-interface h5,
.tool-interface label,
.tool-interface strong {
    color: #EEE !important;
}

.tool-interface p,
.tool-interface span,
.tool-interface small,
.tool-interface li {
    color: #CCC !important;
}

/* Hash algorithm card inputs */
.hash-algorithm-card .algo-output input {
    background: #312e2c8f !important;
    color: #EEE !important;
    border-color: #666 !important;
}

/* ==========================================================================
   IP INFO - HACKER THEME
   Terminal green-on-black aesthetic with neon accents
   ========================================================================== */

/* IP Address main card */
.ip-card {
    background: rgba(0, 15, 0, 0.6) !important;
    box-shadow: 0 0 15px rgba(0, 255, 65, 0.05) !important;
    border: 1px solid rgba(0, 255, 65, 0.15) !important;
}

.ip-address-card {
    background: linear-gradient(135deg, #0a1a0a 0%, #0d2818 50%, #0a1a0a 100%) !important;
    border: 1px solid rgba(0, 255, 65, 0.3) !important;
    box-shadow: 0 0 20px rgba(0, 255, 65, 0.1), inset 0 0 30px rgba(0, 255, 65, 0.03) !important;
    position: relative;
    overflow: hidden;
}

.ip-address-card .ip-card-header,
.ip-address-card .ip-card-header h3,
.ip-card-header h3,
.ip-card-header i {
    color: #00ff41 !important;
}

.ip-value {
    color: #00ff41 !important;
    text-shadow: 0 0 10px rgba(0, 255, 65, 0.5), 0 0 20px rgba(0, 255, 65, 0.2) !important;
    font-family: 'Courier New', 'Fira Code', monospace !important;
}

/* Detail cards */
#ipInfoContent .ip-detail-card {
    background: #0a0f0a !important;
    border: 1px solid rgba(0, 255, 65, 0.12) !important;
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.04) !important;
}

#ipInfoContent .ip-detail-card:hover {
    border-color: rgba(0, 255, 65, 0.3) !important;
    box-shadow: 0 0 15px rgba(0, 255, 65, 0.08) !important;
}

#ipInfoContent .detail-icon {
    background: linear-gradient(135deg, #0a2a0a 0%, #0d3d0d 100%) !important;
    border: 1px solid rgba(0, 255, 65, 0.2) !important;
    color: #00ff41 !important;
}

#ipInfoContent .detail-content label {
    color: #4a9e5a !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 11px !important;
}

#ipInfoContent .detail-value {
    color: #00ff41 !important;
    font-family: 'Courier New', monospace !important;
}

#ipInfoContent .user-agent-value {
    background: rgba(0, 15, 0, 0.7) !important;
    color: #00ff41 !important;
    border: 1px solid rgba(0, 255, 65, 0.15) !important;
    font-family: 'Courier New', monospace !important;
    text-shadow: 0 0 3px rgba(0, 255, 65, 0.3) !important;
}

#ipInfoContent .ip-additional-info {
    background: transparent !important;
}

#ipInfoContent .info-item label {
    color: #4a9e5a !important;
}

#ipInfoContent .info-item span {
    color: #00ff41 !important;
    font-family: 'Courier New', monospace !important;
}

#ipInfoContent .map-disclaimer {
    color: #4a9e5a !important;
}

#ipInfoContent .ip-map-container h3 {
    color: #00ff41 !important;
}

#ipInfoContent .ip-map {
    border: 1px solid rgba(0, 255, 65, 0.2) !important;
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.05) !important;
}

/* Collapsible section cards */
#ipInfoContent .ip-section-card {
    background: #0a0f0a !important;
    border: 1px solid rgba(0, 255, 65, 0.15) !important;
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.04) !important;
}

#ipInfoContent .ip-section-card:hover {
    border-color: rgba(0, 255, 65, 0.3) !important;
    box-shadow: 0 0 15px rgba(0, 255, 65, 0.08) !important;
}

#ipInfoContent .ip-section-header:hover {
    background: rgba(0, 255, 65, 0.05) !important;
}

#ipInfoContent .ip-section-title i {
    color: #00ff41 !important;
}

#ipInfoContent .ip-section-title h3 {
    color: #00ff41 !important;
    font-family: 'Courier New', monospace !important;
}

#ipInfoContent .ip-section-toggle {
    color: #00ff41 !important;
}

#ipInfoContent .ip-section-body p,
#ipInfoContent .section-desc {
    color: #4a9e5a !important;
}

#ipInfoContent .section-desc a {
    color: #00ff41 !important;
    text-decoration: underline !important;
}

/* Info table rows */
#ipInfoContent .info-table-row {
    border-bottom-color: rgba(0, 255, 65, 0.08) !important;
}

#ipInfoContent .info-table-label {
    color: #4a9e5a !important;
    font-family: 'Courier New', monospace !important;
}

#ipInfoContent .info-table-value {
    color: #00ff41 !important;
    font-family: 'Courier New', monospace !important;
}

#ipInfoContent .info-table-value code {
    background: rgba(0, 255, 65, 0.08) !important;
    color: #00ff41 !important;
    border: 1px solid rgba(0, 255, 65, 0.15) !important;
}

#ipInfoContent .info-table-value .fa-check-circle {
    color: #00ff41 !important;
}

#ipInfoContent .info-table-value .fa-times-circle {
    color: #ff4444 !important;
    text-shadow: 0 0 5px rgba(255, 68, 68, 0.3) !important;
}

/* Leak status */
#ipInfoContent .leak-safe {
    background: rgba(0, 255, 65, 0.08) !important;
    color: #00ff41 !important;
    border: 1px solid rgba(0, 255, 65, 0.2) !important;
}

#ipInfoContent .leak-warning {
    background: rgba(255, 68, 68, 0.1) !important;
    color: #ff6b6b !important;
    border: 1px solid rgba(255, 68, 68, 0.25) !important;
}

/* WebRTC results */
#ipInfoContent .webrtc-ip-item {
    border-bottom-color: rgba(0, 255, 65, 0.08) !important;
}

#ipInfoContent .webrtc-ip-item code {
    background: rgba(0, 255, 65, 0.08) !important;
    color: #00ff41 !important;
    border: 1px solid rgba(0, 255, 65, 0.15) !important;
    font-family: 'Courier New', monospace !important;
}

#ipInfoContent .ip-badge {
    font-family: 'Courier New', monospace !important;
}

#ipInfoContent .ip-badge-private {
    background: rgba(0, 255, 65, 0.1) !important;
    color: #00ff41 !important;
    border: 1px solid rgba(0, 255, 65, 0.2) !important;
}

#ipInfoContent .ip-badge-public {
    background: rgba(255, 68, 68, 0.1) !important;
    color: #ff6b6b !important;
    border: 1px solid rgba(255, 68, 68, 0.2) !important;
}

/* DNS results */
#ipInfoContent .dns-server-item {
    background: rgba(0, 255, 65, 0.04) !important;
    border: 1px solid rgba(0, 255, 65, 0.1) !important;
}

#ipInfoContent .dns-server-ip {
    color: #00ff41 !important;
}

#ipInfoContent .dns-server-ip code {
    background: rgba(0, 255, 65, 0.08) !important;
    color: #00ff41 !important;
    border: 1px solid rgba(0, 255, 65, 0.15) !important;
}

#ipInfoContent .dns-server-details {
    color: #4a9e5a !important;
}

#ipInfoContent .dns-server-details i {
    color: #00ff41 !important;
}

/* Version badge */
#ipInfoContent .ip-version-badge,
.ip-version-badge {
    background: rgba(0, 255, 65, 0.15) !important;
    color: #00ff41 !important;
    border: 1px solid rgba(0, 255, 65, 0.3) !important;
    font-family: 'Courier New', monospace !important;
    text-shadow: 0 0 5px rgba(0, 255, 65, 0.3) !important;
}

/* Loaders */
#ipInfoContent .mini-loader {
    color: #4a9e5a !important;
}

#ipInfoContent .loading-spinner-sm {
    border-color: rgba(0, 255, 65, 0.1) !important;
    border-top-color: #00ff41 !important;
}

#ipLoading .loading-spinner {
    border-color: rgba(0, 255, 65, 0.1) !important;
    border-top-color: #00ff41 !important;
}

#ipLoading p {
    color: #00ff41 !important;
}

/* Buttons */
#ipInfoContent .btn {
    background: rgba(0, 255, 65, 0.1) !important;
    color: #00ff41 !important;
    border: 1px solid rgba(0, 255, 65, 0.3) !important;
    font-family: 'Courier New', monospace !important;
    text-shadow: 0 0 3px rgba(0, 255, 65, 0.2) !important;
}

#ipInfoContent .btn:hover {
    background: rgba(0, 255, 65, 0.2) !important;
    box-shadow: 0 0 15px rgba(0, 255, 65, 0.15) !important;
}

#ipInfoContent #copyIP {
    background: rgba(0, 255, 65, 0.15) !important;
    color: #00ff41 !important;
    border: 1px solid rgba(0, 255, 65, 0.3) !important;
}

/* Scanline overlay */
.ip-address-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(0, 255, 65, 0.015) 2px,
        rgba(0, 255, 65, 0.015) 4px
    );
    pointer-events: none;
    border-radius: 12px;
}

/* Scrollbar */
.mime-types-list::-webkit-scrollbar {
    width: 6px;
}

.mime-types-list::-webkit-scrollbar-track {
    background: rgba(0, 15, 0, 0.5);
}

.mime-types-list::-webkit-scrollbar-thumb {
    background: rgba(0, 255, 65, 0.3);
    border-radius: 3px;
}

.mime-types-list::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 255, 65, 0.5);
}

/* Subtitle */
.ip-tool-subtitle {
    color: #4a9e5a !important;
    font-family: 'Courier New', monospace !important;
}
