  * {
    box-sizing: border-box;
}
    body {
        margin: 0;
        font-family: 'Poppins', sans-serif;
        color: #333;
        background-color: #fff;
        scroll-behavior: smooth;

    }
    .container{
        max-width: 1200px;
        width:100%;
        margin: auto;
    }
    img.client-logos {
    width: 100%;
}
    header {
        position: sticky;
        top: 0;
        z-index: 999;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 4%;
    }
    header img {
        height: 45px;
    }
   header a.demo-btn {
    background: #1c4060;
    color: #fff;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}
header a.demo-btn:hover {
    background: #95CEF2;
}
    /* Hero Section */

    .hero-text {
        flex: 1 1 45%;
    }
    .hero-text h1 {
    color: #1d3557;
    font-size: 47px;
    font-weight: 800;
    text-transform: capitalize;
}
.hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 80px 15px;
    gap: 15px;

}
.banner{
    background-image: url('https://zoomsoft.ca/images/banner-bg.JPG');
    background-size: auto;
}
    .hero-text p {
        font-size: 1.1rem;
        margin-top: 10px;
        line-height: 1.6;
    }
    .hero-text ul {
        margin: 15px 0;
        padding-left: 20px;
    }
    .hero-text ul li {
        list-style: '✓ ';
        margin-bottom: 8px;
        color: #457b9d;
    }
   .lead-form {
    flex: 1 1 40%;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border-radius: 10px;
    padding: 30px;
    animation: mymove 2s infinite;
    position: relative;
}
.lead-form:hover {
    animation-play-state: paused;
}
    .lead-form h3 {
        margin-bottom: 20px;
        font-size: 1.4rem;
        color: #1d3557;
        text-align: center;
    }
    .lead-form input, .lead-form button {
        width: 100%;
        padding: 12px;
        margin-bottom: 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 1rem;
    }
    .lead-form button {
    background: #1c4060;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
    .lead-form button:hover {
        background: #95CEF2;
    }
    .lead-form small {
        color: #666;
        display: block;
        margin-top: 5px;
        font-size: 0.85rem;
        text-align: center;
    }
input[type="checkbox"] {
    width: fit-content;
}
    /* Pain Points */
    .pain {
        padding: 70px 8%;
        background: #fff;
        text-align: center;
    }
    .pain h2 {
        font-size: 2rem;
        color: #1d3557;
    }
   .pain ul {
    list-style: circle;
    margin-top: 20px;
    padding-left: 20px;
}
    .pain li {
        margin: 10px 0;
        font-size: 1.1rem;
    }

    /* Features Grid */
  .features {
    background: #fafafa;
    padding: 70px 8%;
    text-align: center;
    background-image: url('https://zoomsoft.ca/images/homefeutherBg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
        background-attachment: fixed;
}
.features h2, .client-logos h2 {
    font-size: 2rem;
    color: #1d3557;
    margin-bottom: 15px;
    text-align: center;
}
    .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 25px;
    }
  .feature-card {
    background: #95CEF2;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: 0.3s;
}
    .feature-card:hover {
        transform: translateY(-5px);
    }
    .feature-card h4 {
        color: #1c4060;
        margin-bottom: 10px;
    }

    /* Testimonials */
   .social-proof {
    padding: 4rem 8%;
    background: #f7f7f7;
    text-align: center;
}
    .social-proof h2 {
        font-size: 2rem;
        color: #1d3557;
        margin-bottom: 30px;
    }
    .testimonial {
        max-width: 700px;
        margin: 0 auto;
        background: #fafafa;
        border-left: 4px solid #e63946;
        padding: 20px;
        font-style: italic;
        border-radius: 8px;
    }

    /* Closing CTA */
  .closing {
    background: #1c4060;
    color: #fff;
    text-align: center;
    padding: 80px 8%;
}
    .closing h2 {
        font-size: 2rem;
    }
    .closing p {
        margin: 15px 0;
        font-size: 1.1rem;
    }
 .closing a.cta-btn {
    background: #95CEF2;
    color: #000;
    text-decoration: none;
    padding: 14px 35px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
    display: inline-block;
     border: 1px solid #95CEF2;
}
 .closing a.cta-btn:hover {
    background: #1c4060;
    color: #fff;
    border: 1px solid #fff;
}
    .closing small {
        display: block;
        margin-top: 8px;
        font-size: 0.9rem;
    }
img {
    max-width: 100%;
}
.zm-row {
    display: flex;
    align-items: center;
}
.zm-col.text-left {
    text-align: left;
}
.zm-col {
    padding: 0px 15px;
}
.testimonial-box {
    background-color: #FAFAFA;
    padding: 15px;
    border-radius: 48px;
    box-shadow: 1px 8px 14px -6px #0000003d;
    margin-bottom: 25px;
}
.testimonial-box img {
    width: 100px;
}
a.info-btn:hover {
    color: #95CEF2;
}

a.info-btn {
    text-decoration: none;
    color: #1C4060;
    font-size: 14px;
    padding: 0px 5px;
}
.closing a.info-btn {
    color: #95CEF2;
}
.closing a.info-btn:hover {
    color: #fff;
}
section.social-proof .zm-col {
    width: 33%;
}
.zm-col.col-33 {
    width: 33%;
    text-align: center;
}
section.heightlight-text {
    background-color: #1c4060;
    color: #fff;
}
section.heightlight-text h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
section.heightlight-text i {
    font-size: 60px;
    margin-top: 26px;
}
.center-heighlight {
    background-color: #95CEF2;
    position: relative;
    overflow: hidden;
    color: #1c4060;
}
.center-heighlight:before {
    content: "";
    position: absolute;
    left: -17px;
    top: -3px;
    width: 29px;
    height: 103%;
    background-color: #1c4060;
    transform: rotate(-4deg);
}
.center-heighlight:after {
    content: "";
    position: absolute;
    right: -17px;
    top: -3px;
    width: 29px;
    height: 103%;
    background-color: #1c4060;
    transform: rotate(4deg);
}
button.splide__arrow {
    display: none;
}
button.splide__pagination__page.is-active {
    background-color: #1c4060;
}
#logos-slider .splide__slide {
    padding: 16px 0px;
    transition: 0.5s all;
}
#logos-slider .splide__slide:hover {
    transform: scale(1.1);
}
#logos-slider ul.splide__pagination {
    display: none;
}
img.feature-icon {
    width: 60px;
}
/* Style the tab */
.tab {
  overflow: hidden;
display: flex;
    justify-content: center;
    gap: 10px;
}
.tab button.active {
    background-color: #1C4060;
    color: #fff;
    border-radius: 36px;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: #f7f7f7;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    border-radius: 36px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #1C4060;
    color: #fff;
}

