body {
    font-family: 'Montserrat', sans-serif;
	overflow-x: hidden !important;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}
.hero {
    background: url('/img/valpalpro/top-section-background.png') center center no-repeat;
	/*background: linear-gradient(135deg, #0D355B, #092A48);*/
    background-size: cover;
    color: white;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.hero::before {
    content: "";
    /*background: rgba(0, 0, 0, 0.5);*/ /* Optional dark overlay for contrast */
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: -1;
}

.hero h1 {
    font-size: 36px;
    font-weight: 700;
}
.hero p {
    font-size: 16px;
    margin: 20px 0;
}
.hero .btn {
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: bold;
}
.btn-primary {
    background-color: #fff;  /* example: coral/red */
    border-color: #ff;
    color: #26425E;
}
/*.btn-primary:hover,
.btn-primary:focus {
    background-color: #e65c50;
    border-color: #e65c50;
}
*/
.btn-info {
    background-color: #D9F2F0;  /* example: teal/blue */
    border-color: #d4d8dd;
    color: #26425E;
}
/*.btn-info:hover,
.btn-info:focus {
    background-color: #009faf;
    border-color: #009faf;
}*/
.container-narrow {
    max-width: 800px; /* or 700px, adjust as needed */
    margin: 0 auto;
}
.feature-box {
    height: 320px;
    padding: 15px !important;
    background: white;
    border-radius: 15px;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.05);*/
    overflow: hidden;
    color: #000;
    margin-bottom: 20px;
}
.feature-box h4{
	color: #26425E;
	font-weight:bold;
}

.section.text-center .row {
    text-align: center;
}
.section h2 {
    margin-bottom: 30px;
	font-weight:bold;
}

.btn-primary, .btn-default {
    margin: 10px;
}
.section {
    padding: 40px 20px;
}
.section h3 {
    font-weight: bold;
	color: #26425E;
    margin-top: 0;
}
.footer {
    background: #0e2d4f;
    color: white;
    padding: 30px 0;
    text-align: center;
}
.logo {
    max-height: 50px;
}
iframe {
    width: 100%;
    height: 315px;
    border: none;
}
@media (max-width: 768px) {
    .hero h1 {
        font-size: 28px;
    }
}
.hero-cta {
  background-image: url('/img/valpalpro/generate-more-leads-1.png'); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  text-align: center;
  color: #fff; /* All text will now be white */
}

.hero-cta-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}

.hero-cta-content h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #fff; /* White heading */
}

.hero-cta-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #fff; /* White paragraph text */
}

.hero-cta-btn {
  display: inline-block;
  background-color: #ffffff;       /* White background */
  color: #003A70;                  /* Blue text */
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 700;                /* Bold text */
  border: 2px solid #ffffff;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-cta-btn:hover {
  background-color: #f0f0f0;
  color: #003A70;
  border-color: #f0f0f0;
  
}
@media (max-width: 576px) {
  .hero-cta-content h2 {
    font-size: 22px;
  }

  .hero-cta-content p {
    font-size: 15px;
  }

  .hero-cta-btn {
    font-size: 15px;
    padding: 10px 20px;
  }
}
.headlineparagraph{
	font-weight:bold;
	color: #26425E;
}
.full-width-section-grey {
    background-color: #f0f0f0;
}
.full-width-section-white {
    background-color: #ffffff;
}
.full-width-section-grey-last {
  background-color: #f5f5f5;
}
.smart-leads-box {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  margin-top: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* Optional subtle shadow */
}

.smart-leads-box h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.video-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 15px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.optional-extra-box {
  border: 1px solid #ccc;           /* Light grey border */
  border-radius: 12px;
  padding: 20px;
  margin-top: 30px;
  background-color: #fff;           /* Keeps it white inside a white section */
}

.optional-extra-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.optional-extra-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .navbar-logo-gap {
    padding-left: 15px; /* Adjust spacing as needed */
  }
}