﻿/* * {
  outline: 2px dotted black;
} */

@font-face {
  font-family: "GillSansNovaforJL-Bold";
  src: url("../Fonts/GillSansNovaforJL-Bold.otf");
  src: url("../Fonts/GillSansNovaforJL-Bold.woff2");
  /* font-weight: bold; */
}

@font-face {
  font-family: "GillSansNovaforJL-Light";
  src: url("../fonts/GillSansNovaforJL-Light.otf");
  src: url("../fonts/GillSansNovaforJL-Light.woff2");
  /* font-weight: light; */
  /* font-style: normal; */
}

@font-face {
  font-family: "GillSansNovaforJL-Medium";
  src: url("../Fonts/GillSansNovaforJL-Medium.otf");
  src: url("../Fonts/GillSansNovaforJL-Medium.woff2");
  /* font-weight: medium; */
  /* font-style: normal; */
}

@font-face {
  font-family: "GillSansNovaforJL-SemiBold";
  src: url("../Fonts/GillSansNovaforJL-SemiBold.otf");
  src: url("../Fonts/GillSansNovaforJL-SemiBold.woff2");
  /* font-weight: semi-bold; */
  /* font-style: normal; */
}

@font-face {
  font-family: "GillSansNovaforJL-UltraLt";
  src: url("../Fonts/GillSansNovaforJL-UltraLt.otf");
  src: url("../Fonts/GillSansNovaforJL-UltraLt.woff2");
  /* font-weight: lighter; */
  /* font-style: normal; */
}

html {
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  /* text-wrap: balance; */
  box-sizing: border-box;
}

:root {
  --primary-color: #05b084;
  --primary-hover-color: #05b085d9;
  --secondary-color: #f1b472;
  --secondary-hover-color: #ee8c2b9a;
  --success-color: #003936;
  --success-hover-color: #003936ed;
  --danger-color: #f1b472;
  --danger-hover-color: #f1b472e2;
  --light-color: #:f6deca;
  --grey-color: #b7e0cb;
  --white: #fff;
  /* --warning-color: #fcf2d8; */
  /* --info-color: #441555;
  --dark-color: #e1163c;
  --muted-color: #3279bd;*/
}

a.bg-primary:hover {
  background-color: var(--primary-color) !important;
}

.bg-warm-gray {
  background-color: #cbc4bc;
}

.navbar-nav .nav-link {
  color: white;
}

body {
  margin: 0;
  padding: 0;
  font-family: "GillSansNovaforJL-Medium", arial, helvetica, sans-serif;
  /* font-family: "GillSansNovaforJL-Medium", arial, helvetica, sans-serif; */
  box-sizing: border-box;
  line-height: 1.38;
}

h1 {
  font-size: clamp(2em, 4vw, 3em); /* minimum 2em, preferred 5vw, maximum 3em */
  font-family: "GillSansNovaforJL-SemiBold";
  vertical-align: middle;
  font-weight: 600;
  letter-spacing: 0.0em;
}

h1.upper {
  letter-spacing: 0.122em;
  text-transform: uppercase;
}

/* .hero-strip h1 {
    font-family: "GillSansNovaforJL-Light";
} */

h2 {
  font-size: clamp(
    1.5em,
    4vw,
    2.25em
  ); /* minimum 1.5em, preferred 4vw, maximum 2.25em */
  font-family: "GillSansNovaforJL-SemiBold";
  vertical-align: middle;
  letter-spacing: 0.0em;
  /* text-transform: uppercase; */
}

h2.upper {
  letter-spacing: 0.122em;
  text-transform: uppercase;
}

.about-start h3 {
  font-family: "GillSansNovaforJL-Medium";
}

@media (max-width: 500px) {
  .about-start img {
    max-width: 20px !important;
  }

  .home-about.tab img {
    max-width: 20px !important;
  }
}

h3,.h3 {
  font-size: clamp(1em, 3vw, 1.6em)!important;
  font-family: "GillSansNovaforJL-SemiBold";
  vertical-align: middle;
  letter-spacing: 0.0em;  
}

h3.upper {
  font-size: clamp(1em, 3vw, 1.6em);
  font-family: "GillSansNovaforJL-SemiBold";
  vertical-align: middle;
  letter-spacing: 0.122em;
  text-transform: uppercase;
  
}

.vacancy-details .accordion-title,
h4.upper {
  font-size: clamp(1em, 2.5vw, 1.5em);
  font-family: "GillSansNovaforJL-SemiBold";
  font-weight: 500;
  letter-spacing: 0.0em;
  text-transform: uppercase;
  
}

.vacancy-details .accordion-title,
h4 {
  font-size: clamp(1em, 2.5vw, 1.5em);
  font-family: "GillSansNovaforJL-SemiBold";
  font-weight: 500;
  letter-spacing: 0.0em;
}

.accordion-title {
  text-transform:unset!important;
}

.vacancy-details .accordion-title {
  font-size: clamp(1em, 2.5vw, 1.5em);
  font-family: "GillSansNovaforJL-Medium";
  font-weight: 500;
}

h5 {
  font-size: clamp(1em, 2.5vw, 1.5em);
  font-family: "GillSansNovaforJL-SemiBold";
  letter-spacing: 0.0em;  
}

h5.upper {
  font-size: clamp(1em, 2.5vw, 1.5em);
  font-family: "GillSansNovaforJL-SemiBold";
  letter-spacing: 0.122em;
  text-transform: uppercase;
  
}

h6 {
  font-size: clamp(1em, 2.5vw, 1.5em);
  font-family: "GillSansNovaforJL-Light";
  letter-spacing: 0.0em;
}

h6.opper {
  font-size: clamp(1em, 2.5vw, 1.5em);
  font-family: "GillSansNovaforJL-Light";
  letter-spacing: 0.122em;
  text-transform: uppercase;
}

p.upper {
  text-transform: uppercase;
}

h4.fw-600 {
  font-weight: 600 !important;
}

.w-100 {
  width: 100%;
}

.rounded-20 {
  border-radius: 20px;
}



.justify-content-stretch {
  justify-content: stretch;
}

.nav-item a {
  font-size: unset;
}

.list-group-flush > .list-group-item,
.nav-tabs .nav-link,
.form-control {
  font-size: clamp(
    0.5em,
    2.5vw,
    1em
  ); /* minimum 1em, preferred 2.5vw, maximum 1.5em */
}

