:root {

 --shadow-color:0deg 0% 0%;
   --shadow-scale: 1;
  --shadow-elevation-low:
    0.3px 0.5px 0.9px hsl(var(--shadow-color) / 0),
    0.5px 1px 1.7px hsl(var(--shadow-color) / 0.26),
    1.1px 2.1px 3.6px hsl(var(--shadow-color) / 0.52);
  --shadow-elevation-medium:
    0.3px 0.5px 0.9px hsl(var(--shadow-color) / 0),
    1.3px 2.6px 4.4px hsl(var(--shadow-color) / 0.2),
    2.6px 5.2px 8.7px hsl(var(--shadow-color) / 0.41),
    5.3px 10.6px 17.8px hsl(var(--shadow-color) / 0.61);
  --shadow-elevation-high:
    0.3px 0.5px 0.9px hsl(var(--shadow-color) / 0),
    2.9px 5.8px 9.7px hsl(var(--shadow-color) / 0.09),
    5.1px 10.3px 17.2px hsl(var(--shadow-color) / 0.19),
    7.5px 15.1px 25.3px hsl(var(--shadow-color) / 0.28),
    10.5px 21px 35.2px hsl(var(--shadow-color) / 0.38),
    14.6px 29.2px 49px hsl(var(--shadow-color) / 0.47),
    20.3px 40.5px 68px hsl(var(--shadow-color) / 0.56),
    28px 56px 93.9px hsl(var(--shadow-color) / 0.66);
}

.threed{
  box-shadow: var(--shadow-elevation-low), inset 2px 2px 2px 1px rgb(255 255 255 / 50%), inset -1px -1px 2px 1px rgb(0 0 0 / 21%);
}
.threed:hover {
  transform:translateY(-2px);
}
.index-intro-hr {
  background-color: #f7d875; width: 90%; max-width: 99%; height: 3px; border-radius: 25px; margin-left: auto;
}

.index-intro-h1 {
 font-size:  clamp(1.125rem, 0.9076rem + 1.087vw, 1.75rem);
 color: #f7d875; text-decoration: none; text-shadow: #161616 1px 1px 0px;
  font-weight: normal;
 margin-top: 0;
 border-bottom: 1px inset #f7d97565;
  padding-bottom: 5px;

}
.index-intro-h2 {
  font-weight: 100;  color:#f2fff7; text-decoration: none;
  font-size: clamp(1rem, 0.8261rem + 0.8696vw, 1.5rem);
  margin-bottom: 1em;
  text-shadow: #161616 1px 1px 1px;
}

.index-intro-div {
  display: flex; flex-direction: column; background-color: #009a44;
}
.index-intro-div h2 {
   color: #f7d875; font-weight: 100; margin-top: auto; margin-bottom: auto; text-decoration: none; text-shadow: #161616 1px 1px 3px; text-wrap: balance;
   animation: slide-in 1.5s ease-out;
}
@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }}
.index-intro-sbad {
  display: flex; flex-direction: row; flex-wrap: wrap; padding: 0px; justify-content: space-around; gap: 10px;
}
.index-header-column {
  flex: 50%; 
  align-items: center; 
  flex-direction: column; 
  padding: 5px;
padding-right: 15px;
}
.index-header-column p {
  text-align: center;
}
.index-header-column .hr-gold {
  height: 1px; margin: auto; box-shadow: none;
}
.qa h3 {
  text-decoration: none;
  margin: 0px;
   font-size: clamp(0.75rem, 0.5761rem + 0.8696vw, 1.25rem);
}

.qa {
 max-width: 900px;
   margin: auto;
   margin-bottom: 10px;
article {
  background-color: #f2fff7;
  padding: 5%;
  color: #009a44;

}

  summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  font-weight: bold;
  
  h3{
     margin-top: 0px;
  }
   
}

summary::after {

  content: '';
  width: 0; 
  height: 0; 
  border-top: 15px solid #009a44;
  border-inline: 10px solid transparent;
  transition: 0.2s;

}

