/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/*
Global styles can be maintained here for simplicity.
*/

/* ***** NAVIGATION ***** */

header ul li {
    margin: 0 20px;
}

/* ***** HERO FULL ***** */

.hero-full {
  --hero-full-bg: transparent;
  --hero-full-text: inherit;
  --hero-full-overlay: rgba(0, 0, 0, 0.45);

  position: relative;
  padding: 6rem 0;
  background-color: var(--hero-full-bg, transparent);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--hero-full-text, inherit);
  overflow: hidden;
}

.hero-full::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-full-overlay, rgba(0, 0, 0, 0.45));
  pointer-events: none;
}

.hero-full__inner {
  position: relative;
  z-index: 1;
}

.hero-full__row {
  row-gap: 2rem;
}

.hero-full__content-wrapper {
  display: flex;
  width: 100%;
}

.hero-full__content {
  color: inherit;
  display: flex;
  flex-direction: column;
  /* gap: 1.5rem; */
  max-width: 36rem;
}

.hero-full__heading {
  margin: 0;
  color: inherit;
}

.hero-full__subheading {
  font-size: 1.125rem;
  font-weight: 500;
}

.hero-full__content-body {
  color: inherit;
}

.hero-full__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.section-button,
.sb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: 1px solid currentColor;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.section-button:hover,
.section-button:focus,
.sb-button:hover,
.sb-button:focus {
  color: inherit;
  opacity: 0.8;
}

.hero-full__content a {
  color: inherit;
}

.hero-full__content a:hover,
.hero-full__content a:focus {
  color: inherit;
  opacity: 0.8;
}

@media (min-width: 992px) {
  .hero-full {
    padding: 8rem 0;
  }

  .hero-full__row {
    column-gap: 3rem;
  }

  .hero-full__content-wrapper {
    width: 100%;
    padding-right: 3rem;
  }
}

/* ***** SPLIT SECTION ***** */

.split-section {
  --split-section-bg: transparent;
  --split-section-text: inherit;

  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: var(--split-section-bg, transparent);
}

.split-section__row {
  row-gap: 2rem;
}

.split-section__content-wrapper {
  display: flex;
}

.split-section__content {
  width: 100%;
  color: var(--split-section-text, inherit);
  display: flex;
  flex-direction: column;
  /* gap: 1.25rem; */
}

.split-section__heading {
  margin: 0;
  color: inherit;
}

.split-section__subheading {
  font-size: 1.125rem;
  font-weight: 500;
}

.split-section__content-body {
  color: inherit;
}

.split-section__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.split-section__button {
  border-color: currentColor;
}

.split-section__media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 320px;
}

.split-section__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-section__content a {
  color: inherit;
}

.split-section__content a:hover,
.split-section__content a:focus {
  color: inherit;
  opacity: 0.8;
}

/* ********** MEDIA QUERIES ********** */

@media (max-width: 1199px) {

  .container {
    max-width: 97% !important;
  }

}

@media (min-width: 992px) {
  .split-section__row {
    row-gap: 0;
  }

  .split-section__content-wrapper {
    padding-right: 2rem;
  }

  .split-section--image-left .split-section__content-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}

@media (max-width: 767px) {

  /* SPLIT SECTION CONTENT/MEDIA */
  .split-section__media {
    min-height: initial;
  }

  .split-section__content-wrapper.ps-5 {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }

  .split-section__content-wrapper.pe-5 {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
  }

}

/* ********** FOOTER ********** */

.sb-footer {
  background-color: #111;
  color: #f8f9fa;
}

.sb-footer__top {
  background-color: #181818;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2.5rem 0;
}

.sb-footer__main {
  padding: 3rem 0;
}

.sb-footer__col a {
  color: inherit;
}

.sb-footer__brand .custom-logo-link,
.sb-footer__brand-link {
  display: inline-flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
}

.sb-footer__logo,
.sb-footer__brand img {
  max-width: 180px;
  height: auto;
  display: inline-block;
}

.sb-footer__nav,
.sb-footer__policy-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sb-footer__nav a,
.sb-footer__policy-nav a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}

.sb-footer__nav a:hover,
.sb-footer__nav a:focus,
.sb-footer__policy-nav a:hover,
.sb-footer__policy-nav a:focus {
  opacity: 0.75;
}

.sb-footer__company-name {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.sb-footer h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 1.25rem;
}

.sb-footer ul li {
  font-size: 15px;
}

.sb-footer__address {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
  font-style: normal;
}

.sb-footer__map-link {
  text-decoration: none;
  color: inherit;
  font-size: 0.875rem;
}

.sb-footer__phone a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.sb-footer__social {
  margin: 0;
  padding: 0;
}

.sb-footer__social-icon {
  max-width: 28px;
  height: auto;
  display: block;
}

.sb-footer__sub {
  background-color: #0c0d0e;
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  opacity: .4;
}

.sb-footer__sub ul li a {
  font-size: 0.875rem;
  opacity: .4;
}

.sb-footer__sub a {
  color: inherit;
  text-decoration: none;
}

.sb-footer__sub a:hover,
.sb-footer__sub a:focus {
  opacity: 0.8;
}

.sb-footer__sub-right .sb-footer__policy-nav {
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

.sb-announcement {
  background-color: var(--sb-announcement-bg, #1e1e1e);
  color: var(--sb-announcement-text, #ffffff);
  padding: 0.75rem 0;
  font-size: 0.95rem;
}

.sb-announcement__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.sb-announcement__inner--left {
  justify-content: flex-start;
}

.sb-announcement__inner--left .sb-announcement__message {
  text-align: left;
}

.sb-announcement__inner--center {
  justify-content: center;
  text-align: center;
}

.sb-announcement__inner--center .sb-announcement__message,
.sb-announcement__inner--center .sb-announcement__button {
  text-align: center;
}

.sb-announcement__inner--center .sb-announcement__message {
  flex-basis: 100%;
  width: 100%;
}

.sb-announcement__inner--center .sb-announcement__button {
  margin-left: auto;
  margin-right: auto;
}

.sb-announcement__inner--right {
  justify-content: flex-end;
  text-align: right;
}

.sb-announcement__inner--right .sb-announcement__message,
.sb-announcement__inner--right .sb-announcement__button {
  text-align: right;
}

.sb-announcement__inner--right .sb-announcement__button {
  margin-left: auto;
}

.sb-announcement__message {
  flex: 1 1 auto;
}

.sb-announcement__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.25rem;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.15);
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.sb-announcement__button:hover,
.sb-announcement__button:focus {
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 0.9;
}

@media (max-width: 575px) {
  .sb-announcement__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .sb-announcement__inner--center {
    align-items: center;
  }

  .sb-announcement__inner--right {
    align-items: flex-end;
  }

  .sb-announcement__inner--center .sb-announcement__message,
  .sb-announcement__inner--right .sb-announcement__message {
    width: 100%;
  }

  .sb-announcement__button {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .sb-footer__sub-right {
    display: flex;
    justify-content: flex-end;
  }

  .sb-footer__policy-nav {
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
  }
}
