* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}
.edit-1 {
    margin-bottom: 30px;
    font-size: 2.5rem;
    word-wrap: break-word;
    color: #4a5568;
}

.modern-testimonial-section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background: #f8fafc;
}
.modern-testimonial-container {
    position: relative;
    padding: 0 3rem;
    max-width: 1800px;
    margin: 0 auto;
}
.primary-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #4a5568;
    margin-bottom: 20px;
}
.primary-section-title:before {
    right: 0.5em;
    margin-left: -50%;
}
.primary-section-title:before, .primary-section-title:after {
    background-color: #CDCDCD;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 40%;
}
.primary-section-title:after {
    left: 0.5em;
    margin-right: -50%;
}
.modern-testimonial-track-container {
    overflow: hidden;
    width: 100%;
}
.modern-testimonial-track {
    display: flex;
    transition: transform 0.5s ease;
    width: max-content;
    gap: 20px;
    will-change: transform;
}
.modern-testimonial-card {
    background: linear-gradient(to bottom, rgba(220, 244, 247, 1) 0%, rgba(220, 244, 247, 0.4) 100%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex: 0 0 300px;
}
.modern-testimonial-text {
    font-size: 13px;
    line-height: 1.6;
    color: #6c757d;
    margin-bottom: 20px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    font-weight: 500;
    text-align: center;
}
.modern-testimonial-author {
    font-size: 16px;
    font-weight: 700;
    color: #4a5568;
    margin: 10px 0;
}
.modern-testimonial-control.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: rgba(57, 183, 215, 0.5);
}
.modern-testimonial-control:hover {
    opacity: 1;
    background: rgba(57, 183, 215, 1);
}
.modern-testimonial-control i {
    color: #fff;
    font-size: 24px;
}
.modern-testimonial-control-next {
    right: 0;
}
.modern-testimonial-control-prev {
    left: 0;
}
.modern-testimonial-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(57, 183, 215, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.modern-testimonial-indicators {
    position: static;
    margin: 40px 0 30px 0;
    justify-content: center;
    display: flex;
}
.modern-testimonial-indicator.active {
    background-color: #39b7d7;
    border-color: #39b7d7;
    transform: scale(1.2);
}
.modern-testimonial-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 8px;
    background-color: rgba(57, 183, 215, 0.4);
    border: 2px solid rgba(57, 183, 215, 0.6);
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}
.modal-body1 {
    background-color: black !important;
}
.close {
    background: transparent;
    border: none;
    font-size: 29px;
    float: right;
}

.heading {
    font-size: 45px;
    color: #4a5568;
    font-weight: 900;
}
.heading1 {
    font-size: 45px;
    color: #4a5568;
    font-weight: 700;
}
.heading:before {
    right: 0.5em;
    margin-left: -50%;
}
.heading:before, .heading:after {
    background-color: #CDCDCD;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 30%;
}
.heading:after {
    left: 0.5em;
    margin-right: -50%;
}
.commonspacer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.buttonclass {
    width: 100% !important;
    text-align: left !important;
    background-color: white !important;
    border: none !important;
}
.hide {
    display: none;
}
.listitem li {
    font-size: 14px;
    font-weight: 700;
    color: #6c757d;
}
.listitem2 li {
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    line-height: 25px;
    margin-bottom: 19px;
    display: flex;
}
.fa-ul {
    margin-left: 1.142857em;
    list-style-type: none;
}
.fa-li {
    position: relative;
    left: -1.142857em;
    width: 0.142857em;
    top: 0.042857em;
    text-align: center;
    color: #4a5568;
}

.main-section {
    position: relative;
    background: url(https://d11r79utqzj4rk.cloudfront.net/product/platform-features/banner.jpg);
    background-size: cover;
    padding-bottom: 130px;
    padding-top: 300px;
}

@media(max-width: 767px) {
    .heading {
        font-size: 25px;
    }
    .heading:before, .heading:after, .primary-section-title:before, .primary-section-title:after {
        background-color: #ffffff;
        display: inline-block;
        height: 0x;
        width: 0%;
    }
}

.row.g-4 {
    display: flex;
    flex-wrap: wrap;
}
.card-custom {
    border-radius: 12px;
    border: 1px solid #e0f5f7;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}



#myModalBtn .modal-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 92px;
}

#myModalBtn .close,
#myModalDashcam .close {
    margin-top: 0 !important;
    margin-right: 0px;
}

#myModalBtn .modal-body {
    margin-left: 0px !important;
}

#myModalBtn .img_popup {
    width: 100%;
    margin-top: 31%;
}

#myModalBtn .popup-box {
    background-color: #f4ef94;
}

.formwidth {
    margin-left: auto;
    margin-right: auto;
    width: 88%;
}

.form_head1 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 3px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 21px;
    text-align: center;
    line-height: 27px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.contactform {
    margin-bottom: 1rem;
    border: none;
    border-radius: 5px;
    font-family: "Inter", sans-serif;
    font-size: 15px !important;
    color: black !important;
    height: 50px;
    font-weight: 500;
    padding: 0 10px;
}

.modal-body p {
    font-weight: 500;
    color: #666;
    margin: 0;
}

.custom-close:hover {
    color: #000 !important;
    opacity: 1;
}

.custom-close:hover {
    color: #ff0000 !important;
    opacity: 1;
}

.custom-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    opacity: 1;
    border: none;
    font-size: 24px;
    color: #ff0000;
    cursor: pointer;
    font-weight: 900;
    color: #ff0000;
}

@media (max-widtH: 767px) {
    .custom-close {
        position: absolute;
        top: 0;
        right: 0;
    }

    .hero-right-container::before {
        width: 100%;
    }

    .box.arrow-left:after {
        content: " ";
        position: absolute;
        left: -18px;
        /* top: 0; */
        bottom: 42%;
        border-top: 20px solid transparent;
        border-right: 20px solid #1fa0d6;
        border-left: none;
        border-bottom: 20px solid transparent;
    }
}


.contact-custom-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    font-weight: 900;
    color: #000;
    opacity: 1;
    text-shadow: 0 0 transparent;
}

.sideMainpara {
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000 !important;
}

.box {
    background-color: #1fa0d6;
    /* height: 100%; */
    padding: 20px;
}

.box.arrow-left:after {
    content: " ";
    position: absolute;
    left: 48%;
    top: 25px;
    border-top: 20px solid transparent;
    border-right: 20px solid #1fa0d6;
    border-left: none;
    border-bottom: 20px solid transparent;
}

.feedback-input {
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent !important;
    border: 1px solid #fff;
    transition: .3s;
    padding: 13px;
    margin-bottom: 15px;
    box-sizing: border-box;
    width: 100%;
    outline: 0;
}

.sendEmail {
    width: 100%;
    background: #fff;
    border-radius: 50px !important;
    border: 0;
    color: #000;
    font-size: 20px;
    transition: .3s;
    margin-top: -4px;
}