
.quicksand {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1, h2, h3, h4, h5 {
font-family: "Quicksand", sans-serif;
font-weight:700pt;
}

p {
    font-family:"Quicksand", sans-serif;
    color:#4f554f;
}

/* ========================================
   HERO SECTION
======================================== */

.hero-card {
    position: relative;
    min-height: 590px;
    background-size: cover;
    background-position: center;

    border-radius: 0 0 30px 30px;
    overflow: hidden;
}


/* ========================================
   HERO IMAGE OVERLAY
======================================== */

.hero-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0.05) 45%,
        rgba(0, 0, 0, 0.10) 100%
    );
}


/* ========================================
   HERO CONTENT
======================================== */

.hero-content {
    position: relative;
    z-index: 2;

    padding: 35px 55px;
}


/* ========================================
   HERO TITLE
======================================== */

.hero-title {
    color: white;

    font-size: 4rem;
    line-height: 0.95;
    font-weight: 700;

    margin-top: 0;
    margin-bottom: 35px;

    letter-spacing: -2px;
}


/* ========================================
   SEARCH BAR
======================================== */

.hero-search {
    width: 580px;
    max-width: 100%;

    height: 56px;

    background: white;

    border-radius: 50px;

    display: flex;
    align-items: center;

    padding: 5px 6px 5px 22px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}


/* Search icon */

.hero-search i {
    color: #68716d;

    font-size: 20px;

    margin-right: 12px;
}


/* Search input */

.hero-search .form-control {
    border: none;
    box-shadow: none;

    height: 45px;

    font-size: 15px;

    color: #555;

    padding: 0;
}

.hero-search .form-control:focus {
    box-shadow: none;
}

.hero-search .form-control::placeholder {
    color: #68716d;
}


/* ========================================
   SEARCH BUTTON
======================================== */

