/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 2px
}

big {
    font-size: 120%
}

small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

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

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}


:root {
  --theme-color: #007a5e;
  --theme-color-hover: #00604b;

  /* Override the bootstrap primary variables */
  --bs-primary: var(--theme-color);
  --bs-primary-rgb: 0, 122, 94;

  /* Optional: for text classes */
  --bs-primary-text-emphasis: #004837;
}

.btn-primary {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}

.btn-primary:active,
.btn-primary.active {
  background-color: var(--theme-color-hover);
  border-color: var(--theme-color-hover);
}

.text-primary {
  color: var(--theme-color) !important;
}

/* Minimal spacing & style for custom button */
.btn-custom {
  padding: 0.625rem 1.25rem; /* slightly larger padding */
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 0.25rem;
}

.btn-outline-primary {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}

.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: var(--theme-color-hover);
  border-color: var(--theme-color-hover);
  color: #fff;
}

/* === Theme Custom Colors and Typography === */
body {
    background-color: var(--background_color);
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--base_font_size);
    padding-top: 80px;
}

a {
    color: var(--link_color);
    text-decoration: none;
}

a:hover {
    color: var(--accent_color);
}

/* === Custom Header Styling === */
.site-header {
  position: relative;
  z-index: 9999;
  background-color: #fff;
  transition: all 0.3s ease;
}

/* Fixed header style */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.03);
  padding: 15px 0; /* Balanced padding */
}

/* Brand / Logo */
.site-header .navbar-brand {
  font-family: var(--font-family, 'Arial, sans-serif');
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-color, #333);
  text-decoration: none;
  display: flex;
  align-items: center;
}

.site-header .navbar-brand img {
  height: 60px; /* adjust default logo size */
  width: auto;
  transition: height 0.3s ease;
}

@media (min-width: 992px) {
  .site-header .navbar-brand img {
    height: 80px; /* bigger on desktop */
  }
}

.site-header .navbar-brand:hover {
  color: var(--accent-color, #ff0000);
}

/* Navigation Links */
.navbar-nav .nav-link {
  font-family: var(--font-family, 'Arial, sans-serif');
  font-size: var(--base-font-size, 17px);
  font-weight: 700;
  color: var(--text-color, #333);
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--accent-color, #ff0000);
}

.navbar-nav .nav-link[aria-current="page"] {
  color: var(--link-color, #ff0000);
  text-decoration: underline;
}

/* CTA button */
.cta-button {
  background-color: var(--theme-color, #ff0000);
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.cta-button:hover {
  background-color: var(--accent-color, #ff0000);
  color: #fff;
}

/* Navbar toggler */
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Mobile Menu */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: var(--background_color, #ffffff);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 1rem;
    z-index: 9999;
  }

  .navbar-nav .nav-link {
    padding: 0.5rem 0;
    margin: 0;
  }
}


/* FOOTER */

footer {
  background-color: #333;
}

.footer-title {
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: var(--background-color);
}

#site-footer ul {
  padding-left: 0;
  margin: 0;
}

#site-footer li {
  margin-bottom: 0.5rem;
  list-style: none;
}

#site-footer a {
  color: var(--background-color);
  text-decoration: none;
  display: inline-block;
}

#site-footer a:hover {
  text-decoration: underline;
}

body > .bg-light:first-child {
  margin-top: 0 !important;
  padding-top: 1.5rem;
}
 /*Content*/

 .post-content {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #212529;
}

.post-content p {
  margin-bottom: 1.5rem;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.post-content ul,
.post-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.post-content blockquote {
  padding: 1rem 1.25rem;
  margin: 2rem 0;
  background: #f8f9fa;
  border-left: 4px solid #dee2e6;
  font-style: italic;
  color: #495057;
}

.post-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 0.25rem;
}

.post-content a {
  color: var(--accent-color);
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
  color: var(--theme-color);
}

.btn.rounded-circle {
  width: 2.2rem;
  height: 2.2rem;
  padding: 0;
}

.btn.rounded-circle i {
  font-size: 1rem;
}

/* Platform-specific styles */
.facebook {
  background-color: #1877f2;
  color: #fff;
}
.facebook:hover {
  background-color: #0d6efd;
  color: #fff;
}

.twitter {
  background-color: #000;
  color: #fff;
}
.twitter:hover {
  background-color: #333;
  color: #fff;
}

.telegram {
  background-color: #0088cc;
  color: #fff;
}
.telegram:hover {
  background-color: #0077b6;
  color: #fff;
}

.whatsapp {
  background-color: #25d366;
  color: #fff;
}
.whatsapp:hover {
  background-color: #1ebe5d;
  color: #fff;
}


/*COMMENT*/
.btn .btn-comment {
  background-color: blue !important;
  color: #fff;
  border: none;
}

.btn .btn-comment:hover {
  background-color: #00604b !important; /* slightly darker variant */
  color: #fff;
}

.comment-list .reply a {
  font-size: 0.875rem;
  color: #0d6efd;
  text-decoration: none;
}

.comment-list .reply a:hover {
  text-decoration: underline;
}

.logged-in-as{
  margin-bottom: 20px;
}

/* =========================
   Sidebar Search Styling
========================= */
.sidebar .search-form {
  position: relative;
}
.sidebar .search-form .search-field {
  padding: 0.625rem 2.5rem 0.625rem 1rem;
  font-size: 0.95rem;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  width: 100%;
}
.sidebar .search-form .search-submit {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 1rem;
  color: #6c757d;
}
.sidebar .search-form .search-submit:hover {
  color: var(--theme-color);
}

/* =========================
   Widget Headings
========================= */
.sidebar .custom-widget h2,
.sidebar .widget h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.sidebar .custom-widget h2::after,
.sidebar .widget h2::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background-color: var(--accent-color, var(--theme-color));
}

.wp-block-latest-posts li {
  margin-bottom: 15px;
}

.similar-posts .card:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

.similar-posts .card a {
  text-decoration: none;
  color: inherit;
}

.similar-posts .card a:hover {
  color: var(--theme-color); /* optional subtle color shift */
}

.post-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.post-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
}

.nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
  border-color: var(--theme-color);
  color: var(--theme-color) !important;
  background-color: transparent;
}

.nav-tabs .nav-link:hover {
  border-bottom: 2px solid var(--theme-color);
}

/* Better Contact Form 7 styling (within contact-section) */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form input[type="submit"] {
  background-color: var(--bs-primary);
  color: #fff;
  padding: 0.5rem 2rem;
  border: none;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease;
}

.contact-form input[type="submit"]:hover {
  background-color: var(--bs-primary-hover, #00604b);
}