details[open] > summary {border-bottom: 2px solid #f2fff7;}

details[open] > summary::after {
  transform: rotate(-180deg);
}

summary::-webkit-details-marker {
  display: none;
}
summary::marker {
  color:#009a44;
}
summary {
  color: #009a44;
  border-radius: 5px;
}

details[open] summary {border-radius: 5px 5px 0 0;}

details {
  background: #d5b555;
  padding: 5px;
  border-radius: 15px;
  border: #009a44 1px solid;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--shadow-elevation-low), inset 5px 5px 5px 0px rgb(255 255 255 / 50%), inset -1px -1px 5px 2px rgb(0 0 0 / 50%);
    cursor: pointer;
}



}

.guide-nav-div {
  position: fixed; bottom: 5px; right: 0px; z-index: 1000;   text-align: center; background: linear-gradient(90deg,rgba(213, 181, 85, 0) 0%, rgba(213, 181, 85, 1) 100%); padding: 2px;
}

.guide-nav-div select {
   padding: 7px; background-color: #f7d875; color: #009a44; border-radius: 25px; padding-left: 25px; font-size: 12px; margin-left: 5px;
  box-shadow: var(--shadow-elevation-low), inset 3px 3px 3px 0px rgb(255 255 255 / 50%); backdrop-filter: blur(1.5px); width: 85%; max-width: 700px; font-weight: bold;
}
.guide-nav-div optgroup {
  font-size: larger;
}
body{
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin: 0px;
    text-size-adjust: 100%;
    font-size: clamp(0.75rem, 0.663rem + 0.4348vw, 1rem);
   background-color: #f2fff7;
   font-weight: normal;
}

.menu-logo-image {
max-width: 50%; 
height: auto;
 padding-bottom: 10px;
}

.header-logo-image {
  max-width: 100%; 
  margin: auto; 
}

.index-logo {
  max-width: 100%; width: 100%; min-width: 150px;  height: auto;
}
.index-aat-logo-div {
  max-width: 400px; flex: 1 1 300px;
    align-content: center;
    margin:auto;
}
@media (max-width: 600px) {
  .index-aat-logo-div {
    margin-top: 25px;
   }
  
}
.index-aat-logo {
  width: 100%;  height: auto; 
}
.index-aat-wording {
  text-align: center; font-size: clamp(0.5rem, 0.4565rem + 0.2174vw, 0.625rem);; max-width: 550px;
}
.index-cloud-software {
  width: 93%;  height: auto;  margin: auto;
  border-radius: 25px; border: 1px outset; box-shadow: var(--shadow-elevation-low), inset 5px 5px 5px 0px rgb(255 255 255 / 50%);
}
/* Container for the image, sets the aspect ratio and hides overflow */
.image-crop-container {
  max-width: 250px;
    width: 100%;
    /* Set a specific aspect ratio, e.g., 16:9 */
    padding-top: 23%; /* (9 / 16) * 100% */
    position: relative;
    overflow: hidden;
}

/* Image styling, ensures it fills the container without distortion */
.cropped-image {
  margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* This is the key property for dynamic cropping */
    transform: translate(-50%, -50%);
}
small {
  line-height: 1px;
}

footer {
  background-color: #007a34;
  color: #f7d875;
  text-align: center;
  padding: 20px;
  position: relative;
  bottom: 0;
  border-top: 2px groove;
}
.review-section{
  padding-left: 05%;
  padding-right: 05%;
  text-align: center;
}
.review-text{
  position: relative;
}
.review-text::before {
  content: open-quote;
  font-size: 5em;
  color: #d5b555;
text-shadow: #f2fff7 1px 1px 2px;
  position: absolute;
  left: -20px;
  top: -30px;
}
.review-text::after {
  content: close-quote;
  font-size: 5em;
  color: #d5b555;
  position: absolute;
  right: -0px;
  bottom: -70px;
  text-shadow: #f2fff7 1px 1px 2px;
}
.text-box-row {
  display: flex;
  gap: 20px; /* optional spacing */
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 1em;
  align-items: stretch;
}
.text-box-row-four {
  display: flex;
  gap: 20px; /* optional spacing */
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 1em;
  align-items: stretch;

}

.text-box-row-four > .text-box-left {
          flex: 1 1 100%;
      min-width: 0px;
      max-width: none;  box-sizing: border-box;
      margin-top: 0;
      margin-bottom: 0;
}
/* Medium screens: 2-column layout */
@media (min-width: 768px) {
    .text-box-row-four > .text-box-left {
        /* Set flex-basis to just under 50% to account for the gap */
        flex: 1 1 calc(50% - 10px); 
    }
}

