.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    top: 4px;
    left: 100%;
    min-width: 200px;
    background-color: #f9f9f9;
    white-space: nowrap;
    z-index: 1;
  }
  
  .dropdown-content a {
    display: block;
    margin-bottom: 5px;
    /* Add button styles */
    background-color: #8c8e87;
    color: #333;
    text-decoration: none;
    text-align: center;
	margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
	margin-top: 0px;
  }
  
  @media screen and (max-width: 768px) {
	 .dropdown-content,
	 .dropdown-content a {
        font-size: 13px;
		
        position: relative;
		
	 }
  }		
  
  .dropdown-content a:hover {
    background-color: #56AD3F;
    color: #fff;
  }
  
  .main-button {
    /* Add your main button styles here */
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #56AD3F;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  
  .main-button:hover {
    background-color: #56AD3F;
    color: #fff;
  }
  
  .nested-dropdown {
    position: relative;
  }
  
  .nested-dropdown-content {
    display: none;
    position: absolute;
    top: 34px;
    left: 100%;
    min-width: 200px;
    background-color: #c2e78500;
    white-space: nowrap;
    z-index: 2;
  }
  
  @media screen and (max-width: 768px) {
	 .nested-dropdown-content	 {
        top: 1.9rem;
	 }
  }	
  
  .map-container {
            position: relative;
            display: inline-block;
			margin-top: 1rem;
        }
		
		@media screen and (max-width: 768px) {
.map-container {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  margin-left: -4rem;
	}
}
		
 .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: 100px 0 47px;
  font-family: Gotham;
  font-size: 40px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom:0 ;
  text-align: center;
}


/* Button styles */
.container-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 60;
 top: 4.4em;
left: -25.9em;

.map-button {
  background-color: #56AD3F;
  border: none;
  color: #fff;
  padding: 10px 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;
}

  @media screen and (max-width: 768px)
.map-button {
  font-size: 13px;
}

.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%;
    }

    .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;
    }
	

.clickable {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;     
  z-index: 1;
}

    #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;
    }
   
	

.clickable {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;     
  z-index: 1;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #c2e785;
  min-width: 160px;
  z-index: 1;
  margin-left: -0.63rem;
  margin-top: 0.7px;
}

.dropdown-content a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  position: relative;
  left: -0.1rem;
  top: 0.09rem;
}

.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;
}