/*
Theme Name: Inspiro Child
Template: inspiro
Version: 1.0
*/

/* ============================================
   Success Management Corp - Custom Styles
   Responsive: mobile, tablet, desktop
   ============================================ */

:root {
  --header-bg: #fff;
  --text-dark: #212529;
  --text-muted: #6c757d;
  --footer-main-bg: #f0f0f0;
  --footer-bottom-bg: #e0e0e0;
  --overlay-dark: rgba(0, 0, 0, 0.5);
  --play-btn-size: 70px;
  --play-btn-size-sm: 56px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  color: var(--text-dark) !important;
  overflow-x: hidden;
  background-color: #ffffff !important;
}
/* h1,h2,h3,h4,h5,h6,p,input,textarea,li,ul,div,span,a {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
} */

.Jakarta {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}
.Playfair {
  font-family:"Playfair Display" !important;
}


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

.object-fit-cover {
  object-fit: cover;
}

/* ---- Header ---- */
.site-header {
  position: relative;
  --header-height: 60px;
}

.header-logo,
.footer-logo {
  height: 52px;
  object-fit: contain;
  display: block;
}

.site-header .header-inner {
  display: block;
}

@media (min-width: 992px) {

.navbar-nav>li>a:hover{
    border-bottom:none !important;
    color:#10619d !important;
    opacity:1 !important;
}
.navbar-nav a{
    border-bottom: none !important;
}
.dropdown-menu  {
  padding: 0px;
  border: 0px;
  background-color: #000000;
    transform: translate(-10%,0);
  width:auto !important;
}
.dropdown-menu ::before {
  border-bottom: 8px solid #000000;
  
}


  .site-header .navbar {
    /* margin-top: 1rem; */
  }
  .navbar-nav > li {
  margin: 7px !important
}
  .mt-lg-2 {
    margin-top: 0 !important;
  }
  .navbar-nav > li:first-child {
  margin-left: 0px !important;
}

.footer-brand-col:first-child {
    padding: 0px;
}

p.footer-address.text-dark.mb-3 {
    width: 80%;
}


}

.logo-fallback {
  width: 42px;
  height: 42px;
  font-size: 1.25rem;
}