.form-control, .modules-lists li,
p {
  font-size: clamp(
    0.5em,
    2.5vw,
    1.25em
  ); /* minimum 1em, preferred 2.5vw, maximum 1.5em */
}

.blockquote-footer {
  font-size: clamp(0.875em, 2.5vw, 1em);
  color: #6c757d;
}

.navbar-dark .navbar-nav .nav-link {
  font-size: clamp(1em,2.5vw,1.2em
  ); /* minimum 1em, preferred 2.5vw, maximum 1.5em */
  font-family: "GillSansNovaforJL-Light";
}

.nav-tabs .nav-link {
  font-size: clamp(
    0.7em,
    2.5vw,
    1.5em
  ); /* minimum 1em, preferred 2.5vw, maximum 1.5em */
  font-weight: 600;
}
p {
  line-height: 1.38;
}

@media screen and (max-width: 577px) {
  h1 {
    font-size: clamp(1.2rem, 4.5vw, 1.8rem);
    /* line-height: 1 !important; */
  }

  h2 {
    font-size: clamp(1rem, 4vw, 1.6rem);
    /* line-height: 1 !important; */
  }

  h3 {
    font-size: clamp(0.85rem, 3.5vw, 1.3rem);
    line-height: 1 !important;
  }

  .vacancy-details .accordion-title,
  h4 {
    font-size: clamp(0.9rem, 3vw, 1.2rem);
  }

  h5 {
    font-size: clamp(0.8rem, 2.5vw, 1.1rem);
  }

  h6 {
    font-size: clamp(0.65rem, 2vw, 0.9rem);
  }

  .nav-item a {
    font-size: unset;
  }



  .list-group-flush > .list-group-item,
  .nav-tabs .nav-link,
  p {
    font-size: clamp(0.85rem, 3vw, 1.1rem); /* Matching smaller text elements */
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: clamp(0.6rem, 3.5vw, 0.8rem); /* Proportional decrease */
  }

  .nav-tabs .nav-link {
    font-size: clamp(
      0.4rem,
      2.5vw,
      0.8rem
    ); /* Kept in sync with navbar links */
  }

  .loginButtonsContainerTop {
    display: none !important;
  }
}

.shadow-xl {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.675) !important;
}

.input-outline {
  border: 1px solid var(--success-color) !important;
  border-radius: 15px !important;
}
/* 
.btn {
    border-radius: 100px !important;
    padding-inline: 2rem;
    padding-block: 0.7rem;
    border: 0px;
    font-size: clamp(0.8em, 2.5vw, 1.2em);
    font-weight: 700;
    color: #000000;
    background-color: transparent !important;
    transition: all 0.6s ease-in-out;
    font-family: "GillSansNovaforJL-SemiBold";
    
    display: grid;
place-content: center;
    
    line-height: normal; 
    height: auto; 
} */

.rz-button-box {

}

a.btn {
  display: inline-block;
  font-family: "GillSansNovaforJL-Light";
  text-align: center;
  height: 40px;
  padding: 8px 32px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-decoration: none;
  border: none transparent;
  white-space: nowrap;
  min-width: 225px;
  line-height: 1;
  transition: all 0.6s ease-in-out;
}

button {
  font-family: "GillSansNovaforJL-Light"!important;
}

/* .rz-button {
  border-radius: 0 !important;
  padding-inline: 2rem;
  padding-block: 0.7rem;
  border: 0px;
  font-size: clamp(0.8em, 2.5vw, 1.2em);
  font-weight: 500;
  color: #000000;
  background-color: transparent !important;
  transition: all 0.6s ease-in-out;
  font-family: "GillSansNovaforJL-Medium";
  line-height: 1;
} */

.rz-button-box {
  padding-top: 2px;
}

.rz-badge-warning.rz-shade-default {
  border-radius: 0px;
}

.rz-button-text {
  line-height: 0.7;
}

.rz-button {
  border-radius: 0 !important;
  padding-inline: 2rem;
  padding-block: 0.7rem;
  border: 0px;
  font-size: clamp(1em, 2.5vw, 1.5em);
  font-weight: 700;
  color: #000000;
  background-color: transparent !important;
  transition: all 0.6s ease-in-out;
  font-family: "GillSansNovaforJL-Light";
  line-height: 1;
}

.btn-lg {
  padding-inline: 5.5rem;
  padding-block: 1rem;
  font-size: clamp(1.2em, 2.5vw, 1em);
  font-weight: 800;
}

.programme-start {
  font-size: clamp(1.2em, 2.5vw, 3.5em);
}

.btn-success {
  background-color: var(--success-color) !important;
  color: var(--danger-color)!important;
}

.btn-success:hover {
  background-color: var(--success-hover-color) !important;
  color: white !important;
}

.row a.bg-success:hover,
a.bg-danger:hover .row a.bg-secondary:hover {
  background-color: var(--info-color) !important;
  color: var(--grey-color) !important;
}

/* a:hover {
    background-color: var(--primary-color) !important;
    color: var(--grey-color) !important;
  } */

.btn-input {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-inline: 1rem;
  padding-block: 0.35rem;
  border: 0px;
  font-size: clamp(0.8em, 2.5vw, 1em);
  font-weight: 700;
  color: #000000;
}

.btn-input:hover {
  background-color: var(--primary-color);
}

