body {
    background-color: #ffffff;
  }
#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* Ensures the header stays above other content */
  background: #fff 0% 0% no-repeat padding-box !important;
}
#main-header.scrolled {
          background-color: #ffffff !important; /* White on scroll */
 }
.header-text_logo {
          color: #ffffff; /* Initially white text */
          font-size: 0.8rem;
          margin: 0;
          transition: color 0.3s ease; /* Smooth text color transition */
          margin-left:20%;
      }
#main-header.scrolled .header-text_logo {
          color: #000000; /* Black text on white background */
      }
.header-logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #007bff;
  width:400px;
}
.footer_logo{
  width:283px;
  /* margin-left:65px; */
  height: 51px; vertical-align: middle;
}
.text-center{
  font-size:15px;
}
.display-4{
  font-family: 'Domine', serif; /* Apply Domine font */
  font-weight:500;
}
.contact_form {
    min-height: 400px;
}
.lead{
  font-family: 'Public Sans', sans-serif;  
font: normal normal 300 18px Public Sans;
letter-spacing: -0.48px;
color: #000000;
opacity: 1;
  
}
.footer_st_text{
  font: normal normal normal 13px/30px Public Sans;
}
.footer_end_text{
  opacity: 0.35;
  font: normal normal 300 14px/16px Public Sans;
}
.footer {
  border-top: 1px solid #333;
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 30px 0 40px 0 !important;"
  bottom: 0;
  width: 100%;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 10px;
}
.footer a:hover {
  text-decoration: underline;
}
.navbar{
  
  top: 0px;
left: 0px;
width: auto;
height: 100px;
/* UI Properties */
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
opacity: 1;
}


.contact-button{
  margin-right: 20px;
  width: 130px;
  height: 42px;
/* UI Properties */
background: #fff 0% 0% no-repeat padding-box;
border: 1px solid #0055CC;
border-radius: 4px;
opacity: 1;
font-family: 'Public Sans', sans-serif; /* Apply Public Sans font */
  text-align: center; /* Centers the text horizontally */
  line-height: 30px; /* Vertically centers the text by matching the button height */
  color: #0055CC; /* Ensures text is readable (white) against the blue background */
  font-size: 16px; /* Optional: Adjusts font size for better visibility */
  text-decoration: none; /* Removes any underline if it's a link */
  display: inline-block;
}
.header_button_scroll{
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #0055CC;
  color:#0055CC;
}

.header_button_scroll:hover{
  background: #fff 0% 0% no-repeat padding-box !important;
  border: 1px solid #0055CC !important;
  color:#0055CC !important;

}
.contact-button:hover{
  margin-right: 20px;
  width: 130px;
  height: 42px;
/* UI Properties */
background: #fff 0% 0% no-repeat padding-box;
border: 1px solid #0055CC;
border-radius: 4px;
opacity: 1;
font-family: 'Public Sans', sans-serif; /* Apply Public Sans font */
  text-align: center; /* Centers the text horizontally */
  line-height: 30px; /* Vertically centers the text by matching the button height */
  color: #0055CC; /* Ensures text is readable (white) against the blue background */
  font-size: 16px; /* Optional: Adjusts font size for better visibility */
  text-decoration: none; /* Removes any underline if it's a link */
  display: inline-block;
}

.logo_image{
  width:100%;
      margin-right: 5px;
  margin-left: 20px;
  height: 60px;
}

.terms_text{
  font: normal normal 300 20px Public Sans;
letter-spacing: -0.18px;
margin-bottom: 2rem !important;
}

.terms_list li{
  font: normal normal 300 20px Public Sans;
  margin-bottom: 1rem !important;
  letter-spacing: -0.18px;
}

.para_text{
  font: normal normal 300 20px Public Sans;
letter-spacing: -0.18px;
margin-bottom: 0.5rem !important;
}