.omnicharge-section {
    margin: 30px 0px;
}

.omnicharge-banner-section {
    background-image: url(../img/omnicharge/bannerbg-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 88px;
    display: flex;
    justify-content: space-between;
    background-color: #e4eeff;
    align-items: center;
    margin-top: 80px;
}

.banner-text-left {
    width: 50%;
}

.banner-img {
    width: 30%;
}

.banner-img img {
    width: 100%;
    height: auto;
}

.banner-text-title p {
    font-size: 35px;
    font-weight: 400;
    color: #333333;
}

.banner-text-title h1 {
    font-size: 40px;
    font-weight: 500;
    color: #333333;
    margin: 0px 0px 20px 0px;
}

.banner-text-description p {
    font-size: 21px;
    font-weight: 400;
    color: #333333;
}

.banner-text-button button {
    background-color: #005eff;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.banner-text-button img {
    width: 11px;
    margin-left: 10px;
}

.hero {
    text-align: center;
    margin-bottom: 40px;
}

.hero h1 {
    color: #045DE8;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}

.hero p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto;
    color: #333333;
}

.highlight {
    font-weight: 600;
}

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

.features-grid-three .feature-card {
    background-color: #F6F9FF;
    border-radius: 10px;
    padding: 25px;
    transition: transform 0.3s ease;
    height: auto;
    width: 32%;
    border: 1px solid #045DE833;
}

.features-grid-three .feature-card h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.features-grid-three .feature-card p {
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

/* .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
} */


@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .secondary-grid {
        grid-template-columns: 1fr;
    }
}





.how-it-works-section {
    position: relative;
}

.how-it-works-section::before {
    content: '';
    opacity: 0.161;
    width: 525px;
    height: 525px;
    border-radius: 313px;
    background-color: #0087be;
    position: absolute;
    left: -23em;
    filter: blur(60px);
}

.how-it-works {
    margin: 60px 0px;
}

.how-it-works h2 {
    color: #045DE8;
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}

.timeline {
    position: relative;
    padding: 0 20px;
}

.timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.timeline-content {
    width: 47%;
}

.timeline-content.left {
    text-align: left;
}

.step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #045DE8;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 400;
}

.step-badge::before {
    content: "";
    margin-right: 5px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

.timeline-content h3 {
    color: #045DE8;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.timeline-content p {
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.image-placeholder-one {
    width: 47%;
    height: 100%;
}

.image-placeholder-one img {
    width: 100%;
}

.image-placeholder-one::before {
    content: '';
    position: absolute;
    height: 33%;
    width: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-left: 3px dashed #045DE8;
}

.image-placeholder-two {
    width: 47%;
    height: 100%;
}

.image-placeholder-two img {
    width: 100%;
}

.image-placeholder-two::before {
    content: '';
    position: absolute;
    height: 33%;
    width: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-right: 3px dashed #D2D2D2;
}

.image-placeholder-three {
    width: 47%;
    height: 100%;
}

.image-placeholder-three img {
    width: 100%;
}

.image-placeholder-three::before {
    content: '';
    position: absolute;
    height: 33%;
    width: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-left: 3px dashed #D2D2D2;
}

.timeline-item .dot-one::before {
    content: '';
    position: absolute;
    top: -5px;
    width: 20px;
    height: 20px;
    background-color: #045DE833;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item .dot-one {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #045DE8;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item .dot-two::before {
    content: '';
    position: absolute;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #D2D2D2;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item .dot-two {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #F6F1F1;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item .dot-1 {
    top: 0px;
}

.timeline-item .dot-2 {
    top: 255px;
}

.timeline-item .dot-3 {
    top: 520px;
}

@media (max-width: 768px) {
    .timeline::before {
        left: 30px;
    }

    .timeline-item {
        flex-direction: column;
    }

    .timeline-content {
        width: 100%;
        margin-bottom: 20px;
    }

    .timeline-content.left {
        text-align: left;
        padding-right: 0;
        padding-left: 60px;
    }

    .timeline-content.right {
        padding-left: 60px;
    }

    .image-placeholder-one,
    .image-placeholder-two,
    .image-placeholder-three {
        width: 100%;
    }

    .image-placeholder-one::before,
    .image-placeholder-two::before,
    .image-placeholder-three::before {
        display: none;
    }

    .dot,
    .dot-1,
    .dot-2,
    .dot-3 {
        display: none;
    }

    .right {
        order: 1;
    }
}



.why-choose-omnicharge-section {
    background: linear-gradient(135deg, #005eff 0%, #021e4c 100%);
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

.why-choose-omnicharge-section::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -20%;
    width: 70%;
    height: 161%;
    background: linear-gradient(92deg, rgb(41, 122, 250) 0px, rgb(2, 30, 76) 100%);
    z-index: 1;
    filter: blur(50px);
    border-radius: 50%;
}

.why-choose-omnicharge-section-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("../img/omnicharge/whychoose.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    min-height: 477px;
    padding: 50px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
}


.why-choose-title h2 {
    text-align: center;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    z-index: 999;
    position: relative;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 50px;
    z-index: 9999;
    position: relative;
}

.feature-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 25px;
    backdrop-filter: blur(5px);
}

.feature-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    font-weight: bold;
    color: #ffffff;
}

.feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFFCC;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 28px;
    }
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.container-box {
    flex: 0 0 calc(100% / 3);
    /* Show 3 slides at a time */
    transition: transform 0.5s ease;
}