.modal-card-button {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.bg-hero-card {
  background-color: rgba(255, 255, 255, 0.8) !important;
  padding: 1rem;
}

.about-us.register-interest {
  grid-template-rows: repeat(1, 5vw);
}

.about-us .bg-hero-card {
  background-color: var(--success-color) !important;
  padding: 1rem;
}

.bg-secondary,
.btn-secondary,
rz-secondary {
  background-color: var(--secondary-color) !important;
}

.btn-secondary:hover {
  border: 0;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.btn-primary-2,
.bg-primary-2,
.rz-primary {
  background-color: var(--white) !important;
}

.text-warning {
  color: #009530 !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-lg-primary {
  color: var(--primary-color) !important;
  font-size: clamp(2em, 2.5vw, 1em);
}

.text-danger {
  color: var(--danger-color) !important;
}

.text-info {
  color: #035970 !important;
}

.text-muted {
  color: #9fa0a4 !important;
}

.bg-light {
  background-color: var(--light-color) !important;
}

.bg-muted {
  background-color: var(--muted-color) !important;
}

.btn-danger {
  background-color: var(--danger-color) !important;
  color: #000000 !important;
}

.btn-danger:hover {
  background-color: var(--danger-hover-color) !important;
  color: unset;
}

.btn-primary,
.bg-primary {
  background-color: var(--primary-color) !important;
}

.btn-primary:hover {
  background-color: var(--primary-hover-color) !important;
}

.text-success {
  color: #0e1f2c !important;
}

.bg-success {
  background-color: var(--success-color) !important;
}

.bg-grey {
  background-color: var(--grey-color) !important;
}

.bg-light-gray {
  background-color: var(--light-color) !important;
}

.bg-dark {
  background-color: var(--dark-color) !important;
}

.text-dark {
  color: var(--dark-color) !important;
}

.bg-info {
  background-color: var(--info-color) !important;
}

.bg-danger {
  background-color: var(--danger-color) !important;
}

/* .btn-primary:hover {
  color: #fff;
  background-color: #3dcd58;
  border-color: transparent;
} */

/* .btn-secondary:hover {
  background-color: var(--secondary-color);
} */

.bg-warning {
  background-color: var(--warning-color) !important;
}

.rounded-10 {
  border-radius: 20px;
}

.rounded-25 {
  border-radius: 25px;
}

.flex-grow-1 {
  flex-grow: 1;
}

@media screen and (max-width: 662px) {
  .btn-lg {
    padding-inline: 2rem;
    padding-block: 0.8rem;
    font-size: clamp(1em, 2.5vw, 1em);
    font-weight: 800;
  }
}

.h_160 {
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ****************************** Nav ************************** */
.navbar-nav .nav-item {
  position: relative;
}

.navbar-brand img {
  min-width: 9px;
  max-width: 100%;
  height: auto;
  width: 290px;
}

.navbar-brand.profile img {
  min-width: 20px;
  max-width: 100%;
  height: auto;
  width: 30px;
}

.nav-flex-item {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: end;
}

.navbar-nav a.nav-link:after {
  content: "";
  position: absolute !important;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: var(--white);
  transition: all ease-in-out 0.7s;
}

.navbar-nav a.nav-link:hover:after {
  width: 100%;
  left: 0%;
  right: 0%;
  background-color: var(--danger-color);
}

.navbar-toggler {
  padding: 0px;
  font-size: 0.8rem;
  border: 0px solid transparent;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 32px;
  height: 2.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
  background-image: none;
  background-image: none;
}

.nav-section {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(241, 180, 114, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ========================= HOME PAGE =========================== */

.coming-soon-banner {
  border-block: 4px solid var(--secondary-color);
}

.register-interest {
  display: grid;
  grid-template-columns: 1fr repeat(7, 2fr) 1fr;
  grid-template-rows: repeat(8, 5vw);
}

.grid-item-bg {
  grid-column: 1/15;
  grid-row: 1/2;
  /* border-top-right-radius: 100px;
  border-bottom-right-radius: 100px; */
  /* border: 3px solid var(--primary-color); */
  border-left: 0px;
}

/* About Hero */
.about-hero {
  display: grid;
  grid-template-columns: 1fr repeat(7, 2fr) 1fr;
  grid-template-rows: 4vw 6vw 4vw repeat(2, 6vw);
}

.hero-strip {
  grid-column: 1/6;
  grid-row: 2/5;
  display: grid;
  align-items: center;
  align-content: center;
  justify-items: center;
  /* border-top-right-radius: 100px;
  border-bottom-right-radius: 100px; */
  /* border: 3px solid var(--white); */
  border-left: 0px;
  z-index: 100;
  font-weight: 600;
}

.bg-hero-three {
  background-color: #b7e0cb;
  max-height: 100dvh !important;
  min-height: 600px !important;
  align-content: center;
  padding-block: 3rem;
}

.hero-strip h1 {
  font-weight: 500;
  vertical-align: baseline;
}

.about-title h1 {
  z-index: 101;
}

.about-hero-footer {
  place-self: center;
  grid-column: 1/-1;
  grid-row: 3/4;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.about-hero-background {
  grid-column: 1/-1;
  grid-row: 1/4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-hero-logo {
  grid-column: 8/-1;
  grid-row: 1/-1;
  width: 100%;
  justify-self: end;
  align-self: start;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 600px) {
  .hero-strip {
    grid-column: 1/7;
    grid-row: 2/3;
    z-index: 100;
  }

  .about-title {
    grid-column: 1/7;
    grid-row: 2/3;
    font-size: clamp(0.5em, 5vw, 3em);
  }

  .about-hero {
    display: grid;
    grid-template-columns: 1fr repeat(7, 2fr) 1fr;
    grid-template-rows: repeat(5, 10vw);
  }

  .about-hero-logo {
    grid-column: 7/-1;
  }
}

@media (max-width: 600px) {
  .hero-strip {
    grid-column: 1/8;
    grid-row: 2/3;
    z-index: 100;
  }

  h1.about-title {
    grid-column: 1/7;
    grid-row: 2/3;
    font-size: clamp(0.5em, 5vw, 3em);
    display: inline;
  }

  .about-hero {
    display: grid;
    grid-template-columns: 1fr repeat(7, 2fr) 1fr;
    grid-template-rows: repeat(4, 10vw);
  }
}
/* About Hero */
.register-hero-background {
  grid-column: 1/10;
  grid-row: 1/7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.register-interest-card-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  align-self: center;
  grid-column: 3/8;
  grid-row: 1 / 7;
}

.register-interest-logo {
  /* padding-top: 2rem; */
  grid-column: 1/4;
  grid-row: 2/9;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.register-interest-footer {
  place-self: center;
  grid-column: 1/10;
  grid-row: 6/7;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.arrow-down-light {
  align-self: center;
  justify-self: center;
  padding-top: 1rem;
  grid-column: 5/6;
  grid-row: 6/8;
}

@media (min-width: 1002px) and (max-width: 1280px) {
  .register-interest {
    grid-template-rows: repeat(11, 5vw);
  }

  .register-hero-background {
    grid-row: 1/8;
  }

  .register-interest-footer {
    grid-row: 8/8;
  }

  .arrow-down-light {
    grid-row: 8/10;
  }

  .register-interest-logo {
    grid-row: 2/11;
    grid-column: 1/5;
  }

  .register-interest-card-container {
    grid-row: 3/ 7;
    grid-column: 3/8;
  }
}

@media (max-width: 1001px) {
  .register-interest {
    grid-template-rows: repeat(12, 6vw);
  }

  .register-hero-background {
    grid-row: 1/9;
  }

  .register-interest-footer {
    grid-row: 9/10;
  }

  .arrow-down-light {
    grid-row: 8/10;
  }

  .register-interest-logo {
    grid-row: 5/-1;
    grid-column: 1/5;
    height: auto;
  }

  .register-interest-card-container {
    grid-column: 3/8;
    grid-row: 3/ 8;
  }

  .displayUsername {
    display: none !important;
  }

  .ambassador-container {
    grid-template-columns: 1fr;
    gap: 4rem;
    row-gap: 4rem;
  }
}

@media (max-width: 550px) {
  .register-interest {
    grid-template-rows: repeat(16, 6vw);
  }

  .register-hero-background {
    grid-row: 1/14;
  }

  .register-interest-footer {
    grid-row: 14/15;
  }

  .arrow-down-light {
    grid-row: 14/15;
  }

  .register-interest-logo {
    grid-row: 8/17;
    grid-column: 1/6;
    height: auto;
  }

  .register-interest-card-container {
    grid-column: 2/9;
    grid-row: 5/ 11;
  }

  .arrow-down-light img {
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 360px) {
  .register-interest {
    grid-template-rows: repeat(16, 8vw);
  }

  .register-hero-background {
    grid-row: 1/14;
  }

  .register-interest-footer {
    grid-row: 14/15;
  }

  .arrow-down-light {
    grid-row: 13/15;
  }

  .register-interest-logo {
    grid-row: 9/17;
    grid-column: 1/6;
    height: auto;
  }

  .register-interest-card-container {
    grid-column: 2/9;
    grid-row: 5/ 11;
  }

  .arrow-down-light img {
    width: 100%;
    object-fit: cover;
  }
}

.left-anchor-strip {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
}

.grid-item-bg {
  grid-column: 1/15;
  grid-row: 1/2;
  /* border-top-right-radius: 100px;
  border-bottom-right-radius: 100px; */
  /* border: 3px solid var(--primary-color); */
  border-left: 0px;
}

.grid-item-bg-secondary {
  grid-column: 1/15;
  grid-row: 1/2;
  /* border-top-right-radius: 100px;
  border-bottom-right-radius: 100px; */
  /* border: 3px solid var(--white); */
  border-left: 0px;
}

.grid-item-text {
  justify-self: center;
  align-self: center;
  grid-column: 3/14;
  grid-row: 1/2;
}

@media (max-width: 500px) {
  .grid-item-text {
    grid-column: 2/14;
  }
}

/* About us jlp */
.philosophy-section {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  /* gap: 2rem; */
}

.philosophy-section .hero-strip {
  grid-column: 1/14;
  grid-template-columns: repeat(6, 1fr);
}

.philosophy-section .hero-strip h3 {
  grid-column: 2/6;
  padding-block: 1rem;
}

.philosophy-content {
  grid-column: 1/-1;
  margin-bottom: 2rem;
}

.video-philosophy {
  margin-block: 2rem;
}

.values-section {
  grid-column: 1/-1;
}

.early-career {
  display: grid;
}

.early-career img {
  grid-column: 1/-1;
  grid-row: 1/-1;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.early-career .early-career-content {
  grid-column: 1/-1;
  grid-row: 1/-1;
  place-content: center;
}

.values-text-section {
  margin-top: 3rem !important;
}

.ambassador-container {
  display: grid;
  gap: 10rem;
  row-gap: 10rem;
  grid-template-columns: 1fr 1fr;
  margin-inline: 1rem;
}

@media (max-width: 1001px) {
  .ambassador-container {
    grid-template-columns: 1fr, 1fr;
    gap: 4rem;
    row-gap: 4rem;
  }

}

@media (max-width: 500px) {
  .philosophy-section .hero-strip {
    grid-column: 1 / 14;
    grid-template-columns: repeat(6, 1fr);
  }

  .values-text-section {
    margin-top: 1rem !important;
  }

  .ambassador-container {
    grid-template-columns: 1fr;
    gap: 4rem;
    row-gap: 4rem;
  }
  
}

.sign-me-up-grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.sign-me-up-grid-container img {
  grid-column: -2/-1;
  grid-row: 1/2;
}

.sign-me-up-grid-container .container {
  grid-column: 1/-1;
  grid-row: 1/2;
  align-self: center;
}

.home-latest-opportunities.full-w .card {
  min-width: 200px;
  max-width: 100%;
}

.home-latest-opportunities.full-w .card.success-profile-card img {
  min-width: 150px;
  max-width: 300px;
  bottom: 20%;
}

.home-latest-opportunities .card {
  border: 0.25rem solid var(--white);
  /* border-radius: 20px; */
  min-width: 200px;
  max-width: 400px;
}

.home-latest-opportunities.white-border .card {
  border: 0.23rem solid var(--white);
}

.home-latest-opportunities .card {
  border: 0.23rem solid var(--success-color);
}

.home-latest-opportunities .card-footer,
.success-card.card-footer {
  border-bottom-left-radius: calc(30px - 1rem);
  border-bottom-right-radius: calc(30px - 1rem);
}

.home-latest-opportunities .list-group-item {
  padding-block: 0.8rem;
  padding-left: 0rem;
}

.home-latest-opportunities .card-body {
  padding-block: 0rem;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 1rem;
}

.carousel-control-next-icon {
  background-image: url("/icons/arrow-right-light.png");
  width: 55px;
  height: 108px;
}

.employer-profile .carousel-control-next-icon {
  background-image: url("/icons/arrow-right-light.png");
  width: 55px;
  height: 108px;
}

.carousel-control-next {
  right: 50px;
  border-width: 0px;
  background-color: var(--light-color);
}

.carousel-control-prev-icon {
  background-image: url("/icons/arrow-left-light.png");
  width: 55px;
  height: 108px;
}

.employer-profile .carousel-control-prev-icon {
  background-image: url("/icons/arrow-left-light.png");
  width: 55px;
  height: 108px;
}

.carousel-control-prev {
  left: 50px;
  border-width: 0px;
  background-color: var(--light-color);
}

@media screen and (max-width: 430px) {
  .home-latest-opportunities.full-w .card .success-profile-card img {
    min-width: 150px;
    max-width: 300px;
    width: 100px;
    bottom: 20%;
  }
}

@media screen and (max-width: 768px) {
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
}

.success-card .carousel-inner {
  overflow: visible;
}

.home-latest-opportunities.success-card .card {
  margin-bottom: 2rem;
}

.carousel-indicators {
  margin-top: 2rem;
  bottom: -85px;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--white);
}

.routes .carousel-indicators li {
  background-color: var(--success-color);
}

.values .carousel-indicators li {
  background-color: var(--danger-color);
}

.success-card .carousel-indicators li {
  background-color: var(--success-color);
}

/* .nav-tabs .nav-link {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
} */

.nav-link {
  display: block;
  padding: 0.5rem 0.4rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #0e1f2c;
  background-color: var(--success-color) !important;
  border-color: transparent !important;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link {
  color: #0e1f2c;
  background-color: var(--primary-color);
  border-color: #ececec;
}

.nav-tabs {
  background-color: #ececec;
}

.tab-pane {
  background-color: #fff;
}

.tab-pane {
  margin: 0.8rem;
  padding: 1rem;
  border: none;
}

.support .tab-pane {
  border: none;
}

.home-about-quick-links .card {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 4fr;
  margin-bottom: 2rem;
}

.home-about-quick-links .card img {
  grid-area: 1 / 1 / 4 / 2;
}

.home-about-quick-links .card::after {
  content: "";
  position: absolute;
  top: 0;
  box-shadow: 220px 220px 200px 4000px rgba(27, 61, 88, 0.5) inset;
}

.home-about-quick-links .card .card-body {
  grid-area: 2 / 1 / 4 / 2;
  background-color: #e6e7e7;
  min-height: clamp(8em, 2.5vw, 1.5em);
}

.home-about-quick-links .card .card-body p > img {
  width: clamp(2em, 2.5vw, 1.5em);
  height: auto;
}

.home-about-quick-links .card a {
  color: #000000;
}

.v-culture-benefits .card {
  align-items: center;
}

.home-latest-opportunities.values .card {
  border: none;
  /* border-radius: 20px; */
}
/*============================================ About us 😊😊😊😊 ============================================*/
.partners-grid-container {
  display: grid;
  grid-template-columns: max-content auto;
  justify-content: center;
  align-items: center;
}

.circles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-block: 2rem;
}

.circle-grid-item {
  display: grid;
  grid-template-columns: 1fr 0.5fr 3fr 0.5fr 1fr;
  place-content: center;
  font-size: clamp(0.9em, 2vw, 1.1em);
}

.circle-grid-item .background-circle {
  grid-column: 2/5;
  grid-row: 1/4;
}

.circle-grid-item .text-items {
  grid-column: 3/4;
  grid-row: 2/3;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr;
  grid-template-rows: min-content;
}

.circle-grid-item .background-circle img {
  width: 100%;
  object-fit: cover;
  display: block;
  height: auto;
}

.text-items img {
  width: 30%;
}

.programme-designed {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr 2fr 1fr 3fr;
  grid-template-rows: 3rem repeat(1, 1fr) 3rem;
  background: url("../img/AboutMe.svg") no-repeat right center;
  background-size: auto;
  background-size:cover;
}

.careers-celebrating {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 2fr 1fr 3fr;
    grid-template-rows: 3rem repeat(1, 1fr) 3rem;
}

.partners .programme-bg {
  grid-column: 1/16;
}

.programme-bg {
  grid-column: 4/16;
  grid-row: 1/3;
  justify-self: end;
  object-fit: contain;
  display: block;
  height: auto;
  width: 100%;
}

.programme-main {
  grid-column: 1/-1;
  grid-row: 2/3;
  /* align-self: center; */
}

@media (max-width: 500px) {
  .circles-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-block: 2rem;
    margin-inline: 0.3rem;
  }

  .circle-grid-item {
    max-width: 60%;
    justify-self: center;
  }

  .programme-main {
    grid-column: 1/-1;
    grid-row: 2/3;
    align-self: center;
  }

  .circle-grid-item .background-circle {
    grid-column: 1/6;
  }

  .circle-grid-item .text-items {
    grid-column: 2/5;
  }

  .programme-designed {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 2fr 1fr 3fr;
    grid-template-rows: 3rem repeat(1, 1fr) 3rem;
  }

  .programme-bg {
    grid-column: 2/16;
    grid-row: 1/3;
    width: 100%;
    align-self: start;
  }
}

@media (max-width: 768px) {
  .circle-grid-item .background-circle {
    grid-column: 1/6;
  }

  .circle-grid-item .text-items {
    grid-column: 2/5;
  }

  .circles-grid {
    margin-inline: 1rem;
  }
}

.about-us-hero-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-template-rows: repeat(2, fit-content);
  gap: 2rem;
}

.about-us-hero-grid-container .card {
  grid-area: 1/2/2/3;
}

.about-us-hero-grid-container p {
  grid-area: 1/1/2/2;
}

.about-us-hero-grid-container .register-grid-item {
  grid-area: 2/1/2/3;
  display: grid;
  align-items: center;
}

.register-grid-item .green-arrow-home {
  position: absolute;
  max-width: 80px;
  bottom: -5%;
  left: 62px;
}

@media screen and (max-width: 891px) {
  .about-us-hero-grid-container {
    gap: 1rem;
    grid-template-rows: repeat(3, max-content);
  }

  .about-us-hero-grid-container .card {
    grid-area: 1/1/2/3;
  }

  .about-us-hero-grid-container p {
    grid-area: 2/1/4/2;
  }

  .about-us-hero-grid-container .register-grid-item {
    grid-area: 2/2/3/3;
    padding-block: 3.5rem !important;
  }

  .register-grid-item .green-arrow-home {
    display: none;
  }
}

/*============================================ Routes into Digital 😊😊😊😊 ============================================*/
.heading-paragraph {
  font-size: clamp(1.5em, 2.5vw, 1em);
}

.green-bg-shape {
  background: url("/asset/bg-images/green-background-shapes.png") no-repeat
    center center;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-size: cover;
  height: auto;
  min-width: 100%;
  width: 100%;
}

.card-footer {
  align-self: stretch;
}

.digital-community img.card-img-top {
  /* flex: 0 0 100px; */
  width: 100%;
  height: 100px;
  object-fit: contain;
}

/*============================================ Success stories 😊😊😊😊 ============================================*/

.aavashQuote {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, max-height);
}

.avash {
  grid-area: 1/1/8/5;
}

.aavash-quote-text {
  grid-area: 2/3/6/8;
  /* font-size: clamp(0.9em, 2.5vw, 1em); */
}

.aavash-quote {
  grid-area: 6/3/7/8;
}

@media screen and (max-width: 992px) {
  .aavash-quote-text {
    grid-area: 2/4/5/8;
    font-size: clamp(0.9em, 2.5vw, 1em);
  }

  .aavash-quote {
    grid-area: 5/5/7/7;
  }
}

.aavashQuote {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, max-height);
}

.avash {
  grid-area: 1/1/8/5;
}

.aavash-quote-text {
  grid-area: 2/3/6/8;
}

.aavash-quote-text h3 {
  font-size: clamp(2.3em, 2.5vw, 1em);
}

.aavash-quote {
  grid-area: 6/3/7/8;
}

@media screen and (min-width: 572px) and (max-width: 992px) {
  .aavash-quote-text p {
    font-size: clamp(1.2em, 2.5vw, 1em);
  }
}

@media screen and (max-width: 992px) {
  .aavashQuote {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, max-content);
  }

  .avash {
    grid-area: 1/1/8/5;
  }

  .aavash-quote-text {
    grid-area: 2/4/5/8;
  }

  .aavash-quote {
    grid-area: 5/5/7/7;
  }
}

@media screen and (min-width: 992.1px) {
  .aavash-quote-text {
    grid-area: 2/3/6/8;
  }

  .aavash-quote {
    grid-area: 6/4/7/7;
  }
}

@media screen and (min-width: 992.1px) and (max-width: 1399px) {
  .aavash-quote-text {
    grid-area: 2/4/6/8;
  }

  .aavash-quote {
    grid-area: 6/5/7/7;
  }
}

/* section.success-card .card {
  display: grid;
  grid-template-rows: 20px, 80px;
} */

section.success-card .modal-body .card {
  display: flex;
  width: 100%;
  height: auto;
}

section.success-card .card-footer {
  align-self: stretch;
}



section.success-card .card > img {
  margin: auto;
  position: relative;
  bottom: 50px;
  object-fit: contain;
}


section .modal-body .card > img {
  margin-bottom: 1rem;
}

.close {
  color: var(--success-color);
  text-shadow: 0 1px 0 #949494;
  opacity: 1;
}

.tanya-quote-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, max-height);
}

.tanya {
  grid-area: 1/6/8/8;
}

.tanya-quote-text {
  grid-area: 2/2/6/5;
}

.tanya-quote {
  grid-area: 6/2/7/5;
}

.tanya-quote-text h3 {
  font-size: clamp(2.3em, 2.5vw, 1em);
}

@media screen and (max-width: 713px) {
  .tanya-quote-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, max-content);
  }

  .tanya {
    grid-area: 1/6/8/-1;
  }

  .tanya-quote-text {
    grid-area: 2/1/5/6;
  }

  .tanya-quote {
    grid-area: 5/2/7/5;
  }

  .profile-img {
    background-size: contain;
    height: max-content;
  }
}

@media screen and (min-width: 714px) and (max-width: 992px) {
  .tanya-quote-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, max-content);
  }

  .tanya {
    grid-area: 1/6/8/-1;
  }

  .tanya-quote-text {
    grid-area: 2/2/5/6;
  }

  .tanya-quote {
    grid-area: 5/3/7/5;
  }
}

