﻿@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&display=swap');

/* ==========================================================
   StewardRight â€” Custom Brand Overrides & Page Styles
   Layered on top of cirro-1 / Bootstrap 5.2
   ========================================================== */

/* --- Brand Colors --- */
:root {
  --sr-navy:    #1A5C96;
  --sr-green:   #2D6A4F;
  --sr-gold:    #B8860B;
  --sr-orange:  #f5891f;
  --sr-light:   #F4F7FB;
  --sr-text:    #1A1A2E;
}

/* --- Hide cirro-1 theme injected UI --- */
.sidebar-toggler,
.in-sidebar-toggler,
.page-sidebar-toggler,
.btn-mobile-navbar,
.sticky-nav {
  display: none !important;
}

/* --- Mobile nav modal close button --- */
.sr-mobile-nav-close {
  position: fixed;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #2c3e50;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
  z-index: 9999;
}
.sr-mobile-nav-close:hover { color: var(--sr-orange); }

/* --- Logo --- */
.sr-logo-img {
  display: block;
  width: auto;
  height: 46px;
}
.sr-logo-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--sr-navy);
  letter-spacing: -0.02em;
  font-family: 'Playfair Display', Georgia, serif;
}
.sr-logo-text sup {
  font-size: 0.55rem;
  vertical-align: super;
}

/* --- Hide Home link on homepage --- */
.page-home .sr-home-link {
  display: none !important;
}

/* --- Navbar overrides --- */
.sr-navbar {
  background: #fff;
  border-bottom: 1px solid #e8edf4;
  padding: 12px 0;
}
.sr-navbar .nav-link {
  color: #2c3e50 !important;
  font-weight: 500;
}
.sr-navbar .nav-link:hover {
  color: var(--sr-orange) !important;
}
.sr-navbar .btn-info {
  background-color: var(--sr-orange);
  border-color: var(--sr-orange);
  color: #fff;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 4px;
}
.sr-navbar .btn-info:hover {
  background-color: #d4710f;
  border-color: #d4710f;
  color: #fff;
}

/* --- Footer logo --- */
.sr-footer-logo {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
}
.sr-footer-logo sup {
  font-size: 0.5rem;
  vertical-align: super;
}

/* --- Hero Section --- */
.sr-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 80px 0 70px;
}
.sr-hero-bg {
  position: absolute;
  inset: 0;
  background: url('/img/StewardRight-Hero-V3.jpg') center/cover no-repeat;
  animation: sr-hero-pan 14s ease-out forwards;
  z-index: 0;
}
.sr-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(26,92,150,0.88) 0%, rgba(26,92,150,0.55) 100%);
  z-index: 1;
}
.sr-hero .container {
  position: relative;
  z-index: 2;
}
@keyframes sr-hero-pan {
  0%   { transform: scale(1.05) translateX(-2%); }
  100% { transform: scale(1.05) translateX(0); }
}
.sr-hero h1 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Playfair Display', Georgia, serif;
}
@media (max-width: 768px) {
  .sr-hero h1 { font-size: 2rem; }
  .sr-hero { padding: 60px 0 50px; }
}
.sr-hero .lead {
  font-size: 1.15rem;
  opacity: 0.9;
  margin: 16px 0 28px;
}
.sr-hero .btn-warning {
  background: var(--sr-orange);
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 14px 32px;
  font-size: 1rem;
  border-radius: 4px;
}
.sr-hero .btn-warning:hover {
  background: #d4710f;
  color: #fff;
}
/* --- Hero Quick Actions --- */
.sr-hero-quickactions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-left: auto;
  width: fit-content;
}
.sr-hero-qa-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 4px;
}
.sr-hero-qa-btn {
  display: block;
  width: 240px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  border-radius: 6px;
  padding: 12px 22px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
  backdrop-filter: blur(4px);
  white-space: nowrap;
}
.sr-hero-qa-btn:hover {
  background: rgba(232,132,26,0.5);
  border-color: var(--sr-orange);
  color: #fff;
}

.sr-hero .btn-outline-light {
  border: 2px solid rgba(255,255,255,0.5);
  color: #fff;
  font-weight: 500;
  padding: 14px 28px;
  font-size: 1rem;
  border-radius: 4px;
}

