#loginForm{
    border: 1px solid #dedede;
    border-radius: 15px;
    /*background-color: rgba(191, 191, 191, 0.15);*/
    padding: 20px;
    max-width: 600px;
    min-width: 300px;
    margin: auto;
  }

  .footer-box {
    text-align: center;
  }




  
body {
  font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #00A2E8 !important;
}
h1 {
  margin: 0;
  padding: 0;
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1500px;
  background: url('../img/04.png') no-repeat bottom right;
  background-size: 20%;
  background-color: white;
  box-shadow: 0 14px 18px rgba(0, 0, 0, 0.5);
}
.container-subscription {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1500px;
  background: url('../img/02.png') no-repeat bottom right;
  background-size: 30%;
  background-color: white;
  box-shadow: 0 14px 18px rgba(0, 0, 0, 0.5);
}
.container-login {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1500px;
  background: url('../img/06.png') no-repeat bottom right;
  background-size: 20%;
  background-color: white;
  box-shadow: 0 14px 18px rgba(0, 0, 0, 0.5);
}

.full-width-main {
  width: 100%;
  text-align: center;
  margin: 10px;
  font-size: larger;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0)), 
      url('../img/receipt.jpg') no-repeat center center;
  background-size: cover;
}


.full-width {
  width: 100%;
  text-align: center;
  margin: 10px;
  font-size: larger;
}
.container-terms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1500px;
  /*background: url('../img/04.png') no-repeat bottom right;*/
  background-size: 20%;
  background-color: white;
  box-shadow: 0 14px 18px rgba(0, 0, 0, 0.5);
}
.full-width-terms {
  width: 100%;
  text-align: left;
  margin: 10px;
  font-size: larger;
}
.full-width-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.1);
  
}
.card {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin: 10px;
  width: 29%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: white;
}
@media (max-width: 768px) {
  .card {
      width: 100%;
  }
}
.card h2 {
  font-size: 1.5em;
  margin: 0 0 15px;
}
.card p {
  font-size: larger;
  margin: 0 0 10px;
  text-align: justify;
}
.card ul {
  list-style-type: circle;
}
.card li {
  font-size: larger;
  margin: 0 0 10px;
}
.card img {
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
}
.card iframe {
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  margin-bottom: 10px;
  min-height: 230px;
}
.cta-button {
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  background-color: #5cb85c;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 15px;
  width: 150px;
}
.cta-button:hover {
  background-color: #46a046;
}
.cta-button-sign-in {
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  background-color: #00A2E8;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 15px;
  width: 150px;
}
.cta-button-sign-in:hover {
  background-color: #337ab7;
}

#logoImage {
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: table-cell;
  margin-right: 15px;
  width: 44px !important;
  height: 44px !important;
  background: url('../img/taon_logo.png') no-repeat;
  background-size: cover;
}
#logoText{
  height: 44px !important;
  font-size: 30px;
  font-weight: 500;
  padding-left: 15px;
}

#logoGroup{
  display: flex;
  cursor: pointer;
}

.mainMenuItem{
  font-size: larger !important;
    text-decoration: none !important;
    margin-left: 15px !important;
    color: #337ab7 !important;
}
.mainMenuItem:hover{
  color: darkred !important;
}
.mainMenuItemBottom{
  font-size: larger !important;
  text-decoration: none !important;
  margin-left: 15px !important;
  color: white !important;
}
.mainMenuItemBottom:hover{
  color: darkred !important;
}
.footer{
  margin-top: 25px;
  /*margin-bottom: 15px;*/
  color: white;
  text-align: center;
}

.mainHeader{
  font-weight: bolder !important;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #000;
  text-shadow: 0px 0px 10px white;
}
.mainDescription{
  font-size: x-large;
  margin: 25px;
  font-weight: bold;
  color: #337ab7;
  text-shadow: 0px 0px 15px white;
}

.mainH2{
  font-weight: 500 !important;
  display: block;
  width: 100%;
  margin: 10px;
  padding: 15px;
  box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.1);
}


.productCard{
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin: 10px;
  width: 20%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: inline-grid

}
@media (max-width: 600px) {
  .productCard {
      width: 100%;
  }
}

.storageProductCard{
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin: 10px;
  width: 20%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .storageProductCard {
      width: 100%;
  }
}
 
@media (max-width: 600px) {
  .buttonGroup {
      flex-direction: column;
  }
}

.productHeader{
  margin-top: 0px;
  margin-bottom: 15px;
}
.productPrice{
  color: #337ab7;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.productPages{
  font-size: 18px;
}
.productStorage{
  font-size: 16px;
}

.asterix{
  color: darkred;
}


.btnContainer{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.buyBtnContainer{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 15px;
}

.buttonGroup {
  display: flex;
  flex-direction: column; /* or 'row' based on design preference */
  align-items: center;
  gap: 10px; /* Optional: adds space between buttons */
  margin-top: auto;
}

.storagePlanSwitchBox{
  margin-right: 10px;
}

.full-width-bottom{
  min-height: 500px;
  height: 40vh;
  width: 100%;
}

.orderHeader{
  font-weight: 400;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ddd;
}
.productDescrText{
  font-size: 18px;
}
.orderTotal{
  border-top: solid 1px #ddd;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: right;
}
.orderTotalAmount{
  border-top: solid 1px #ddd;
  color: #337ab7;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
}
.numHead{
  min-width: 15px;
}
.amountHead{
  min-width: 80px;
  text-align: right;
} 
.productCommentsTotal{
  margin-top: 5px;
  margin-bottom: 35px;
  text-align: center;
}
#termsAndConditions{
  text-align: center;
}

.formText{
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}


@media only screen and (max-width: 550px) {
  .orderHeader {
    font-size: 16px; /* Reduced from 22px */
  }

  .productDescrText {
    font-size: 14px; /* Reduced from 18px */
  }

  .orderTotal,
  .orderTotalAmount {
    font-size: 16px; /* Reduced from 20px */
  }
  .formText{
    font-size: 14px;
  }
  .numHead {
    min-width: 10px; /* Reduced from 15px */
  }

  .amountHead {
    min-width: 80px; /* Reduced from 50px */
  }

  .productCommentsTotal {
    font-size: 12px; /* Optional: Adjust as needed */
    margin-bottom: 25px; /* Optional: Adjust spacing */
  }
}