@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@400;500;600;700&display=swap');

body {
  font-family: 'Inter', sans-serif !important;
}

h1,
h2,
h3,
h4,
.hero-title,
.section-title,
.feature-title {
  font-family: 'DM Serif Display', serif !important;
  font-weight: 400 !important;
  letter-spacing: -1px;
}

body {
    background-color: #a1daf6;
}

.hero-figure-box,
[class*="hero-figure-box"] {
    background: #22b2ff !important;
}
.site-header {
  position: relative;
  z-index: 9999;
}

.site-nav {
  margin-left: auto;
  position: relative;
  top: 0;
  z-index: 10000;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.517);
  min-width: 190px;
  z-index: 999;
}

.nav-item:hover > .dropdown {
  display: block;
}

.services-title {
    margin-bottom: -10px;
}

.features-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.feature {
  flex: 1;
  min-width: 100;
}

.contact-section {
  background: #F6F8FA;
}

.contact-intro {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.contact-cards {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-card {
  background: rgb(143, 185, 223);
  padding: 32px 24px;
  width: 280px;
  text-align: center;
  box-shadow: 0 16px 48px rgba(31,43,53,0.12);
  border-radius: 6px;
}

.contact-card h4 {
  margin-top: 0;
}

.contact-card a {
  color: #073764;
  text-decoration: none;
  font-weight: 700;
}

.company-highlights {
    padding: 80px 0;
}

.highlights-wrap {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.highlight-card {
    background: rgb(143, 185, 223);
    border: 2px solid rgb(39, 128, 211);
    border-radius: 8px;
    padding: 32px;
    max-width: 320px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.highlight-card h3 {
    color: #073764;
    margin-top: 0;
    margin-bottom: 16px;
}

.highlight-card p {
    margin-bottom: 100;
}

.highlight-card p {
    color: #073764;
}

.about-title {
    margin-top: -20px;
}

.highlight-info {
    background: #a6c5f8;
    border: 2px solid #494ce5;
    border-radius: 8px;
    padding: 24px;
    width: 1000px;
    text-align: left;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.highlight-info h3 {
    color: #494ce5;
    margin-top: 0;
    margin-bottom: 16px;

}
.highlight-info {
    color: #494ce5;
}

#thankYouMessage {
    text-align: center !important;
    width: 100%;
    
}
#thankYouMessage h3{
    
    color: #494cff;
}

.quote-form-container {
    max-width: 700px;
    margin: 50px auto;
    padding: 40px;
    background: rgb(177, 204, 245);
    border: 2px solid #090606;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.quote-form {
    display: flex;
    flex-direction: column;
}

.quote-form label {
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 6px;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
    padding: 12px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    width: 100%;
}

.quote-form textarea {
    min-height: 120px;
    resize: vertical;
}

.quote-form button {
    margin-top: 24px;
}

.feature-inner {
    background: #a3cffe;
}

.button-row {
    display: flex;
    gap: 20px;
    justify-content: center; /* optional */
    flex-wrap: wrap;
    
}

.hero::before {
  background: linear-gradient(to top right, #BEEBFF 0%, #9DDCFF 100%) !important;
}
html,
body,
.is-boxed {
  background: #b6e5ff !important;
}

.secure-upload-section {
  padding: 80px 20px;
}

.secure-upload-card {
  max-width: 750px;
  margin: 0 auto;
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.secure-upload-card h1 {
  text-align: center;
  margin-top: 0;
}

.secure-upload-form {
  display: flex;
  flex-direction: column;
}

.secure-upload-form label {
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 6px;
}

.secure-upload-form input,
.secure-upload-form select,
.secure-upload-form textarea {
  padding: 12px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
}

.secure-upload-form textarea {
  min-height: 120px;
}

.secure-upload-form button {
  margin-top: 24px;
}

.upload-note {
  font-size: 14px;
  margin-top: 24px;
  text-align: center;
}

.feature-inner .button-primary {
    background: #f8b2c5 !important;
    border-color: #f38da9 !important;
}

.feature-inner .button-primary:hover {
    background: #e56c8f !important;
    border-color: #e56c8f !important;
}

.hero-title {
    margin-top: -50px !important;
    margin-bottom: 10px !important;
}

.hero-paragraph {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}

.features.section {
    padding-top: -50px !important; 
}
.hero {
    padding-bottom:0px !important;
}

.services-title {
    margin-top: 10px !important;
    margin-bottom: -30px !important;
}

.nav-item:hover{
   background: #f9f9f9 !important;
}

.features .section-square {
    display: none !important;
}

.contact-section {
    margin-top: -70px;
}

.features .container {
    max-width: 1500px !important;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;

}

.inner-nav .nav-menu {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: fit-content !important;
  flex: 0 0 auto !important;

  background: #4c82d7;
  padding: 3px 10px;
  border-radius: 1px;
}

.site-nav {
  width: fit-content !important;
  flex: 0 0 auto !important;
}

.home-nav .nav-menu {
  background: transparent;
}

.schedule-title {
    text-align: center;
    margin-bottom: 0px;
}

.calendly-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.intro-content,
.banner-content,
.hero-text,
.header-content {
    max-width: 950px !important;
    width: 950px !important;
    margin-left: 800px !important;
}

h1 {
    max-width: 700px !important;
    width: 700px !important;
}

.hero-title {
    position: relative;
    left: -100px;
    top:100px;
}

.hero-paragraph {
    position: relative;
    left: -100px;
    top:100px;
}

.nav-menu {
    width: 1000px !important;
    max-width: 1000px !important;
}
.top-strip {
    width: 100%;
    height: 20px;
    background: #4c82d7;

    position: relative;
    z-index: 9999;
    top:-98px;
    margin-bottom: -40px;
}
.site-logo {
    height: 50px;
    position: relative;
    left:-100px;
    top:10px;
    width: auto;
    display: block;
}