/* Google font (single import) */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

* {
  font-family: 'Roboto', sans-serif !important;
}

/* Global green outline for all form fields */
input,
textarea,
select {
  border: 1px solid #009444;
  box-shadow: none;
  outline: none;
}


.form-check-input {
  accent-color: #009444;
  cursor: pointer;
}

.form-select:focus{
    border-color: #009444;
    box-shadow: 0 0 0 0.1rem #009444;
}

/* For older Bootstrap browsers, also force background */
.form-check-input:checked {
  background-color: #009444 !important;
  border-color: #009444 !important;
}

/* Base slider – no border, no focus ring */
.aw-range-green {
  accent-color: #009444;
  outline: none;
  box-shadow: none;
  background: transparent;
  border: none;
}

/* Remove default focus ring */
.aw-range-green:focus {
  outline: none;
  box-shadow: none;
    border: none;
}

/* WebKit (Chrome, Edge, Safari) */
.aw-range-green::-webkit-slider-runnable-track {
  height: 6px;
  background-color: #cfe9dc;
  border-radius: 999px;
  border: none;
}

.aw-range-green::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #009444;
  border: none;
  margin-top: -6px;
  cursor: pointer;
}

/* Firefox */
.aw-range-green::-moz-range-track {
  height: 6px;
  background-color: #cfe9dc;
  border-radius: 999px;
  border: none;
}

.aw-range-green::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #009444;
  border: none;
  cursor: pointer;
}

/* IE / old Edge (optional) */
.aw-range-green::-ms-track {
  height: 6px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.aw-range-green::-ms-fill-lower,
.aw-range-green::-ms-fill-upper {
  background-color: #cfe9dc;
  border-radius: 999px;
}

.aw-range-green::-ms-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #009444;
  border: none;
  cursor: pointer;
}



.form-control:focus {
  border-color: #009444;
  box-shadow: 0 0 0 0.1rem #009444;
}

.form-control::placeholder {
  color: #6b7280;
}

/* Focus state */
input:focus,
textarea:focus,
select:focus {
  border-color: #009444;
  box-shadow: 0 0 0 0.1rem rgba(0, 148, 68, 0.25);
  outline: none;
}


/* Kill extra padding on the image column if any */
.contact-image-col {
  padding-left: 0;
  padding-right: 0;
}

.contact-row .contact-image-col img {
  height: 561px !important;
  object-fit: cover !important;
  border: 1px solid #ddd;
  border-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 4px 20px var(--shadow-soft);
}


.form-label {
  color: #231f21;
  font-weight: 500 !important;
}

.form-control {
  border: 1px solid #63758b;
}


/* resuable img cover class */
.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

.img-cover-no-ht-wd {
  object-fit: cover;
  border-radius: 0.5rem;
}

.img-cover-normal {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0.5rem;
}


/* Reusable internal background class (used by How It Works and other pages) */
/* .internal-bg {
  background-image: url('../image/internal-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
} */

.internal-bg {
  background-image: url(../image/internal-bg-final.png);
  background-size: cover;
  background-position: right;
  background-attachment: inherit;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.text-title-green {
  color: #00bf58;
}


/* Breadcrumb styles */
.aegov-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.aegov-breadcrumb ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.aegov-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.aegov-breadcrumb a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
  color: #ffffff;
}

.aegov-breadcrumb a:hover {
  opacity: 0.8;
}

.aegov-breadcrumb.with-seperator li:not(:last-child)::after {
  content: '/';
  margin-left: 0.5rem;
  color: #ffffff;
}

.aegov-breadcrumb svg {
  display: inline-block;
  vertical-align: middle;
}

/* === Resusable portfolio card === */

.portfolio-card {
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
  border: 1.5px solid #e2e8f0;
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  width: 48px;
  height: 48px;
}

.text-dark-green {
  color: var(--dark-green);
}


/* ======================
   Resuable Chart css
====================== */

.chart-center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
  width: 100%;
}

.chart-returns {
  font-size: 1.4rem;
  font-weight: 700;
  color: #10b981;
  line-height: 1.2;
}

.chart-label {
  font-size: 0.7rem;
  color: #9ca3af;
  margin-bottom: 4px;
}

.chart-risk {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  margin-top: 6px;
}

.chart-risk-label {
  font-size: 0.65rem;
  color: #9ca3af;
}

.chart-pie-container {
  position: relative;
  width: 220px;
  /* Increase width */
  height: 220px;
  /* Increase height */
  max-width: 100%;
  margin: 0 auto;
  padding: 12px;
  /* Optional: extra breathing room */
  z-index: 0;

}


.chart-pie-container canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}


.chart-center-text {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
  width: 100%;
}

.chart-returns {
  font-size: 1.4rem;
  font-weight: 700;
  color: #10b981;
  line-height: 1.2;
}

.chart-label {
  font-size: 0.7rem;
  color: #9ca3af;
  margin-bottom: 4px;
}

.chart-risk {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  margin-top: 6px;
}

.chart-risk-label {
  font-size: 0.65rem;
  color: #9ca3af;
}




/* ======================
   Badges resuable
====================== */

.badge {
  border-radius: 2rem;
  font-weight: 500;
}

.badge-small-hover {
  background: #e6f8ee !important;
  color: var(--dark-green) !important;
  border-radius: 2rem;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dark-green);
  transition: background-color 0.3s, color 0.3s;
  padding: 0px 12px;
  text-decoration: none;
  line-height: 2;
  height: 30px;

}

