
.shipping-method {
    display: flex;
    gap: 20px;
}
.nvct-quote-form hr {
    margin: 15px 0 !important;
}
.nvct-shipping-box {
  background: #fff;
  padding: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
}

.nvct-shipping-box h3,
.nvct-shipping-box h4,
.nvct-shipping-box h5 {
  margin-bottom: 10px;
  color: #222;
}

.nvct-port-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
}

.nvct-port-option input[type="radio"] {
  margin-right: 10px;
}

.green-text {
  color: #28a745;
  margin-left: 6px;
  font-style: italic;
}

.nvct-port-price {
  font-weight: bold;
  color: #111;
  font-size: 15px;
}

.nvct-extra-option {
  margin-right: 8px;
}

.nvct-shipping-box label {
  font-weight: 500;
  display: block;
  margin-top: 12px;
  color: #444;
}

.nvct-shipping-box input[type="text"],
.nvct-shipping-box input[type="email"] {
  width: 100%;
  padding: 10px 12px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
}

.nvct-shipping-box button[type="submit"] {
  background-color: #007cba;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 15px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.nvct-shipping-box button[type="submit"]:hover {
  background-color: #005fa3;
}

#nvct-total-price {
  margin-top: 15px;
  font-size: 26px;
  font-weight: bold;
  color: #d35400;
  text-align: right;
}
#nvct-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nvct-loader-box {
  text-align: center;
  color: white;
  font-size: 16px;
}

.nvct-loader-box img {
  width: 60px;
  margin-bottom: 10px;
}
#nvct-loader-overlay {
  background: rgba(30,40,50,0.15)!important;
  z-index: 99999;
}
.nvct-modal-box {
  min-width: 320px;
  max-width: 97vw;
  box-shadow: 0 8px 40px #197b3044;
}
#nvct-success-inline-message button {
  transition: background 0.2s;
}
#nvct-success-inline-message button:hover {
  background: #146922;
}
@media (max-width: 600px) {
  .nvct-modal-box { min-width: 90vw; padding: 16px 3vw 10px 3vw; }
  #nvct-success-inline-message div { font-size: 16px;}
}
