.dropdown {
    display: inline-block;
    position: relative;
}
button{
    border:none;
    border-radius:5px;
    padding:15px 30px;
    font-size:18px;
    cursor:pointer;
}
  
button:hover{
    background-color:#ddd;
}
  
.dropdown-options {
    display: none;
    position: absolute;
    overflow: auto;
    background-color:#fff;
    border-radius:5px;
    box-shadow: 0px 10px 10px 0px rgba(167, 107, 107, 0.4);
}
  
.dropdown:hover .dropdown-options {
    display:flex;
}
  
.dropdown-options a {
    display: block;
    color: #966767;
    padding: 5px;
    text-decoration: none;
    padding:20px 40px;
}
  
.dropdown-options a:hover {
    color: #8d8dcc;
    background-color: #ddd;
    border-radius:5px;
}
.image {
    position: relative;
    font-family: Arial;
}

.links {
    position: absolute;
    bottom: 50px;
    right: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.options {
  display: none;
}
.options-container {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style for each option */
.option {
  padding: 12px;
  cursor: pointer;
}

/* Style for the button */
#mainButton {
  padding: 10px;
  cursor: pointer;
}

.options1 {
  display: none;
}
.options1-container {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style for each option */
.option1 {
  padding: 12px;
  cursor: pointer;
}

/* Style for the button */
#mainButton {
  padding: 10px;
  cursor: pointer;
}

/**footer design styles**/
body {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
}

footer {
  background-color: #f0eded;
  padding: 20px 0;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo img {
  width: 380px; 
  height: 300px;/* Adjust the size of your logo */
  bottom: 50px;
}

.footer-links ul {
  list-style: none;
  padding-left: 20px;
  padding: 10px;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #161515;
}

.footer-contact p {
  top: 25px;
  margin: 0;
}

.footer-social a {
  margin-right: 10px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
}

/* Style social media icons (replace with your actual icons) */
.footer-social img {
  width: 30px;
  height: 30px;
}