/* Large screens: 4-column layout */
@media (min-width: 1500px) {
    .text-box-row-four > .text-box-left {
        /* Set flex-basis to just under 25% to account for the gaps */
        flex: 1 1 calc(25% - 15px);
    }
}
input[type="range"]{
color: #d5b555;
accent-color: #d5b555;
}
.text-box {
  border: 1px outset; border-radius: 25px; padding: 20px; margin: 10px; flex: 1 1 300px;
  box-shadow: var(--shadow-elevation-low), inset 1px 1px 1px 0px rgb(255 255 255 / 50%);
  text-align: center; margin: auto;
  max-width: 600px;
}

.text-box-left {
  border: 1px outset; border-radius: 25px; padding: 10px; margin: 10px; flex: 1 1 300px;
  box-shadow: var(--shadow-elevation-low), inset 1px 1px 1px 0px rgb(255 255 255 / 50%);
  text-align: left; margin: auto;
  max-width: 600px;
  padding-left: 15px;
  margin-top: 1em;
  margin-bottom: 1em;
  flex: 1 1 45%;
    background-color: #f2fff71f;
  backdrop-filter: blur(5px) ;
}
.content-div-green  .fancy-title{
    border-image: linear-gradient(to right, #009a44, #d5b555) 1;
}
.content-div-green >  .text-box-left {
  background-color: #f2fff71f;
  backdrop-filter: blur(5px) ;
}

.text-box h3 {
 
  margin-top: 10px;
}
.text-box-left h3 {
  text-align: left;
  margin-top: 10px;
}
.text-box-row > .text-box {
margin: 0px;
flex: 1 1 300px;
  align-self: stretch; 
}
.text-box-row > .text-box-left {
margin: 0px;
flex: 1 1 300px;
  align-self: stretch; 
}
.text-box h2 {
  margin-bottom: 10px;
  margin-top: 5px;
}
.content-div-right {
  flex: 1 1 300px; align-content: center; padding-left: 10px;
}

.navigating-digital {
  text-align: left;
  color: #007a34;
  padding-bottom: 10px;
  padding-left: 5%;
  padding-right: 5%;
 }
.about-profile{
  text-align: center;
  border: #F7D875 1px solid;
  border-radius: 25px;
  width: fit-content;
  flex: content;
  margin: auto;
  padding: 15px;
  box-shadow: var(--shadow-elevation-medium), inset 5px 5px 5px 0px rgb(255 255 255 / 50%);
}
.about-profile h4{
  margin: 5px;
}
.about-image {
  max-width: 100%; 
  height: auto; 
  margin: auto;
  border-radius: 25px; 
  box-shadow: inset 5px 5px 20px 2px rgb(255 255 255 / 50%), inset -5px -5px 20px 2px rgb(0 0 0 / 50%), 1px 1px 20px 1px rgb(0 0 0 / 33%), -1px -1px 20px 1px rgb(0 0 0 / 27%);
    box-shadow: var(--shadow-elevation-low), inset 5px 5px 5px 0px rgb(255 255 255 / 50%);
}

.header-container {
  display: flex; 
   max-width: 100%; 
   background-color: #009a44; 
   color: white; 
   padding: 10px; 
   flex-wrap: wrap; 
   gap: 7px; 
   justify-content: center;
  border-bottom: 4px groove;
}
.header-container-index {
  display: flex; 
   max-width: 100%; 
   background-color: #009a44; 
   color: white; 
   padding: 10px; 
   flex-wrap: wrap; 
   gap: 7px; 
   justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
}
.header-title-container {
  align-content: center; 
  flex: 3 3 300px;
  text-align: center;
}
.header-title-container::before {
    content: "";
    flex: 1 1 150px; /* Use the same flex values as the logo container */
}
h1{
  font-size:  clamp(1.0625rem, 0.4538rem + 3.0435vw, 2.8125rem);
  color: #009a44; text-align: center; text-decoration: underline;
   font-family: 'Montserrat', sans-serif;
   
}
h2{
  font-size:  clamp(1.125rem, 0.9076rem + 1.087vw, 1.75rem);
  color: #009a44; text-align: center; text-decoration: underline;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  margin-top: 1em;
text-shadow: #E0E0E0 1px 1px 0px;
}
.sub-hone{
  color: #f7d875;
   vertical-align: middle;
  text-decoration: none;
  font-weight: normal;
  text-shadow: 1px 1px 1px #000000;
  }

h3{
 font-size: clamp(0.875rem, 0.7228rem + 0.7609vw, 1.3125rem);
 color: #007a34;
 margin-bottom: 0px;
   font-family: 'Roboto', sans-serif;
    margin-top: 1.1em;
   margin-bottom: 0.5em;
    }

.fancy-title {
  
  border-bottom: #007a34 2px solid;
  border-image: linear-gradient(to left, #f2fff7, #007a34) 1;
  padding-left: 5px;
  display: inline-block;
     text-wrap: balance;
}
a{
  color: #007a34;
 
  transition: color 0.3s ease;
}

p{
  margin-top: 5px;
  text-shadow:  1px 1px 1px rgba(0, 0, 0, 0.004);
}

ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  text-align: left;
}
ul ul {
  padding-left: 15px;
}
@media (max-width: 600px) {
  ul {
    padding-left: 20px;
   }
  
}
.hero{
  margin: auto;
  margin-top: 30px;
  text-align: center;
  border: #F7D875 1px outset;
  border-radius: 25px;
  padding: 15px;
  box-shadow: inset 3px 3px 20px 2px rgb(255 255 255 / 50%), inset -5px -5px 20px 2px rgb(0 0 0 / 50%), 1px 1px 20px 1px rgb(0 0 0 / 33%), -1px -1px 20px 1px rgb(0 0 0 / 27%);
  background: #009a44;
 cursor: pointer;
  color: white;
  width: 75%;
  max-width: 800px;
  box-shadow: var(--shadow-elevation-medium), inset 5px 5px 3px 0px rgb(255 255 255 / 50%), inset -1px -1px 5px 2px rgb(0 0 0 / 50%);
   text-shadow: #2b2a2acc 1px 1px 1px;
   line-height: 1.2;
}
.hero a{
  text-decoration: none;
  color: #fff9f1;

}
.hero-header{
  color: #d5b555; 
  text-decoration: none; 
  margin: 0px; 
  font-size:  clamp(0.75rem, 0.4674rem + 1.413vw, 1.5625rem);
  text-shadow: 1px 1px 2px #000000;
  font-weight: normal;
  border-bottom: #cccccc23 1px dashed;
}
.logo-image-index{
flex: 40%;
max-width: 40%;
min-width: 200px;
margin: auto;
padding: 10px;
max-width: 20%; 
flex: 1 1 150px;
}
.logo-image{
flex: 40%;
max-width: 40%;
min-width: 130px;
margin: auto;
padding: 10px;
max-width: 10%; 
flex: 1 1 150px;
}
@media (max-width: 800px) {
  .logo-image{
    flex: 100%;
  }
}

.footer-base-link {
  border: 1px solid #d5b555;
  padding: 2px;
  border-radius: 5px;
flex: 1 1 150px;
color:#f2fff7;
text-decoration: none;
  background-color: #009a44;
  transition: background-color 0.3s ease, color 0.3s ease;  
    box-shadow: var(--shadow-elevation-low), inset 3px 3px 3px 0px rgb(255 255 255 / 50%);
}
.footer-base-link1 {
  color: #f2fff7;
  text-decoration: none;
}
.footer-base-link:hover {
  background-color: #007a34;
  color: #f7d875;
  text-shadow: #161616 1px 1px;
}
.content-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: center;
 
}


