/*
Template name: Nova
Template author: FreeBootstrap.net
Author website: https://freebootstrap.net/
License: https://freebootstrap.net/license
Buy Pro
*/
:root,
[data-bs-theme=light] {
  --bs-body-bg: #ffffff;
  --bs-body-color: #494B5B;
  --bs-primary: #215C5C;
  --bs-primary-rgb: 33, 92, 92;
  --bs-primary-hover: #144B4B;
  --bs-primary-hover-rgb: 20, 75, 75;
  --bs-secondary: #CCE8C9;
  --bs-secondary-rgb: 204, 232, 201;
  --bs-heading-color: #16181B;
  --inverse-color: #494B5B;
  --inverse-color-rgb: 73, 75, 91;
  --bs-link-color: var(--bs-primary);
  --nav-bg: #ffffff;
  --nav-color: #fff;
  --nav-hover-color: #1f6bff;
  --dropdown-bg: #ffffff;
  --dropdown-color: #1f6bff;
  --dropdown-hover-bg: #f7f7f7;
  --nav-inverse: #000000;
  --nav-inverse-alt: #ffffff;
}

body {
  font: 1rem/1.7 "Inter", sans-serif;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-wrap {
  position: relative;
}

::-moz-selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

::selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: var(--bs-primary);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-heading-color);
}

.container {
  max-width: 1140px;
}

.section {
  padding: 70px 0;
  scroll-margin-top: 60px;
}
@media (max-width: 767.98px) {
  .section {
    padding: 40px 0;
  }
}
.section.first-section {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .section.first-section {
    padding-top: 130px;
  }
}

.text-heading-color {
  color: var(--bs-heading-color);
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.list-checked {
  padding: 0;
  margin: 0;
  color: var(--bs-body-color);
}
.list-checked li {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
.list-checked li i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-radius: 50%;
  color: var(--bs-primary);
  font-size: 20px;
}
.list-checked li:before {
  position: absolute;
  display: inline-block;
  left: 0;
  content: "";
  vertical-align: -0.125em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5625rem 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
}

.btn {
  padding: 12px 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 600;
  position: relative;
}
.btn:hover, .btn:active, .btn:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary-hover) !important;
  border: 1px solid var(--bs-primary-hover) !important;
}
.btn.btn-white.hover-outline {
  background-color: var(--bs-white) !important;
  color: var(--bs-black) !important;
  border: 1px solid transparent !important;
}
.btn.btn-white.hover-outline:hover {
  color: var(--bs-white) !important;
  background-color: transparent !important;
  border: 1px solid var(--bs-white) !important;
}
.btn.btn-white-outline {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2) !important;
  color: var(--inverse-color) !important;
  background-color: transparent;
}
.btn.btn-white-outline:hover, .btn.btn-white-outline:focus, .btn.btn-white-outline:active {
  background-color: transparent !important;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.5) !important;
}

.block-squares {
  position: absolute;
  bottom: -12px;
  right: 0;
  z-index: 1;
  width: auto;
}

.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 1px;
  font-size: 16px;
  background-color: transparent;
  border-color: rgba(var(--inverse-color-rgb), 0.1);
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--bs-primary);
}

