/* contactus page css start */
.captcha-error {
  display: none;
  font-size: 12px;
  color: red;
  text-align: center;
}

.contactus_header {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #5b5b5b;
}

.travel_ul li {
  margin-top: 10px;
  font-size: 15px;
}

.travel_ul li::marker {
  color: #ff6e00;
}

.class_label {
  font-size: 15px !important;
  font-weight: bold !important;
  color: #5b5b5b !important;
}

.span_message {
  font-size: 18px;
  font-weight: bold;
}

.select2 {
  width: 100% !important;
}

@media (max-width: 360px) {
  .travel_display {
    display: none;
  }

  .contactus_header {
    font-size: 20px;
  }

  .cartMainBox {
    top: 0 !important;
  }

  .select2 {
    width: 100% !important;
  }

  .span_message {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .travel_display {
    display: none;
  }

  .contactus_header {
    font-size: 20px;
  }

  .cartMainBox {
    top: 0 !important;
  }

  .select2 {
    width: 100% !important;
  }

  .span_message {
    font-size: 14px;
  }
}

#advice-validate-select-city {
  display: none !important;
}

#banner-ad {
  text-align: -webkit-center;
}

.banner-desktop-image {
  display: block;
  width: 90%;
  border-radius: 10px;
}

.cartBox {
  background: white;
  border-radius: 10px;
  background: #f2f2f2;
  color: #5b5b5b !important;
  font-size: 18px;
}

.banner-desktop-image {
  display: block;
  width: 100%;
}

.banner-mobile-image {
  display: none;
}

.cu_inquiry_type {
  border: 1px solid #ff6e00;
  margin: 0;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 5px;
}

.cu_inquiry_type .form-group {
  margin-bottom: 0px;
}

.cu_inquiry_type input[type="radio"] {
  display: inline;
  margin-right: 5px;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  cursor: pointer;
}

.cu_inquiry_type label {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .banner-desktop-image {
    display: none;
  }

  .banner-mobile-image {
    display: block;
    width: 100%;
  }
}
.container-5 {
  max-width: 90%;
  margin: auto;
  display: flex;
  /* margin-top: 3rem;
        height: fit-content;
        border-radius: 1rem;
        border: 1px solid #EFEFEF;
        box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
        background: #FFF; */
}

.download-outer-container {
  display: flex;
  width: 90%;
  align-items: center;
  margin: auto;
}

.download-box-left {
  /* width: 70%; */
  /* margin: 3rem; */
}

.download-box-left h3 {
  color: #18171d;
  font-size: 20px;
  font-weight: 700;
}

.download-box-left p {
  color: #27262b;
  font-size: 13px;
  font-weight: 600;
}

.download-box-left span {
  color: #ff6e00;
}

.app-container {
  display: flex;
  gap: 12px;
}

.app-btn {
  max-width: 100%;
  height: 3rem;
  /* margin: 0rem 0rem 0rem 5rem; */
}

.app-btn:hover {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: scale(1.1);
}

.download-box-right {
  display: flex;
  width: 30%;
  justify-content: center;
  align-items: center;
}

.download-box-right img {
  width: 90%;
}
.import_shadow {
  box-shadow: 5px 5px #888888;
}

.icon_align {
  line-height: 45px !important;
  vertical-align: middle !important;
}

.image_caption {
  text-align: center;
  padding: 8px !important;
  display: block;
  color: white;
  background: #ff6e00;
  margin-top: -6px;
  font-size: 15px;
  overflow-wrap: break-word !important;
  border-radius: 5px;
  white-space: nowrap;
}

.modalSubmitBtn {
  /* width: 100%; */
  height: auto;
  color: #fff;
  background: #ff6e00;
  padding: 8px;
}
/* added by deep on 26-05-2025 */
.suggestionCard {
  background: #fff;
  width: 200px;
  /* Fixed width for consistency */
  height: fit-content;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  border-radius: 8px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  width: 170px !important;
}

.suggestionCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  white-space: nowrap;
}

.message {
  font-size: 14px;
  color: #555;
}

.circuit-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.card-button {
  background: #ff6e00;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
}

.card-button:hover {
  background: #a18355;
}

.success-container {
  background-color: #f0f8f0;
  border: 1px solid #d0e8d0;
  border-radius: 5px;
  padding: 10px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  max-width: 600px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.success-icon {
  margin-right: 20px;
}

.success-icon img {
  width: 40px;
  height: 40px;
}

.success-message p {
  margin: 5px 0;
  color: #2e7d32;
  font-family: Arial, sans-serif;
}

#successmessage {
  font-weight: bold;
  font-size: 16px;
}

#successmessagesecond {
  font-size: 14px;
  color: #4a8c4a;
}
/* plan section */
.plan-options-container {
  font-family: "Segoe UI", Arial, sans-serif;
  max-width: 500px;
  margin: 20px auto;
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.plan-title {
  color: #000;
  margin-bottom: 20px;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-top: 0;
}

.plan-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #ff6e00;
}

.plan-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.plan-option {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 10px;
}

.plan-option:hover {
  border-color: #ff6e00;
}

.plan-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: relative;
  top: 2px;
  flex-shrink: 0;
  height: 22px;
  width: 22px;
  margin-right: 10px;
  background-color: #fff;
  border: 2px solid #bdc3c7;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.plan-option:hover .checkmark {
  border-color: #ff6e00;
}

.plan-option input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #ff6e00;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff6e00;
}

.plan-option input:checked ~ .checkmark:after {
  display: block;
}

.option-content {
  display: flex;
  flex-direction: column;
}

.option-text {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 1rem;
}

.option-description {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 5px;
  line-height: 1.4;
}

.option-features {
  font-size: 0.8rem;
  color: #ff6e00;
  line-height: 1.4;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: #ff6e00;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 10px;
}

.submit-btn:hover {
  background: #e66500;
}

.plan-option.selected {
  background-color: #f0f7ff;
  border-color: #cce0ff;
}

.plan-loading {
  color: #666;
  margin-left: 5px;
}

.plan-success {
  color: #28a745;
  margin-left: 5px;
}

.plan-error {
  color: #dc3545;
  margin-left: 5px;
}
/* plan section */
/* contactus page css start */
.shadow-tbl {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2),
    /* bottom */ 0 -4px 6px rgba(0, 0, 0, 0.2),
    /* top */ -4px 0 6px rgba(0, 0, 0, 0.2); /* left */
}
.shadow-tbr {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2),
    /* bottom */ 0 -4px 6px rgba(0, 0, 0, 0.2),
    /* top */ 4px 0 6px rgba(0, 0, 0, 0.2); /* right */
}