.footer-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
   justify-content: space-between;
  text-align: center;
  padding: 20px;
  padding-bottom: 0px;
  padding: 0px; 
  gap: 10px;
}
.footer-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
   justify-content: space-between;
  text-align: center;
  padding: 20px;
  padding-bottom: 0px;
  padding: 0px; 
  gap: 10px;
 float: left;
}

.footer-row-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 20px;
  padding-bottom: 0px;
  padding: 0px; 
  gap: 5px;
  font-weight: 100;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
}
.dropdown-trigger {
  text-decoration: none;
  color: #009a44;
  background-color: #009a44;
  border: #000000 1px solid;
}
.dropdown-menu {
  display: none; /* Hide the menu by default */
  /* Add other styling for the menu here */
}

.dropdown-trigger:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block; /* Show menu on hover (or use JavaScript) */
}
.footer-h3{
  color: #d5b555;
  font-weight: 100;
  text-decoration: underline;
  padding-bottom: 5px;
}

button {
     padding: 12px 16px;
background: none;
    color: #F7D875;
    border-radius: 10px;
    border: none;
 cursor: pointer;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

button:hover {
    background-color: #007a34;
    color: #f7d875;
    text-shadow: none;
}
.service-div {
  flex: 1 1 500px;
  text-align: center;
  display: flex;  
  flex-direction: column;
  max-width: 93%; 
  background-color:   #effdefa8; 
  color  : #007a34; 
  padding: 15px; 
  flex-wrap: wrap;
  border: #009a44 2px outset;
  border-radius: 25px;
  box-shadow: 1px 1px 20px 1px rgb(0 0 0 / 33%), -1px -1px 20px 1px rgb(0 0 0 / 27%);
   transition:  0.2s ease;
max-width: 500px;
   box-shadow: var(--shadow-elevation-medium), inset 5px 5px 5px 0px rgb(255 255 255 / 50%), inset -1px -1px 2px 1px rgb(0 0 0 / 21%);;

}
.service-div p{
  line-height: 1;
  color: #007a34;
  flex-shrink: 0;
}
.service-div:hover p {
  color: #f2fff7;
}
.service-div a {
  color: #d5b555;
  text-shadow: #f7d975ab 1px 1px 1px;
}
.service-div:hover {
background-color: #009a44;
color:#F7D875;
transform: scale(1.03);

}
.service-div:hover .service-div-icon{
border: 1px solid #d5b555;
}
.service-div:hover .service-div-icon-2{
border: 1px solid #d5b555;
fill: #d5b555;
 animation: rotate-slow 1s ease-out; ;
}
.service-div:hover hr {
  background-color: #f7d875;
}
.service-div:hover h2 {
  color: #f7d875;
}
.service-div:hover h3 {
  color: #f7d875;
}
.service-div:hover a {
  color: #f7d875;
}
.service-div-icon {
  border: #009a44 1px solid; 
  border-radius: 25px; 
  padding: 5px;
  font-size:  clamp(1rem, 0.3696rem + 3.1522vw, 2.8125rem) !important;
  margin: auto;
}
.service-div-icon-2 {
  border: #d5b555 1px groove;
  border-radius: 30px; 
  padding: 7px;
aspect-ratio: 1 /1;
width: 45px;
height: 43px;
  margin: auto;
  fill: #f2fff7;
  background-color: #009a44;
  box-shadow: var(--shadow-elevation-low), inset 1px 1px 2px 1px rgb(255 255 255 / 50%), inset -1px -1px 2px 1px rgb(0 0 0 / 21%);
  }

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}
@keyframes rotate-slow {
  from { transform: rotatey(0deg); }
  to { transform: rotatey(360deg); }
}
@media (max-width: 800px) {
  .service-div-icon-2{
    width: 25px;
    height: 25px;
    padding: 5px;
  }
}
.service-div .hr-green-ns {
  margin-top: 2px;
  margin-bottom: 2px;
}
.service-div b {
  color: #009a44; font-size: clamp(0.875rem, 0.788rem + 0.4348vw, 1.125rem);;
}
.service-div:hover b {
  color: #f7d875; ;
}
.service-container {
  display: flex;  
   background-color:   #f2fff7; 
  color  : white; 
 
  flex-wrap: wrap;
 padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 50px;
  gap: 30px;
  margin: auto;
  justify-content: center;
  position: relative;
  align-items: stretch;
  
}
@media (max-width: 600px) {
  .service-container {
    padding-left: 7%;
    padding-right: 7%;
   }
  
}
.service-container h3 {
  margin-top: 5px;
  font-size: clamp(0.9375rem, 0.8071rem + 0.6522vw, 1.3125rem);
 }
