
.widget-heading {
    font-size: 18px !important;
    font-weight: bold;
}

.stake-img {
    border-radius: 20px;
}

.stake-title {
    line-height: 1.1;
}

@media (max-width: 991.98px) {
    .stake-title {
        font-size: 1.8rem;
    }

    .stake-img {
        max-height: 360px;
        object-fit: cover;
    }
}

.brand-logos img {
    height: 150px;
    width: auto; /* keeps aspect ratio */
    object-fit: contain;
}

.packages-section h2 {
    color: #121b46;
    line-height: 1.1;
}

.training-card {
    background: #f5f7fb; /* light, similar to your screenshot */
    border-radius: 20px;
}

.training-img {
    height: 200px; /* adjust to taste (e.g., 220px) */
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.training-card p {
    color: #1b2a57;
}

.training-card .btn-get-started {
    border-radius: 999px;
    padding: 8px 18px;
}

@media (max-width: 991.98px) {
    .training-img {
        height: 180px;
    }
}

.training-img {
    height: 220px; /* all images will have the same height */
    width: 100%;
    object-fit: cover; /* crops edges to fill the space without distortion */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.results-section h2 {
    color: #121b46;
    line-height: 1.1;
}

/* Outer rounded pill */
.results-shell {
    background: #f4f6f9;
    border-radius: 32px;
    padding: 32px 24px;
    max-width: 980px;
}

/* Inner card */
.result-card {
    background: #fff;
    border-radius: 12px;
    margin: 0 auto;
    padding: 28px 28px 22px;
    max-width: 760px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
}

.result-card blockquote {
    font-style: italic;
    color: #2a3359;
    margin: 0 0 16px 0;
}

.result-card figcaption {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #7c859f;
}

.result-card figcaption strong {
    color: #121b46;
}

/* Swiper sizing */
.results-swiper {
    padding: 8px 48px;
}

.swiper-button-prev, .swiper-button-next {
    color: #121b46;
}

.swiper-pagination-bullet-active {
    background: #121b46;
}

@media (max-width: 991.98px) {
    .results-shell {
        border-radius: 24px;
        padding: 24px 16px;
    }

    .result-card {
        max-width: 100%;
        padding: 22px 18px;
    }

    .results-swiper {
        padding: 8px 32px;
    }
}

.section-content {
    padding-top: 20px;
}

/* Hero sizing: no white gaps on mobile */
.page-hero {
    position: relative;
    overflow: hidden;
}

.page-hero .hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Optional: overlay for contrast */
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
    z-index: 1;
}

/* Heights per breakpoint */
@media (max-width: 575.98px) {
    .page-hero {
        height: 200px;
    }

    .section {
        padding-top: 20px;
    }
}

/**@media (min-width: 576px) {
    .page-hero {
        height: 280px;
    }

}*/


.about .btn-get-started {
  padding-top: 5px;
}


/** hero */
.hero-nocrop {
  position: relative;
  margin: 0;
  padding: 0;
}

/* Full image, always visible */
.hero-img {
  display: block;
  width: 100%;
  height: auto;   /* no cropping */
}

/* Text overlay (works for all screen sizes now) */
.hero-content {
  position: absolute;
  top: 50%;
  left: 20px;      /* tighter on small screens */
  right: 20px;     /* prevents overflow */
  transform: translateY(-50%);
  color: #fff;
  max-width: 600px;
  text-align: left;
  z-index: 1;
  padding: 80px;
}

/* Phones only (portrait + small landscape) */
@media (max-width: 576px) {
  .hero-img {
    height: 50vh;      /* fill the screen vertically */
    object-fit: cover;  /* ensure it fills without squishing */
  }

  .hero-content {
    padding: 20px;
  }
}


/*practice sections**/

/* === Practices === */
.practices-section{
  background:#F4F1EC;                 /* light off-white like the screenshot */
  padding: 36px 0 48px;
}

.practices-title{
  color:#1e2445;                       /* deep navy heading */
  font-weight:700;
  letter-spacing:.2px;
  margin: 0 0 20px 0;
}

/* Grid wrapper with clean corners */
.practices-wrap{
  display:grid;
  grid-template-columns: 1fr;
  border-radius:6px;
  overflow:hidden;                     /* keeps seamless panel edges */
}

/* Panels */
.practice-card{
  padding: 28px;
  color:#1e2445;
  line-height:1.6;
}

/* Slightly different beige tones per column */
.practice-card:nth-child(1){ background:#E8D1AE; }
.practice-card:nth-child(2){ background:#DBBF94; }
.practice-card:nth-child(3){ background:#CDAD7D; }

/* Headings inside cards */
.practice-card h5{
  margin:0 0 10px 0;
  font-weight:700;
}

/* Make it 3 columns on md+ */
@media (min-width: 768px){
  .practices-wrap{
    grid-template-columns: repeat(3, 1fr);
  }
  /* Subtle separators to echo the screenshot’s divisions */
  .practice-card + .practice-card{
    border-left: 1px solid rgba(0,0,0,0.08);
  }
}



/* === Our Services section === */
.services-section{
  background:#f6f1ea;        /* soft off-white like your mock */
  padding: 36px 0 48px;
  color:#1e2445;             /* deep navy text */
}

.services-title{
  text-align:center;
  font-weight:700;
  letter-spacing:.2px;
  margin: 0 0 14px 0;
}

.services-intro{
  max-width: 880px;
  margin: 0 auto 18px auto;
  text-align: center;
  line-height: 1.6;
}
.services-intro a { color:#1e2445; text-decoration: underline; }

/* Layout: video left, list right (stacks on mobile) */
.services-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 12px;
}
@media (min-width: 768px){
  .services-grid{
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

/* Responsive 16:9 media wrapper */
.ratio-16x9{
  position: relative;
  width: 100%;
  padding-top: 56.25%;       /* 16:9 */
  background:#000;           /* avoids white flash before video loads */
  border: 1px solid rgba(0,0,0,0.08);
}
.ratio-16x9 iframe,
.ratio-16x9 video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Right column list */
.services-list ul{
  margin: 0;
  padding: 0;
  list-style: none;   /* remove default bullets */
}

.services-list li{
  margin-bottom: 14px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
}

.services-list li i{
  color: #DEB56C;     /* match heading/navy tone */
  font-size: 1rem;
  margin-right: 10px;
  flex-shrink: 0;     /* keep icon fixed */
}



/* === Testimonials === */
.testimonials-section{
  position: relative;
  color: #fff;
  padding: 70px 0;
  overflow: hidden;
  background: #000; /* fallback while image loads */
}

/* Background image */
.testimonials-section::before{
  content:"";
  position:absolute; inset:0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);          /* subtle bleed to avoid edges */
  z-index: 0;                      /* sits at very back */
}

/* Dark overlay */
.testimonials-section::after{
  content:"";
  position:absolute; inset:0;
  background: rgba(0,0,0,.55);
  z-index: 1;                      /* sits above bg but below content */
}

/* Ensure all content sits above overlays */
.testimonials-section .container{
  position: relative;
  z-index: 2;
}

/* Title + subtitle */
.testimonials-title{
  text-align:center;
  margin:0 0 6px;
  letter-spacing:.2px;
  color:#d8b27b;                   /* gold heading */
}

.testimonials-sub{
  text-align:center;
  margin:0 0 28px;
  color:#d8b27b;                   /* gold subtitle */
  font-style: italic;
  opacity: 1;
}

/* Cards grid */
.testimonials-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

@media (min-width: 992px){
  .testimonials-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

/* Card */
.testimonial-card{
  border: 2px solid #d8b27b;       /* gold border like the mock */
  background: rgba(0,0,0,.28);     /* subtle glassy panel */
  backdrop-filter: blur(2px);
  padding: 22px 22px 18px;
  line-height: 1.65;
  min-height: 260px;
}

.testimonial-card .quote{
  margin:0 0 14px;
}

.testimonial-card .author{
  margin:0;
  font-style: italic;
  color:#d8b27b;                   /* gold for names */
  text-align: left;
}

/* Tighten on small screens */
@media (max-width: 576px){
  .testimonials-section{ padding: 48px 0; }
  .testimonial-card{ padding:18px; }
}


/* Vision & Mission grid: center two cards */
.vm-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  justify-content: center;          /* centers the column on small screens */
}

@media (min-width: 992px){
  .vm-grid{
    grid-template-columns: repeat(2, minmax(320px, 480px));
    justify-content: center;        /* centers the two boxes in the row */
    gap: 32px;
  }
}

/* Paragraphs inside these cards: regular weight + justified text */
.vm-grid .testimonial-card p{
  font-weight: 400;                  /* ensure not bold */
  text-align: justify;               /* justify text */
  margin-bottom: 12px;
}



/* ===== Vision & Mission (scoped) ===== */
.vision-mission{
  /* background */
  --overlay: rgba(0,0,0,.55);
  --accent: #d8b27b; /* gold */
  position: relative;
  color: #fff;
  min-height: 100vh;  /* full viewport height */
  width: 100vw;       /* full viewport width */
  overflow: hidden;   /* avoid stray scrollbars */
  display: flex;      /* vertical centering */
  align-items: center;
  background: #000;   /* fallback while image loads */
}

/* Background image layer */
.vision-mission::before{
  content: "";
  position: absolute; inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  z-index: 0;
}

/* Dark overlay layer */
.vision-mission::after{
  content: "";
  position: absolute; inset: 0;
  background: var(--overlay);
  z-index: 1;
}

/* Content container */
.vision-mission .vm-container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 16px;           /* keeps spacing on tall & short screens */
  box-sizing: border-box;
}

/* Heading */
.vision-mission .vm-title{
  margin: 0 0 26px 0;
  text-align: center;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: .2px;
}

/* Grid: center two cards */
.vision-mission .vm-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  justify-content: center;      /* centers single column on small screens */
}

@media (min-width: 992px){
  .vision-mission .vm-grid{
    grid-template-columns: repeat(2, minmax(320px, 480px));
    gap: 32px;
    justify-content: center;    /* centers the two boxes */
  }
}

/* Card */
.vision-mission .vm-card{
  border: 2px solid var(--accent);
  background: rgba(0,0,0,.28);
  backdrop-filter: blur(2px);
  padding: 22px 22px 18px;
  line-height: 1.65;
  min-height: 260px;
}

/* Card heading + paragraphs */
.vision-mission .vm-subtitle{
  margin: 0 0 14px 0;
  text-align: center;
  color: var(--accent);
  font-style: italic;
  font-weight: 600;
}

.vision-mission .vm-card p{
  margin: 0 0 12px 0;
  font-weight: 400;       /* not bold */
  text-align: justify;    /* justified text */
}

/* Mobile spacing */
@media (max-width: 576px){
  .vision-mission .vm-container{ padding: 48px 16px; }
  .vision-mission .vm-card{ padding: 18px; }
}
