#welcome-style {
    color: #000000;
    /*background: #556677;*/
    letter-spacing: .1em;
    /* text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9); */
    color: #000000;
    /*background: #556677;*/
}


body{
    background-color: #b8e4dab9;
}

/* Back to top with smooth scroll */
.scroll{
    color:#fff;
    margin-top:100px;
}

#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: hsla(165, 70%, 29%, 0.8);
    
}

.js .cd-top--fade-out {
    opacity: 1;
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1;
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s,visibility .3s,background-color .3s;
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0,0,0,.05) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5,76%,62%,.8);
    background-color: hsla(var(--cd-color-3-h),var(--cd-color-3-s),var(--cd-color-3-l),0.8);
}
/* End back to top with smooth scroll */



/* Back button */
div.backBtn {
    width: 100px;
    left: 0;
    top: 0;
    background-color: #f4f4f4;
    transition: all 0.4s ease;
    position: relative;
    cursor: pointer;
  }
  
  span.line {
    bottom: auto;
    right: auto;
    top: auto;
    /*left: auto;*/
    background-color: #333;
    border-radius: 10px;
    width: 100%;
    left: 0;
    height: 2px;
    display: block;
    position: absolute;
    transition: width 0.2s ease 0.1s, left 0.2s ease, transform 0.2s ease 0.3s, background-color 0.2s ease;
  }
  
  span.tLine {
    top: 0px;
  }
  
  span.mLine {
    top: 13px;
    opacity: 0;
  }
  
  span.bLine {
    top: 26px;
  }
  
  .label {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 100%;
    text-align: center;
    transition: all 0.4s ease;
    font-size: 1em;
  }
  
  div.backBtn:hover span.label {
    left: 25px
  }
  
  div.backBtn:hover span.line {
    left: -10px;
    height: 5px;
    background-color: #F76060;
  }
  
  div.backBtn:hover span.tLine {
    width: 25px;
    transform: rotate(-45deg);
    left: -15px;
    top: 6px;
  }
  
  div.backBtn:hover span.mLine {
    opacity: 1;
    width: 30px;
  }
  
  div.backBtn:hover span.bLine {
    width: 25px;
    transform: rotate(45deg);
    left: -15px;
    top: 20px;
  }

/* Sticky footer style */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #1b685f;
  color: #ffffff;
  padding: 2px;
  font-size: 8px; /* Adjust the font size as needed */
}

/* Reduce the margin and padding for the <p> elements within the footer */
footer p {
  margin: 0;  /* Adjust the margin as needed */
  padding: 0; /* Remove padding */
}

/* CSS for Welcome Message Box */
.welcome-box {
  border-radius: 30px;
}

.bb-0 {
  border-bottom: 0px transparent;
}

.welcome-box-body {
  padding: 50px 5px 120px;
  width: 100%;
}

.welcome-box-body .modal-title {
  font-size: 20px;
  color: #e22a09;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: Arial, sans-serif; /* Added Arial font family */
}

.welcome-box-body p {
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  font-weight: normal;
  font-family: Arial, sans-serif; /* Added Arial font family */
}
/* Main Topics */
.outer-box {
  border: 1px solid #0f613d; /* Example border */
  border-radius: 10px; /* Example border radius */
  padding: 10px; /* Example padding */
}

/* Map view button */
.btn-map-view {
  position: absolute;
  top: 150px; /* Adjust the top position as needed */
  right: 175px; /* Adjust the right position as needed */
  background-color: #268f74; /* Change the background color as needed */
  color: #fff; /* Change the text color as needed */
  padding: 2px 10px; /* Adjust padding as needed */
  cursor: pointer;
  box-shadow: 2px 5px 5px rgba(20, 20, 20, 0.507);
}


/* Popup Overlay Styles */
.popup-overlay {
  display: none;
  position: fixed;
  top: 60px;
  left: 30%;
  width: 600px;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.popup-content1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 700px;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  /* padding: 10px; */
  /* border: 1px solid #888; */
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.61);
}

.close-map1 {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 45px;
  cursor: pointer;
  color: red; /* Add this line to set the close button color to red */
}

/* Basic styling for feature boxes */
.feature-box {
  text-align: center;
  padding: 15px;
  border: 1px solid #2e755d;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 10px 5px 5px rgb(59, 57, 57);
  bottom: 10px;
}

.feature-box img {
  width: 30%;
  height: auto;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.feature-box h3 {
  margin-top: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #147454;
}

/* Hover effect for feature boxes */
.feature-box:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.feature-box:hover img {
  transform: scale(1.1);
}

/* Optional: Add a hover effect to links within feature boxes */
.feature-box a {
  text-decoration: none;
  color: inherit;
}




    