@media screen and (min-width: 992.1px) and (max-width: 1399px) {
  .tanya-quote-text {
    grid-area: 2/2/6/6;
  }

  .tanya-quote {
    grid-area: 6/3/7/5;
  }

  .tanya-quote-text h3 {
    font-size: clamp(1.4em, 2.5vw, 1em);
  }
}

.accordion .card .card-header p a {
  display: grid;
  gap: 0rem 1rem;
  align-items: center;
  grid-template-columns: max-content 3fr max-content;
  grid-template-rows: max-content;
}

.accordion > .card > .card-header .accordion-icon {
  grid-area: 1/ 1/ 2/ 2;
}

.accordion > .card > .card-header p.accordion-title {
  grid-area: 1/ 2/ 2/ 3;
}

.accordion > .card > .card-header a .fa-solid {
  grid-area: 1/ 3/ 2/ 4;
}

.accordion > .card > .card-header a:hover {
  text-decoration: none;
}

.accordion > .card > .card-header a.collapsed .accord-arrow {
  transition: 0.4s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: var(--secondary-color);
  font-size: 1.4rem;
}

.accordion > .card > .card-header a:not(.collapsed) .accord-arrow {
  transition: 0.4s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--secondary-color);
  font-size: 1.4rem;
}

.accordion > .card:has(a:not(.collapsed)) {
  margin-bottom: 1rem;
}

