builder-component {
  max-width: none !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  border-radius: 30px;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  margin: 0px 22px;
}

.language-selector-container {
  position: relative;
  display: inline-block;

}

.language-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 6px;
  width: 67px;
  height: 30px;
  color: rgb(0, 0, 0);
  background-color: #fff;
}

.ardor-site {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: start;
}

.hero-section {
  display: flex;
  min-height: 800px;
  background-image: url(img/hero-tsection.png);
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  justify-content: start;
  padding: 22px 80px 214px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .hero-section {
    max-width: 100%;
    padding: 12px;
  }
}

.header {
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 100%;
  padding-left: 32px;
  align-items: center;
  gap: 40px 100px;
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .header {
    max-width: 100%;
    padding-left: 20px;
  }
}

.img {
  aspect-ratio: 2.29;
  object-fit: contain;
  object-position: center;
  width: 94px;
  align-self: stretch;
  margin: auto 0;
  margin-left: 20px;
}

.header-2 {
  border-radius: 50px;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: start;
  gap: 28px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 879px;
  margin: auto 0;
  padding: 15px 36px;
}

@media (max-width: 991px) {
  .header-2 {
    max-width: 100%;
    padding: 0 20px;
  }
}

.div {
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 28px;
  color: rgba(52, 58, 64, 1);
  justify-content: start;
  font: 400 16px/30px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .div {
    max-width: 100%;
  }
}

.nav-→-list-→-item-→-link-→-home {
  align-self: stretch;
  margin: auto 0;
}

.nav-→-list-→-item-→-link-→-company {
  align-self: stretch;
  margin: auto 0;
}

.nav-→-list-→-item-→-link-→-services {
  align-self: stretch;
  margin: auto 0;
}

.nav-→-list-→-item-→-link-→-works {
  align-self: stretch;
  margin: auto 0;
}

.nav-→-list-→-item-→-link-→-blog {
  align-self: stretch;
  margin: auto 0;
}

.div-2 {
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  justify-content: center;
  font: 500 14px Inter, sans-serif;
}

@media (max-width: 991px) {
  .div-2 {
    white-space: initial;
  }
}

.div-3 {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: start;
  margin: auto 0;


}

@media (max-width: 991px) {
  .div-3 {
    white-space: initial;
  }
}

.img-2 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
}

.div-4 {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  font-size: 14px;
}

@media (max-width: 991px) {
  .div-4 {
    white-space: initial;
  }
}

.img-3 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  align-self: stretch;
  margin: auto 0;
}

.bbtn {
  border-radius: 100px;
  background-color: rgba(2, 78, 105, 1);
  margin: auto 0;
  padding: 9px 33px;
  text-decoration: none;
  font-size: 16px;
}

@media (max-width: 991px) {
  .bbtn {
    white-space: initial;
    padding: 4px 16px;
  }
}

.explore-dream {
  display: flex;
  margin-top: 170px;
  width: 647px;
  max-width: 100%;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  justify-content: center;
}

@media (max-width: 991px) {
  .explore-dream {
    margin-top: 40px;
  }
}

.worldwide-travel-management-solutions-at-your-fingertips {
  font: 600 60px/65px Roboto, sans-serif;
}

@media (max-width: 991px) {
  .worldwide-travel-management-solutions-at-your-fingertips {
    max-width: 100%;
    font-size: 40px;
    line-height: 48px;
  }
}

.our-platform-is-the-next-generation-comprehensive-solution-for-managing-business-travel-and-expenses {
  font-size: 20px;
  margin-top: 14px;
}

@media (max-width: 991px) {
  .our-platform-is-the-next-generation-comprehensive-solution-for-managing-business-travel-and-expenses {
    max-width: 100%;
  }
}

.button-1 {
  align-self: start;
  position: relative;
  display: flex;
  margin-top: 14px;
  min-height: 53px;
  align-items: flex-start;
  gap: 10px;
  overflow: hidden;
  font-size: 14px;
  color: rgba(2, 78, 105, 1);
  text-align: center;
  letter-spacing: -0.54px;
  line-height: 29px;
  justify-content: center;
  padding: 13px 80px;
}

@media (max-width: 991px) {
  .button-1 {
    padding: 0 20px;
  }
}

