@charset "UTF-8";

.top-tag-line {
  background: #0c1e36;
  height: 36px;
  display: ;
}

.top-tag-line-text {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  text-align: center;
}

@media (max-width:1099px) {
  .toptagline-remove {
    display: none;
  }
}


.contact-align {
  text-align: right;
}

@media (max-width: 767px) {
  .contact-align {
    text-align: left;
  }
}


.menu-logo-bar {
  background-color: rgba(23,62,113, 0.8);
  background-image: url('../images/menu_background.png');
  background-repeat: repeat;
  /*line-height: 38px;*/ color: white;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.menu-logo-bar img.logo-center {
  height: 86px;
}


@media (max-width:1600px) {
  .menu-logo-bar img.logo-center {
    height: 76px;
  }
}

@media (max-width:1500px) {
  .menu-logo-bar img.logo-center {
    height: 66px;
  }
}

@media (max-width:680px) {
  .service-of-remove {
    display: none;
  }
}

.main-text {
  color: white;
  line-height: 28px;
  position:relative;
}

.main-closing-text {
  font-size: 24px;
  color: white;
  line-height: 38px;
  position:relative;
}


@media (max-width:680px) {
  .main-closing-text {
    font-size: 21px;
  }
}

.main-text h1 {
  font-family:'Canela Text Light Trial';
  color: #fff;
  font-size: 3rem;
  line-height: 3.25rem;
}

.main-text h2 {
  font-family:'Canela Text Light Trial';
  color: #fff;
  font-size: 2rem;
  line-height: 2.75rem;
}

.main-text h3 {
  font-family:'Canela Text Light Trial';
  color: #fff;
  font-size: 2rem;
  line-height: 2.25rem;
}

.main-text h4 {
  font-family:'Canela Text Light Trial';
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.dropdown-section h2 {
  font-size: 22px;
  font-weight: bold;
  background-color: #162b43;
  color: #ffd128;
  padding: 7px 10px 7px 10px;
  border-radius: 8px;
  border: 1px solid #999;
  cursor: pointer;
}

.dropdown-text {
  display: none;
  background-color: #162b43;
  color: #fff;
  line-height: 38px;
  padding: 20px 20px 0px 20px;
  border-radius: 8px;
  border: 1px solid #555;
}

.footer {
  background-color: #1e3a59;
  border-top: #666 solid 2px;
  color: white;
  padding: 20px;
  background-image: url('../images/gear_wheel_ICON_02.png');
  background-repeat: repeat;
}

.footeraddress {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
}

.footercol {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: none;
}

.footer input, .footer textarea {
  width: 100%;
  margin-bottom: 2px;
  padding: 1px 4px;
  height: auto;
  font-size: 13px;
  line-height: 1.7;
  font-family: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #1e3a59;
  border: solid 1px #aaa;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.gold-button {
  background-color: black;
  color: gold;
  border: 2px solid gold;
  padding: 4px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
   transition: all 0.3s ease;
}

.gold-button:hover {
  background-color: gold;
  color: black;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.gold-button-sm {
  background-color: black;
  color: gold;
  border: 2px solid gold;
  padding: 0px 7px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
   transition: all 0.3s ease;
}

.gold-button-sm:hover {
  background-color: gold;
  border: 2px solid golf;
  color: black;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.starttext {
  padding-top: 20px;
  padding-bottom: 20px;
}

hr {
  height: 2px;
  background-color: #fff;
  border: 0px;
}

.whiteboxes {
  border: 1px solid #fff;
  padding: 12px 20px 12px 20px;
  background-color: rgba(255, 255, 255, 0.10);
}

.whiteboxes2 {
  border: 1px solid #444;
  padding: 50px 30px 50px 30px;
  background-color: rgba(255, 255, 255, 0.10);
}

.whiteboxes3 {
  border: 1px solid #444;
  padding: 20px 30px 20px 30px;
  background-color: rgba(255, 255, 255, 0.10);
}

.whiteboxes4 {
  border: 1px solid #444;
  padding: 10px 15px 10px 15px;
  background-color: rgba(255, 255, 255, 0.10);
}

.blackboxes {
  border: 1px solid #fff;
  padding: 12px 20px 12px 20px;
  background-color: rgba(0, 0, 0, 0.10);
}

.hidden {
  opacity: 0;
}


.left_picture_padding {
  padding-left: 0px;
}

@media (min-width:768px) {
  .left_picture_padding {
    padding-left: 30px;
  }
}


@media (min-width:999px) {
  .hide_999 {
    display: none;
  }  
}

.glass-button {
  padding: 6px 22px;
  font-size: 1rem;
  font-weight: 400;
  color: #ffd128;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: all 0.3s ease;
}

.glass-button:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}


.glass-button2 {
  padding: 12px 22px;
  font-size: 1rem;
  font-weight: 400;
  color: #ffd128;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: all 0.3s ease;
}

.glass-button2:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}


.glass-button3 {
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: 400;
  color: #ffd128;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: all 0.3s ease;
}

.glass-button3:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}


.glass-button4 {
  padding: 6px 22px;
  font-size: .75rem;
  font-weight: 400;
  color: #ffd128;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: all 0.3s ease;
}

.glass-button4:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}


.modern-btn {
  padding: 6px 22px;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(90deg, #ffffff, #455058);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
}

.modern-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  background: linear-gradient(90deg, #455058, #ffffff);
}

.textboxes {
  color: #ffd128;
  font-weight: normal;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.10) !important;
  border-top: 1px solid #111 !important;
  border-bottom: 1px solid #888 !important;
  border-left: 1px solid #111 !important;
  border-right: 1px solid #888 !important;
  transition: all 0.3s ease;
}

.textboxes:not(:placeholder-shown) {
  background-color: rgba(0, 0, 0, 0.30);
  border-color: #000;
  color: #ffd128; 
}

.textboxes:focus {
  border-color: #ffd128;
  box-shadow: 0 0 5px rgba(255, 209, 40, 0.3);
}

.textboxes.invalid {
  border: 2px solid red !important;
  box-shadow: 0 0 6px rgba(255, 0, 0, 0.5) !important;
}

.textboxes.valid {
  border: 2px solid #28a745 !important;
  box-shadow: 0 0 6px rgba(40, 167, 69, 0.5) !important;
}

.descriptfontsize {
  font-size: 14px;
  line-height: 20px !important;
}

.OrderNumber {
  color: #ffd128;
  font-size: 22px;
  line-height: 40px;
}

.NoBreak {
  white-space: nowrap;
}




/* Info Request "Sending..." state */
.sending-state {
  text-align: center;
  padding: 20px;
  color: #ffd128; /* matches your existing gold */
}

.sending-state p {
  margin-top: 8px;
  font-size: 0.95rem;
}

/* Simple spinner */
.sending-spinner {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.25);
  border-top-color: #ffd128;
  animation: wf-spin 0.8s linear infinite;
  margin: 0 auto;
}

@keyframes wf-spin {
  to {
    transform: rotate(360deg);
  }
}