.site-header .nav-link {
  font-size: 15px;
  text-transform: uppercase;
  /* font-weight: 600; */
}
.nav-item {
  /* padding-right: 25px; */
}
.navbar-nav>li:first-child{
  margin-left: 0px;
}
.navbar-nav {
    margin-left: 0px;
}
.site-header .navbar-toggler:focus {
  box-shadow: none;
}
.btn-client-resource-center {
  background-color: #3C3C3C;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.28px;
  border-radius: 0;
}
.btn-client-resource-center:hover {
  background-color: #000;
  color: #fff;
}
/* Mobile menu: logo + burger on same line; full-width overlay when open */
@media (max-width: 991.98px) {
    .header-inner {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  
  .header-inner > a {
    flex-shrink: 1;
  }
  
  .header-inner .header-logo {
    max-width: 180px;
  }
  
  .site-header .navbar {
    flex: 0 0 auto;
  }
  .site-header .navbar-toggler {
  position: relative;
  z-index: 1030;
}

.site-header .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .site-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath stroke='rgba(0, 0, 0, 0.75)' stroke-linecap='round' stroke-width='2' d='M2 2l12 12M14 2L2 14'/%3e%3c/svg%3e");
    font-size: 12px;
  }
a.nav-link.text-dark.px-0 {
    margin: 0px;
    padding: 0px;
}

li.nav-item {
    margin: 0px;
    padding: 15px 4px;
}

body.modal-open { overflow: hidden; } 
.site-header .navbar-collapse {
  position: fixed;      /* Fixed positioning */
  left: 0;             /* Start from left edge */
  right: 0;            /* Extend to right edge */
  width: 100%;         /* Full width */
  top: 60px;           /* Start below header */
  bottom: 0;           /* Extend to bottom of screen */
  height: calc(100vh - 60px);  /* Full viewport height minus header */
  background: #f8f8f8; /* Background color covers content */
  z-index: 1020;       /* Above page content */
  overflow-y: auto;    /* Scroll if menu is long */
}

body.modal-open {
  overflow: hidden;    /* Prevent page scroll when menu open */
}

  
    .site-header .navbar-collapse:not(.show) {
  display: none;
}
.site-header .navbar-collapse.show {
  display: block !important;
}
  .site-header .container-fluid {
    overflow: visible;
  }
  .header-inner {
    flex-wrap: nowrap;
    min-width: 0;
  }
  .header-inner > a {
    min-width: 0;
    flex-shrink: 1; /* allow logo to shrink so burger stays on same line */
  }
  .header-inner .header-logo {
    max-width: 180px;
    height: 52px;
    object-fit: contain;
  }
  .site-header .navbar {
    flex: 0 0 auto;
    min-width: 0;
  }
  /* Full-width overlay from left to right edge of screen */
  .site-header .navbar-collapse {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: var(--header-height);
    padding: 1rem 1.5rem 1.5rem;
    background: #f8f8f8;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 1020;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
  }
  .navbar-collapse-mobile {
    flex-basis: 100%;
    width: 100%;
  }
  .navbar-nav-mobile {
    flex-direction: column;
    width: 100%;
    flex-wrap: nowrap;
  }
  .navbar-nav-mobile .nav-item {
    width: 100%;
    padding-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .navbar-nav-mobile .nav-link {
    display: block;
    padding: 0.6rem 0;
    white-space: normal;
    word-wrap: break-word;
  }
  .navbar-collapse-mobile .btn-client-resource-center {
    width: 100%;
    margin-top: 0.75rem;
    margin-bottom: 0;
    text-align: center;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  

  .header-logo, .footer-logo { width: 230px; height: 83px; }
  .logo-fallback { width: 46px; height: 46px; }
}

/* ---- Hero ---- */
.hero-section {
  background: var(--footer-main-bg);
}
.hero-section h1 {
  font-size: 26px !important;
  font-weight: 500 !important;
  letter-spacing: 0.52px;
  line-height: 35px;
}
.hero-section p {
  font-size: 16px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  color: #000;
}
.hero-section .card {
  background: #FFF;
  box-shadow: 0 18px 45.8px 0 rgba(183, 183, 183, 0.80) !important;
  border-radius: 0;
}

.hero-carousel {
  position: relative;
  min-height: 280px;
  height: 280px;
}

.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  min-height: 280px;
  height: 280px;
}

.hero-media {
  min-height: 280px;
  height: 280px;
}

.hero-media img {
  min-height: 280px;
  height: 280px;
  width: 100%;
  object-fit: cover;
}

.play-btn {
  width: var(--play-btn-size-sm);
  height: var(--play-btn-size-sm);
  transition: transform 0.2s, background-color 0.2s;
}

.play-btn:hover {
  background-color: #dc3545 !important;
  transform: scale(1.05);
  color: white;
}

/* Carousel indicators at top – horizontal lines style */
.hero-carousel-indicators {
  top: 35px;
  bottom: auto;
  margin: 0;
  gap: 6px;
}

.hero-carousel-indicators [data-bs-target] {
  width: 65px;
  height: 3px;
  border: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  transition: background-color 0.2s;
}

.hero-carousel-indicators .active {
  background-color: #fff;
}

/* Black arrow controls at bottom right */
.hero-carousel-arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 10px;
  padding: 8px;
  z-index: 5;
}

.hero-carousel-control {
  width: 40px !important;
  height: 40px !important;
  padding: 0;
  margin: 0;
  border: 0;
  background: #000;
  color: #fff;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, color 0.2s;
}

.hero-carousel-control:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}

.hero-carousel-control i {
  font-size: 1.25rem;
}

.hero-carousel-control::before,
.hero-carousel-control::after {
  display: none !important;
}

/* Hero carousel: custom controls sit in .hero-carousel-arrows */
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  position: static;
  width: auto;
  height: auto;
  opacity: 1;
}

@media (min-width: 768px) {
  .hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item,
  .hero-media,
  .hero-media img {
    min-height: 470px;
    height: 470px;
  }
  .hero-media img {
    object-fit: cover;
  }
  .play-btn {
    width: var(--play-btn-size);
    height: var(--play-btn-size);
  }
}

@media (min-width: 992px) {
  .hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item,
  .hero-media,
  .hero-media img {
    min-height: 470px;
    height: 470px;
  }
}

/* Ensure hero two-column stacks correctly on small screens */
@media (max-width: 991.98px) {
  .hero-section .row.g-0 .col-lg-6:last-child {
    order: -1; /* Image first on mobile */
  }
  .hero-section .col-lg-6.p-4 {
    padding-top: 1.5rem !important;
  }
}