.badge-small-hover:hover {
  background: var(--dark-green) !important;
  color: #ffffff !important;
  text-decoration: none;
}

.badge-small {
  background: #e6f8ee !important;
  color: var(--dark-green) !important;
  border-radius: 2rem;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 12px;
  border: 1px solid var(--dark-green);
  height: 30px;

}

.badge-large {
  background: #e6f8ee !important;
  color: var(--dark-green) !important;
  border-radius: 2rem;
  font-size: 1.05rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dark-green);
  padding: 3px 12px;
  height: 35px;
}



.badge-blue {
  background: #e9f1fd !important;
  color: var(--dark-blue) !important;
  border-radius: 2rem;
  border-radius: 2rem;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dark-blue);

  padding: 3px 12px;
  height: 30px;
}

.badge-blue:hover {
  background: var(--dark-blue) !important;
  color: #e9f1fd !important;
  cursor: pointer
}

/* =========================
   Reusable Call to Action Card
   ========================= */

.aw-cta-card {
  background-image: url("../image/invest-bg-new.png");
  background-size: 180%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 18px;
  padding: 2.8rem 1.9rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
  max-width: 960px;
  color: #ffffff;
}

.aw-cta-card p {
  color: #ffffff;
}

/* reusable table  */
/* place this AFTER the Bootstrap CSS import */
.compare-table> :not(caption)>*>* {
  padding: 0.5rem 1.5rem;
  /* default for all cells in this table */
}

/* extra left padding only for first column */
.compare-table th:first-child,
.compare-table td:first-child {
  padding-left: 2rem;
  /* or whatever value you prefer */
}

/* Grey header text/background for compare table */
.compare-table thead th {
  color: #ffffff;
  background-color: #1c75bc;
  font-weight: 600;
}

.compare-table {
  font-size: 0.98rem;
  /* default ~15–16px */
}

.compare-table thead th {
  font-size: 1rem;
  /* slightly larger header */
}


/* ======================
   WC Card resuable
====================== */

/* ======================
   WC Card reusable (no hover)
====================== */

.wc-card {
  background: var(--text-white) !important;
  border: 1.5px solid var(--border-soft);
  padding: 2.5rem 1.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px var(--shadow-soft);
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* Icon */
.wc-icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

/* Title */
.wc-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-black);
  margin-bottom: 10px;
}

/* Description */
.wc-desc {
  font-size: 1rem;
  color: var(--text-grey);
  margin: 0;
}




/* ======================
   Generic Card Slider resusable
====================== */

/* Outer container (holds arrows + swiper) */
.aw-swiper-container {
  position: relative;
  padding: 0 60px;
}

/* Swiper instance */
.aw-swiper {
  width: 100%;
  padding: 0 0 50px !important;
  overflow: visible;
}

/* Ensure slides/cards stretch full height */
.aw-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.aw-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.aw-swiper-card {
  background: var(--text-white);
  border-radius: 1rem;
  box-shadow: none !important;
  padding: 1.5rem 1.4rem 1.6rem;
}

/* Card inside slide should fill height */
.aw-swiper .aw-swiper-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Generic navigation buttons */
.aw-swiper-button-prev,
.aw-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: var(--text-white);
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: var(--dark-green);
  transition: all 0.3s ease;
}

.aw-swiper-button-prev:hover,
.aw-swiper-button-next:hover {
  background: var(--dark-green);
  color: var(--text-white);
}

.aw-swiper-button-prev {
  left: 0;
}

.aw-swiper-button-next {
  right: 0;
}

/* Pagination */
.aw-swiper .swiper-pagination {
  bottom: 20px;
  position: absolute;
}

.aw-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--dark-green);
  opacity: 0.3;
  transition: all 0.3s ease;
}

.aw-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 24px;
  border-radius: 5px;
}

.aw-body {
  border-top: 1px solid #f1f5f9;
  border: 1px solid #ccc;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0 20px 20px;
}

.aw-img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  object-fit: cover;
}


.insight-card {
  border-radius: 18px;
  background-color: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.insight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
}

.insight-card-image img {
  display: block;
  object-fit: cover;
  height: 220px;
}

.insight-card-body {
  border-top: 1px solid #f1f5f9;
  border: 1px solid #ccc;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.insight-tag {
  padding: 4px 10px;
  border-radius: 999px;
  background-color: #ecfdf3;
  color: #15803d;
  font-weight: 600;
}

.insight-title {
  line-height: 1.35;
}

.insight-read-more {
  font-size: 0.85rem;
}


.accordion-button:not(.collapsed) {
  color: #1c75bc;
}


/* portfolio toggle */
.portfolio-text .toggle-content {
  display: none;
}

.portfolio-text.is-open .toggle-content {
  display: block;
}

.portfolio-text.is-open .teaser {
  display: none;
}

.portfolio-toggle-btn {
  border: none;
  background: transparent;
  color: #059669;
  font-weight: 600;
  padding: 0;
  margin-top: 0.25rem;
  cursor: pointer;
}

.title-line {
  position: relative;
  font-weight: normal;
  color: #231f21;
  padding-left: 3px;
  margin-bottom: 0px;
  font-size: 14px;
}

.title-line::after {
  content: "";
  position: absolute;
  left: 130px;
  top: 10px;
  width: 30px;
  height: 1px;
  background-color: #00bf58;
  margin-bottom: 12px;
  border-radius: 2px;
}