/* --- Trust Bar --- */
.sr-trust-bar {
  background: var(--sr-light);
  border-bottom: 1px solid #dde3ec;
  padding: 14px 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #455a6e;
  text-align: center;
}
.sr-trust-bar .trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 4px 18px;
}
.sr-trust-bar .trust-item i {
  color: var(--sr-orange);
}

/* --- Self-Select Cards --- */
.sr-self-select {
  padding: 70px 0;
  background: #fff;
}
.sr-self-select h2 {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--sr-navy);
  margin-bottom: 10px;
  font-family: 'Playfair Display', Georgia, serif;
}
.sr-self-select .section-subtitle {
  color: #6b7c93;
  font-size: 1.05rem;
  margin-bottom: 40px;
}
.sr-path-card {
  border: 2px solid #dde3ec;
  border-radius: 10px;
  padding: 32px 28px;
  height: 100%;
  transition: all 0.2s ease;
  background: #fff;
  text-decoration: none;
  display: block;
  color: inherit;
}
.sr-path-card:hover {
  border-color: var(--sr-orange);
  box-shadow: 0 6px 24px rgba(232,132,26,0.12);
  transform: translateY(-3px);
  color: inherit;
}
.sr-path-card .path-icon {
  width: 52px;
  height: 52px;
  background: var(--sr-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.4rem;
  color: var(--sr-navy);
}
.sr-path-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--sr-navy);
  margin-bottom: 10px;
}
.sr-path-card p {
  font-size: 0.93rem;
  color: #6b7c93;
  margin-bottom: 16px;
  line-height: 1.6;
}
.sr-path-card .path-cta {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--sr-navy);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* --- Section Heading --- */
.sr-section {
  padding: 70px 0;
}
.sr-section.sr-bg-light {
  background: var(--sr-light);
}
.sr-section-title {
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--sr-navy);
  margin-bottom: 10px;
  font-family: 'Playfair Display', Georgia, serif;
}
.sr-section-sub {
  color: #6b7c93;
  font-size: 1.02rem;
  margin-bottom: 40px;
}

/* --- Service Cards --- */
.sr-service-card {
  border: 1px solid var(--sr-navy);
  border-radius: 8px;
  padding: 28px 24px;
  height: 100%;
  background: var(--sr-navy);
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.sr-service-card:hover {
  box-shadow: 0 4px 20px rgba(26,92,150,0.30);
}
.sr-service-card .service-icon {
  font-size: 1.8rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 14px;
}
.sr-service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.sr-service-card p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 16px;
  line-height: 1.6;
}
.sr-service-card a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--sr-orange);
  text-decoration: none;
  margin-top: auto;
  display: inline-block;
}
.sr-service-card a:hover { text-decoration: underline; color: #d4710f; }

/* --- Team Cards --- */
.sr-team-card {
  text-align: center;
  padding: 24px 16px;
}
.sr-team-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--sr-light);
  border: 3px solid #dde3ec;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 2rem;
  color: #9baec8;
}
.sr-team-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--sr-navy);
  margin-bottom: 4px;
}
.sr-team-card .credentials {
  font-size: 0.82rem;
  color: var(--sr-green);
  font-weight: 600;
  margin-bottom: 8px;
}
.sr-team-card p {
  font-size: 0.88rem;
  color: #6b7c93;
  line-height: 1.55;
}

/* --- Differentiators --- */
.sr-diff-item {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  align-items: flex-start;
}
.sr-diff-item .diff-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  background: var(--sr-navy);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
}
.sr-diff-item h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--sr-navy);
  margin-bottom: 6px;
}
.sr-diff-item p {
  font-size: 0.91rem;
  color: #6b7c93;
  line-height: 1.6;
  margin: 0;
}

/* --- Reviews Section Placeholder --- */
.sr-reviews {
  padding: 60px 0;
  background: var(--sr-light);
  text-align: center;
}
.sr-review-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  text-align: left;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  margin-bottom: 20px;
}
.sr-review-stars {
  color: var(--sr-orange);
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.sr-review-card p {
  font-size: 0.92rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 12px;
  font-style: italic;
}
.sr-review-card .reviewer {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--sr-navy);
}
.sr-review-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--sr-navy);
  color: #fff;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 20px;
}