/* ---- What We Do Differently ---- */
h2 {
  font-size: 26px;
  /*font-weight: 500 !important;*/
  color: #000000;
}
.subtext {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 18px;
  color: #000;
}
.section-what .bullet {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin-top: 0.4rem;
  border: 2px solid #000000;
}

/* Vertical dashed line connecting list bullets */
.section-what .list-dashed {
  position: relative;
}

.section-what .list-dashed::before {
  content: "";
  position: absolute;
  left: 3px;
  top: calc(0.4rem + 4px);
  bottom: calc(0.4rem + 4px);
  width: 0;
  border-left: 2px dashed #999;
  pointer-events: none;
}

.section-what .list-dashed .bullet {
  position: relative;
  z-index: 1;
  background: #fff;
}

.section-what .row img {
  min-height: 220px;
  object-fit: cover;
}
.section-what li {
  font-size: 18px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .site-header .nav-link {
    font-size: 11px;
  }
  .btn-client-resource-center {
font-size: 11px !important;
}
  .nav-item {
    padding-right: 15px;
  }
}

@media (max-width: 990px) {
   .dropdown-menu li:first-child {
        display: block;
    }
}

@media (min-width: 992px) {
    .dropdown-menu li:first-child {
        display: none;
    }
}

@media (max-width: 767.98px) {
  
  .section-what .row .order-1 { order: 1 !important; }
  .section-what .row .order-2 { order: 2 !important; }
  .hero-section h1 {
    font-size: 20px;
    line-height: 32px;
  }
  h2 {
    font-size: 22px;
  }
  .section-programs p {
    width: 90%;
  }

}

@media (max-width: 500px) {
  .prequal-row {
    display: block !important;
 }
    .prequal-col {
    margin-bottom: 20px !important;
}
.Pre_Qual_form h2 {
    font-size: 21px  !important;
}
   
   .prequal-row textarea {
    height: 100px !important;
} 
#All-finding-programs  .wp-block-column.has-white-background-color.has-background.is-layout-flow.wp-block-column-is-layout-flow {
    padding: 20px !important;
}
.pum-theme-716 .pum-container, .pum-theme-default-theme .pum-container{
    padding:50px 20px !important;
}


}

/* ---- Funding Programs ---- */
.section-programs {
  background-color: #F0F0F0;
}
.program-card-img {
  min-height: 220px;
  border-radius: 0;
}

.program-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
  pointer-events: none;
}

.program-card:hover .program-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.program-card {
  border-radius: 0;
}
.program-arrow {
  width: 40px;
  height: 40px;
  font-size: 1rem;
  pointer-events: none;
  transition: transform 0.2s;
  border: 1px solid #fff;
}

.program-card:hover .program-arrow {
  transform: translate(2px, -2px);
}
.section-programs h3 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.section-programs p {
  font-size: 15px;
}
@media (min-width: 576px) {
  .program-card-img { min-height: 240px; }
}

@media (min-width: 992px) {
  .program-card-img { min-height: 260px; }
}

/* ---- Process Accordion ---- */
.section-banks p {
  font-size: 18px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  color: #000;
}
.section-banks a {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 20px;
  color: #000;
}
.section-process {
  background-color: #F0F0F0;
}
.process-accordion .accordion-button , .process-accordion .accordion-head , .wp-block-accordion-heading__toggle{
  font-weight: 600;
  box-shadow: none;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

.process-accordion .accordion-button::after {
  content: "+";
  background-image: none;
  width: auto;
  height: auto;
  font-size: 2.4rem;
  font-weight: 400;
  transform: none;
}

.process-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
}

.process-accordion .accordion-item {
  border-radius: 0.25rem !important;
  background: #FFF;
  box-shadow: 0 1px 9.8px 0 #D6D6D6;
}
.btn-choose-clarity {
  background: #3C3C3C;
}

/* ---- CTA Cards ---- */
.cta-card {
  border-radius: 0.25rem;
  text-align: center;
}

.cta-card-img {
  min-height: 280px;
  object-fit: cover;

}

.section-cta h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.section-cta p {
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 12px;
}
.case-study-cta-card p {
  font-size: 26px;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
}
.btn-view-case-studies {
  background: #3C3C3C;
  padding: 8px 25px;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
}
.btn-view-case-studies:hover, .btn-choose-clarity:hover {
  background: #000;
  color: #fff;
}
.min-h-cta {
  min-height: 280px;
}

