/* Main Container */

.troon-menu-container {
  max-width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 15px;
  width: 100%;
  right: 0;
}
/* Main Menu */
.troon-menu-main {
  list-style: none;
  padding: 20px;
  display: none;
}
.troon-menu-main.show {
  display: block;
}
.troon-menu-main li {
  padding-bottom: 12px;
}
.troon-menu-main a {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  padding: 10px 0px;
  display: inline-block;
  transition: background-color 0.3s;
  width: 100%;
}
.estimate-btn a {
  border-radius: 50px;
  border: 2px solid #fff;
  background: linear-gradient(316deg, #4dc9e6 -0.38%, #210cae 88.88%);
  padding: 0.8rem 2rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  height: 3.6rem;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 16px;
}

.troon-menu-main a:hover {
  background-color: #f0f0f0;
}

.troon-menu-main a .troon-icon {
  font-weight: bold;
  font-size: 18px;
  color: #666;
}

.troon-icon img {
  float: right;
}
/* Submenu */

.troon-submenu {
  display: none;
  list-style: none;
  padding: 0;
}

.troon-submenu.show {
  display: block;
}

.troon-submenu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
}
.troon-submenu-header span.--title {
  padding-left: 2rem;
  width: 100%;
}
.troon-submenu-header .troon-back,
.troon-submenu-header .troon-close {
  font-size: 20px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s;
}

.troon-submenu-header .troon-back:hover,
.troon-submenu-header .troon-close:hover {
  color: #888;
}

.troon-submenu-list {
  padding: 20px;
  max-height: calc(100vh - 9.5rem);
  overflow: auto;
}

.troon-submenu-list a {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #2e2e2e;
  display: block;
  padding: 0px 0 16px 0px;
  text-decoration: none;
  transition: color 0.3s;
}

.troon-submenu-list a:hover {
  color: #0073e6;
}

.troon-submenu-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #636363;
  padding-bottom: 12px;
  margin: 28px 0 20px 0;
  border-bottom: 1px solid #e4e4e4;
}
.troon-submenu {
  position: relative;
  z-index: 100;
  overflow: hidden;
  background: #fff;
  min-height: 100vh;
}

.troon-show {
  display: block !important;
}

.troon-menu-main,
.troon-submenu {
  display: none;
}
/* Basic styling for the mobile menu button */

.troon-menu-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  z-index: 10;
}
/* Style the main menu */

.troon-menu-main {
  display: none;
  /* Hide the main menu by default */
}

.troon-menu-main.troon-show {
  display: block;
  margin-top: 7rem;
}

.bottom-menu-links {
  margin-top: 120px;
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
}
.bottom-menu-links li {
  padding: 0;
  margin-top: 12px;
}
.troon-menu-main .bottom-menu-links li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
/* Show the toggle button and menu on mobile */