.accordion > .card > .card-header {
  border-radius: 10px;
}

.accordion > .card > .card-header {
  /* background-color: var(--success-color); */
  /* border: 5px solid var(--primary-color); */
  border-bottom: 0px;
  border-radius: 0px;
}

.accordion .card > .card-header:has(.btn-link.collapsed) {
  /* border: 5px solid var(--primary-color); */
}

.accordion .card > .card-header:has(.collapsing) {
  border: 0px;
}

.accordion .card-body {
  /* border: 5px solid var(--primary-color); */
  border-top: 0;
  background-color: var(--success-color);
}

.accordion > .card > .card-header a {
  color: var(--danger-color);
  font: 600;
}

.accordion > .card > .card-header a {
  color: unset;
}

.accordion > .card {
  margin-bottom: 1rem;
  border: 0px;
}

.accordion-title {
  font-weight: 400 !important;
}

.accordion > .card > .card-header a.collapsed .fa-solid {
  transition: 0.4s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}


.material-symbols-outlined {
  transition: transform 0.3s ease-in-out;
}

[aria-expanded="true"] .material-symbols-outlined.down {
  transform: rotate(180deg);
}

[aria-expanded="false"] .material-symbols-outlined.down {
  transform: rotate(0deg);
}



/* Vacancy =========================================== */
/***** Track Styles *****/
/***** Chrome, Safari, Opera, and Edge Chromium *****/
input[type="range"]::-webkit-slider-runnable-track {
  background: var(--success-color);
  height: 0.5rem;
}