.cta-card .card-img-overlay {
  z-index: 1;
}

@media (min-width: 768px) {
  .cta-card-img { min-height: 320px; }
  .min-h-cta { min-height: 320px; }
}

@media (min-width: 992px) {
  .cta-card-img { min-height: 340px; }
  .min-h-cta { min-height: 340px; }
}

/* ---- Footer ---- */
.site-footer {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.footer-main {
  padding: 3rem 0 3.5rem;
}

.footer-row {
  --footer-gap: 2.5rem;
  gap: var(--footer-gap) 0;
}

/*.footer-brand-col {*/
/*  padding-right: 1.5rem;*/
/*}*/

.footer-brand {
  display: inline-flex;
  align-items: flex-start;
}

.footer-logo-img {
  height: 65px;
  object-fit: contain;
  flex-shrink: 0;
}

.footer-logo-fallback {
  width: 48px;
  height: 48px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e3a5f;
}

.footer-brand-success {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.footer-brand-corp {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.footer-contact {
  font-size: 0.9375rem;
  color: #333;
}

footer p, footer a {
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.36px;
}


.footer-link-underline:hover {
  color: #1e3a5f !important;
}
.footer-quicklinks-row {
  padding-top: 40px;
  border-top: 3px solid #000;
}
.footer-heading {
  font-size: 20px;
  color: #1F2937;
}

.footer-link {
  text-decoration: none;
  font-size: 18px;
  color: #333;
}

.footer-link:hover {
  color: #1e3a5f !important;
}


.footer-legal-col {
  padding-left: 1.5rem;
  border-left: 1px solid #e0e0e0;
}

.footer-bottom {
  padding: 1rem 0 1.5rem;
  border-top: 1px solid #859389;
}

.footer-copyright, .copyright {
  font-size: 16px;
  color: #000 !important;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Footer responsive: stack columns on small screens */
@media (max-width: 991.98px) {
  .footer-main {
    padding: 2.5rem 0 3rem;
  }
  .footer-brand-col {
    padding-right: 0;
  }
  .footer-quicklinks-col,
  .footer-legal-col {
    border-left: none;
    padding-left: 15px;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
  }
  .footer-legal-col {
    padding-top: 1rem;
  }
}

@media (max-width: 575.98px) {
  .footer-row .footer-quicklinks-col .row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ---- Utility: prevent section misalignment ---- */
.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .container { max-width: 540px; }
}

@media (min-width: 768px) {
  .container { max-width: 720px; padding-left: 20px; padding-right: 20px; }
}

@media (min-width: 992px) {
  .container { max-width: 960px; padding-left: 24px; padding-right: 24px; }
  /* #main{
    margin-top: 150px;
  } */

    .header-logo{
      margin-top:5px;
    }

}

@media (min-width: 1200px) {
  .container { max-width: 1140px; }
}

@media (min-width: 1400px) {
  .container { max-width: 1320px; }
}

/* Safe area for notched devices (iOS) */
@supports (padding: max(0px)) {
  body {
    padding-left: max(0px, env(safe-area-inset-left));
    padding-right: max(0px, env(safe-area-inset-right));
  }
  .container {
    padding-left: max(15px, calc(15px + env(safe-area-inset-left)));
    padding-right: max(15px, calc(15px + env(safe-area-inset-right)));
  }
}

/* ---- Terms of Use Modal (1st slider play button) ---- */
.terms-modal .modal-dialog {
  max-width: 90%;
  width: 640px;
}

.terms-modal-content {
  border: none;
  border-radius: 0px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}
.terms-modal-content-inner {
  background: #F0F0F0;
  margin-top: 10px;
}

.terms-modal-header {
  z-index: 1;
}

.terms-modal-close {
  opacity: 1;
  filter: none;
  background-size: 1.25rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
}

.terms-modal-close:hover {
  opacity: 0.8;
}

.terms-modal-body {
  max-height: 85vh;
  overflow-y: auto;
}

.terms-modal-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 26px;
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: 400 !important;
}

.terms-modal-text {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.6;
}

.terms-modal-text p {
  margin-bottom: 0.75rem;
}

.terms-modal-check {
  font-size: 0.9375rem;
  color: #333;
}

.terms-modal-check .form-check-input {
  margin-top: 0.2rem;
}

.terms-modal-agree-btn {
  background-color: #3C3C3C;
    color: #fff;
    border: none;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    letter-spacing: 0.28px;
}

.terms-modal-agree-btn:hover:not(:disabled) {
  background-color: #2a2a2a;
  color: #fff;
}

.terms-modal-agree-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.terms-modal-cancel {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 0.28px;
}

.terms-modal-cancel:hover {
  color: #000;
  text-decoration: underline;
}

/* ---- Terms of Use page (termsofuse.html) ---- */
.btn-capital-readiness {
  background-color: #3C3C3C;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.28px;
  border-radius: 4px;
  border: none;
}

.btn-capital-readiness:hover {
  background-color: #2a2a2a;
  color: #fff;
}

.terms-page-title {
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  .terms-page-title {
    font-size: 2rem;
  }
}

.terms-video-wrapper {
  position: relative;
}

.terms-video-wrapper .ratio {
  --bs-aspect-ratio: 56.25%;
}

.terms-video-overlay {
  cursor: pointer;
  z-index: 2;
}

.terms-video-overlay:hover .terms-video-play-btn {
  transform: scale(1.05);
  background-color: #dc3545 !important;
}

.terms-video-play-btn {
  width: 80px;
  height: 80px;
  transition: transform 0.2s, background-color 0.2s;
}

@media (min-width: 768px) {
  .terms-video-play-btn {
    width: 100px;
    height: 100px;
  }
}

body.inspiro-front-page {
    background-color: #f0f0f0 !important;
}
body.inspiro-front-page  .navbar {
    background: #f0f0f0 !important;
}
body.inspiro-front-page  footer.site-footer {
    background-color: #f0f0f0;
} 
.navbar {
    background: #ffffff !important;
}
footer.site-footer {
    background-color: #ffffff;
}
.site-header.headroom--not-top{
  position: relative  !important;
}
#What-we-Analyze ul.wp-block-list.Playfair , #Outcomes-Not-Promises ul.wp-block-list.Playfair {
    margin-left: 0px;
}
/* Prevent header jump/space issue */
.site-header {
    position: relative !important;
    top: 0;
    width: 100%;
    z-index: 999;
}

/* Remove Headroom transform jump */
.headroom {
    transform: none !important;
}
.headroom--not-top {
  box-shadow: none !important;
}
html {
    scroll-behavior: smooth;
}


.accordion-header {
  margin-bottom: 0px !important;
}
.accordion-button.rounded-0.bg-white.border-0.py-3 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.accordion-header button {
  text-transform: none;
}
footer .list-unstyled.mb-0 {
  margin-left: 0px;
}




.hero-carousel .carousel-item .row {
min-height: 100%;
}
@media (min-width: 992px) {
.hero-carousel-indicators {
left: 38%;
right: 24px;
}
}
@media (max-width: 991.98px) {
.hero-carousel .carousel-item .col-lg-7 {
order: -1; /* Image first on mobile */
}
.hero-carousel .carousel-item .hero-left-col {
padding-top: 1.5rem !important;
}
}

/* Connecting the Dots modal on connectingdot.html (light gray, serif, underline inputs) */
.connecting-dots-modal-page .modal-dialog {
max-width: 440px;
}

.connecting-dots-page-content {
background-color: #F5F5F5;
border: none;
border-radius: 4px;
box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.connecting-dots-page-header {
z-index: 1;
}

.connecting-dots-page-close {
opacity: 1;
filter: none;
color: #4A4A4A;
}

.connecting-dots-page-close:hover {
opacity: 0.8;
}

.connecting-dots-page-body {
background-color: #F5F5F5;
}

.connecting-dots-page-title {
font-family: "Playfair Display", Georgia, "Times New Roman", serif;
font-size: 2rem;
font-weight: 600;
color: #2A2A2A;
line-height: 1.2;
}

.connecting-dots-page-desc {
font-family: "Playfair Display", Georgia, "Times New Roman", serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
max-width: 320px;
margin-left: auto;
margin-right: auto;
}

.connecting-dots-page-form .connecting-dots-page-input {
background-color: transparent;
border: none;
border-bottom: 1px solid #4A4A4A;
border-radius: 0;
padding-bottom: 0.5rem;
text-align: center;
font-size: 1rem;
}

.connecting-dots-page-form .connecting-dots-page-input:focus {
box-shadow: none;
border-bottom-color: #4A4A4A;
background-color: transparent;
}

.connecting-dots-page-form .connecting-dots-page-input::placeholder {
color: #666;
}

.connecting-dots-page-submit {
background-color: #4A4A4A;
color: #fff;
border: none;
border-radius: 6px;
font-weight: 600;
font-size: 1rem;
}

.connecting-dots-page-submit:hover {
background-color: #3A3A3A;
color: #fff;
}

.connecting-dots-page-cancel {
color: #4A4A4A;
text-decoration: none;
font-size: 0.9375rem;
}

.connecting-dots-page-cancel:hover {
color: #2A2A2A;
text-decoration: underline;
}
/* No slide transform – content change only (fade) */
.hero-carousel.carousel-fade .carousel-item {
transform: none !important;
}

.hero-carousel.carousel-fade .carousel-item-next.carousel-item-start,
.hero-carousel.carousel-fade .carousel-item-prev.carousel-item-end,
.hero-carousel.carousel-fade .carousel-item-next,
.hero-carousel.carousel-fade .carousel-item-prev {
transform: none !important;
}

.hero-carousel.carousel-fade .carousel-item.active {
transform: none !important;
}

.entry-content ul li{
    list-style-type:disc !important;
}

.hero-carousel-indicators {
    top: 35px;
    bottom: auto;
    margin: 0;
    gap: 8px;
}

@media (min-width: 992px) {
    .hero-carousel-indicators {
        left: 38%;
        right: 24px;
    }
   
}

.hero-carousel-indicators [data-bs-target] {
    width: 80px;
    height: 3px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.hero-carousel-indicators [data-bs-target]:focus {
    outline: none;
    box-shadow: none;
}

.hero-indicator-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #fff;
    border-radius: 0;
    pointer-events: none;
}

.hero-carousel-indicators [data-bs-target].filled .hero-indicator-fill {
    width: 100%;
    animation: none;
}

.hero-carousel-indicators [data-bs-target].active .hero-indicator-fill {
    width: 0;
}

@keyframes heroIndicatorFill {
    from { width: 0%; }
    to { width: 100%; }
}

.btn:hover{
    border-color:#000 !important;
    color:#fff !important;
}

.privacy ul {
    padding-left: 15px;
}

.privacy  li {
    text-indent: -16px  !important;
}
.section-banks .banks-read-more {
  color: inherit;
  font-weight: 600;
  font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.531), 20px);
  font-style: normal;
  letter-spacing: 2%;
}
.section-banks{
    text-align:center;
}
.section-banks .banks-read-more:hover {
  color: inherit;
}


.bi.ms-1.banks-read-more-icon:hover.bi-dash:hover, .bi.ms-1.banks-read-more-icon:hover.bi-plus:hover, .banks-read-more-text:hover,.banks-read-more-icon:hover  {
 color: #8b8b8b;
}

div#popmake-753 .wpcf7-spinner {
    display: none;
}

     .navbar-nav ul a:hover {
        color: #000000 !important;
    }
    
    .navbar-nav ul{
        border-top:#000000 !important;
    }


