*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-style: normal;
  font-weight: 400;
  color: rgb(102, 102, 102);
  background-color: #f3f3f3;
  font-family: "Roboto", sans-serif;
}

:focus{
  box-shadow: 0 0 0 2px #fff; /* White and black double border */
}

input:focus {
  border-color: #fdb31c;
}

a {
  color: #03507C;
  text-decoration: underline;
  scroll-behavior: smooth;
}

a:hover,
a.dropdown-item:hover {
  color: rgb(0, 96, 128);
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
blockquote {
  color: rgb(102, 102, 102);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-style: normal;
  font-weight: 700;
  margin: 1.25em 0 0.2em;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 35px;
  line-height: 1.4;
  text-align: center;
}

h2 {
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
}

p,
li {
  margin: 0em;
  padding: 0em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  background-color: transparent;
}


.pepahYellow {
  color: #fdb31c;
}

.pepahYellowBG {
  background-color: #fdb31c;
}

.pepah-hr {
  height: .5em !important; /* Adjust the height as needed */
  background-color: #fdb31c;
  border: none;
  margin: 20px 0; /* Adjust margin as needed */
  opacity: 100;
}

.pepah-hr-2 {
  height: .15em !important; /* Adjust the height as needed */
  background-color: #fdb31c;
  border: none;
  opacity: 100;
}

.btn {
  border-radius: 0.35em;
  font-size: 0.7em;
  background-color: rgb(3, 124, 183);
  box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border: none;
}

.btn:hover {
  background: rgb(0, 96, 120);
}

.modal-body{
  padding: 2em;
}

/* Skip to main content on focus button */
.skip-to-main-content-link {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 4em; /* Set the desired width for the colored square */
  height: 5em; /* Set the desired height for the colored square */
  border-radius: 0.35em;
  padding-top: 1em;
  font-size: 0.8em;
  background-color: rgb(54, 136, 200);
  box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
  color: white;
  text-align: center;
  line-height: normal;
  text-decoration: none;
  z-index: 1;
  transition: opacity 0.3s; /* Add a smooth fade-in transition */
  overflow: hidden; /* Hides text outside the square */
}
.skip-to-main-content-link:focus {
  opacity: 1;
  left: 1em;
  top: -10px;
  border: 0px rgba(0, 0, 0, 0);
}

.skip-to-main-content-link:hover {
  color: #fff;
  text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dropdown menu CSS ~~~~~~~~~~~~~~~~~~~~~~~*/
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
/* ============ small devices .end// ============ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Dropdown menu CSS ~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-link,
.navbar-toggler-icon,
.dropdown-item {
  font-size: 0.95em;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  color: #666666;
}

.dropdown-menu {
  background: white;
  border: none;
  border-radius: none;
}

.dropdown-menu li {
  margin: 1em;
}

.dropdown-toggle::after {
  display: none;
}

.nav-item,
.dropdown-item {
  padding: 0.5em;
}

.dropdown-item:hover {
  background: none;
}

.fa-instagram {
  width: auto;
  font-size: 1.65em;
  line-height: 0.5;
}

.jumbotron {
  padding: 1em 0 1em 0;
  background: #fdb31c;
}

.jumbotron .row {
  margin: 0;
}

.jumbotron .row img {
  padding: 0;
}

.navbar-toggler {
  border: none;
  padding: 0.6em 0.8em;
  background: #fdb31c;
  border-radius: none;
}

#guide-header .navbar-toggler {
  background: white;
}

.fa-bars {
  color: white;
  font-weight: lighter;
}

#guide-header .fa-bars {
  color: #fdb31c;
}

.fa-angle-down {
  font-size: 0.7em;
  font-weight: bolder;
}

footer {
  font-size: 0.85em;
}

footer h3 {
  font-weight: 300;
  font-size: 1.25em;
  margin-bottom: 1em;
}

footer a {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

/* ~~~~~~~~~ GDPR Notice ~~~~~~~~~*/
#gdpr-cookie-notice {
  background-color: #5e6973;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 0.8em;
  line-height: 1.7em;
  position: fixed;
  bottom: 0; /* Adjust this value to control the distance from the bottom */
  left: 0;
  right: 0;
  z-index: 998; /* Make sure it's a high z-index to overlay other content */
  -webkit-box-shadow: 1px -1px 16px 5px rgba(0, 0, 0, 0.47);
  box-shadow: 1px -1px 16px 5px rgba(0, 0, 0, 0.47);
  border-top: 1px solid #946910;
  text-shadow: 2px 2px 6px rgba(24, 11, 7, 0.54);
}

#gdpr-cookie-notice a:link,
#gdpr-cookie-notice a:visited {
  color: #f8c96b;
  text-decoration: none;
}

#gdpr-cookie-notice a:hover {
  text-decoration: underline;
}

#gdpr-cookie-notice button {
  font-size: 1.1em;
  background: #fdb31c;
  padding: 0.5em 1em 0.5em 1em;
}

.contentShowcase {
  -webkit-box-shadow: 0em 0.25em 2em 0em rgba(0, 0, 0, 0.1);
  box-shadow: 0em 0.25em 2em 0em rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2em;
  min-height: 27em;
  font-weight: 300;
  font-size: 1.2em;
}

