
.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-btnBr {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 60;
  margin-top: -7rem;
  left: 2.4rem;
  top: 10rem;
}

 @media screen and (max-width: 1200px){
	  .container-btnBr {width: 100%; margin-left : -8rem; top: 7.35rem;}
	
  }

.map-button {
  background-color: #56AD3F;
  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: 4px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  margin-top: 0.3rem;
  margin-left: 6rem;
}

.map-button.active {
  background-color: #56AD3F;
}

.parent-button {
  background-color: #56AD3F;
}

.parent-button.active {
  background-color: ##56AD3F;
}


		
    /* Styles for the modal popup */
    .modal {
      display: none;
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.4);
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .modal-content {
      background-color: #fefefe;
      margin: 10% auto;
      padding: 20px;
      border: 1px solid #888;
      transform: translateX(-100%); /* Start position on the left */
      position: absolute;
      top: -7%;
      transition: transform 500ms ease;
	  left: 23%;
	  width: 48%;
	  bottom: auto%;
    }
	
	@media screen and (max-width: 768px) {
    .modal-content {
	left: 9%;
    width: 86%;
    }
 }

    .close {
      color: #aaa;
      position: absolute;
      top: 2px;
      right: 20px;
      font-size: 28px;
      font-weight: bold;
    }
	
	.modal-image {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}

.modal-image.zoomed {
  transform: scale(1.6); /* Adjust the scale value to control the zoom level */
}

	.image-container {
    text-align: center;
}

    .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;
    }

    /* Animation styles */
    .modal.fade-in {
      opacity: 1;
    }

    .modal-content.animate {
      transform: translateX(0%); /* End position on the right */
    }

    /* Custom rotation and background color classes */
    .modal-content.rotate-1 {
      transform: rotate(0deg);
      width: 31%;
      left: 30%;
      top: 9%;
    }

    .modal-content.rotate-2 {
      transform: rotate(0deg);
      width: 31%;
      left: 30%;
      top: 9%;
    }

    .modal-content.rotate-3 {
      transform: rotate(0deg);
      width: 31%;
      left: 30%;
      top: 9%;
    }

    .modal-content.color-1 {
      background-color: #2a9946;
    }

    .modal-content.color-2 {
      background-color: #ef402b;
    }

    .modal-content.color-3 {
      background-color: #fdb615;
    }

    /* Add more rotation and color classes as needed for other map areas */

    /* @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: #56AD3F;
      color: white;
      cursor: pointer;
      padding: 15px;
      border-radius: 4px;
    }
   

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

.dropdown-content a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  position: relative;
  left: -0.25rem;
  top: 0.08rem;
}
}

.dropdown-content a:hover {
  background-color: #56AD3F;
}

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

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

.nested-dropdown-content a:hover {
  background-color: #56AD3F;
}

  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: #56AD3F;
  padding: 10px 15px;
  z-index: 5;
  height: 47px;
  line-height: 15px;
  margin: -581 auto;
  margin-top: -41%;
  margin-left: -3%;
  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(70%);
  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;
}	

@media screen and (max-width: 1200px) {
.description {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  text-align: center;
  background: #56AD3F00;
  padding: 10px 14px;
  z-index: 5;
  height: 47px;
  line-height: 15px;
  margin: -581 auto;
  margin-top: 0%;
  margin-left: 0%;
  color: #0000;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #0000
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(70%);
  display: none;
  }
}	

@media screen and (max-width: 1200px) {
  .description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid transparent;
  }
}

.popup{
position: absolute;
top: 39.8rem;
left: 47.84rem;
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: 18rem;
    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.15rem;
left: 8rem;
top: 0.3rem;
}
}

@media screen and (max-width: 768px) {
	#btnParent {
  font-size: 13px;
  left: -3.3rem;
  position: relative;
  top: 0.3rem;

	}
}
	