.service-container h4 {
  margin: 0px;
       color: #f2fff7;
     background: linear-gradient(227deg,rgba(213, 181, 85, 0.75) 0%, rgba(213, 181, 85, 1) 100%);
     text-shadow: #161616 1px 1px 2px;
  border-radius: 2px;
}
.service-container ul {
    margin: auto;
  padding-top: 3px;
padding-right: 7px;
padding-bottom: 3px;
list-style-type: "✔ ";
font-size: clamp(0.75rem, 0.7065rem + 0.2174vw, 0.875rem);
}
.service-list {
  border: #d5b555 1px solid; max-width: 80%; margin: auto; padding: 0; margin-bottom: 15px;
  width: 80%;
  box-shadow: 1px 1px 3px black;
  flex-grow: 1;
  padding-bottom: 5px;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .service-list {
    width: 90%; max-width: 90%;
   }
  
}
.service-list li {
  border-bottom: 1px dotted #ccccccd8;
}
.service-div:hover .service-list {
border: #F7D875 1px solid;
}
.service-category {
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 5px;
    background-color: #F7D875;
    padding: 3px 10px;
    border-radius: 25px;
  text-shadow: #000000 1px 1px 3px;
    
}
.content-div-green {
  display: flex;  
  background-color:   #009a44; 
  color  : white; 
  padding: 15px; 
  flex-wrap: wrap;
gap: 10px;
  padding-bottom: 1em;
  padding-top: 1em;
  padding-left: 5%;
  padding-right: 5%;

 }
 .content-div-green b {
  color: #f7d875;
 }