/******** Firefox ********/
input[type="range"]::-moz-range-track {
  background: var(--success-color);
  height: 0.5rem;
}

/***** Thumb Styles *****/
/***** Chrome, Safari, Opera, and Edge Chromium *****/
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -12px; /* Centers thumb on the track */
  background-color: var(--danger-color);
  height: 1.2rem;
  width: 1.2rem;
}

/***** Thumb Styles *****/
/***** Firefox *****/
input[type="range"]::-moz-range-thumb {
  border: none; /*Removes extra border that FF applies*/
  border-radius: 0; /*Removes default border-radius that FF applies*/
  background-color: var(--danger-color);
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
}

input[type="range"]::after {
  content: "";
}

.back-arrow {
  max-width: 3%;
}

@media screen and (max-width: 597px) {
  .accordion.vacancy-details .btn-link img.img-fluid {
    width: 60%;
    height: auto;
  }

  .accordion > .card > .card-header a:not(.collapsed) .fa-solid,
  .accordion > .card > .card-header a.collapsed .fa-solid {
    font-size: 1rem;
  }

  a.btn img {
    width: 15% !important;
  }

  .btn, .rz-button-box, .rz-button {
    padding-inline: 0.8rem;
    padding-block: 0.2rem;
    font-size: clamp(1em, 2.5vw, 1.5em);
    font-weight: 700;
    border-radius: 0!important;
  }

  .btn-lg {
    padding-inline: 1.2rem;
    padding-block: 0.4rem;
    font-size: clamp(1.5em, 3vw, 2em);
    font-weight: 800;
  }

  .nav-buttons .btn {
    padding-inline: 0.7rem;
    padding-block: 0.2rem;
    font-size: clamp(0.9em, 2.5vw, 1em);
    font-weight: 800;
  }

  .accordion > .card > .card-header {
    padding-block: 0.3rem;
    padding-inline: 0.8rem;
  }

  .nav-tabs .nav-link {
    font-size: clamp(0.7em, 2.5vw, 1.5em);
    font-weight: 600;
  }

  .back-arrow {
    max-width: 8%;
  }
}