.rectangle {
  border-radius: 30px;
  background-color: rgba(245, 245, 245, 1);
  align-self: start;
  position: absolute;
  z-index: 0;
  display: flex;
  height: 54px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.button-name {
  z-index: 0;
  margin: auto 0;
}

.tools-list {
  background-color: rgba(255, 255, 255, 1);
  align-self: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding: 40px 80px;
}

@media (max-width: 991px) {
  .tools-list {
    max-width: 100%;
    padding: 0 20px;
  }
}

.section-title {
  align-self: center;
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  color: var(--Blue-Gray-900, #0f172a);
  justify-content: start;
  font: 600 48px/1.1 Roboto, sans-serif;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 40px;
    padding: 18px;
  }
}

.top {
  width: 100%;
}

@media (max-width: 991px) {
  .top {
    font-size: 40px;
  }
}

.tools {
  border-radius: 22px;
  overflow-x: auto;
  display: flex;
  width: 100%;
  align-items: start;
  gap: 18px;
  color: rgba(6, 24, 32, 1);
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
  font: 400 16px/16px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .tools {
    max-width: 100%;
  }
}

.div-5 {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  width: 117px;
  padding: 10px;
  text-decoration: none;
}

@media (max-width: 991px) {
  .div-5 {
    white-space: initial;
  }
}

.img-4 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 62px;
}

.div-6 {
  display: flex;
  margin-top: 12px;
  width: 69px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-6 {
    white-space: initial;
  }
}

.group {
  border-radius: 0px 0px 0px 0px;
  width: 100%;
}

@media (max-width: 991px) {
  .group {
    white-space: initial;
  }
}

.div-8 {
  display: flex;
  margin-top: 12px;
  width: 68px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-8 {
    white-space: initial;
  }
}

.div-10 {
  display: flex;
  margin-top: 12px;
  width: 44px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-10 {
    white-space: initial;
  }
}

.div-12 {
  display: flex;
  margin-top: 12px;
  width: 44px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-12 {
    white-space: initial;
  }
}

.div-14 {
  display: flex;
  margin-top: 12px;
  width: 44px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-14 {
    white-space: initial;
  }
}

.div-16 {
  display: flex;
  margin-top: 12px;
  width: 74px;
  flex-direction: column;
  justify-content: start;
}

.group-2 {
  border-radius: 0px 0px 0px 0px;
  width: 100%;
}

.div-18 {
  display: flex;
  margin-top: 12px;
  width: 66px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-18 {
    white-space: initial;
  }
}

.div-20 {
  display: flex;
  margin-top: 12px;
  width: 44px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-20 {
    white-space: initial;
  }
}

.div-22 {
  display: flex;
  margin-top: 12px;
  width: 97px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-22 {
    white-space: initial;
  }
}

.image {
  align-self: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  justify-content: center;
  background-image: url(img/image-b.svg);
  padding: 40px 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .image {
    max-width: 100%;
    padding: 0 20px;
  }
}

.tool-details {
  display: flex;
  width: 1154px;
  max-width: 100%;
  align-items: start;
  gap: 40px;
  justify-content: start;
  flex-wrap: wrap;
  padding: 18px;
}

.t-card-1 {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 4px -4px 0px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #0f172a;
  display: flex;
  min-width: 240px;
  min-height: 420px;
  flex-direction: column;
  overflow: hidden;
  line-height: 1;
  justify-content: start;
  flex-grow: 1;
  width: 286px;
  padding: 30px 17px 85px;
}

.div-23 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.div-24 {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(19, 144, 251, 1);
  letter-spacing: -0.25px;
  justify-content: start;
  font: 700 35px Calibri, sans-serif;
}

.img-13 {
  aspect-ratio: 1.02;
  object-fit: contain;
  object-position: center;
  width: 46px;
  align-self: stretch;
  margin: auto 0;
}

.ardor-connect {
  align-self: stretch;
  margin: auto 0;
}

.links-and-widgets {
  align-self: stretch;
  flex: 1;
  margin-top: 30px;
  width: 100%;
  gap: 10px;
  font-size: 16px;
  color: rgba(6, 24, 32, 1);
  letter-spacing: -0.25px;
  line-height: 22px;
}

.div-25 {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  align-items: start;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  justify-content: start;
}

.div-26 {
  display: flex;
  align-items: start;
  gap: 10px;
  justify-content: start;
  padding: 5px;
}