.search-btn {
    background: #8bc63e;

    color: #111;

    border: none;

    border-radius: 50px;

    height: 46px;

    padding: 0 28px;

    font-weight: 600;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.search-btn:hover {
    background: #7db535;

    color: #111;

    transform: scale(1.02);
}


/* ========================================
   HERO CARDS CONTAINER
======================================== */

.hero-cards {
    position: absolute;

    z-index: 3;

    left: 55px;
    right: 55px;
    bottom: 55px;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 15px;
}


/* ========================================
   HERO INFO CARDS
======================================== */

.hero-info-card {
    background: #1e3167;

    min-height: 180px;

    border-radius: 25px;

    padding: 27px 25px 22px;

    color: white;

    display: flex;
    flex-direction: column;

    /*
       Smooth hover animation
    */
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* ========================================
   CARD HOVER EFFECT
======================================== */

.hero-info-card:hover {
    transform: translateY(-6px);

    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}


/* ========================================
   CARD TITLE
======================================== */

.hero-info-card h5 {
    font-size: 19px;

    font-weight: 700;

    margin-bottom: 10px;
}


/* ========================================
   CARD DESCRIPTION
======================================== */

.hero-info-card p {
    color: #c9d0e2;

    font-size: 14px;

    line-height: 1.55;

    margin-bottom: auto;

    max-width: 220px;
}


/* ========================================
   CARD LINK
======================================== */

.hero-info-card a {
    color: #8bc63e;

    text-decoration: none;

    font-size: 14px;

    font-weight: 500;

    margin-top: 15px;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}


/* Arrow */

.hero-info-card a span {
    font-size: 24px;

    line-height: 0;

    vertical-align: -2px;

    margin-right: 7px;

    display: inline-block;

    transition: transform 0.2s ease;
}


/* Link hover */

.hero-info-card:hover a {
    color: #a4dc55;
}

.hero-info-card:hover a span {
    transform: translateX(4px);
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 992px) {

    .hero-title {
        font-size: 3rem;
    }

    .hero-card {
        min-height: 700px;
    }

    .hero-cards {
        grid-template-columns: repeat(2, 1fr);

        bottom: 30px;

        left: 30px;
        right: 30px;
    }

}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 576px) {

    .hero-card {
        min-height: 850px;

        border-radius: 0 0 20px 20px;

        background-position: center;
    }


    /* Hero content */

    .hero-content {
        padding: 30px 25px;
    }


    /* Title */

    .hero-title {
        font-size: 2.5rem;

        letter-spacing: -1px;
    }


    /* Search */

    .hero-search {
        height: 52px;

        padding-left: 15px;
    }

    .search-btn {
        padding: 0 18px;
    }


    /* Cards */

    .hero-cards {
        grid-template-columns: 1fr;

        left: 20px;
        right: 20px;

        bottom: 20px;

        gap: 10px;
    }


    .hero-info-card {
        min-height: 145px;

        padding: 20px;
    }

}

/* ===== */
.circle {
    display: block;
    align-content: center;
    height:50px;
    width:50px;
    padding:0.9rem;
    border-radius:8rem;
    background-color:#dfeccb;
    color:green;
}


.rounded-xl {
    border-radius:2rem;
}

.text-success {
    color:#85bb40 !important;
}

.bg-success {
    background-color:#85bb40 !important;
}


.btn-primary-theme {
    color: #fff;
    background-color: #1b2a58;
    border: 1px solid #1b2a58;
    
    /* Alignment & Layout */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    /* Spacing & Sizing */
    padding: 0.75rem 1.5rem; /* Vertical | Horizontal */
    min-height: 44px;         /* Standard accessible touch height */
    width: fit-content;
    border-radius: 4px;      /* Optional: smooth corners */
    
    /* Typography */
    line-height: 1;
    text-decoration: none;
    
    /* Smooth scaling */
    transition: all 0.2s ease;
}

.btn-primary-theme:hover {
    color: #fff;
    background-color: #263d82;
    border-color: #263d82;
    transform: scale(1.04);
}

.btn-theme {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 4rem;
}

.bg-primary {
    background-color:#1b2a58 !important;
    color:white;
}

.bg-mute {
    background-color: #f3f7ee;
}


.btn-primary-theme-2 {
    color: hwb(239 1% 80%);
    background-color: #85bb40;
    border: 1px solid #85bb40;
    
    /* Alignment & Layout */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    /* Spacing & Sizing */
    padding: 0.75rem 1.5rem; /* Vertical | Horizontal */
    min-height: 44px;         /* Standard accessible touch height */
    width: fit-content;
    border-radius: 4px;      /* Matches theme roundness */
    
    /* Typography */
    line-height: 1;
    text-decoration: none;
    
    /* Smooth scaling */
    transition: all 0.2s ease;
}

.btn-primary-theme-2:hover {
    color: hwb(239 1% 80%);
    background-color: #74a437; /* Slightly darker shade on hover */
    border-color: #74a437;
    transform: scale(1.04);
}

.btn-theme-2 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 4rem;
}

.bg-primary {
    background-color:#1b2a58 !important;
    color:white;
}


.transparent-pill {
    display: block;
    padding-top:1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right:2rem;
    max-width: fit-content;
    background-color:rgba(255, 255, 255, 0.148);
    color:white;
    font-size:10pt;
    border-radius:3rem;
}

/* =========================
   NAVBAR
========================= */

.aurora-navbar {
  min-height: 37px;
  padding: 0;
  background: #f5f8f0;
  border-bottom: 1px solid #dfe3da;
}

.aurora-nav-container {
  width: 100%;
  max-width: 1168px;
  min-height: 37px;
  margin: 0 auto;

  display: flex;
  align-items: center;
}


/* =========================
   LOGO
========================= */

.aurora-logo {
  display: flex;
  align-items: center;

  height: 37px;
  margin: 0;
  padding: 0;
}

.aurora-logo img {
  display: block;
  max-width: auto;
  max-height: 45px;
  object-fit: contain;
}


/* =========================
   DESKTOP NAVIGATION
========================= */

/*
   IMPORTANT:
   Don't set display:flex !important here.
   Bootstrap needs to control display
   when the menu collapses.
*/

.aurora-navbar .navbar-collapse {
  align-items: center;
  justify-content: flex-end;
}

.aurora-nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;

  gap: 28px;

  margin: 0 32px 0 auto;
  padding: 0;
}

.aurora-nav-links .nav-item {
  margin: 0;
  padding: 0;
}

.aurora-nav-links .nav-link {
  display: flex;
  align-items: center;

  height: 37px;
  padding: 0;

  color: #30352f !important;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;

  white-space: nowrap;
  text-decoration: none;

  transition: color 0.2s ease;
}