.client-success-stories-title h1 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #0066ff;
    font-weight: 500;
}

.slider-container {
    /* width: 1500px; */
    height: 260px;
    overflow: hidden;
}

.slider-container .container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: column wrap;
    margin-top: 20px;
}

.container-box.active {
    position: relative;
    margin-top: -19px !important;
    padding: 10px;
    border-radius: 12px;
    background: #fff;
    z-index: 1;
    transform: translate(0, 0);
}

.container-box.active::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 12px;
    background: linear-gradient(180deg, #045DE8, #FFFFFF);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.container .container-box {
    width: 32%;
    height: auto;
    margin: 0 12px;
    background: linear-gradient(180deg, #73aaff80 -194%, #FFFFFF 100%);
    color: white;
    padding: 20px;
    border-radius: 12px;
    transition: 0.3s ease-in-out;
}

.container-box header {
    transition: 400ms all;
}

.testi-buttons {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

.testi-buttons .btn {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #E8F1FF;
    cursor: pointer;
    transition: .3s ease-in-out;
    margin: 0 10px;
    color: #045DE8;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.testi-buttons .btn:nth-child(1) i {
    transform: translate(18px, 0);
}

.testi-buttons .btn:nth-child(2) i {
    transform: translate(-18px, 0);
}

.testi-buttons .btn:hover {
    border-color: #045DE8;
    background: #045DE8;
    color: #ffffff;
}

.testi-buttons .btn:hover img {
    fill: #ffffff;
}

.testi-buttons .btn .whitesvg {
    display: none;
}

.testi-buttons .btn:hover .bluesvg {
    display: block;
}

.testi-buttons .btn:hover .bluesvg {
    display: none;
}

.testi-buttons .btn:hover .whitesvg {
    display: block;
}

.story-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 8px;
}

.highlight {
    color: #045DE8;
    font-weight: 500;
}

.story-card.active .highlight {
    color: #fff;
}

.story-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #444444;
    line-height: 1.5;
}

.slider {
    display: flex;
    position: relative;
    width: 100%;
}

.slide {
    flex: 0 0 33.33%;
    /* Each slide takes up 1/3 of the container */
    transition: opacity 0.3s ease-in-out;
}





.ready-chargebacks-section {
    padding: 60px;
}

.ready-char-title {
    background-color: #045DE8;
    width: 100%;
    border-radius: 16px;
    text-align: center;
    padding: 32px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ready-top-left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10%;
}

.ready-bottom-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 10%;
}

.ready-char-title h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ready-char-title p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.ready-char-title button {
    background-color: #fff;
    color: #000000;
    border: 1px solid #045DE8;
    padding: 10px 20px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: fit-content;
    margin-top: 20px;
}


.dialog {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 0px 20px;
    width: 800px;
    position: fixed;
    top: 0;
    left: 0;
    border: none;
    position: fixed;
    overflow-x: hidden;
}