.div-27 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.div-28 {
  align-self: stretch;
  display: flex;
  margin-top: 10px;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-29 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.div-30 {
  display: flex;
  margin-top: 10px;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-31 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  align-self: stretch;
  display: flex;
  width: 8px;
  height: 8px;
  margin: auto 0;
}

.axis-api {
  align-self: stretch;
  margin: auto 0;
}

.div-32 {
  display: flex;
  margin-top: 10px;
  align-items: start;
  gap: 10px;
  white-space: nowrap;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

@media (max-width: 991px) {
  .div-32 {
    white-space: initial;
  }
}

.div-33 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.t-card-2 {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 4px -4px 0px rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid #0f172a;
  display: flex;
  min-width: 240px;
  min-height: 420px;
  flex-direction: column;
  overflow: hidden;
  line-height: 1;
  justify-content: start;
  flex-grow: 1;
  width: 286px;
  padding: 30px 17px 60px;
}

.div-34 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}

.div-35 {
  align-self: start;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(19, 144, 251, 1);
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 0 8px;
  font: 700 35px Calibri, sans-serif;
}

.img-14 {
  aspect-ratio: 1.12;
  object-fit: contain;
  object-position: center;
  width: 37px;
  align-self: stretch;
  margin: auto 0;
}

.ardor-platform {
  align-self: stretch;
  margin: auto 0;
}

.a-global-booking-platform-designed-to-manage-b-2-b-and-b-2-e-operations-in-the-travel-industry {
  align-self: stretch;
  flex: 1;
  margin-top: 30px;
  width: 100%;
  gap: 10px;
  font-size: 16px;
  color: rgba(6, 24, 32, 1);
  letter-spacing: -0.25px;
  line-height: 22px;
}

.div-36 {
  display: flex;
  margin-top: 30px;
  width: 100%;
  flex-direction: column;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  justify-content: start;
}

.div-37 {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 10px;
  line-height: 16px;
  justify-content: start;
  padding: 5px;
}

.div-38 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.booking-engine-flights-cars-stays-experiences {
  width: 296px;
}

.div-39 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-40 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.div-41 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-42 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  align-self: stretch;
  display: flex;
  width: 8px;
  height: 8px;
  margin: auto 0;
}

.role-based-access-reports {
  align-self: stretch;
  margin: auto 0;
}

.div-43 {
  display: flex;
  margin-top: 10px;
  width: 187px;
  max-width: 100%;
  align-items: start;
  gap: 10px;
  white-space: nowrap;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

@media (max-width: 991px) {
  .div-43 {
    white-space: initial;
  }
}

.div-44 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.div-45 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-46 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.t-card-3 {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 4px -4px 0px rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid #0f172a;
  display: flex;
  min-width: 240px;
  min-height: 420px;
  flex-direction: column;
  overflow: hidden;
  line-height: 1;
  justify-content: start;
  flex-grow: 1;
  width: 286px;
  padding: 30px 17px 76px;
}

.div-47 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}

.div-48 {
  align-self: start;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(19, 144, 251, 1);
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 0 8px;
  font: 700 35px Calibri, sans-serif;
}

.img-15 {
  aspect-ratio: 1.42;
  object-fit: contain;
  object-position: center;
  width: 44px;
  align-self: stretch;
  margin: auto 0;
}

.ardor-max {
  align-self: stretch;
  margin: auto 0;
}

.call-center-and-customer-support-system-that-facilitates-customer-satisfaction-retention-and-maximizes-business-growth {
  align-self: stretch;
  flex: 1;
  margin-top: 30px;
  width: 100%;
  gap: 10px;
  font-size: 16px;
  color: rgba(6, 24, 32, 1);
  letter-spacing: -0.25px;
  line-height: 22px;
}

.div-49 {
  display: flex;
  margin-top: 30px;
  width: 100%;
  flex-direction: column;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  justify-content: start;
}

.div-50 {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 10px;
  justify-content: start;
  padding: 5px;
}

.div-51 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.div-52 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  line-height: 16px;
  justify-content: start;
  padding: 5px;
}

.div-53 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.measure-and-monitor-sla-service-level-agreement {
  flex: 1;
  flex-basis: 0%;
}

.div-54 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.25px;
  line-height: 16px;
  justify-content: start;
  padding: 5px;
}