.content-div-green h2 {
  color: #f7d875;
  margin: auto;
   padding-top: 15px;
  text-shadow: #000000 1px 1px 2px;
  font-weight: normal;
  background-color: #009a44;
  padding-bottom: 5px;
}
.content-div-green a {
  color: #d5b555;
 }
 .content-div-green h3{
color: #f7d875;
  text-shadow: #000000 1px 1px 2px;
  font-weight: normal;
  
 }
.guide-action-bar {
  display: flex;  
  justify-content: center;
  background-color:   #009a44; 
  color  : white; 
  padding: 10px; 
  flex-wrap: wrap;
gap: 10px;
 
}
.header-spacer-green {
  display: flex;  
  background-color:   #009a44; 
   padding: 15px; 
  flex-wrap: wrap;
gap: 10px;
 
}
.content-div-white {
  display: flex;  
  background-color:   #f2fff7; 
  color  : #007a34; 
  padding-left: 5%;
  padding-right: 5%;
  flex-wrap: wrap;
gap: 10px;
  padding-bottom: 1em;
padding-top: 1em;
}

.material-icons {
  font-size: clamp(1rem, 0.3696rem + 3.1522vw, 2.8125rem) !important;
  
}
.hr-green {
  background-color: #009a44; 
  width: 95%; 
  height: 1.5px; 
  border-radius: 25px;
 margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  border: none;
  box-shadow: 1px 1px 1px 0px #33333373;
}
.hr-green-ns {
  background-color: #009a44; 
  width: 95%; 
  height: 1.5px; 
  border-radius: 25px;
  margin: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: none;

}
.hr-gold {
  background-color: #f7d875; 
  width: 95%; 
  height: 1.5px; 
  border-radius: 25px;
  margin: 0.5em 0; 
  border: none;
  box-shadow: 1px 1px 3px 0px #333;
}
.service-header-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.service-header-div h2 {
margin-top: 0px;
margin-bottom: 2px;
  padding-bottom: 0;
  text-shadow: black 0px 0px 1px;
}

.service-footer-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: auto;
  border-top: 1px dashed #ccc;
  margin-top: auto;
}
.service-footer-div button {
  width: 85%;
  border-radius: 15px;
  
}
.service-footer-div button:hover {
transform: translateY(-2px);
}
@media (max-width: 600px) {
  .service-footer-div button {
    width: 95%;
    padding: 10px 10px 10px 10px;
  }
}
.maincontent {
  background-color: #f2fff7;
  padding: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
}
.flex-content {
  display: flex; 
  flex-direction: row; 
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%; 
  padding: 20px;
}

.aat-licensed-container {
  display: flex; 
  flex-direction: column; 
  flex: 1 1 55%; 
  align-items: end; 
  justify-content: center;
  max-width: 200px;
}