.dialog .quote-pad button.cancel-button {
    background: transparent;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

.dialog .grey-bg {
    background-color: transparent !important;
}

.dialog .form-main-inner {
    border: none !important;
}

.forminput .form-group label{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 8px;
}

.input-group{
    width: 100%;
    padding: 0px 15px 0px 15px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    color: #667085;
    transition: border-color 0.2s;
    background-color: #fff;
}

.forminput .input-group-addon {
    background-color: transparent;
    border: none;
    border-right: 0;
    padding: 0px;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.forminput input, .forminput textarea {
    height: 45px;
    background-color: #fff;
    border: none;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    box-shadow: none !important;
    border-radius: 0 !important;
}

input::placeholder {
    color: #757575 !important;
  }
  
  textarea::placeholder {
    color: #757575 !important;
  }



@media only screen and (max-width:767px) {
    .dialog{
        padding: 20px;
    }
    .why-choose-omnicharge-section-bg {
        padding: 50px 30px;
    }

    .omnicharge-banner-section {
        padding: 25px;
    }

    .banner-text-title h1 {
        font-size: 30px;
    }

    .banner-text-title p {
        font-size: 20px;
    }

    .image-placeholder-two {
        order: 2 !important;
    }

    .timeline-content.right {
        order: 0 !important;
        padding-left: 0px;
    }

    .timeline-content.left,
    .timeline-content.left {
        padding-left: 0px;
    }

    .omnicharge-banner-section {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 60px;
    }

    .banner-text-left {
        width: 100%;
    }

    .banner-img {
        width: 80%;
    }

    .features-grid-three .feature-card {
        width: 100%;
    }

    .hero h1,
    .how-it-works h2,
    .why-choose-title h2,
    .client-success-stories-title h1,
    .ready-char-title h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .how-it-works {
        margin: 20px 0px;
    }

    .feature-title {
        font-size: 17px;
    }

    .ready-chargebacks-section {
        padding: 20px;
    }

    .ready-top-left {
        width: 20%;
    }

    .ready-bottom-right {
        width: 20%;
    }

    .ready-char-title p,
    .hero p {
        font-size: 18px;
    }

    .container .container-box {
        width: 98%;
    }

    .container-box.active {
        margin-top: 0px !important;
    }

    .slider-container .container {
        margin-top: 0px;
    }

    .container-box.active::before {
        display: none;
    }

    .slider-container {
        height: 240px;
    }

    .testi-buttons .btn {
        width: 40px;
        height: 40px;
    }

    .testi-buttons .btn img.bluesvg {
        width: 22px;
    }

    .dialog .quote-pad button.cancel-button {
        background: transparent;
        border: none;
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

@media only screen and (min-width:768px) {
    .omnicharge-banner-section {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 60px;
        padding: 40px;
    }

    .banner-text-left {
        width: 100%;
    }

    .banner-img {
        width: 80%;
    }

    .features-grid-three .feature-card {
        width: 48%;
    }

    .image-placeholder-two {
        order: 2 !important;
    }

    .timeline-content.right {
        order: 0 !important;
        padding-left: 0px;
    }

    .timeline-content.left,
    .timeline-content.left {
        padding-left: 0px;
    }

    .why-choose-omnicharge-section-bg {
        padding: 20px;
    }
}

@media only screen and (min-width:820px) {
    .image-placeholder-two {
        order: 0 !important;
    }

    .timeline-content.right {
        order: 2 !important;
        padding-left: 0px;
    }

    .timeline-content.left,
    .timeline-content.left {
        padding-left: 0px;
    }

    .timeline-item .dot-2 {
        top: 180px;
    }

    .timeline-item .dot-3 {
        top: 385px;
    }

    .why-choose-omnicharge-section-bg {
        padding: 50px 50px;
    }
}

@media only screen and (min-width:992px) {
    .omnicharge-banner-section {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .banner-text-left {
        width: 100%;
    }

    .banner-img {
        width: 100%;
    }

    .features-grid-three .feature-card {
        width: 48%;
    }

    .image-placeholder-two {
        order: 0 !important;
    }

    .timeline-content.right {
        order: 2 !important;
        padding-left: 0px;
    }

    .timeline-content.left,
    .timeline-content.left {
        padding-left: 0px;
    }

    .timeline-item .dot-2 {
        top: 180px;
    }

    .timeline-item .dot-3 {
        top: 385px;
    }

    .why-choose-omnicharge-section-bg {
        padding: 50px 50px;
    }
}

@media only screen and (min-width:1024px) {
    .omnicharge-banner-section {
        padding: 30px 40px;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 0px;
    }

    .banner-text-left {
        width: 50%;
    }

    .banner-img {
        width: 45%;
    }

    .banner-text-title h1 {
        font-size: 35px;
    }

    .banner-text-title p {
        font-size: 30px;
    }

    .features-grid-three .feature-card {
        width: 48%;
    }

    .image-placeholder-two {
        order: 0 !important;
    }

    .timeline-content.right {
        order: 2 !important;
        padding-left: 0px;
    }

    .timeline-item .dot-2 {
        top: 210px;
    }

    .timeline-item .dot-3 {
        top: 435px;
    }

    .why-choose-omnicharge-section-bg {
        padding: 50px 50px;
    }

}

@media only screen and (min-width:1280px) {
    .timeline-item .dot-2 {
        top: 255px;
    }

    .timeline-item .dot-3 {
        top: 520px;
    }

    .why-choose-omnicharge-section-bg {
        padding: 50px 70px;
    }
}

@media only screen and (min-width:1366px) {
    .omnicharge-banner-section {
        padding: 30px 88px;
    }

    .banner-img {
        width: 30%;
    }

    .banner-text-title h1 {
        font-size: 35px;
    }

    .banner-text-title p {
        font-size: 35px;
    }

    .features-grid-three .feature-card {
        width: 48%;
    }

    .timeline-content.left,
    .timeline-content.left {
        padding-left: 60px;
    }

    .timeline-item .dot-2 {
        top: 255px;
    }

    .timeline-item .dot-3 {
        top: 520px;
    }

    .why-choose-omnicharge-section-bg {
        padding: 50px 100px;
    }
}