.div-55 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  align-self: stretch;
  display: flex;
  width: 8px;
  height: 8px;
  margin: auto 0;
}

.easy-filtering-and-classification-for-incident-reports {
  align-self: stretch;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.div-56 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-57 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.t-card-4 {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 4px -4px 0px rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid #0f172a;
  display: flex;
  min-width: 240px;
  min-height: 420px;
  flex-direction: column;
  overflow: hidden;
  line-height: 1;
  justify-content: start;
  flex-grow: 1;
  width: 286px;
  padding: 30px 17px 80px;
}

.div-58 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}

.div-59 {
  align-self: start;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(19, 144, 251, 1);
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 0 8px;
  font: 700 35px Calibri, sans-serif;
}

.img-16 {
  aspect-ratio: 1.26;
  object-fit: contain;
  object-position: center;
  width: 44px;
  fill: var(--Linear, linear-gradient(229deg, #1390fb 5.75%, #bd00ff 92.2%));
  align-self: stretch;
  margin: auto 0;
}

.ardor-track {
  align-self: stretch;
  margin: auto 0;
}

.an-integrated-tracking-system-that-ensures-complete-visibility-and-auditing-throughout-the-booking-lifecycle {
  align-self: stretch;
  flex: 1;
  margin-top: 30px;
  width: 100%;
  gap: 10px;
  font-size: 16px;
  color: rgba(6, 24, 32, 1);
  letter-spacing: -0.25px;
  line-height: 22px;
}

.div-60 {
  display: flex;
  margin-top: 30px;
  width: 100%;
  flex-direction: column;
  align-items: start;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  justify-content: start;
}

.div-61 {
  display: flex;
  align-items: start;
  gap: 10px;
  justify-content: start;
  padding: 5px;
}

.div-62 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.div-63 {
  display: flex;
  margin-top: 10px;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-64 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.detailed-audit-report {
  width: 205px;
}

.div-65 {
  display: flex;
  margin-top: 10px;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-66 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  align-self: stretch;
  display: flex;
  width: 8px;
  height: 8px;
  margin: auto 0;
}

.easy-integration-with-other-modules {
  align-self: stretch;
  margin: auto 0;
}

.div-67 {
  display: flex;
  margin-top: 10px;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-68 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.t-card-5 {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 4px -4px 0px rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid #0f172a;
  display: flex;
  min-width: 240px;
  min-height: 420px;
  flex-direction: column;
  overflow: hidden;
  line-height: 1;
  justify-content: center;
  flex-grow: 1;
  width: 286px;
  padding: 31px 17px;
}

.div-69 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}

.div-70 {
  align-self: start;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(19, 144, 251, 1);
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 0 8px;
  font: 700 35px Calibri, sans-serif;
}

.img-17 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 37px;
  fill: var(--Linear, linear-gradient(229deg, #1390fb 5.75%, #bd00ff 92.2%));
  align-self: stretch;
  margin: auto 0;
}

.ardor-lens {
  align-self: stretch;
  margin: auto 0;
}

.provides-deep-analytical-insights-into-ardor-data-for-price-optimization-and-profit-maximization-while-maintaining-high-level-customer-satisfaction {
  align-self: stretch;
  flex: 1;
  margin-top: 30px;
  width: 100%;
  gap: 10px;
  font-size: 16px;
  color: rgba(6, 24, 32, 1);
  letter-spacing: -0.25px;
  line-height: 22px;
}

.div-71 {
  display: flex;
  margin-top: 30px;
  width: 100%;
  flex-direction: column;
  align-items: start;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  justify-content: start;
}

.div-72 {
  display: flex;
  align-items: start;
  gap: 10px;
  justify-content: start;
  padding: 5px;
}

.div-73 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.div-74 {
  display: flex;
  margin-top: 10px;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-75 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.div-76 {
  display: flex;
  margin-top: 10px;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-77 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  align-self: stretch;
  display: flex;
  width: 8px;
  height: 8px;
  margin: auto 0;
}

.ability-to-adjust-costs-and-discounts {
  align-self: stretch;
  margin: auto 0;
}

.div-78 {
  display: flex;
  margin-top: 10px;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-79 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.div-80 {
  display: flex;
  margin-top: 10px;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-81 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.t-card-6 {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 4px -4px 0px rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid #0f172a;
  display: flex;
  min-width: 240px;
  min-height: 420px;
  flex-direction: column;
  overflow: hidden;
  line-height: 1;
  justify-content: start;
  flex-grow: 1;
  width: 286px;
  padding: 30px 17px 106px;
}

@media (max-width: 991px) {
  .t-card-6 {
    padding-bottom: 100px;
  }
}

.div-82 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}

.div-83 {
  align-self: start;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(19, 144, 251, 1);
  letter-spacing: -0.25px;
  justify-content: start;
  font: 700 35px Calibri, sans-serif;
}

.img-18 {
  aspect-ratio: 1.02;
  object-fit: contain;
  object-position: center;
  width: 47px;
  border-radius: 0px 0px 0px 0px;
  align-self: stretch;
  margin: auto 0;
}

.arix-ai-chatbot {
  align-self: stretch;
  margin: auto 0;
}

.ai-chatbot-streamlining-the-booking-process-with-personalized-recommendations {
  align-self: stretch;
  flex: 1;
  margin-top: 30px;
  width: 100%;
  gap: 10px;
  font-size: 16px;
  color: rgba(6, 24, 32, 1);
  letter-spacing: -0.25px;
  line-height: 22px;
}

.div-84 {
  display: flex;
  margin-top: 30px;
  width: 100%;
  max-width: 328px;
  flex-direction: column;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  justify-content: start;
}

.div-85 {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 10px;
  justify-content: start;
  padding: 5px;
}

.div-86 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.auto-responses-for-all-standard-queries {
  width: 268px;
}

.div-87 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-88 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.itinerary-status {
  width: 205px;
}

.div-89 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-90 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  align-self: stretch;
  display: flex;
  width: 8px;
  height: 8px;
  margin: auto 0;
}

.targeted-recommendations {
  align-self: stretch;
  width: 205px;
  margin: auto 0;
}

.div-91 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-92 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.one-click-booking {
  width: 205px;
}

.t-card-7 {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 4px -4px 0px rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid #0f172a;
  display: flex;
  min-width: 240px;
  min-height: 420px;
  flex-direction: column;
  overflow: hidden;
  line-height: 1;
  justify-content: start;
  flex-grow: 1;
  width: 286px;
  padding: 30px 17px 64px;
}

.div-93 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.div-94 {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(19, 144, 251, 1);
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 0 8px;
  font: 700 35px Calibri, sans-serif;
}

.img-19 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 44px;
  fill: var(--Linear, linear-gradient(229deg, #1390fb 5.75%, #bd00ff 92.2%));
  align-self: stretch;
  margin: auto 0;
}

.ardor-expenses {
  align-self: stretch;
  margin: auto 0;
}

.helps-manage-and-record-all-expenses-approvals-and-audits-providing-comprehensive-reporting-throughout-the-travel-process {
  align-self: stretch;
  flex: 1;
  margin-top: 30px;
  width: 100%;
  gap: 10px;
  font-size: 16px;
  color: rgba(6, 24, 32, 1);
  letter-spacing: -0.25px;
  line-height: 22px;
}

.div-95 {
  display: flex;
  margin-top: 30px;
  width: 271px;
  max-width: 100%;
  flex-direction: column;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  justify-content: start;
}

.div-96 {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 10px;
  justify-content: start;
  padding: 5px;
}

.div-97 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.div-98 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-99 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.div-100 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-101 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  align-self: stretch;
  display: flex;
  width: 8px;
  height: 8px;
  margin: auto 0;
}

.approvals-and-auditing {
  align-self: stretch;
  margin: auto 0;
}

.div-102 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-103 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.t-card-8 {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 4px -4px 0px rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid #0f172a;
  display: flex;
  min-width: 240px;
  min-height: 420px;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  flex-grow: 1;
  width: 286px;
  padding: 29px 17px;
}

.div-104 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}

.div-105 {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 18px;
  color: rgba(19, 144, 251, 1);
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 0 8px;
  font: 700 35px/40px Calibri, sans-serif;
}

.img-20 {
  aspect-ratio: 0.98;
  object-fit: contain;
  object-position: center;
  width: 44px;
  align-self: stretch;
  margin: auto 0;
}

.ardor-integrations {
  align-self: stretch;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.handles-customer-integrations-with-the-ardor-platform-using-various-mechanisms-such-as-sso-databases-files-and-human-resource-management-systems-hrms {
  align-self: stretch;
  flex: 1;
  margin-top: 30px;
  width: 100%;
  gap: 10px;
  font-size: 16px;
  color: rgba(6, 24, 32, 1);
  letter-spacing: -0.25px;
  line-height: 22px;
}

.div-106 {
  display: flex;
  margin-top: 30px;
  width: 271px;
  max-width: 100%;
  flex-direction: column;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  justify-content: start;
}

.div-107 {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 10px;
  justify-content: start;
  padding: 5px;
}

.div-108 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.div-109 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-110 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.div-111 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-112 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  align-self: stretch;
  display: flex;
  width: 8px;
  height: 8px;
  margin: auto 0;
}

.file-based-integration-csv-xml-json {
  align-self: stretch;
  margin: auto 0;
}

.div-113 {
  display: flex;
  margin-top: 10px;
  width: 187px;
  max-width: 100%;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-114 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.t-card-9 {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 4px -4px 0px rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid #0f172a;
  display: flex;
  min-width: 240px;
  min-height: 420px;
  flex-direction: column;
  overflow: hidden;
  line-height: 1;
  justify-content: start;
  flex-grow: 1;
  width: 286px;
  padding: 30px 17px 88px;
}

.div-115 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}

.div-116 {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 18px;
  color: rgba(19, 144, 251, 1);
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 0 8px;
  font: 700 35px Calibri, sans-serif;
}

.img-21 {
  aspect-ratio: 1.05;
  object-fit: contain;
  object-position: center;
  width: 44px;
  fill: var(--Linear, linear-gradient(229deg, #1390fb 5.75%, #bd00ff 92.2%));
  align-self: stretch;
  margin: auto 0;
}

.ardor-care {
  align-self: stretch;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.provides-customers-with-live-updates-and-suggestions-to-make-their-travel-easy-safe-unique-and-memorable {
  align-self: stretch;
  flex: 1;
  margin-top: 30px;
  width: 100%;
  gap: 10px;
  font-size: 16px;
  color: rgba(6, 24, 32, 1);
  letter-spacing: -0.25px;
  line-height: 22px;
}

.div-117 {
  display: flex;
  margin-top: 30px;
  width: 100%;
  max-width: 328px;
  flex-direction: column;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  justify-content: start;
}

.div-118 {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 10px;
  justify-content: start;
  padding: 5px;
}

.div-119 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.div-120 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-121 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.div-122 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-123 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  align-self: stretch;
  display: flex;
  width: 8px;
  height: 8px;
  margin: auto 0;
}

.manage-location-wise-travelers {
  align-self: stretch;
  margin: auto 0;
}

.div-124 {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: start;
  gap: 10px;
  letter-spacing: -0.25px;
  justify-content: start;
  padding: 5px;
}

.div-125 {
  background-color: rgba(19, 144, 251, 1);
  border-radius: 50%;
  display: flex;
  width: 8px;
  height: 8px;
}

.image-2 {
  background-color: rgba(232, 237, 239, 1);
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  color: rgba(6, 24, 32, 1);
  text-align: center;
  letter-spacing: -0.25px;
  justify-content: center;
  padding: 56px 125px;
}

@media (max-width: 991px) {
  .image-2 {
    max-width: 100%;
    padding: 100px 20px;
  }
}

.your-all-in-one-travel-app {
  font: 400 57px/1 Calibri, sans-serif;
}

@media (max-width: 991px) {
  .your-all-in-one-travel-app {
    max-width: 100%;
    font-size: 40px;
  }
}

.at-ardor-we-prioritize-security-and-efficiency-our-robust-technology-safeguards-your-data-ensuring-privacy-and-compliance-with-the-highest-industry-standards-our-platform-integrates-seamlessly-with-major-financial-systems-making-accounting-a-breeze-and-saving-you-valuable-time {
  margin-top: 12px;
  width: 971px;
  font: 500 20px/30px Roboto, sans-serif;
}

@media (max-width: 991px) {
  .at-ardor-we-prioritize-security-and-efficiency-our-robust-technology-safeguards-your-data-ensuring-privacy-and-compliance-with-the-highest-industry-standards-our-platform-integrates-seamlessly-with-major-financial-systems-making-accounting-a-breeze-and-saving-you-valuable-time {
    max-width: 100%;
  }
}

.footer-4-c {
  background-color: rgba(6, 24, 32, 1);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 40px 0;
}

@media (max-width: 991px) {
  .footer-4-c {
    max-width: 100%;
    padding: 18px 16px;
  }
}

.div-126 {
  display: flex;
  width: 1122px;
  max-width: 100%;
  align-items: center;
  gap: 40px 100px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  justify-content: space-between;
  flex-wrap: wrap;
}

.div-127 {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: start;
  width: 720px;
  margin: auto 0;
}

@media (max-width: 991px) {
  .div-127 {
    max-width: 100%;
  }
}

.img-22 {
  aspect-ratio: 2.3;
  object-fit: contain;
  object-position: center;
  width: 122px;
  max-width: 100%;
}

.we-create-unforgettable-travel-experiences-that-you-will-cherish-all-your-life {
  color: var(--White-900, #fff);
  font-size: 18px;
  line-height: 28px;
  margin-top: 32px;
}

.menu-categories {
  display: flex;
  margin-top: 32px;
  width: 100%;
  align-items: start;
  gap: 40px 48px;
  font-size: 16px;
  color: var(--Gray-400, #8896ab);
  white-space: nowrap;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .menu-categories {
    max-width: 100%;
    white-space: initial;
  }
}

.img-23 {
  aspect-ratio: 1.43;
  object-fit: contain;
  object-position: center;
  width: 166px;
  border-radius: 5px;
  align-self: stretch;
  margin: auto 0;
  height: 55px;
}

.div-128 {
  min-height: 0px;
  margin-top: 48px;
  max-width: 1122px;
  border-bottom: 1px solid rgba(51, 63, 81, 1);
  width: 100%;
}

@media (max-width: 991px) {
  .div-128 {
    max-width: 100%;
    margin-top: 40px;
  }
}

.div-129 {
  display: flex;
  margin-top: 48px;
  width: 1130px;
  max-width: 100%;
  align-items: center;
  gap: 40px 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .div-129 {
    margin-top: 40px;
  }
}

.rights-reserved {
  color: var(--Gray-400, #8896ab);
  align-self: stretch;
  margin: auto 0;
  font: 500 16px Poppins, sans-serif;

}

.div-130 {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 34px;
  justify-content: start;
  margin: auto 0;
}

.img-24 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 42px;
  align-self: stretch;
  margin: auto 0;
}

.img-25 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 46px;
  align-self: stretch;
  margin: auto 0;
}

.play-app-store {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.get-started-btn {
  background-color: rgba(2, 78, 105, 1);
  border: none;
  color: white;
  padding: 12px 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 2px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  width: 200px;
}

.get-started-btn:hover {
  background-color: #45a049;
  /* Darker green on hover */
}

/* popUp Style from Here */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.popup-content {
  background-color: #f9f9f9;
  width: 320px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-content h2 {
  font-size: 24px;
  text-align: center;
}

/* Styles for the form */
.popup-form input[type="text"],
.popup-form input[type="email"],
.popup-form input[type="date"],
.popup-form textarea {
  width: calc(100% - 2px);
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.select-time {
  width: calc(100% - 2px);
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.popup-form button {
  width: 100%;
  padding: 12px 0;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.popup-form button:hover {
  background-color: #0056b3;
}

.close-btn {
  position: relative;
  margin-left: 16rem;
  cursor: pointer;
}

/* popup style ends here */

/* Style for the scroll-to-top button */
#scrollTopBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 99;
  font-size: 18px;
  background-color: rgba(2, 78, 105, 1);
  color: white;
  border: none;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 50px;
}

#scrollTopBtn:hover {
  background-color: #333;
  /* Darken the button when hovered */
}


/* Button Style */
.btn-2 {
  background-color: rgba(2, 78, 105, 1);
  color: white;
  padding: 6px 33px;
  font-size: 16px;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}


/* Dropdown Container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Menu */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  /* Positions the menu below the button */
  left: 0;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  min-width: 200px;
}

/* Dropdown Items */
.dropdown-menu li {
  padding: 10px;
  text-align: left;
}

.dropdown-menu li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  display: block;
}

.dropdown-menu li:hover a {
  background-color: #efefef;
}

/* Show Dropdown */
.dropdown-menu.show {
  display: block;
}