@media screen and (max-width: 780px) {
.section-what ul {
        margin: 0px !important;
    }
}   
    
@media screen and (max-width: 767px) {
    
    p.footer-address.text-dark.mb-3 {
        width: 98%;
    }
    .footer-quicklinks-row {
        padding-top: 10px;
    }
    .footer-brand-col {
        padding-right: 10px;
    }
    .col-6.col-md-7.quick-link-div2 {
        margin-top: 0px;
    }
   #list-col {
    display: block  !important;
    }
    
    ul {
        margin-left: 0;
    }
    .section-programs p {
        width: 100%;
    }
    .entry-content h3, .page-content h3, .comment-content h3 {
        font-size: 20px;
    }
    .section-programs .program-content p {
        font-size: 14px;
        width: 84%;
    }
    .process-accordion .accordion-button, .process-accordion .accordion-head, .wp-block-accordion-heading__toggle {
        font-size: 16px;
    }
   
    .hero-carousel {
    height: auto;
    }
    .hero-carousel .carousel-inner, .hero-carousel .carousel-item {
    height: auto;
    }
    .dropdown-menu .navbar-nav-mobile .nav-item {
        padding-right: 0;
        border-bottom: none !important;
    }
    ul.dropdown-menu {
        background-color: #f8f8f8;
        border: 0px;
    }