.contentShowcase li {
  margin: 0.5em 0em;
}

.currentMembers {
  padding: 2em 2em;
}

a.currentMembers:link,
a.currentMembers:visited {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: #2e7bb3;
}

a.currentMembers:hover {
  text-decoration: underline;
  color: #432c77;
}

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  color: #f39c12;
  text-align: center;
  font-size: 2em;
  line-height: 40px;
  cursor: pointer;

  z-index: 999;
  width: 1.5em; /* Adjust the size of the container */
  height: 1.5em; /* Make it square for a circle */
  justify-content: center;
  align-items: center;
  border: 2px solid #f39c12; /* Border width and color */
  border-radius: 50%; /* Creates a circular shape */
  transition: opacity 0.5s;
  opacity: 0;
}

#scrollToTop.active {
  display: block;
  opacity: 1;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/*~~~~~~~~~~~~~~~~ Guide Specific CSS ~~~~~~~~~~~~~~~~*/

.guideHomePage {
  background: url(../../assets/graphics/guide/backgrounds/main-page-bg.jpg)
    #241228;
}

.guideGettingStarted {
  background: url(../../assets/graphics/guide/backgrounds/getting-started-bg.jpg)
    #241228;
}

.guideEngagingDedicatedTeam{
  background: url(../../assets/graphics/guide/backgrounds/engaging-team-bg.jpg)
    #241228;
}

.guideTakingAction{
  background: url(../../assets/graphics/guide/backgrounds/taking-action-bg.jpg)
    #241228;
}

.guideResources{
  background: url(../../assets/graphics/guide/backgrounds/resources-books.jpg)
    #241228;
}


.backgroundImage {
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  padding-top: 5em;
}

#guide-header .nav-link {
  color: #421902;
  font-size: 1.05em;
}

#guide-header .nav-link:hover {
  color: #193e57;
}

.guide-img{
  border: 1em solid black;
  transition: .2s;
}

.guide-img:hover{
  border:  1em solid #f39c12;
  scale: 1.02;
}


#guide-header .nav-item img {
  max-width: 2rem; /* Adjust the size as needed */
  height: auto;
  margin-right: 0.2rem; /* Adjust the spacing between image and text */
}

#guide-header main a{
      color: rgb(159,107,63);
      font-weight: bold;
}
.center-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dark-background {
      background-color: rgba(0, 0, 0, 0.7);
      border-radius: 10px; /* Adjust the border-radius for rounded corners */
      padding: 1.5em; /* Add padding for spacing inside the box */
      color: white; /* Set text color to white for better readability */
    }

    .light-background {
      background-color: rgb(255, 255, 255);
      border-radius: 10px; /* Adjust the border-radius for rounded corners */
      padding: 1.5em; /* Add padding for spacing inside the box */
    }

/* Styles for the image switch effect on mouseover for the buttons */
.image-switch-container {
  text-align: center;
}

.image-switch-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-height: 150px; /* Set a maximum height to contain the image */
  /*margin-bottom: 20px;  Adjust the margin as needed for spacing */
  transition: max-height 0.5s ease, transform 0.5s ease; /* Add transitions */
}

.image-switch-container img {
  max-width: 100%;
  height: auto;
  object-fit: contain; /* Ensure the image is fully contained within its wrapper */
  display: block;
  transition: 0.3s ease-out 100ms;
}


.image-switch-wrapper:hover {
  max-height: 500px; /* Adjust the maximum height on hover */
  transform: scale(1.06); /* Scale the image on hover */
  animation: fadeIn .2s;
}

.yellow-footer-bar .image-switch-wrapper img {
  width: 3em; /* Adjust the width as needed */
  height: auto; /* Maintain aspect ratio */
  margin: 0.5em 0.5em;
}

/* ~~~~~~~~~~~ Guide Modal CSS ~~~~~~~~~~~~*/

#guideHeader.modalbody h2{
  margin-top: 5em;
}

/*~~~~~~~~~~~ Accordian css ~~~~~~~~~~~~*/

.accordion-item {
  background-color: white;
  margin-bottom: 10px; 
  font-size: .9em ;
}


.accordion-item h2{
  margin: 0 !important;
}


  /* Apply rounded corners to all accordion items */
  .accordion-item {
    border-radius: .2em; /* Set your desired border-radius */
    overflow: hidden; /* Ensure content doesn't overflow rounded corners */
    border: 1px solid #6d6d6d;
    margin-bottom: 2em;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #383838;
}
.accordion-button{
  background-color: #fff; /* Text color when the accordion is active */
   color: #052215; 
   font-weight: 700 !important;
   font-size: .7em ;
}
.accordion-button:not(.collapsed) {
  color: #052215;
  background-color: #eaf5d7; /* Background color when the accordion is active */
  border: 0;
}

/* Change the color of the chevron when active */
 .accordion-button:not(.collapsed)::after {
  color: #052215 !important; /* Set your desired color */

  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23052215"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e');
}

.accordion-button:focus {
  outline: none; /* Remove the focus outline */
}