.embed-container {
  --video--width: 823;
  --video--height: 423;
  position: relative;
  padding-bottom: calc(
    var(--video--height) / var(--video--width) * 100%
  ); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* Always show the navbar toggler button */
/* .navbar-toggler {
  display: block !important;
}

.front-end .navbar-toggler {
  display: inherit !important;

} */

.modal-dialog > .model-title {
  color: white !important;
}

.h_160 {
  height: 160px;
}

.rz-button.rz-dark {
  background-color: var(--rz-base-900) !important;
  color: var(--rz-text-contrast-color);
}

.rz-button.rz-primary.rz-shade-default {
  background-color: var(--primary-color) !important;
  color: var(--rz-on-primary);
}

.rz-button.rz-secondary.rz-shade-default {
  background-color: var(--secondary-color) !important;
  color: var(--black) !important;
}

.card.modules .rz-button.rz-secondary.rz-shade-default.rounded-bottom-20 {
  border-bottom-left-radius: 20px!important;
  border-bottom-right-radius: 20px!important;
}

.rz-button.rz-info.rz-shade-default {
  color: #05b084;
}

.rz-dialog-titlebar {
  background-color: var(--primary-color) !important;
}

.rz-dialog {
  background-color: var(--success-color) !important;
}

.moduleholder .rz-button-box {
  padding-left: 0px;
  padding-top: 0px;
}

.rz-tabview-nav li a {
  color: var(--success-color) !important;
}

.rz-tabview-top > .rz-tabview-nav .rz-tabview-selected {
  border-top-color: var(--success-color) !important;
}

.profile-img {
  width: 75px;
  height: 75px;
}

.rz-dialog-content p {
  text-wrap: initial !important;
}

.chat-container {
  display: flex;
  flex-direction: column;
  height: 100vh; /* Adjust height as needed */
  /*background-color: #f4f4f4;*/
}

.chat-container .messages {
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
}

.chat-container .message {
  margin-bottom: 10px;
  padding: 18px;
  border-radius: 5px;
  /* Other styles... */
}

.chat-container .message {
  position: relative; /* Needed for absolute positioning of pseudo-elements */
  /* Other styles... */
}

.chat-container .user-message::after {
  content: "";
  position: absolute;
  right: -5px; /* Adjust as needed */
  top: 10px; /* Adjust to align with the middle of the message */
  border: 5px solid transparent;
  border-left-color: #00bbfe; /* Same as the background-color of .user-message */
  border-right: 0;
}

.chat-container .bot-message::before {
  content: "";
  position: absolute;
  left: -5px; /* Adjust as needed */
  top: 10px; /* Adjust to align with the middle of the message */
  border: 5px solid transparent;
  border-right-color: var(
    --secondary-color
  ); /* Same as the background-color of .bot-message */
  border-left: 0;
}

.chat-container .user-message {
  text-align: right;
  background-color: #00bbfe;
}

.chat-container .bot-message {
  text-align: left;
  background-color: var(--secondary-color);
}

.chat-container .icon {
  display: inline-block;
  margin-right: 5px;
}

.chat-container .timestamp {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
}

.chat-container .input-area {
  display: flex;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #ccc;
}

.chat-container .input-area input {
  flex-grow: 1;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.chat-container .input-area button {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #007bff;
  color: white;
  cursor: pointer;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--primary-color);
}

a:visited {
  text-decoration: none;
  color: unset;
}

.evp__pattern {
  background: url("../img/Homepage-Desktop-Ameded.svg") no-repeat center center;
  background-size: auto;
  background-size: cover;
  height: auto;
  min-width: 100%;
  width: 100%;
  background-color: #b7e0cb;
  height: 500px;
}

.evp__pattern2 {
  display: flex;
  background: url("../img/Desktop-Careers.svg") no-repeat center center;
  /* background-color: rgba(0, 0, 0, 0); */
  background-size: auto;
  background-size:cover;
  height: auto;
  min-width: 100%;
  width: 100%;
  background-color: #b7e0cb;
  height: 500px;
}

.evp__pattern4 {
  display: flex;
  background: url("../img/Desktop-Ambasador.svg") no-repeat center center;
  /* background-color: rgba(0, 0, 0, 0); */
  background-size: auto;
  background-size:cover;
  height: auto;
  min-width: 100%;
  width: 100%;
  background-color: #b7e0cb;
  height: 500px;
}

.evp__pattern3 {
  display: flex;
  background: url("../img/LogIn-Amended.svg") no-repeat center center;
  /* background-color: rgba(0, 0, 0, 0); */
  background-size: auto;
  background-size: cover;
  height: auto;
  min-width: 100%;
  width: 100%;
  background-color: #b7e0cb;
  height: 500px;
}

.evp__pattern3.backend {
  display: flex;
  background: url("../img/LogIn-Amended.svg") no-repeat center center;
  /* background-color: rgba(0, 0, 0, 0); */
  background-size: auto;
  background-size: cover;
  height: auto;
  min-width: 100%;
  width: 100%;
  background-color: #b7e0cb;
  height: 400px;
}

.evp__logo {
  background: url("../img/Logo-section.svg") no-repeat right center;
  background-size: auto;
  background-size: cover;
  height: auto;
  min-width: 100%;
  width: 100%;
  height: 400px;
}


.evp__logo2 {
    background: url("../img/Logo-section2.svg") no-repeat right center;
    background-size: auto;
    background-size: cover;
    height: auto;
    min-width: 100%;
    width: 100%;
    height: 400px;
}

.evp__aboutProgramme {
  background: url("../img/AboutMe.svg") no-repeat center center;
  background-size: auto;
  background-size:cover;
  height: auto;
  min-width: 100%;
  width: 100%;
  height: 400px;
}

@media (max-width: 900px) {
    .evp__logo2 {
        background: url("../img/Logo-section2.svg") no-repeat right center;
        background-size: auto;
        background-size: cover;
        height: auto;
        min-width: 100%;
        width: 100%;
        height: 300px
    }
}

@media (max-width: 650px) {
    .evp__logo2 {
        background: url("../img/Logo-section2.svg") no-repeat right center;
        background-size: auto;
        background-size: cover;
        height: auto;
        min-width: 100%;
        width: 100%;
        height: 200px
    }
}

@media (max-width: 550px) {
.evp__pattern3{
  background: url("../img/LogIn-Amended.svg") no-repeat right right;
}

.evp__logo2 {
  background: url("../img/Logo-section2.svg") no-repeat center center;
  background-size: auto;
  background-size:cover;
  height: auto;
  min-width: 100%;
  width: 100%;
}

.evp__logo{
  background: url("../img/Logo-section.svg") no-repeat center center;
  background-size: auto;
  background-size:cover;
  height: auto;
  min-width: 100%;
  width: 100%;
}
  .evp__pattern, .evp__pattern1, .evp__pattern2, .evp__pattern3, .evp__pattern4 {
    height: 337px;
  }


  .nav-brand.logo, .navbar-dark img{
    width:clamp(10em, 2.5vw, 1.5em); 
  }

}

.animate-slideaway {
  transition: transform 0.2s ease-out;
  transform: translateX(100%);
}

.main-nav-links a.active {
  color: #f1b472 !important;
  position: relative;
}

.main-nav-links a.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #f1b472 !important;
}

