/*
Theme Name: The Beeline Campus
Theme URI: https://thebeeline.lk
Author: IT Division — The Beeline Campus (Pvt) Ltd
Author URI: https://thebeeline.lk
Description: Custom WordPress theme for The Beeline Campus (Pvt) Ltd — Sri Lanka's most reputed English language institution in the Southern Province since 2006. Includes custom page templates for Home, About, Instructor, Advanced Diploma, Student Success, Gallery, Blog, FAQ, Exam Results, and Contact pages. Features bilingual Sinhala/English content, Google Sheets integration for results lookup, Facebook Pixel support, and full Customizer integration for editing key content without code.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beeline-campus
Tags: education, custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, full-width-template, two-columns, right-sidebar
*/

/* ==========================================================================
   This file contains theme metadata + base CSS reset.
   Main theme styles are in /assets/css/beeline.css
   ========================================================================== */

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  background: #fff;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* WordPress default classes */
.alignleft   { float: left; margin: 0 1.5em 1em 0; }
.alignright  { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption  { max-width: 100%; }
.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 !important; width: 1px; word-wrap: normal !important;
}
.sticky, .gallery-caption, .bypostauthor { display: block; }