/* --- CTA Strip --- */
.sr-cta-strip {
  background: var(--sr-navy);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
.sr-cta-strip h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: 'Playfair Display', Georgia, serif;
  color: #fff !important;
}
.sr-cta-strip p {
  font-size: 1.08rem;
  opacity: 0.85;
  margin-bottom: 28px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.sr-cta-strip .btn-warning {
  background: var(--sr-orange);
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 14px 36px;
  font-size: 1rem;
  border-radius: 4px;
  margin: 6px;
}
.sr-cta-strip .btn-warning:hover {
  background: #d4710f;
  color: #fff;
}
.sr-cta-strip .btn-outline-light {
  border: 2px solid rgba(255,255,255,0.5);
  color: #fff;
  font-weight: 600;
  padding: 14px 28px;
  font-size: 1rem;
  border-radius: 4px;
  margin: 6px;
}

/* --- NAP Section --- */
.sr-nap {
  background: #fff;
  border-top: 1px solid #dde3ec;
  padding: 50px 0;
}
.sr-nap-inner {
  background: var(--sr-light);
  border-radius: 10px;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}
.sr-nap-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.sr-nap-item i {
  font-size: 1.2rem;
  color: var(--sr-navy);
  margin-top: 2px;
}
.sr-nap-item .nap-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8fa3b8;
  font-weight: 600;
  margin-bottom: 2px;
}
.sr-nap-item p {
  margin: 0;
  font-size: 0.93rem;
  color: #2c3e50;
  line-height: 1.5;
}
.sr-nap-item a { color: var(--sr-navy); }

/* --- Page Hero (inner pages) --- */
.sr-page-hero {
  background: var(--sr-navy);
  color: #fff;
  padding: 56px 0 44px;
}
.sr-page-hero h1 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Playfair Display', Georgia, serif;
  color: #fff !important;
}
.sr-page-hero .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
}
.sr-page-hero .breadcrumb-item { color: rgba(255,255,255,0.65); }
.sr-page-hero .breadcrumb-item a { color: rgba(255,255,255,0.75); }
.sr-page-hero .breadcrumb-item.active { color: rgba(255,255,255,0.95); }
.sr-page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }
.sr-page-hero .hero-sub {
  opacity: 0.85;
  font-size: 1.08rem;
  max-width: 640px;
  margin-top: 12px;
}

/* --- Content Body --- */
.sr-content {
  padding: 56px 0 40px;
}
.sr-content h2 {
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--sr-navy);
  margin-top: 40px;
  margin-bottom: 12px;
  font-family: 'Playfair Display', Georgia, serif;
}
.sr-content h2:first-child { margin-top: 0; }
.sr-content h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--sr-text);
  margin-top: 28px;
  margin-bottom: 10px;
}
.sr-content p {
  color: #4a5568;
  line-height: 1.75;
  margin-bottom: 14px;
}
.sr-content ul {
  color: #4a5568;
  line-height: 1.75;
  padding-left: 22px;
  margin-bottom: 20px;
}
.sr-content ul li { margin-bottom: 6px; }
.sr-content strong { color: #2d3748; }

/* --- FAQ Accordion --- */
.sr-faq {
  padding: 56px 0;
  background: var(--sr-light);
}
.sr-faq h2 {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--sr-navy);
  margin-bottom: 32px;
  font-family: 'Playfair Display', Georgia, serif;
}
.sr-faq .accordion-item {
  border: 1px solid #dde3ec;
  border-radius: 8px !important;
  margin-bottom: 8px;
  overflow: hidden;
}
.sr-faq .accordion-button {
  font-weight: 600;
  color: var(--sr-navy);
  background: #fff;
  font-size: 0.97rem;
}
.sr-faq .accordion-button:not(.collapsed) {
  background: var(--sr-light);
  color: var(--sr-navy);
  box-shadow: none;
}
.sr-faq .accordion-button:focus { box-shadow: none; }
.sr-faq .accordion-body {
  font-size: 0.94rem;
  color: #4a5568;
  line-height: 1.75;
  background: #fff;
}

