/*
 * WordPress integration styles for the converted Premier Kenya theme.
 */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--premier-body-text-color, #667085);
  font-family: var(--premier-body-font, Poppins, Arial, sans-serif);
}

img {
  max-width: 100%;
  height: auto;
}

.site-main {
  overflow: hidden;
}

.front-page-elementor-content {
  width: 100%;
}

.template-elementor-content {
  width: 100%;
}

.front-page-elementor-content .alignfull,
.front-page-elementor-content .elementor-section.elementor-section-stretched,
.template-elementor-content .alignfull,
.template-elementor-content .elementor-section.elementor-section-stretched {
  width: 100%;
  max-width: none;
}

.front-widget-area .front-section-widget:not(:last-child),
.template-widget-area .page-section-widget:not(:last-child) {
  margin-bottom: 28px;
}

.front-widget-area .widget-title,
.template-widget-area .widget-title {
  color: var(--premier-heading-color, #101828);
  font-family: var(--premier-heading-font, Poppins, Arial, sans-serif);
  font-weight: 800;
}

.navbar {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  min-height: 76px;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--premier-heading-color, #101828);
  text-decoration: none;
}

.logo-icon {
  width: 42px;
  height: 42px;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 220px;
}

.custom-logo {
  display: block;
  width: auto;
  max-width: 200px;
  max-height: 58px;
  object-fit: contain;
}

.navbar-nav .nav-link {
  color: var(--premier-heading-color, #101828);
  font-weight: 600;
  padding: 12px 16px;
  padding-right: 24px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .current-menu-item > .nav-link {
  color: var(--primary-color, #6259ca);
}

.btn-primary {
  background-color: var(--primary-color, #6259ca);
  border-color: var(--primary-color, #6259ca);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--secondary-color, #302b70);
  border-color: var(--secondary-color, #302b70);
}

.btn-outline-primary {
  color: var(--primary-color, #6259ca);
  border-color: var(--primary-color, #6259ca);
}

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

.section-spacer {
  padding: 90px 0;
}

.premier-hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: 90px 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(98, 89, 202, 0.14), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #ffffff 56%, #eef4ff 100%);
}

.hero-content .sub-title,
.section-title .sub-title,
.about-content .sub-title {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--primary-color, #6259ca);
  font-family: var(--premier-heading-font, Poppins, Arial, sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.hero-content .main-title {
  font-size: clamp(2.4rem, 5vw, 5.25rem);
  line-height: 1.02;
  margin-bottom: 22px;
  color: #101828;
  font-family: var(--premier-heading-font, Poppins, Arial, sans-serif);
}

.hero-content .description {
  max-width: 620px;
  color: #667085;
  font-size: 1.1rem;
  line-height: 1.8;
}

.hero-image img {
  max-height: 520px;
}

.section-title h2,
.about-content h2,
.cta-section h2 {
  color: var(--premier-heading-color, #101828);
  font-family: var(--premier-heading-font, Poppins, Arial, sans-serif);
  font-weight: 800;
}

.section-title p,
.about-content p,
.cta-section p,
.feature-card p,
.feature-card-4 p,
.stat-card p {
  color: #667085;
  color: var(--premier-body-text-color, #667085);
}

.feature-card,
.feature-card-4,
.stat-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.feature-card .icon,
.feature-card-4 .icon {
  color: var(--primary-color, #6259ca);
}

.feature-card h4,
.feature-card-4 h4 {
  color: var(--premier-heading-color, #101828);
  font-family: var(--premier-heading-font, Poppins, Arial, sans-serif);
  font-weight: 700;
}

.stat-card {
  padding: 24px;
}

.stat-card h3 {
  color: var(--primary-color, #6259ca);
  font-size: 2.4rem;
  margin-bottom: 4px;
}

.cta-section {
  color: #ffffff;
  background: linear-gradient(135deg, var(--premier-heading-color, #101828) 0%, var(--secondary-color, #302b70) 100%);
}

.cta-section h2,
.cta-section p {
  color: #ffffff;
}

.footer {
  position: relative;
  overflow: hidden;
  background: #101828;
  color: rgba(255, 255, 255, 0.82);
}

.footer a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff;
}

.footer .title {
  color: #ffffff;
}

.footer-bg-img {
  position: absolute;
  inset: 0;
  opacity: 0.08;
}

.footer-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-main-area,
.footer-bottom {
  position: relative;
}

.footer-main-area {
  padding: 70px 0 36px;
}

.footer-widget ul {
  list-style: none;
  padding-left: 0;
}

.footer-widget li {
  margin-bottom: 10px;
}
.footer-widget .menu {
  list-style: none;
  padding-left: 0;
}
.footer-widget .menu li a {
  color: inherit;
  text-decoration: none;
}
.footer-widget .menu li a:hover {
  color: var(--primary-color, #6259ca);
}

/* Footer font sizing */
.footer-widget {
  font-size: 14px;
}
.footer-widget .title {
  font-size: 17px;
  margin-bottom: 20px;
}
.footer-widget li {
  margin-bottom: 6px;
}
.footer-widget ul li a {
  font-size: 14px;
  color: #999;
}
.footer-widget .menu {
  list-style: none;
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .section-spacer,
  .premier-hero {
    padding: 64px 0;
  }

  .premier-hero {
    min-height: auto;
  }

  .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero-buttons .ms-3 {
    margin-left: 0 !important;
  }

  .custom-logo-link {
    max-width: 180px;
  }

  .custom-logo {
    max-width: 170px;
    max-height: 48px;
  }
}

/* Search toggle */
.search-toggle {
  background: none;
  border: none;
  color: var(--premier-heading-color, #101828);
  font-size: 18px;
  cursor: pointer;
  padding: 8px 6px 8px 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.search-toggle:hover {
  color: var(--primary-color);
}

.search-overlay {
  display: none;
  background: var(--custom-white, #fff);
  padding: 20px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.search-overlay.active {
  display: block;
}

.search-overlay .search-form {
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-overlay .search-input {
  flex: 1;
  border: none;
  border-bottom: 2px solid #d0d5dd;
  padding: 12px 0;
  font-size: 15px;
  outline: none;
  background: transparent;
  color: inherit;
}

.search-overlay .search-input::placeholder {
  color: #98a2b3;
}

.search-overlay .search-input:focus {
  border-bottom-color: var(--primary-color);
}

.search-overlay .search-submit,
.search-overlay .search-close {
  background: none;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 16px;
  color: var(--premier-body-text-color, #667085);
  display: flex;
  align-items: center;
}

.search-overlay .search-submit:hover {
  color: var(--primary-color);
}

.search-overlay .search-close {
  font-size: 18px;
  color: #98a2b3;
}

.search-overlay .search-close:hover {
  color: #ef4444;
}

.back-to-top {
  position: fixed;
  width: 48px;
  height: 48px;
  inset-inline-end: 2rem;
  inset-block-end: 2rem;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  padding: 0;
  background: var(--custom-white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #222;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.back-to-top:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.back-to-top:hover i {
  background: #444;
}

/* Hero video overlay */
.hero-video-play-btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  padding: 0;
}
.hero-video-play-btn:hover {
  background: rgba(0, 0, 0, 0.4);
}

.hero-video-play-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.hero-video-play-btn:hover .hero-video-play-icon {
  transform: scale(1.1);
}

/* Hero dark mode */
.premier-hero.premier-hero-dark {
  background: linear-gradient(135deg, #111 0%, #1a1a1a 56%, #222 100%);
}

.premier-hero-dark .hero-content .main-title {
  color: #f5f5f5;
}

.premier-hero-dark .hero-content .description {
  color: #999;
}

/* Dark mode for all widgets */
.premier-dark {
  background: linear-gradient(135deg, #111 0%, #1a1a1a 56%, #222 100%);
}

.premier-dark .sub-title {
  color: var(--primary-color, #6259ca);
}

.premier-dark h1,
.premier-dark h2,
.premier-dark h3,
.premier-dark h4,
.premier-dark h5,
.premier-dark .main-title,
.premier-dark .page-title,
.premier-dark .section-title h2,
.premier-dark .about-content h2,
.premier-dark .cta-section h2,
.premier-dark .faq-section h2,
.premier-dark .team-section h2,
.premier-dark .pricing-section h2,
.premier-dark .mission-vision h3 {
  color: #f5f5f5;
}

.premier-dark p,
.premier-dark .description,
.premier-dark .text-muted {
  color: #999;
}

.premier-dark .feature-card,
.premier-dark .team-card,
.premier-dark .pricing-card,
.premier-dark .card {
  background: #2a2a2a;
  border-color: #333;
}

.premier-dark .feature-card h4,
.premier-dark .feature-card p,
.premier-dark .team-card h5,
.premier-dark .team-card p,
.premier-dark .pricing-card h4,
.premier-dark .pricing-card .display-5,
.premier-dark .pricing-card ul li {
  color: #f5f5f5;
}

.premier-dark .pricing-card ul li i {
  color: var(--primary-color, #6259ca);
}

.premier-dark .accordion-item {
  background: #2a2a2a;
  border-color: #333;
}

.premier-dark .accordion-button {
  background: #2a2a2a;
  color: #f5f5f5;
}

.premier-dark .accordion-button:not(.collapsed) {
  background: #333;
  color: #f5f5f5;
}

.premier-dark .accordion-body p {
  color: #999;
}

.premier-dark .avatar-placeholder {
  background: #333 !important;
  color: #f5f5f5 !important;
}

/* Footer dark mode */
.footer.footer-dark {
  background: #111;
}

.footer-dark .footer-main-area {
  background: rgba(255, 255, 255, 0.02);
}

.footer-dark .footer-widget h5.title {
  color: #f5f5f5;
}

.footer-dark .footer-widget p,
.footer-dark .footer-widget li a,
.footer-dark .footer-contact-info p,
.footer-dark .footer-contact-info a {
  color: #999;
}

.footer-dark .footer-widget li a:hover,
.footer-dark .footer-contact-info a:hover {
  color: var(--primary-color, #6259ca);
}

.footer-dark .footer-bottom {
  background: rgba(255, 255, 255, 0.04);
}

.footer-dark .footer-bottom p,
.footer-dark .footer-bottom a {
  color: #999;
}

.footer-dark .footer-bottom a:hover {
  color: var(--primary-color, #6259ca);
}

/* Page banners (inner pages, excludes front-page) */
.page-banner {
  position: relative;
  overflow: hidden;
  padding: 80px 0 60px;
  text-align: center;
}
.page-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/backgrounds/2.jpg) center/cover no-repeat;
  filter: grayscale(100%);
  z-index: -2;
}
.page-banner.has-bg-img::after {
  background: none;
}
.page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 17, 17, 0.88) 0%, rgba(26, 26, 26, 0.92) 56%, rgba(34, 34, 34, 0.95) 100%);
  z-index: -1;
}
.page-banner .container {
  position: relative;
  z-index: 1;
}
.page-banner .page-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}
.page-banner .sub-title {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.page-banner .breadcrumb {
  margin-top: 12px;
  background: none;
  padding: 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.page-banner .breadcrumb a,
.page-banner .breadcrumb span,
.page-banner .breadcrumb .breadcrumb-item,
.page-banner .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
}
.page-banner .breadcrumb a:hover {
  color: #fff;
}
.page-banner .breadcrumb .current,
.page-banner .breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-weight: 600;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.header.header-sticky {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.header .navbar .navbar-collapse {
  flex-grow: 1;
  justify-content: center;
}
.header .navbar .navbar-nav {
  align-items: center;
  justify-content: center;
}
.header .navbar .dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.header .navbar .dropdown > .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  border: none;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}
.header .navbar .nav-item {
  position: relative;
}
.header .navbar .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}

.footer-logo img {
  filter: brightness(0) invert(1);
}

.footer-bg-img img {
  filter: grayscale(100%);
}

.footer-dark .socialmedia-btn-links ul li a {
  background: #2a2a2a;
  color: #999;
}

.footer-dark .socialmedia-btn-links ul li a:hover {
  background: var(--primary-color, #6259ca);
  color: #fff;
}

/* Flipbox card */
.flipbox-card {
  perspective: 1000px;
  height: 300px;
}
.flipbox-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}
.flipbox-card:hover .flipbox-inner {
  transform: rotateY(180deg);
}
.flipbox-front,
.flipbox-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 12px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.flipbox-front {
  background: var(--custom-white, #fff);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #eef0f4;
}
.flipbox-back {
  background: var(--primary-color, #6259ca);
  color: #fff;
  transform: rotateY(180deg);
}
.flipbox-back .flipbox-title {
  color: #fff;
}
.flipbox-back .flipbox-desc {
  color: rgba(255, 255, 255, 0.85);
  margin: 12px 0 18px;
  font-size: 0.95rem;
  line-height: 1.6;
}
.flipbox-back .btn-primary {
  background: #fff;
  color: var(--primary-color, #6259ca);
  border: none;
}
.flipbox-back .btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
}
.flipbox-icon {
  margin-bottom: 16px;
  color: var(--primary-color, #6259ca);
}
.flipbox-back .flipbox-icon {
  color: #fff;
}
.flipbox-title {
  font-family: var(--premier-heading-font, Poppins, Arial, sans-serif);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--premier-heading-color, #101828);
}

.premier-dark .flipbox-front {
  background: #2a2a2a;
  border-color: #333;
}
.premier-dark .flipbox-front .flipbox-title {
  color: #f5f5f5;
}
.premier-dark .flipbox-front .flipbox-icon {
  color: var(--primary-color, #6259ca);
}

/* Post Cards */
.post-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.post-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.post-card-image {
  background: #f8f9fa;
}
.post-card-image img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.post-card-body {
  padding: 1.25rem;
}
.post-card-title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.post-card-title a {
  color: var(--premier-heading-color, #101828);
  text-decoration: none;
}
.post-card-title a:hover {
  color: var(--primary-color, #6259ca);
}
.post-card-excerpt {
  margin-bottom: 1rem;
  color: #667085;
}
.premier-dark .post-card {
  background: #1e1e1e;
  border-color: #333;
}
.premier-dark .post-card-title a {
  color: #f5f5f5;
}
.premier-dark .post-card-title a:hover {
  color: var(--primary-color, #6259ca);
}

/* Product Features */
.product-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--premier-body-text-color, #667085);
}
.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5,
.product-description h6 {
  color: var(--premier-heading-color, #101828);
  margin-bottom: 1rem;
}
.product-description p {
  margin-bottom: 1rem;
}
.product-features-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 1rem 1.25rem;
  background: #f8f9fa;
  border-radius: 10px;
  transition: background 0.2s ease;
}
.product-feature-item:hover {
  background: #eef0f4;
}
.product-feature-item .feature-icon {
  flex-shrink: 0;
  color: var(--primary-color, #6259ca);
  font-size: 1.25rem;
  line-height: 1.4;
}
.product-feature-item .feature-text {
  font-size: 1rem;
  font-weight: 500;
  color: var(--premier-heading-color, #101828);
  line-height: 1.5;
}
.premier-dark .product-description {
  color: #ccc;
}
.premier-dark .product-description h1,
.premier-dark .product-description h2,
.premier-dark .product-description h3,
.premier-dark .product-description h4,
.premier-dark .product-description h5,
.premier-dark .product-description h6 {
  color: #f5f5f5;
}
.premier-dark .product-feature-item {
  background: #2a2a2a;
}
.premier-dark .product-feature-item:hover {
  background: #333;
}
.premier-dark .product-feature-item .feature-text {
  color: #f5f5f5;
}

/* Privacy Policy */
.privacy-policy-content {
  line-height: 1.8;
  color: var(--premier-body-text-color, #667085);
}
.privacy-policy-content .entry-content > h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--premier-heading-color, #101828);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e9ecef;
}
.privacy-policy-content .entry-content > h2:first-child {
  margin-top: 0;
}
.privacy-policy-content .entry-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.privacy-policy-content .entry-content a {
  color: var(--primary-color, #6259ca);
  text-decoration: underline;
}
.privacy-policy-content .entry-content a:hover {
  opacity: 0.85;
}
.privacy-policy-content .privacy-policy-tutorial {
  color: #999;
  font-weight: 400;
  font-size: 0.875rem;
}
.premier-dark .privacy-policy-content {
  color: #ccc;
}
.premier-dark .privacy-policy-content .entry-content > h2 {
  color: #f5f5f5;
  border-bottom-color: #333;
}
.premier-dark .privacy-policy-content .entry-content a {
  color: #8b83e0;
}
.premier-dark .privacy-policy-content .entry-content h2,
.premier-dark .privacy-policy-content h2 {
  color: #f5f5f5;
  border-bottom-color: #333;
}
.premier-dark .privacy-policy-content ol li {
  color: #ccc;
}

/* Privacy policy nested lists */
.privacy-policy-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.privacy-policy-content ol.numbered {
  list-style: decimal;
}
.privacy-policy-content ol.lettered {
  list-style: lower-alpha;
}
.privacy-policy-content ol.roman {
  list-style: lower-roman;
}
.privacy-policy-content ol li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.7;
}
.privacy-policy-content ol li ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.privacy-policy-content .entry-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--premier-heading-color, #101828);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e9ecef;
}

/* Privacy policy table styles */
.privacy-policy-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  overflow-x: auto;
  display: block;
}
.privacy-policy-content table th,
.privacy-policy-content table td {
  border: 1px solid #ddd;
  padding: 0.5rem 0.75rem;
  text-align: left;
  font-size: 0.875rem;
}
.privacy-policy-content table th {
  background: #f8f9fa;
  font-weight: 700;
  color: var(--premier-heading-color, #101828);
}
.privacy-policy-content table td {
  color: var(--premier-body-text-color, #667085);
}
.premier-dark .privacy-policy-content table th,
.premier-dark .privacy-policy-content table td {
  border-color: #444;
}
.premier-dark .privacy-policy-content table th {
  background: #2a2a2a;
  color: #f5f5f5;
}
.premier-dark .privacy-policy-content table td {
  color: #ccc;
}

/* Privacy policy h3 */
.privacy-policy-content .entry-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--premier-heading-color, #101828);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.premier-dark .privacy-policy-content .entry-content h3 {
  color: #f5f5f5;
}
.privacy-policy-content .entry-content h2 + h3 {
  margin-top: 0;
}
.privacy-policy-content .entry-content ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  list-style: disc;
}
.privacy-policy-content .entry-content ul li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.7;
}
.premier-dark .privacy-policy-content .entry-content ul li {
  color: #ccc;
}

/* Video Background */
.premier-video-bg {
  min-height: 70vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.premier-video-heading {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.premier-video-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .premier-video-heading { font-size: 1.75rem; }
  .premier-video-desc { font-size: 1rem; }
}
