.cardContainer.glassCard {
  background-image: url(finance/reading-room.webp);
  background-size: cover;
  background-position: center;
  min-height: 240px;
  align-items: flex-end;
  width: calc(100% + 64px);
  margin-left: -32px;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
  margin-bottom: -12px;
  border-radius: 0;
  box-shadow: inset 1px 3px 30px -12px black, inset -1px -3px 30px -12px black;
  transform: translateZ(0);
  backface-visibility: visible;
}

.glassCard .card {
  background: #ffffff7d;
  backdrop-filter: blur(10px);
  padding: 15px;
  margin: 42px 8px;
  width: 40%;
  min-width: 200px;
  box-shadow: 11px 14px 20px 0px #00000061, inset 0 2px 2px #ffffff;
  transform: translateZ(0);
  backface-visibility: visible;
}

.glassCard .hero-text {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.glassCard .sub-hero-text {
  font-size: 21px;
  line-height: 1.2;
}

.glassCard .description-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.glassCard .call-to-actions,
.glassCard .card-actions {
  margin: 15px 0;
  padding: 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}

.glassCard button {
  border: 0;
  display: flex;
  justify-content: space-between;
  padding: 4px 12px;
  margin: 4px 0;
  border-radius: 4px;
  box-shadow: 4px 5px 4px -4px #00000061, inset 0 2px 2px #ffffff;
  color: black;
  min-height: 48px;
  align-items: center;
  cursor: pointer;
  background: linear-gradient(90deg, #ffffff, #ffffffbd);
  transition: box-shadow 0.3s ease;
}

.glassCard button:hover {
  background: linear-gradient(0deg, #ffffff, #ffffff82);
  box-shadow: 4px 5px 9px -4px #00000061, inset 0 2px 2px #ffffff;
}

.glassCard .disclaimer {
  text-align: left;
}

.glassCard button.green {
  color: forestgreen;
}

.glassCard button.red {
  color: palevioletred;
}

.glassCard .input-group {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}

.glassCard input {
  width: 100%;
  box-sizing: border-box;
  font-size: 21px;
  padding: 8px 20px;
  text-align: center;
  box-shadow: none;
  outline: none;
  border: 0;
  background: #ffffff63;
  border-radius: 4px;
}

.glassCard .input-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px 2px 4px 2px;
}

.glassCard label {
  font-size: 90%;
  color: dimgray;
  width: 100%;
  display: flex;
  padding: 2px 0;
  -webkit-line-clamp: 1;
  text-wrap: nowrap;
}

.glassCard .button-group {
  display: flex;
  justify-content: space-between;
  padding: 6px;
  width: 100%;
  max-width: 280px;
  box-sizing: border-box;
}

.glassCard .hero-text.emi-value {
  text-align: center;
  align-items: center;
  padding-top: 15px;
}

.glassCard .button-group button {
  margin: 2px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
}

.glassCard sup {
  font-size: 42%;
  width: 50px;
  display: inline-flex;
  text-align: left;
  margin-left: 8px;
  position: relative;
  bottom: 3px;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .glassCard sup {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.airportImage {
  border-radius: 8px;
  overflow: hidden;
  min-height: 106px;
  margin-bottom: 16px;
  box-shadow: 4px 5px 4px -4px #00000061, inset 0 2px 2px #fff;
}

.airportImage img {
  width: 200%;
  max-width: 200%;
  height: 150%;
  margin-left: -50%;
  object-fit: fill;
  object-position: center center;
}

ul[id^="ac"] .bookNow:hover {
  filter: brightness(1.6);
}