.aat-license-wording {
  text-align: center; 
  font-size: clamp(0.5rem, 0.4783rem + 0.1087vw, 0.5625rem); 
  max-width: 250px; 
  color: #f2fff7;
  text-align: right;
  line-height: 0.95;
  font-weight:lighter;
}

.aat-logo-image {
  width: 100%; 
   height: auto; 
   max-width: 200px;

}
.badge-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(75px, 1fr)); /* responsive grid */
  align-items: center; /* center badges vertically */
  flex-wrap: wrap; /* allow badges to wrap to the next line */
  width: 100%; /* set the width of the grid container */
  justify-content: center; /* center the badges */
  gap: 10px; /* space between badges */
}
.badge-badge {
 display: block;

  margin: 0 auto;
}
.badge-badge img {
  width: 100%;
  height: auto;

  display: block;
}
.guide-image {
    width: 95%;
    max-width: 450px;
    height: auto;
    margin: auto;
    align-self: center;
    
}
.footer-sgl-info {
  flex: 1 1 49%; text-align: left; line-height: 0.85;
  font-weight: lighter;
  color: #f2fff7;

}


@media (max-width: 800px) {
  .footer-sgl-info{
    text-align: center;
  }
  .aat-licensed-container{
    align-items: center;
  }
  .aat-license-wording{
    text-align: center;
  }
  .footer-row{
    justify-content: center;
    flex-direction: column;
  }
  .footer-column {
    align-items: center;
  }
}
.footer-fb-container{
max-width: 99%;
align-content: center;
justify-content: center;
overflow-x: hidden;
width: 150px;
}
.fb-container{
  margin: auto;
max-width: 99%;
align-content: center;
justify-content: center;
overflow-x: hidden;
width:500px;
}
footer {
  background: linear-gradient(145deg,rgba(0, 154, 68, 1) 0%, rgba(0, 122, 52, 1) 100%);
}
.maincontent-guides {
  padding-left: 10%;
  padding-right: 10%;
  flex: 1;
}
.maincontent-guides h2 {
  margin-top: 1.5em;
}
.guides-flex {
  display: flex; /* Enables flexbox layout */
    justify-content: flex-start; /* Aligns items to the start of the container */
    padding: 20px;
    gap: 10px; /* Adds space between the columns */
 /* Prevents layout from getting too wide on large screens */
    margin: 0 auto; 
}
.input-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
input {
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
      border: none;
}
input[type="number"] {
  border-radius: 25px;
  text-align: right;
   padding: 5px;
   font-size: clamp(0.625rem, 0.538rem + 0.4348vw, 0.875rem);
  
}
input[type="text"] {
  border-radius: 25px;
  padding: 5px;
  
    font-size: clamp(0.625rem, 0.538rem + 0.4348vw, 0.875rem);
}
input[type="date"] {
  border-radius: 25px;
  padding: 5px;
 text-align: right;
    font-size: clamp(0.625rem, 0.538rem + 0.4348vw, 0.875rem);
}
b {
  color: #007a34;
}

.service-finder-container {
    background-color: #f2fff7;
    padding: 15px 20px;
    padding-bottom: 15px;
    text-align: center;
    border-radius: 8px;
    margin: auto;
    width: 87%;
   border-top: 1px dashed;
   border-bottom: 1px dashed;
   background-color: #f7d9751a;
   max-width: 1100px;
}

.service-finder-container h2 {
    color: #2e7d32;
    margin-bottom: 20px;
    margin-top: 0;
}



.step {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}
.step h3 {
  margin-top: 5px;
}
.step.active {
    display: block;
}

.options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.option-btn {
    padding: 15px 25px;
    font-size: 1.1em;
      color: #fff;
    background-color: #009a43e1;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    flex: 1 1 200px;
    text-wrap: balance;
}

.option-btn:hover {
    background-color: #01863be1;
    transform: translateY(-2px);
}

.btn-back, .btn-primary {
    padding: 10px 10px;
    margin: 0;
    margin-top: 20px;
    font-size: 1em;
    border-radius: 15px;
    cursor: pointer;
}

.btn-back {
  margin: 0;
    background-color: #ffffff1f;
    backdrop-filter: blur(2px);
    color: #333;
    border: none;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
   
}

