.small-banner {
    display: none;
}
#sub-text{
font-size: 30px;
    line-height: 39px;
}
@media screen and (device-width: 768px) {
	      #title{ font-size: 35px;
        line-height: 45px;
    }
}

@media screen and (device-width: 1366px) {
	      #bsnner-title{font-size: 39px;
        line-height: 45px;
    }
}
@media screen and (device-width: 1024px) {
	 #sub-text {
        font-size: 18px!important;
        line-height: 30px!important;
    }
}
@media screen and (max-width: 767px) {
    #sub-text {
        font-size: 18px!important;
        line-height: 30px!important;
    }
}
@media screen and (max-width: 991px) {
    #sub-text {
        font-size: 26px;
    }
}
.clarity-list {
    list-style: none;
    padding: 0;
}

.clarity-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    line-height: 1.4;
}

.clarity-list li span {
    background: #007ea8 !important;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

/* Background color from screenshot */
.clarity-section {
    background: linear-gradient(135deg, #006c9c, #004569);
    color: #fff;
}

/* Numbered list styling */
.clarity-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clarity-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 0px;
    color: #fff !important;
    line-height: 1.4;
}

.numbers-section {
    background: #063a5d;
    /* blue background in screenshot */
}

.number-card h3 {
    display: block;
    padding-bottom: 5px;
    font-family: 'Poppins Bold';
    font-size: 26px;
    color: #018ea8 !important;
}

.number-card {
    border-radius: 12px;
}

.talk-section {
    background: #fff;
}

.talk-box {
    border: 5px solid #0084a8;
    border-radius: 80px;
    padding: 20px 40px 20px 30px !important;
    text-decoration: none;
    color: #003b53;
    transition: 0.2s ease-in-out;
}

.talk-box:hover {
    background: #e6f7fb;
}

.phone-number {
    font-size: 44px;
    color: #003b53;
}

.talk-section,
.testimonials-section {
    padding-block: 100px !important;
}

.testimonials-section .card {
    border-radius: 0;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
}

.numbers-section {
    padding-bottom: 100px !important;
}

.numbers-section h2,
.talk-section h2 {
    padding-bottom: 0;
}

.numbers-section p.text-white {
    font-size: 25px;
}

.testimonials-section h2,
.numbers-section p.text-white {
    margin-bottom: 70px !important;
}

.number-card p {
    max-width: 90%;
    margin-inline: auto;
}

.talk-box .small {
    font-size: 25px !important;
}

.talk-box img {
    height: 100px !important;
    width: 100px !important;
    margin-right: 30px !important;
}

.talk-section h2 {
    margin-bottom: 50px !important;
}

.testimonials-section .card img {
    max-height: 65px;
    object-fit: contain;
}

@media (min-width: 992px) {
    .clarity-section h2 {
        max-width: 520px;
    }
}

@media (max-width: 1499px) {

    .talk-section,
    .testimonials-section {
        padding-block: 80px !important;
    }

    .numbers-section {
        padding-bottom: 80px !important;
    }

    .talk-section h2 {
        margin-bottom: 40px !important;
    }

    .testimonials-section h2,
    .numbers-section p.text-white {
        margin-bottom: 60px !important;
    }

    .talk-box img {
        height: 80px !important;
        width: 80px !important;
    }

    .talk-box .small {
        font-size: 20px !important;
    }

    .phone-number {
        font-size: 35px;
    }

    .numbers-section p.text-white {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {

    .talk-section,
    .testimonials-section {
        padding-block: 70px !important;
    }

    .numbers-section {
        padding-bottom: 70px !important;
    }

    .talk-section h2 {
        margin-bottom: 30px !important;
    }

    .testimonials-section h2,
    .numbers-section p.text-white {
        margin-bottom: 50px !important;
    }
}

@media (max-width: 767px) {

    .talk-section,
    .testimonials-section {
        padding-block: 50px !important;
    }

    .numbers-section {
        padding-bottom: 50px !important;
    }

    .testimonials-section h2,
    .numbers-section p.text-white {
        margin-bottom: 30px !important;
    }

    .talk-box {
        border-radius: 25px;
        flex-direction: column;
        padding: 20px 20px 20px 20px !important;
    }

    .talk-box img {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .talk-box .small {
        font-size: 18px !important;
    }

    .phone-number {
        font-size: 28px;
    }

    .talk-box .text-start {
        text-align: center !important;
    }
}
.number-card:before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 133px;
    height: 66px;
    background: url(https://bluewavestg.wpengine.com/wp-content/themes/bluewave-technology-group/assets/images/the-number-img2.png) no-repeat 0 0;
    content: "";
    z-index: 1;
    animation: slideleftright 3600ms 
linear infinite;
}
.number-card{
	position:relative;
	    overflow: hidden;
}
.number-card:after {
    position: absolute;
    top: 6px;
    right: 0;
    width: 133px;
    height: 66px;
    background: url("https://bluewavestg.wpengine.com/wp-content/themes/bluewave-technology-group/assets/images/the-number-img2.png") no-repeat 0 0;
    content: "";
    z-index: 1;
    animation: slideleftright 3600ms 
linear infinite;
}
@keyframes slideleftright {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(400%);
  }
}
@keyframes sliderightleft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(400%);
  }
}