.a-link i {
  font-size: 26px;
  margin-left: 10px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.a-link:hover i {
  margin-left: 15px;
}

.page-title {
  padding-top: 100px !important;
  padding-bottom: 50px !important;
  background-color: rgba(var(--inverse-color-rgb), 0.03);
}

.special-link .icons {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.special-link .icons i {
  font-size: 25px;
  position: relative;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.special-link .icons i.icon-1 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link .icons i.icon-2 {
  opacity: 0;
  visibility: hidden;
  top: 80%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link:hover .icons .icon-1 {
  opacity: 0;
  visibility: hidden;
  top: 20%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link:hover .icons .icon-2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* ======= Brand Colors ======= */
:root {
  --bs-primary: #003399;          /* Brand blue */
  --bs-secondary: #fec529;        /* Brand gold */
  --inverse-color: #003399;       /* Navbar text / links */
  --nav-bg: rgba(255, 255, 255, 0.95); /* Offcanvas / active navbar bg */
  --dropdown-hover-bg: #fec52933;      /* Hover effect for dropdowns */
}

/* ======= Header Navbar Base ======= */
.fbs__net-navbar {
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 99999;
  width: 100%;
  background-color: transparent !important;
  border: none;
}

@media (min-width: 992px) {
  .fbs__net-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.fbs__net-navbar > .container {
  position: relative;
}

.fbs__net-navbar.relative {
  position: absolute;
}

/* ======= Navbar Brand (Image Logo Fix) ======= */
.fbs__net-navbar .navbar-brand {
  color: var(--bs-primary);
  font-size: 0;
  line-height: 0;
  font-weight: bold;
  margin-right: 0 !important;
  display: flex;
  align-items: center;
}

.fbs__net-navbar .navbar-brand .logo.dark {
  display: block;
}

.fbs__net-navbar .navbar-brand .logo.light {
  display: none;
}

.fbs__net-navbar .navbar-brand .logo {
  max-height: 45px;
  width: auto;
  height: auto;
}

@media (max-width: 991px) {
  .fbs__net-navbar .navbar-brand .logo {
    max-height: 40px;
  }
}


/* ======= Navbar Links ======= */
.fbs__net-navbar .navbar-nav > li > .nav-link {
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9375rem;
  color: var(--inverse-color);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    color: var(--inverse-color);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.fbs__net-navbar .navbar-nav > li > .nav-link:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 5px;
  height: 1.5px;
  bottom: 0;
  left: 10px;
  background: currentcolor;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.fbs__net-navbar .navbar-nav > li > .nav-link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.fbs__net-navbar .navbar-nav > li > .nav-link:hover,
.fbs__net-navbar .navbar-nav > li > .nav-link:focus {
  color: var(--bs-primary);
}

.fbs__net-navbar .navbar-nav > li > .nav-link.active {
  color: var(--bs-primary);
}

.fbs__net-navbar .navbar-nav > li > .nav-link.active:before {
  content: "";
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* ======= Dropdowns ======= */
.fbs__net-navbar .navbar-nav > li > .nav-link.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fbs__net-navbar .navbar-nav .dropdown-menu {
  background-color: var(--nav-bg);
  border: none !important;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0,0,0,0.1);
          box-shadow: 0 0.1875rem 0.375rem rgba(0,0,0,0.1);
}

.fbs__net-navbar .navbar-nav .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropdown-menu .nav-link {
  font-size: 0.875rem;
  padding: 10px 10px;
  transition: 0.3s all ease;
  border-radius: 0.5rem;
  color: var(--bs-primary);
}

.fbs__net-navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
.fbs__net-navbar .navbar-nav .dropdown-menu .nav-link:hover {
  background-color: var(--dropdown-hover-bg) !important;
  color: var(--bs-primary);
}

/* ======= Header Social / CTA ======= */
.fbs__net-navbar .header-social a {
  transition: 0.3s all ease;
  color: var(--bs-primary);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  background-color: transparent;
}

.fbs__net-navbar .header-social a:hover {
  background-color: var(--dropdown-hover-bg);
  color: var(--bs-primary);
}

.fbs__net-navbar .header-social .btn {
  width: auto !important;
  height: auto !important;
  background-color: var(--bs-primary) !important;
  color: #fff !important;
}

@media (max-width: 575.98px) {
  .fbs__net-navbar .header-social .btn {
    display: none;
  }
}

/* ======= Active Navbar / Sticky ======= */
.fbs__net-navbar.active {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--nav-bg) !important;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0,0,0,0.05) !important;
          box-shadow: 0 0.1875rem 0.375rem rgba(0,0,0,0.05) !important;
}

.fbs__net-navbar.active .nav-link,
.fbs__net-navbar.active .header-social a {
  color: var(--bs-primary) !important;
}

.fbs__net-navbar.active .nav-link:hover {
  color: var(--bs-primary) !important;
}

/* ======= Navbar Toggler ======= */
.fbs__net-navbar .fbs__net-navbar-toggler {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  background-color: var(--bs-primary);
  color: #fff;
  border: none;
  display: none;
}

@media (max-width: 991.98px) {
  .fbs__net-navbar .fbs__net-navbar-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* ======= Icon Menu / Close ======= */
.fbs__net-navbar .fbs__net-icon-menu {
  display: block;
}

.fbs__net-navbar .fbs__net-icon-close {
  display: none;
}

.offcanvas-active .fbs__net-navbar .fbs__net-icon-menu {
  display: none;
}

.offcanvas-active .fbs__net-navbar .fbs__net-icon-close {
  display: block;
}

/* ======= Dark Navbar ======= */
.fbs__net-navbar.dark {
  box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
}

.fbs__net-navbar.dark a {
  color: var(--inverse-color) !important;
}

.fbs__net-navbar.dark a:hover {
  color: var(--inverse-color);
}

.fbs__net-navbar.dark ul li a {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar.dark ul li a:hover {
  color: var(--inverse-color) !important;
}

/* ======= Animations ======= */
@-webkit-keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@-webkit-keyframes fadeInRight {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}

@-webkit-keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

.hero__v6 {
  padding: 10rem 0 !important;
}

.hero__v6 .hero-subtitle {
  background-color: #fec52933; /* subtle gold highlight */
  color: #003399; /* Brand primary */
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.hero__v6 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #003399; /* Brand primary */
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .hero__v6 .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .hero__v6 .hero-title {
    font-size: 30px;
  }
}

.hero__v6 .hero-description {
  color: #555; /* muted body text */
  font-size: 1rem;
  line-height: 1.6;
}

.hero__v6 .cta .btn {
  background-color: #003399;
  color: #fff;
  font-weight: 600;
  padding: 0.8rem 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.hero__v6 .cta .btn:hover {
  background-color: #fec529;
  color: #003399;
}

.hero__v6 .cta .btn-white-outline {
  border: 2px solid #fec529;
  color: #003399;
  font-weight: 600;
  padding: 0.8rem 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.hero__v6 .cta .btn-white-outline:hover {
  background-color: #fec529;
  color: #003399;
}

.hero__v6 .logos .logos-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(11, 60, 93, 0.7); /* Brand primary with transparency */
  margin-bottom: 10px;
}

.hero__v6 .logos img {
  max-width: 140px;
  transition: all 0.3s ease;
}
.hero__v6 .logos img:hover {
  transform: scale(1.1);
}

.hero__v6 .hero-img {
  position: relative;
}
.hero__v6 .hero-img .img-main {
  position: relative;
  z-index: 9;
  border-radius: 1rem;
}
.hero__v6 .hero-img .img-card {
  z-index: 10;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(11, 60, 93, 0.1);
  position: absolute;
  max-width: 280px;
  bottom: -160px;
  left: -60px;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 380px;
  }
}
@media (max-width: 575.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 280px;
  }
}


/* Why Choose Us - Split Design */
.why-choose-us-split h2 {
  color: #003399; /* Brand primary */
}

.why-choose-us-split p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.feature-item .icon {
  color: #fec529; /* Brand accent */
  flex-shrink: 0;
}

.feature-item h5 {
  color: #003399;
  font-weight: 600;
}

.feature-item p {
  color: #555;
  font-size: 0.95rem;
}


/* About Section – Business Insight Rwanda Brand */
.about__v4 .subtitle {
  background-color: #fec52933; /* Gold with transparency */
  color: #003399; /* Brand primary */
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.about__v4 h2 {
  color: #003399; /* Dark primary */
  font-weight: 700;
  line-height: 1.3;
}

.about__v4 p {
  color: #555; /* muted text */
  font-size: 0.95rem;
  line-height: 1.6;
}

.about__v4 h4 {
  color: #003399;
  font-size: 1rem;
}

.about__v4 .features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.about__v4 .features li .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #fec529; /* Brand accent */
  color: #003399;
  border-radius: 50%;
  font-size: 0.75rem;
}

.about__v4 .features li .text {
  color: #003399;
  font-weight: 500;
  font-size: 0.9rem;
}

.about__v4 .mission-statement {
  background-color: #fec52933; /* subtle gold */
  position: relative;
  bottom: -20px;
  width: 100%;
  padding: 20px;
  display: flex;
  gap: 15px;
  border-radius: 0.75rem;
  align-items: flex-start;
}

.about__v4 .mission-statement h3 {
  font-size: 1rem;
  color: #003399;
  font-weight: 700;
  text-transform: uppercase;
}

.about__v4 .mission-statement p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

.about__v4 .mission-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fec529; /* Brand accent */
  border-radius: 50%;
  font-size: 1.2rem;
}

.about__v4 .mission-icon i {
  color: #003399; /* Brand primary */
}



/* Leadership Section */
.leadership__v3 {
  background-color: #f8f9fa;
}

.leadership__v3 .subtitle {
  color: #fec529;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.leadership__v3 h2 {
  color: #003399;
  font-weight: 700;
}

.leadership__v3 p {
  color: #555;
  line-height: 1.6;
}

/* Founder Image & Info */
.founder-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.founder-info h3 {
  margin-top: -10px; /* bring name closer to image */
  font-size: 1.5rem;
  color: #003399;
}

.founder-info h5 {
  font-size: 1.1rem;
}

.founder-info p {
  font-size: 0.95rem;
}

.btn-cta-primary {
  background-color: #fec529;
  color: #003399;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.btn-cta-primary:hover {
  background-color: #e6b31f;
  color: #003399;
}

/* Core Team Members */
.team-member-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.team-member-img:hover {
  transform: scale(2.05);
}

.team-strip h6 {
  font-size: 0.95rem;
}

.team-strip p {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #555;
}


.pricing__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.pricing__v2 .price-table {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}
.pricing__v2 .price-table .price {
  color: var(--bs-heading-color);
}
.pricing__v2 .price-table .price strong {
  font-size: 40px;
}
.pricing__v2 .price-table .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid rgba(var(--bs-white-rgb), 0.2);
}
.pricing__v2 .popular {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.pricing__v2 .popular .price {
  color: var(--bs-secondary);
}
.pricing__v2 .popular h3 {
  color: var(--bs-white);
}
.pricing__v2 .popular p {
  color: var(--bs-white);
}
.pricing__v2 .popular .pricing-features h4 {
  font-size: 12px;
  color: var(--bs-secondary);
}

.howitworks__v1 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.howitworks__v1 .step-card {
  position: relative;
}
.howitworks__v1 .step-card .step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  color: var(--bs-secondary);
  background-color: var(--bs-primary);
  font-size: 18px;
}
.howitworks__v1 .arch-line {
  position: absolute;
  top: 15px;
  width: 150px;
  right: 0;
  left: calc(100% + 24px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .howitworks__v1 .arch-line {
    display: none;
  }
}
.howitworks__v1 .arch-line.reverse {
  top: 20px;
}

/* Focus Areas */
.focus-areas {
  background-color: #f8f9fa;
}

.focus-areas h2 {
  color: #003399; /* Brand primary */
}

.focus-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}

.focus-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.focus-card .icon {
  font-size: 2rem;
  color: #fec529; /* Brand accent */
}

.focus-card h5 {
  color: #003399;
}

.focus-card p {
  color: #555;
  font-size: 0.95rem;
}


/* Services – Business Insight Rwanda */
.services__v3 {
  background-color: #f8f9fa;
}

.services__v3 h2 {
  color: #003399;
}

.services__v3 .subtitle {
  color: #fec529;
  font-weight: 600;
  letter-spacing: 1px;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Icons */
.service-card .icon {
  color: #fec529;
}

.service-card h3 {
  color: #003399;
  font-weight: 600;
}

.service-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Partners & Stakeholders */
.partners-stakeholders {
  background-color: #ffffff;
}

.partners-stakeholders h2 {
  color: #003399; /* Business Insight primary */
}

.partner-card {
  background: #f8f9fa;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.partner-card .icon {
  font-size: 2.2rem;
  color: #fec529; /* Brand accent */
}

.partner-card h5 {
  color: #003399;
}

.partner-card p {
  color: #555;
  font-size: 0.95rem;
}

/* Partner Logos */
.partner-logos {
  background-color: #f8f9fa;
}

.partner-logos h5 {
  color: #003399;
}

.logo-box {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 20px;
  border-radius: 12px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.logo-box img {
  max-height: 50px;
  max-width: 100%;
  opacity: 0.9;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.logo-box:hover img {
  opacity: 1;
  transform: scale(1.05);
}



/* Research & Insights Tabs */
.research-insights-tabs h2 {
  color: #003399;
}

.research-insights-tabs p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.nav-tabs .nav-link {
  color: #003399;
  font-weight: 600;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
  color: #003399;
  border-bottom: 3px solid #fec529;
}

.horizontal-scroll {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.horizontal-scroll::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.report-item {
  background: #f8f9fa;
  border: 1px solid #e6e6e6;
  min-width: 250px;
  max-width: 250px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.report-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.report-item h5 {
  color: #003399;
  font-weight: 600;
  font-size: 1rem;
}

.report-item p {
  color: #555;
  font-size: 0.9rem;
}

.btn-cta-primary {
  background-color: #fec529;
  color: #003399;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.btn-cta-primary:hover {
  background-color: #e6b31f;
  color: #003399;
}



.faq__v2 {
  background-color: #f8f9fa; /* Light background for clarity */
}

.faq__v2 .subtitle {
  background-color: #fec52933; /* Gold with transparency */
  color: #003399; /* Brand primary */
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.faq__v2 h2 {
  color: #003399;
  font-weight: 700;
}

.faq__v2 p {
  color: #555;
  font-size: 0.95rem;
}

.faq__v2 .custom-accordion .accordion-item {
  border: none;
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

.faq__v2 .custom-accordion .accordion-button {
  position: relative;
  padding-right: 50px;
  font-size: 1rem;
  font-weight: 500;
  color: #003399;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border-radius: 0;
}

.faq__v2 .custom-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq__v2 .custom-accordion .accordion-button::after {
  font-family: "bootstrap-icons" !important;
  content: "\f4fe"; /* plus icon */
  font-size: 24px;
  color: #fec529; /* Brand accent */
  position: absolute;
  right: 20px;
}

.faq__v2 .custom-accordion .accordion-button:not(.collapsed)::after {
  content: "\f2ea"; /* minus icon */
  color: #003399;
}

.faq__v2 .custom-accordion .accordion-body {
  font-size: 0.95rem;
  color: #555;
  padding: 18px 20px;
  border-top: 1px solid #e6e6e6;
  background-color: #fdfdfd;
}


/* Call To Action */
.cta-section {
  background: linear-gradient(135deg, #003399, #092f47);
  color: #ffffff;
}

.cta-section h2 {
  color: #ffffff;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
}

/* Contact links */
.cta-contact i {
  color: #fec529;
}

.cta-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.cta-link:hover {
  color: #fec529;
  text-decoration: underline;
}

/* Button */
.btn-cta-primary {
  background-color: #fec529;
  color: #003399;
  border: none;
}

.btn-cta-primary:hover {
  background-color: #e5b321;
  color: #003399;
}


.stats__v3 .content {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fec529;
  color: var(--bs-black);
  overflow: hidden;
  position: relative;
}
.stats__v3 .content h3 {
  color: var(--bs-black);
}
.stats__v3 .content .rounded-borders {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
}
.stats__v3 .content .rounded-borders .rounded-border-1,
.stats__v3 .content .rounded-borders .rounded-border-2,
.stats__v3 .content .rounded-borders .rounded-border-3 {
  border: 1px solid var(--bs-black);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
}
.stats__v3 .content .rounded-borders .rounded-border-1 {
  right: 20px;
  top: 20px;
}
.stats__v3 .content .rounded-borders .rounded-border-2 {
  right: 40px;
  top: 40px;
}

.testimonials__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.testimonials__v2 .testimonial {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}
.testimonials__v2 .testimonial-author .author-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.contact__v2 .subtitle {
  background-color: rgba(0, 50, 152, 0.2); /* Primary Blue from BIR */
  color: #003298; /* Brand Primary */
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.contact__v2 .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(0, 50, 152, 0.3); /* Subtle border in primary */
  border-radius: 50%;
  color: #003298; /* Icon color */
  font-size: 1.25rem;
}

.contact__v2 .form-control {
  border-radius: 8px;
  border: 1px solid rgba(0, 50, 152, 0.3);
}

.contact__v2 .form-control:focus {
  border-color: #fec529; /* Accent Yellow */
  box-shadow: 0 0 0 0.2rem rgba(254, 197, 41, 0.25);
}

.contact__v2 .btn-primary {
  background-color: #003298;
  border-color: #003298;
  color: #fff;
}

.contact__v2 .btn-primary:hover {
  background-color: #fec529; /* Accent Yellow hover */
  color: #003298;
  border-color: #fec529;
}

.contact__v2 address {
  font-style: normal;
  color: #003298;
}


.footer {
  background-color: rgba(var(--inverse-color-rgb), 0.02);
  font-size: 15px;
}

.footer h2, .footer h3, .footer h4 {
  font-size: 16px;
}
.footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
}
.footer a {
  color: rgba(var(--inverse-color-rgb), 0.6);
  text-decoration: none;
}
.footer a:hover {
  color: var(--inverse-color);
}
.footer a .badge {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}
.footer a:hover .badge {
  background-color: rgba(var(--bs-primary-rgb), 1);
  color: var(--bs-white);
}
.footer .quick-contact i {
  color: var(--inverse-color);
}
.footer .credits {
  font-size: 13.5px;
}
.footer .social-icon {
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f4f6f8;
  transition: all 0.3s ease;
}

.footer .social-icon i {
  transition: color 0.3s ease;
}

/* Brand colors */
.footer .social-icon.linkedin i { color: #0A66C2; }
.footer .social-icon.twitter i  { color: #000000; }
.footer .social-icon.youtube i  { color: #FF0000; }
.footer .social-icon.instagram i {
  color: #E1306C;
}

/* Hover effect */
.footer .social-icon:hover {
  transform: translateY(-3px);
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}


#back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  background-color: var(--bs-primary);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  width: 40px;
  height: 40px;
}
#back-to-top i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#back-to-top.show {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
/* WhatsApp Floating Button on Left */
.whatsapp-float-left {
  position: fixed;
  bottom: 25px;
  left: 25px; /* changed from right to left */
  background-color: #25D366; /* WhatsApp green */
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 28px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float-left:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0,0,0,0.35);
  text-decoration: none;
  color: white;
}
