body { font-family: 'Open Sans', sans-serif; }
nav.navbar {
  position: static !important;
  top: auto !important;
}
.banner { background: #e6f2ff; padding: 60px 0; text-align: center; }
.section-title { margin-top: 40px; margin-bottom: 20px; }
.highlight-box {
    padding: 30px;
    border-radius: 10px;
    background: white;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.highlight-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.highlight-box i {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 15px;
}
.highlight-title {
    font-weight: bold;
    color: #007bff;
}
.highlight-text {
    color: #333;
    font-size: 14px;
}
.stats .col { text-align: center; }
.partners-logo img { max-height: 50px; margin: 10px auto; }
.customer-card-wrapper {
position: relative;
padding-top: 50px;
}

.logo-wrapper {
  position: absolute;
  top:0px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.customer-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.customer-card {
  border-radius: 12px;
  padding-top: 60px; /* create space for overlapping image */
  transition: transform 0.3s ease;
  min-height: 300px;
}

.footer { background: #f1f1f1; padding: 20px 0; text-align: center; }
.cta { background: #007bff; color: white; padding: 40px 20px; text-align: center; margin-top: 50px; }
.cta a { background: white; color: #007bff; padding: 10px 25px; border-radius: 5px; text-decoration: none; }

.stats h3 {
    font-size: 54px; 
    color: #00a5f9;
    text-align: center;
    font-family:Open Sans;
    font-weight:700;
    font-style:normal;
    padding-top:20px;
    padding-bottom:20px;
}
.stats p {
    font-size: 18px;
    color: #000000;
    text-align: center; 
    font-family: Open Sans; 
    font-weight: 900;
    font-style: normal;
}
.ad-parents h3{
font-size: 34px;
color: #000000;
text-align: left;
font-family: Open Sans;
font-weight: 700;
font-style: normal;
margin-bottom: 20px;
}

.hero h1{
font-size: 54px;
margin-bottom: 25px;
color: #ffffff;
text-align: left;
font-family: Open Sans;
font-weight: 700;
font-style: normal;
}

.hero {
position: relative;
background: #00a8ff;
color: #fff;
text-align: center;
padding: 100px 20px;
margin: 0px 0px;
}

.hero h1 {
    max-width: 800px;
    margin: 0 auto 50px auto;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

.hero-btn {
    display: inline-block;
    padding: 12px 24px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s, color 0.3s;
}

.hero-btn:hover {
    background: #fff;
    color: #00a8ff;
}

.wave-top,
.wave-bottom {
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.wave-top {
    top: -64px;
}

.wave-bottom {
    bottom: -77px;
    transform: rotate(180deg);
}


.nectar-shape-divider-wrap svg path:nth-child(1), .nectar-shape-divider-wrap svg path:nth-child(1){
        opacity: 0.15;
}
.nectar-shape-divider-wrap svg path:nth-child(2), .nectar-shape-divider-wrap svg path:nth-child(2) {
    opacity: 0.3;
}

.nectar-shape-divider {
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 100%;
    position: absolute;
}
.nectar-shape-bottom svg path:first-child {
    opacity: 0.1;
}
.nectar-shape-bottom svg path:nth-child(2) {
    opacity: 0.12;
}
.nectar-shape-bottom svg path:nth-child(3) {
    opacity: 0.18;
}
.nectar-shape-bottom svg path:nth-child(4) {
    opacity: 0.33;
}

.btn-primary{
    background-color: #00a5f9;
    border-color: #00a5f9;
}

.btn-primary:hover{
    background-color: #00a5f9;
    border-color: #00a5f9;
}

@media (min-width: 1200px) {
    h1.main-heading {
        font-size: 3.5rem;
    }
}