.btn-primary {
    background-color: #009a43e1;
    color: #fff;
    text-decoration: none;
    box-shadow: var(--shadow-elevation-low), inset 2px 2px 2px 1px rgb(255 255 255 / 50%), inset -1px -1px 3px 1px rgb(0 0 0 / 50%);
 }

.result {
    text-align: center;
}
.result h3 {
  margin-top: 5px;
}
#result-text {
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 5px;
    border-top: 1px dashed;
}


.service-finder-tool {
  position: relative;
  border: 2px outset; border-radius: 25px;  margin: 10px; flex: 1 1 300px;  padding: 20px;
  box-shadow: var(--shadow-elevation-low), inset 1px 1px 2px 0px rgba(255, 255, 255, 0.753), inset -1px -1px 2px 0px rgba(0, 0, 0, 0.336);
   max-width: 1000px;
  text-align: center; margin: auto;
;
}

.tooltip-icon {
    position: absolute;
  align-self: anchor-center;
    right: 5px;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    padding: 5px 11px; /* Add padding to make it easier to tap on mobile */
    border: 1px outset;
    border-radius: 25px;
    backdrop-filter: blur(5px);
}

/* Tooltip text container */
.tooltip-text {
    display: none;
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    font-size: 0.9em;
    z-index: 2;
    pointer-events: none;
    line-height: 1.4;
}

/* Style the arrow on the tooltip */
.tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* Class to show the tooltip */
.tooltip-active .tooltip-text {
    display: block;
    pointer-events: auto;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.gradient-underline {
   /* Remove the default underline */
  text-decoration: none;
display: block;
margin: auto;
text-align: center;
margin-left: 5%;
  /* Use a linear gradient for the background */
  background-image: linear-gradient(
    to right, 
    #09a44a, 
    #d5b555, transparent
  );
  display: inline-flex;
  /* Prevent the gradient from repeating */
  background-repeat: no-repeat;
  
  /* Position the gradient at the bottom of the text */
  background-position: 0 100%;

  /* Adjust the size of the background to create a thin line */
  background-size: 100% 2px;
}
.mobile-bar {
  position: fixed;
  width: 100%;
  background-color: rgb(46, 46, 46);
  bottom: 0px;
  height: 50px;
  z-index: 1000;
  display: none;
  justify-content: space-evenly;
 text-align: center;
 gap: 2px;
  border-top: 2px groove;
}
.mobile-bar a {
  display: flex;
  font-size: 12px;
  color: #F7D875;
  text-decoration: none;
  flex: 1;
  text-align: center;
  border: 1px solid white;
  align-items: center;
  justify-content: center;
  
}
@media (max-width: 600px) {
  .mobile-bar{
    display: none;
  }
}
.fb-page {
  margin: auto;
  display: flex;
  max-width: 100%;
}
.index-b{
  border-bottom: 1px solid;
    border-image: linear-gradient(to right, #009a44, #d5b555) 1;
}
.info-btn {
  background-color: transparent;
  font: 12px;
  color: #2e7d32d5;
}
.popover-package {
  max-width: 80%;
  max-height: 80%;
  overscroll-behavior: contain;
  overflow-y: auto;
}
[popover]::backdrop {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
}
.close-btn {
  border-color: transparent;
  color: red;
  position: absolute;
  top: 10px;
  right: 10px;
}
.comparison-table {
  width: 100%;
  border: #0000001a 1px solid;
  border-collapse: collapse;
  font-size: 12px;
}
.comparison-table th {
  background-color: #009a44;
  color: #F7D875;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.comparison-table td {
  padding: 10px;
  border: #0000001a 1px solid;
  text-align: center;
}
.comparison-table tr:nth-child(even) {
  background-color: #f2f2f269;
}
.comparison-table td:first-child {
  text-align: left;
  background-color: #009a4309;
}
.comparison-table tr:nth-child(3) {
  border-bottom: #00000079 2px solid;
}
.icon-plus {
    width: 20px;
    height: 20px;
    vertical-align: middle; /* Ensures it aligns nicely with the "Add" text or header */
    stroke-width: 2; /* Slightly thicker strokes often look better at smaller sizes */
}