a.dropdown-item {
    border-bottom: none !important;
    margin: 0px !important;
    font-weight:600;
}

li.nav-item.dropdown {
    /* border: none !important; */
    padding: 0px;
    margin:0px;
}

li.nav-item {
    margin: 0px;
    padding: 10px 0px;
}

ul.dropdown-menu.show {
    border-bottom: 0px !important;
}

li.nav-item {}

.dropdown li.nav-item {
    border: none !important;
}

ul.dropdown-menu.show {
    padding: 0px;
}
li.nav-item.dropdown {
    padding: 10px 0;
}

a.dropdown-item {
    font-weight: 600 !important;
}


}

@media screen and (max-width: 767px) {
.navbar-nav li a {
padding: 4px 15px;
}
.navbar-nav li a.dropdown-item {
padding: 15px !important;
}

}

@media screen and (max-width: 1023px) {
.hero-carousel {
    height: auto;
    }
.hero-carousel .carousel-inner, .hero-carousel .carousel-item {
    height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.program-content {
width: 85%;
}
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 55%;
    transform: translateX(-50%);
    margin: 8px 0 0;
    min-width: 180px;
    background: #000;
    border-radius: 12px;
    list-style: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 10002;
    display: block;
    pointer-events: auto;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 5px;
    }
    .nav-dropdown-menu a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px;
    display: block;
    }
    .navbar-nav>li>ul:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #000000 !important;
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
}
    @media screen and (min-width: 1200px) {
    .nav-item.has-dropdown:hover .nav-dropdown-menu, .nav-item.has-dropdown.open .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    }
}
    
    /* Desktop dropdown on hover */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .logo_link {
      display: inline-block !important;
      width: auto;
    }
    
    .header-logo {
      display: block;
      max-width: 100%;
      height: auto;
    }

}
@media screen and (max-width: 1024px) {
.navbar-nav .dropdown-menu {
    background: #101010;
    width: auto;
    padding: 3px 0px 0 15px;
    margin-top:15px;
    width:120px;
}
.navbar-nav>li>ul:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
}

