.master-heading {
  margin-top: 100px;
}
.package-results {
  text-decoration: none !important;
}

/* Chrome, Edge, Safari */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.footer.mt-5 {
  margin-bottom: 64px !important;
}

.row > * {
  flex-shrink: 0;
  width: 32% !important;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.master-heading-bold {
  color: #44097f;
  font-weight: bold;
  text-align: center;
}

.btn-primary {
  color: #fff;
  background-color: rebeccapurple;
  border-color: #002d5e;
  margin-top: 10px;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #392b7b !important;
  border-color: #392b7b !important;
}

.btn-outline-primary {
  color: #807804 !important;
  background-color: transparent;
  background-image: none;
  border-color: #392b7b !important;
}

@media (min-width: 57px) and (max-width: 301px) {

.mt-5.pt-4.package-more-recom {
  margin-bottom: 100px !important;
}

.col-md-4 {
  min-height: 1px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.package-results {
  width: 100%;
}

.row > * {
  flex-shrink: 0;
  width: 100% !important;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

}

@media (min-width: 301px) and (max-width: 500px) {

.mt-5.pt-4.package-more-recom {
  margin-bottom: 100px !important;
}

.col-md-4 {
  min-height: 1px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.package-results {
  width: 100%;
}

.row > * {
  flex-shrink: 0;
  width: 100% !important;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

}

@media (min-width: 501px) and (max-width: 700px) {

.mt-5.pt-4.package-more-recom {
  margin-bottom: 100px !important;
}

.col-md-4 {
  min-height: 1px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  flex: 100%;
  max-width: 100%;
}
.package-results {
  color: #639;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}

.row > * {
  flex-shrink: 0;
  width: 100% !important;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

}

a {
  text-decoration: none !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #092d71 !important;
  --bs-btn-border-color: #3c1860 !important;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: #092d71 !important;
  border-color: #083a82 !important;
}

@media (min-width: 701px) and (max-width: 960px) {
.col-md-4 {
  min-height: 1px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  flex: 100% !important;
  max-width: 100% !important;
}

.mt-5.pt-4.package-more-recom {
  margin-bottom: 100px !important;
}


.row > * {
  flex-shrink: 0;
  width: 50% !important;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}


}



.footer {
    background-color: #0b132b;
    padding: 20px 0;
    color: #ffffff;
    font-size: 14px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo {
  height: 95px;
  width: 200px;
}

.text-primary {
  color: #7407e1 !important;
  font-weight: bold;
}

.footer-brand-name {
    font-size: 18px;
    font-weight: 600;
}

.footer-text {
    color: #cbd5e1;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    display: inline-block;
    margin-left: 15px;
}

.footer-links li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links li a:hover {
    color: #ffffff;
}

/* Mobile */
@media (max-width: 768px) {
    .footer-links li {
        display: block;
        margin: 8px 0;
    }
}
