* {
    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;
}

.section-title {
    color: #4a5568 !important;
}
.text-muted { 
    font-size: 14px;
}

.row.g-4 {
    display: flex;
    flex-wrap: wrap;
}
.row.g-4>[class*="col-"] {
    display: flex;
    flex-direction: column;
}
.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;
}

.btn-gradient {
    background: linear-gradient(to right, #00c96b, #00b5e2);
    color: #fff;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 150, 68, 0.3);
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
}
.btn-gradient:hover {
    background: linear-gradient(90deg, #007a3a 0%, #148899 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 150, 68, 0.4);
    color: white;
}


#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;
}