* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#load{
	margin: auto;
    width: 100%;
    height: -webkit-fill-available;
    position: fixed;
    background: #fff url(/images/Spin-Preloader-1.gif) no-repeat center;
    z-index: 9999999;
}
.header {
  display: flex;
  text-align: center;
  margin: auto;
  flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background: url("../../images/contact.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Lato", sans-serif;
  
}

h1 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
}
p{
  color: #fff;
}
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.form-container {
  padding: 3rem 4rem;
border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

a {
  text-decoration: none;
  display:flex;
  margin:auto;
}
.atag {
  text-decoration: none;
  width:75px;
}
.tag{
  width:60px;
  margin:0 !important;
  text-decoration: none;
  color: #fff;
}
a .btn {
  margin-top: 18px;
  border: 2px solid #137afc;
  color: #fff;
  cursor: pointer;
  background-color:  #137afc;
  box-shadow: inset 0 0 0 0 #137afc;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: ease-out 0.4s;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  -ms-transition: ease-out 0.4s;
  -o-transition: ease-out 0.4s;
}

a .btn {
  display: block;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  height: 2.4rem;
  width: 7.1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

a .btn:hover {
  border: 2px solid #137afc;
  box-shadow: inset 130px 0 0 0 #fff;
  color: #137afc;
}

/* ==========================================
   PREMIUM CUSTOM ANIMATIONS & UI ENHANCEMENTS
   ========================================== */

/* Preloader Smooth Fade */
#load {
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out !important;
}

/* Glassmorphic Form Container & Float */
@keyframes floatForm {
  0% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

.form-container {
  animation: floatForm 6s ease-in-out infinite !important;
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4) !important;
  transition: all 0.4s ease !important;
}

.form-container:hover {
  border-color: rgba(19, 122, 252, 0.3) !important;
  box-shadow: 0 30px 60px rgba(19, 122, 252, 0.15), 0 0 30px rgba(19, 122, 252, 0.05) !important;
}

/* Inputs Focus Glow */
.form-floating input:focus {
  box-shadow: 0 0 15px rgba(19, 122, 252, 0.4) !important;
  border-color: #137afc !important;
  transform: scale(1.01) !important;
}

.form-floating input {
  transition: all 0.3s ease !important;
}

/* Button Upgrades */
a .btn {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

a .btn:hover {
  transform: translateY(-2px) scale(1.05) !important;
  box-shadow: 0 8px 15px rgba(19, 122, 252, 0.3) !important;
}

a .btn:active {
  transform: translateY(1px) scale(0.97) !important;
}

/* Back Link Upgrade */
.tag {
  transition: all 0.3s ease !important;
  display: inline-block !important;
}

.tag:hover {
  color: #137afc !important;
  transform: translateX(-4px) scale(1.05) !important;
  text-shadow: 0 0 8px rgba(19, 122, 252, 0.3) !important;
}

/* ==========================================
   SILENT LUXURY Brand Color Redesign
   ========================================== */
body {
  background: linear-gradient(rgba(31, 59, 47, 0.75), rgba(31, 59, 47, 0.85)),
    url("../../images/contact.png") no-repeat center center / cover !important;
}

.form-container {
  background-color: rgba(31, 59, 47, 0.9) !important; /* Forest Green base */
  border-color: rgba(183, 183, 176, 0.3) !important; /* Stone Gray border */
}

h1, p {
  color: #F5F5F2 !important; /* Soft White */
}

.form-floating input {
  background-color: rgba(245, 245, 242, 0.15) !important;
  color: #F5F5F2 !important;
  border: 1px solid rgba(183, 183, 176, 0.4) !important;
}

.form-floating label {
  color: rgba(245, 245, 242, 0.8) !important;
}

.form-floating input:focus {
  border-color: #7A8B6F !important; /* Olive Accent focus */
  box-shadow: 0 0 12px rgba(122, 139, 111, 0.5) !important;
}

a .btn {
  background-color: #1F3B2F !important;
  border: 2px solid #1F3B2F !important;
  color: #F5F5F2 !important;
}

a .btn:hover {
  background-color: #7A8B6F !important; /* Olive Accent background */
  border-color: #7A8B6F !important;
  color: #1F3B2F !important; /* High contrast text on hover */
  box-shadow: 0 8px 15px rgba(122, 139, 111, 0.3) !important;
}

.tag {
  color: #F5F5F2 !important;
}

.tag:hover {
  color: #b0cbb4 !important; /* Lighter high-contrast olive for dark background links */
}