/* --- Sidebar --- */
.sr-sidebar {
  position: sticky;
  top: 100px;
}
.sr-sidebar-card {
  background: var(--sr-light);
  border-radius: 10px;
  padding: 28px;
  margin-bottom: 20px;
  border: 1px solid #dde3ec;
}
.sr-sidebar-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--sr-navy);
  margin-bottom: 14px;
}
.sr-sidebar-card p {
  font-size: 0.9rem;
  color: #6b7c93;
  line-height: 1.65;
  margin-bottom: 16px;
}
.sr-sidebar-card .btn-primary {
  background: var(--sr-navy);
  border-color: var(--sr-navy);
  width: 100%;
  font-weight: 600;
  padding: 12px;
}
.sr-sidebar-cred {
  display: inline-block;
  background: var(--sr-navy);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
  margin: 3px 2px;
}

/* --- Blog Hub --- */
.sr-blog-card {
  border: 1px solid #dde3ec;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  transition: box-shadow 0.2s;
}
.sr-blog-card:hover { box-shadow: 0 4px 20px rgba(26,92,150,0.10); }
.sr-blog-card .card-body { padding: 24px; }
.sr-blog-card .card-category {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--sr-orange);
  font-weight: 700;
  margin-bottom: 8px;
}
.sr-blog-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--sr-navy); margin-bottom: 10px; }
.sr-blog-card p { font-size: 0.9rem; color: #6b7c93; line-height: 1.6; margin-bottom: 0; }
.sr-blog-placeholder {
  background: var(--sr-light);
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9baec8;
  font-size: 2.5rem;
}

/* --- Location Page Specifics --- */
.sr-location-intro {
  background: var(--sr-light);
  border-left: 4px solid var(--sr-orange);
  padding: 24px 28px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 36px;
}
.sr-location-intro p {
  margin: 0;
  font-size: 0.97rem;
  color: #4a5568;
  line-height: 1.75;
}

/* --- Contact Page --- */
.sr-contact-info {
  background: var(--sr-light);
  border-radius: 10px;
  padding: 36px;
}
.sr-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.sr-contact-item:last-child { margin-bottom: 0; }
.sr-contact-item i {
  font-size: 1.3rem;
  color: var(--sr-navy);
  width: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}
.sr-contact-item h5 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8fa3b8;
  font-weight: 700;
  margin-bottom: 4px;
}
.sr-contact-item p { margin: 0; color: #2c3e50; font-size: 0.95rem; line-height: 1.55; }
.sr-contact-item a { color: var(--sr-navy); }

/* --- Responsive adjustments --- */
@media (max-width: 992px) {
  .sr-section { padding: 50px 0; }
  .sr-page-hero { padding: 44px 0 34px; }
  .sr-page-hero h1 { font-size: 1.75rem; }
  .sr-content { padding: 40px 0; }
}
@media (max-width: 576px) {
  .sr-nap-inner { padding: 24px; }
  .sr-cta-strip h2 { font-size: 1.6rem; }
}

/* --- Contact Form --- */
.sr-contact-form-wrap h2 {
  margin-top: 0;
}
.sr-contact-form-wrap .form-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
}
.sr-contact-form-wrap .form-control {
  border: 1px solid #dde3ec;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 0.93rem;
  color: #2c3e50;
  transition: border-color 0.15s;
}
.sr-contact-form-wrap .form-control:focus {
  border-color: var(--sr-navy);
  box-shadow: 0 0 0 3px rgba(26,92,150,0.10);
}
.sr-contact-form-wrap .btn-primary {
  background: var(--sr-navy);
  border-color: var(--sr-navy);
  font-weight: 600;
  border-radius: 4px;
}
.sr-contact-form-wrap .btn-primary:hover {
  background: #154f82;
  border-color: #154f82;
}

/* --- Hero Quick Actions â€” center on mobile --- */
@media (max-width: 991px) {
  .sr-hero-quickactions {
    margin-left: auto;
    margin-right: auto;
  }
  .sr-hero-qa-title {
    text-align: center;
  }
}

