/*
Theme Name: Bd Online Systems
Theme URI: https://bdonlinesystems.com/
Author: Antigravity Team
Author URI: https://deepmind.google/
Description: A modern, premium, lightweight, mobile-responsive WordPress theme custom-built for Bd Online Systems ISP website, fully compatible with Elementor Page Builder.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bd-online-systems
Tags: custom-menu, featured-images, full-width-template, flexible-header, translation-ready, elementor

This theme is designed to work out-of-the-box with Elementor. Add custom pages using Elementor, or use default pages.
*/

/* WordPress fallback content styles. Main site styling is in assets/style.css. */
.site-main {
  min-height: 55vh;
}

.entry-title a {
  color: inherit;
}

.entry-content,
.page-content {
  color: var(--text-secondary, #475569);
}

.entry-content > * + *,
.page-content > * + * {
  margin-top: 1rem;
}

.entry-content ul,
.entry-content ol,
.page-content ul,
.page-content ol {
  margin-left: 1.5rem;
  list-style-position: outside;
}

.entry-content ul,
.page-content ul {
  list-style-type: disc;
}

.entry-content ol,
.page-content ol {
  list-style-type: decimal;
}

.entry-content img,
.page-content img,
.wp-caption {
  max-width: 100%;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0;
}

.alignright {
  float: right;
  margin: 0 0 1rem 1.5rem;
}

.wp-caption-text,
.gallery-caption {
  color: var(--text-muted, #94a3b8);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  clip: auto;
  clip-path: none;
  color: #0f172a;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 0.5rem;
  padding: 0.75rem 1rem;
  top: 0.5rem;
  width: auto;
  z-index: 100000;
}
