/*****Buy AI Recommendations******/
.AIRecommendations_main .payment-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 58vw;
  height: 92vh !important;
}



h2 {
  
  margin-bottom: 0px;
  color: #111;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

input[type="text"],
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.price-details {
  margin-top: 15px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}

.price-row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  color: #333;
  font-size: 14px;
}

.price-row.total {
  font-weight: 600;
  margin-top: 10px;
  color: #000;
}

.note {
  font-size: 12px;
  color: #555;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 600;
}

.terms {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  margin-bottom: 15px;
}

.terms input {
  margin-right: 8px;
  margin-top: 3px;
}

.pay-btn {
  width: 100%;
  background-color: #ff6b2d;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.pay-btn:hover {
  background-color: #e65c22;
}


/*****Additional Uploads *******/


.AdditionalUploads .card {
  background: #fff;
  padding: 30px 35px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  width: 58vw;
  text-align: left;
  height: 92vh !important;
}

h2 {
 
  margin-bottom: 0px;
  /* font-size: 20px; */
  color: #1a1a1a;
}

.field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
}

.label {
  color: #555;
  font-size: 14px;
  
}



.value {
  font-weight: 600;
  font-size: 15px;
  color: #000;
}

.dropdown {
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

hr {
  margin: 18px 0;
  border: none;
  border-top: 1px solid #eee;
}

.total .value {
  font-weight: 700;
  color: #000;
}

.note {
  font-size: 13px;
  color: #777;
  margin-top: 8px;
  line-height: 1.4;
}

.checkbox {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin: 16px 0;
  color: #555;
}

.checkbox input {
  margin-right: 8px;
}

.checkbox a {
  color: #0073e6;
  text-decoration: none;
}

.checkbox a:hover {
  text-decoration: underline;
}

.button {
  width: 100%;
  background: linear-gradient(90deg, #ff8a00, #ff6a00);
  color: #fff;
  padding: 12px 0;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.button:hover {
  background: linear-gradient(90deg, #ff9900, #ff7a00);
}


.AdditionalUploads {
    position: fixed;
    /* height: 73%; */
    /* width: 100%; */
    top: 37px;
    margin-left: 49vh;
    /* margin-right: 17px; */
    /* background-color: white; */
    /* box-shadow: -1px 3px 19px 2px rgb(0 0 0 / 20%); */
    z-index: 100000;
    padding: 5px;
    box-sizing: border-box;
    display: none;
    border-radius: 2vh;
    display: block;
    /* margin: auto;*/
}

/* input[type="text"], select {
    width: 32%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
} */

.AIRecommendations_main {
    position: fixed;
    /* height: 73%; */
    /* width: 100%; */
    top: 3px;
    margin-left: 49vh;
    /* margin-right: 17px; */
    /* background-color: white; */
    /* box-shadow: -1px 3px 19px 2px rgb(0 0 0 / 20%); */
    z-index: 100000;
    padding: 5px;
    box-sizing: border-box;
    display: none;
    border-radius: 2vh;
    display: block;
    /* margin: auto;*/
}


/* Orange full-width button */
/* .btn-orange {
  background-color: #ff7a00 !important;
  color: white !important;
  font-weight: bold;
  width: 100% !important;
  padding: 12px 0 !important;
  border-radius: 6px !important;
  font-size: 16px !important;
} */

/* White outline navy Cancel button */
.btn-outline-navy {
  background: white !important;
  color: #001f3f !important;
  border: 2px solid #001f3f !important;
  padding: 4px !important;
  width: 69px !important;
}






/* ============================================
   1) Extra Small Mobile  (0–575px)
============================================ */
@media (max-width: 575px) {

.bnner_img {
    max-width: 100%;
    height: 66vh !important;
}

.checkbox_ui{
  height: 23vh !important;
}  
  #planContainer{
  width: 71vw !important;
 }

 #Trialform {
  overflow: auto;
 }

 .trialformsubmit{
  width: 49vw;
}

}





/* ============================================
   2) Small Mobile / Large Mobile (576–767px)
============================================ */
@media (min-width: 576px) and (max-width: 767px) {
.bnner_img {
    max-width: 100%;
    height: 66vh !important;
}
 #planContainer{
  width: 71vw !important;
 }
  #Trialform {
  overflow: auto;
 }

.trialformsubmit{
  width: 49vw;
}


}


/* ============================================
   3) Tablets (768–1199px)
============================================ */
@media (min-width: 768px) and (max-width: 1199px) {

  
}


/* ============================================
   4) Laptops & Desktops (1200–1599px)
============================================ */
@media (min-width: 1200px) and (max-width: 1599px) {

 
}


/* ============================================
   5) Large Screens / 4K (1600px+)
============================================ 
@media (min-width: 1600px) {

  #demobutton {
    width: 10vw;
  }

  .services .service-item {
    min-height: 360px;
  }

  .finalcall {
    width: 65%;
  }
}*/