/* Create an active/current tablink class */


/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;

  border-top: none;
}
.testimonial-box p {
    font-size: 15px;
}
ul.logos-list li:hover
 {
    transform: scale(1.1);
}

ul.logos-list li {
    width: 200px;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.5s all;
    border: 1px solid;
}
ul.logos-list {
    padding: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.client-logos {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.client-logos p.sub-heading {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0px;
}
.error-msg {
    color: red;
    font-size: 12px;
    position: relative;
    top: -26px;
    background-color: #fff;
    left: 14px;
}
div#contactResult b
 {
    display: block;
    font-size: 20px;
    color: green;
}

div#contactResult {
    font-size: 13px;
    text-align: center;
}
    @media (max-width: 900px) {
.tab button {
    white-space: nowrap;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.tab {
    overflow: auto;
}
.tab button.active {
    border-radius: 10px;
}
ul.logos-list li {
    width: 40%;
}
        .zm-col.col-33 {
    width: 100%;
}
        section.social-proof .zm-col {
    width: 100%;
}
        header a.info-btn{display: none;}
        .hero-text h1 {
    font-size: 25px;
}
img.client-logos {
    height: 150px;
    object-fit: cover;
}
        .zm-row {
    flex-direction: column;
}
        .hero {
            flex-direction: column;
            text-align: center;
        }
        .hero-text, .lead-form {
            flex: 1 1 100%;
        }
    }

    @media (max-width: 400px) {
    header a.demo-btn {
    font-size: 14px;
}
header img {
    height: 30px;
}
}
@keyframes mymove {
  0%   {top: 0px;}
  50%  {top: 20px;}
  100% {top: 0px; }
}

@-webkit-keyframes textclip {
  to {
    background-position: 200% center;
  }
}