.material-symbols-outlined {
  width: clamp(30px, 2.5vw , 40px);
  height: auto;
}

.navbar-toggler .material-symbols-outlined {
 font-size: clamp(30px, 2.5vw , 40px) !important;
}

/* modules */
.ambassador-container .card-img-top, .home-latest-opportunities .carousel-item img {
  /* border-radius: 1rem; */
}

.rz-dialog-title, .rz-dialog-titlebar .rz-dialog-titlebar-close .rzi-times{
  color: white;
}


.rz-dialog-titlebar .rz-dialog-titlebar-close .rzi-times{
  color: white;
  opacity: 0.5;
  transition: all 200ms ease-in-out;
}
.rz-dialog-titlebar .rz-dialog-titlebar-close .rzi-times:hover{
  opacity: 1;
}


.rz-dialog-content #scrollbox {
  padding-inline: 2rem;
}

.modal-title {
  text-align: center;
}


/* section.success-card .modal-header,
section.success-card .modal-body,
section.success-card .modal-footer,
section.success-card .modal-body .card {
  background-color: var(--success-color);
} */


.modules.Talent.Acquisition {
    background-color: #d3d3d3;
    border: none;
    /* color: #fff; */
}

.modules.People.Policy.Advice {
    background-color: #ffe2c9;
    border: none;
    /* color: #fff; */
}

.modules.Product.Buyer {
    background-color: #f5f4f2;
    border: none;
    /* color: #fff; */
}

.modules.Supply.Chain {
    background-color: #fbf2ea;
    border: none;
    /* color: #fff; */
}

.modules.Team.Manager {
    background-color: #e2f3ea;
    border: none;
    /* color: #fff; */
}

.modules.Sustainability.Purpose {
    background-color: #ffe1dd;
    border: none;
    /* color: #fff; */
}

.vacancy-details .accordion .card-header {
  padding-block: clamp(1rem, 2vw, 1.5rem);
}

.ambassador-info p{
  font-family: "GillSansNovaforJL-SemiBold";
}

.text-large {
  font-size: clamp(1rem, 2vw, 1.5rem) ;
  font-family: "GillSansNovaforJL-SemiBold"!important;
  border-radius: 20px!important;
}

.text-large:hover {
color: #003936!important;
background-color: white!important;
}

.rounded-bottom-20 {
  border-bottom-left-radius: 20px!important;
  border-bottom-right-radius: 20px!important;
}
.rounded-top-20 {
  border-top-left-radius: 20px!important;
  border-top-right-radius: 20px!important;
}


.uppercase {
  text-transform: uppercase;
}


.wexmodules .card .btn-info  {
  background-color: var(--success-color) !important;
  color: var(--danger-color) !important;

}


.wexmodules .rz-button,
.wexmodules .card .btn-info,
.wexmodules .card .btn-success  
{
  font-size: 1.25em!important;
}

.rz-button-text {
  line-height: 1.2;
}


.btn {
  line-height: 1.2!important;
}