
.map-container {
            position: relative;
            display: inline-block;
        }
		
 .map-image {
            display: none;
			max-width: 100%;
			position: relative;
			margin-top: -6%;
			z-index: -3%;
			margin-left: auto;
			margin-right: auto;
        }
		
		.map .path {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none; /* Disable pointer events by default */
            display: none; /* Hide paths by default */
			
        }
		
		
/*sub title-product*/
 
.title-product {
  padding: 10px 0 47px;
  font-family: Gotham;
  font-size: 40px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom:0 ;
  text-align: center;
}


/* Button styles */
.container-btnIn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 60;
  margin-top: -2.8rem;
  margin-left: 6.6rem;
  top: 6.5rem;
}

 @media screen and (max-width: 1200px){
	  .container-btnIn {width: 100%; margin-left : -34%; top: 3.7rem; position: absolute;}
	
  }

.map-button {
  background-color: #8FD400;
  border: none;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0.3rem;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

  @media screen and (max-width: 768px) {
	#btnParent {
  font-size: 13px;
  Top: 0.14rem;
  position: relative;
	}
}

.map-button.active {
  background-color: #8FD400;
}

.parent-button {
  background-color: #8FD400;
}

.parent-button.active {
  background-color: ##8FD400;
}   

    .card-img-top {
      max-width: 100%;
	  margin-left: auto;
    }
  
    .card1 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
    

    .close:hover,
    .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
    }

    /* @keyframes animation */
    @keyframes reveal {
      from {
        clip-path: inset(0 0 0 100%);
      }
      to {
        clip-path: inset(0 0 0 0);
      }
    }
    
    #myBtnTop:hover {
      background-color: #555;
    }


    #myBtnTop {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 30px;
      z-index: 99;
      font-size: 18px;
      border: none;
      outline: none;
      background-color: #8FD400;
      color: white;
      cursor: pointer;
      padding: 15px;
      border-radius: 4px;
    }
   

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #c2e78500;
  min-width: 160px;
  z-index: 1;
  margin-left: -0.3rem;
  margin-top: 0.05rem;
}

.dropdown-content a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #8FD400;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.nested-dropdown-content {
  display: none;
}

.nested-dropdown-content a:hover {
  background-color: #8FD400;
}

  svg{
position: absolute;
top:0;
left: 0;
z-index: 11;
opacity: 0%
}

.heyo:hover {
     fill: #CC2929;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.enabled {
  fill: #21669E;
  cursor: pointer;
}

.description {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  text-align: center;
  background: #8FD400;
  padding: 13px 15px;
  z-index: 5;
  height: 47px;
  line-height: 15px;
  margin: -439 auto;
  color: black;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #eee;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.description.active {
  display: block;
}
.description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}	

	.popup{
position: absolute;
top: 44.5rem;
left: 46.44rem;
background-color: rgb(143, 212, 0);
  padding-top: 0px;
  padding-right: 11px;
  padding-bottom: 1px;
  padding-left: 0px;
border: 1px solid #ccc;
display: block;
z-index: 100;
text-align: center;
width: 23rem;
color: aliceblue;
height: 1.7rem;
}

   /* Add this CSS class to hide the popup */
    .hidden {
      display: none;
    }
	
@media screen and (max-width: 768px) {
  .popup {
    position: absolute;
    top: 20rem;
    left: 56%;
    transform: translate(-50%, -50%);
    background-color: rgb(143, 212, 0);
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    z-index: 100;
    text-align: center;
	color: aliceblue;
    width: 18rem;
	font-size: 14px;
  }


  .hidden {
    display: none;
  }
}

#buttonSection {
	position: relative;
}

@media (max-width: 767px){
.footer-addres > div {
    font-family: inter;
    padding: 1px;
    margin: 10px 0;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    font-size: 14px;
    text-justify: distribute;
    text-align-last: left;
    width: 100%;
}
}

@media screen and (max-width: 768px) {
.dropdown-content, .dropdown-content a {
top: 0.2rem;
}
}