.aurora-nav-links .nav-link:hover {
  color: #6f9f25 !important;
}


/* =========================
   LANGUAGE SWITCHER
========================= */

.language-switcher {
  display: flex;
  align-items: center;

  width: 108px;
  height: 25px;

  border: 1px solid #e0e5dc;
  border-radius: 8px;

  overflow: hidden;
  flex-shrink: 0;
}

.language {
  flex: 1;

  height: 23px;

  border: none;
  background: transparent;

  color: #d4d8d1;

  font-size: 10px;
  font-weight: 400;

  cursor: pointer;
}

.language.active {
  background: #8bc53f;
  color: #142000;
  font-weight: 600;
  border-radius: 7px;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 991.98px) {

  .aurora-navbar {
    min-height: 55px;
  }

  .aurora-nav-container {
    min-height: 55px;
    padding: 0 20px;

    flex-wrap: wrap;
  }

  .aurora-logo {
    height: 55px;
  }

  /* Mobile hamburger */
  .aurora-navbar .navbar-toggler {
    margin-left: auto;

    padding: 6px;

    border: 1px solid #dfe3da;
    border-radius: 6px;

    box-shadow: none;
  }

  .aurora-navbar .navbar-toggler:focus {
    box-shadow: none;
  }

  /* Make Bootstrap's collapse work */
  .aurora-navbar .navbar-collapse {
    width: 100%;
    flex-basis: 100%;

    padding: 10px 0 15px;
  }

  .aurora-nav-links {
    flex-direction: column;
    align-items: flex-start;

    width: 100%;

    gap: 0;

    margin: 0;
  }

  .aurora-nav-links .nav-item {
    width: 100%;
  }

  .aurora-nav-links .nav-link {
    width: 100%;
    height: 40px;

    font-size: 14px;
  }

  .language-switcher {
    margin-top: 10px;
  }
}


.form-control-theme {
    display: block;
    border-radius: 1.2rem !important;
    width: 100%;
    padding: 1rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.circle {
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.circle i {
    font-size: 20px;
    line-height:1;
}
.aural-navbar .navbar-toggler i {
    font-size: 18px;
}

/* =========================
   LINK & NAVBAR OVERRIDES
========================= */

/* Remove browser/Bootstrap underlines from theme links */
a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

/* Navbar: follow Bootstrap .nav-link structure, with Aural Power colors. */
.aurora-navbar .navbar-nav .nav-link,
.aurora-navbar .navbar-nav .nav-link:visited {
    color: #000 !important;
    text-decoration: none !important;
}

.aurora-navbar .navbar-nav .nav-link:hover,
.aurora-navbar .navbar-nav .nav-link:focus,
.aurora-navbar .navbar-nav .nav-link:active,
.aurora-navbar .navbar-nav .nav-item.current-menu-item > .nav-link,
.aurora-navbar .navbar-nav .nav-item.current_page_item > .nav-link,
.aurora-navbar .navbar-nav .nav-item.current-menu-ancestor > .nav-link,
.aurora-navbar .navbar-nav .nav-item.current_page_ancestor > .nav-link,
.aurora-navbar .navbar-nav .nav-item.current-menu-parent > .nav-link,
.aurora-navbar .navbar-nav .nav-item.current_page_parent > .nav-link {
    color: #85bb40 !important;
    text-decoration: none !important;
}

/* Cover WordPress themes that add the current class directly to the link. */
.aurora-navbar .navbar-nav .nav-link.active,
.aurora-navbar .navbar-nav .nav-link.current-menu-item,
.aurora-navbar .navbar-nav .nav-link.current_page_item {
    color: #85bb40 !important;
    text-decoration: none !important;
}

/* Button text should never be underlined */
a.btn-theme,
a.btn-theme:hover,
a.btn-theme:focus,
a.btn-theme:active,
a.btn-primary-theme,
a.btn-primary-theme:hover,
a.btn-primary-theme:focus,
a.btn-primary-theme:active,
a.btn-primary-theme-2,
a.btn-primary-theme-2:hover,
a.btn-primary-theme-2:focus,
a.btn-primary-theme-2:active {
    text-decoration: none !important;
}