.btn.banks-read-more:hover {
color: #10619D !important;
}
    body:has(.navbar-collapse.show) {
        overflow: hidden;
    }

.legal-text a {
    color: #10619D;
    font-weight: 600;
}

@media screen and (min-width: 1200px) {
.home_funding_pgm .col-lg-6:first-child {
padding-right: 1rem !important;
padding-bottom: .5rem !important;
}
.home_funding_pgm .col-lg-6:nth-child(2) {
padding-left: 1rem !important;
padding-bottom: .5rem !important;
}
.home_funding_pgm .col-lg-6:nth-child(3) {
padding-right: 1rem !important;
padding-bottom: .5rem !important;
}
.home_funding_pgm .col-lg-6:nth-child(4) {
padding-left: 1rem !important;
padding-bottom: .5rem !important;
}
}


#show_reality .wp-block-cover {
    overflow: hidden;
    position: relative;
}

#show_reality .wp-block-cover img {
    transition: transform 0.5s ease;
}

#show_reality .wp-block-cover:hover img {
    transform: scale(1.3);
}



#analytics-lab p, .analytics-lab p , #funding-pgm p, #expansion-capital p,#mafunding p , #working-capital p,#Acquisition-Finance p, #our-founder p , .Business-plan p, .our-founder p, #Capital-Readiness-Review p  ,#SMCC-Company-Culture p , #disclaimer-page p, #system-is-broken p , #pitch-deck p, .slider_page p {
    text-align: justify;
}
.text-center{
    text-align:center !important;
}


/* Image styling */
.business_plan_grid_img .wp-block-image img{
    border-radius:12px;
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
    transition:transform .3s ease, box-shadow .3s ease;
    cursor:pointer;
}

/* Hover effect */
.business_plan_grid_img .wp-block-image img:hover{
    transform:scale(1.04);
    box-shadow:0 12px 28px rgba(0,0,0,0.2);
}

/* Caption styling */
.business_plan_grid_img .wp-block-image figcaption{
    text-align:center;
    font-size:14px;
    color:#666;
    margin-top:10px;
}

/* Keep zoom inside container */
.business_plan_grid_img .wp-block-image{
    overflow:hidden;
}

.img_caption {
    text-align: center !important;
    margin-top:0px;
    padding-bottom: 10px;
}
.img_caption_heading {
    text-align: center !important;
    margin-bottom: 0px !important;
    margin-top: 2px !important;
}

.has-text-align-center{
    text-align:center !important;
}

.hero-media .top-50 {
    top: 65% !important;    
}
.pagetext{
    font-size:18px !important;
}

