@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

* {
    font-family: "Figtree", sans-serif;
}

button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.df {
    display: flex;
}

.tac {
    text-align: center;
}

.jcc {
    justify-content: center;
}

.aic {
    align-items: center;
}

.tac {
    text-align: center;
}

.fw {
    flex-wrap: wrap;
}

p {
    font-size: 14px;
}

a {
    text-decoration: none;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background: #b70f50;
    border-radius: 10px;
}

html {
    scroll-behavior: smooth;
}

.nav-link.active {
    color: #b70f50;
    font-weight: bold;
}

header .navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.header_banner {
    background-image: url("../images/indust_banner_bg.webp");
    background-repeat: repeat;
    background-size: cover;
}

.header_banner .navbar {
    padding: 40px 0;
}

.header_banner .navbar .navbar-toggler i {
    color: #fff;
}

.header_banner .navbar .collapse ul {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.header_banner .navbar .collapse ul li a {
    color: #161A25;
    font-weight: 600;
    font-size: 18px;
}

.header_banner .navbar .ungarent_logo img {
    width: 190px;
}

.header_banner .navbar .header_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_banner .navbar .header_section .dwnld_btn {
    background-color: #244A9F;
    color: #fff;
    border: 1px solid #ccc;
    padding: 11px 30px;
    border-radius: 30px;
}

.nav_tog {
    display: flex;
    gap: 30px;
    align-items: center;
}

.banner_section {
    position: relative;
    margin-bottom: 80px;
}

.banner_section::after {
    content: "";
    background: linear-gradient(#ffffff00, #ffffff 100%);
    width: 100%;
    height: 200px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

.banner_head {
    font-weight: 700;
    font-size: 54px;
    color: #161A25;
    width: 780px;
    line-height: 73px;
    text-align: center;
    margin: 50px auto 15px;
}

.banner_para {
    font-weight: 500;
    font-size: 16.7px;
    text-align: center;
    color: #39486B;
    margin-bottom: 30px;
    margin-bottom: 40px;
}

.banner_apps img {
    width: 150px;
}

.coming_soon {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.banner_apps {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.banner_phone_img {
    width: 80%;
    margin: 80px auto 0px;
    display: flex;
}

/* What We Do */
.common_title {
    font-weight: 700;
    font-size: 52px;
    color: #000;
}

.common_para {
    color: #39486B;
    font-family: Figtree;
    font-weight: 500;
    font-size: 17px;
}

.help_card {
    row-gap: 20px;
    padding: 110px 0px 40px;
}

.help_card .help_card_child_mid,
.help_card .help_card_child {
    text-align: center;
    background-image: url("../images/what_we_do1.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 442px;
    padding: 0 40px;
}

.help_card .help_card_child_mid h6,
.help_card .help_card_child h6 {
    background-image: url("../images/whatwe_do_circle.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 110px;
    height: 110px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
}

.help_card .help_card_child_mid h5,
.help_card .help_card_child h5 {
    padding-top: 124px;
    padding-bottom: 10px;
    color: #161A25;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}

.help_card .help_card_child p {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    color: #161A25;
    line-height: 28px;
}

.help_card .help_card_child_mid {
    background-image: url("../images/what_we_do2.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 392px;
    padding: 0 46px;
}

.help_card .help_card_child_mid h6 {
    bottom: -90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.help_card .help_card_child_mid h5 {
    padding-top: 75px;
}

.how_it_works {
    background-image: url("../images/how_it_works.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 260px;
    overflow: hidden !important;
}

.how_it_works h3 {
    font-weight: 700;
    font-size: 60px;
    color: #1B1B1B;
    margin-bottom: 30px;
}

.how_it_works .row {
    margin-top: 100px;
}

.how_it_works .row .col-lg-3 .sub_head {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 20px;
    color: #1B1B1B;
}

.how_it_works .row .col-lg-3 p {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    color: #403E3E;
    width: 280px;
}

.how_it_works .row .col-lg-3:nth-child(1) {
    top: 60px;
    position: relative;
    left: 70px;
}

.how_it_works .row .col-lg-3:nth-child(2) {
    margin-top: 200px;
    top: 10px;
    position: relative;
    left: 50px;
}

.how_it_works .row .col-lg-3:nth-child(3) {
    margin-top: 200px;
    top: -180px;
    position: relative;
    left: 70px;
}

.how_it_works .row .col-lg-3:nth-child(4) {
    top: 200px;
    position: relative;
    left: 20px;
}

/* why choose section */
.why_choose_section {
    background-color: #EEF3FD;
    margin-top: 100px;
    padding: 70px 50px;
    border-radius: 45px;
}

.why_choose_section h4 img {
    width: 24%;
}

.why_choose_section .common_title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.why_choose_section .row {
    row-gap: 30px;
}

.why_choose_section .row .choose_card {
    background-color: #FFFFFF;
    border: 2px solid #244A9F1A;
    padding: 20px;
    border-radius: 25px;
}

.why_choose_section .row .choose_card img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.why_choose_section .row .choose_card .main_head {
    font-weight: 600;
    font-size: 22px;
    color: #1B1B1B;
    margin-bottom: 20px;
}

.why_choose_section .row .choose_card p {
    font-weight: 500;
    font-size: 17px;
    line-height: 29px;
}

.why_choose_section .row .choose_card .secure_platform {
    width: 250px;
    display: flex;
    margin: auto;
    height: 275px;
}

.why_choose_section .row .choose_card.center_card {
    padding: 20px 20px 0px 20px;
}

/* about us */
.about_us {
    background-color: #244A9F;
    margin-top: 220px;
    margin-bottom: 100px;
    padding: 60px 0;
    color: #fff;
}

.mobile_sec {
    position: relative;
}

.mobile_sec img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.counts_value {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.aboutus_head {
    font-weight: 700;
    font-size: 55px;
    color: #fff;
    margin-bottom: 30px;
}

.aboutus_para {
    font-weight: 500;
    font-size: 16.8px;
    color: #fff;
    margin-bottom: 40px;
    line-height: 30px;
}

.count_card img {
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
}

.count_card {
    background-color: #C0E01B;
    padding: 20px 90px 0px 20px;
    border-radius: 20px;
    text-align: start;
    color: #161A25;
}

.count_card p {
    font-weight: 500;
    font-size: 17px;
}

.count_no {
    font-weight: 700;
    font-size: 30px;
    color: #161A25;
    margin-bottom: 5px;
}

/* contact section start */
.get_in_touch {
    background-color: #EEF3FD;
    border: 1px solid #EEF3FD;
    border-radius: 20px;
    padding: 40px 50px;
    margin: 230px 0px 90px;
}

.get_in_touch .row {
    align-items: center;
    justify-content: space-between;
}

.get_in_touch .right_side_content {
    row-gap: 30px;
}

.content-section {
    margin-bottom: 25px;
}

.contact_head {
    font-weight: 500;
    font-size: 16px;
    color: #39486B;
    margin-bottom: 5px;
}

.content-section span {
    background-color: #ffffff;
    border-radius: 8px;
    font-size: 12.7px;
    padding: 8px 20px;
    font-weight: 600;
}

.content-section span strong {
    color: #1468fb;
}

.main-headline {
    font-weight: 700;
    font-size: 50px;
    color: #182328;
    margin-bottom: 20px;
}

.subheading {
    font-weight: 500;
    font-size: 17px;
    color: #182328;
    margin-bottom: 20px;
    line-height: 28px;
}

.contact-form {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 40px;
    padding: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 10px 0 #00000026;
}

/* Form validation specific styles */
.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-group:last-of-type {
    margin-bottom: 30px;
}

/* Ensure form message appears above form */
.contact-form>#form-message:first-child {
    margin-top: 0;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-size: 16px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.required {
    color: #ef4444;
    font-weight: bold;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #eef3fd;
}

.form-group textarea {
    border-radius: 20px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #9b7fed;
    box-shadow: 0 0 0 3px rgba(155, 127, 237, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #39486B;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.form-group select {
    cursor: pointer;
    color: #6b7280;
}

.required-note {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 10px;
    text-align: left;
}

.send_msg_btn {
    display: flex;
    justify-content: end;
}

.submit-btn {
    background: #244A9F;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    padding: 13px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 150px;
}

.submit-btn img {
    width: 20%;
    padding-left: 10px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(155, 127, 237, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

/* ===========================================
   FORM VALIDATION & LOADING STATES
   =========================================== */

/* Error Message Styling */
.error-message {
    color: #ff3860;
    font-size: 0.875rem;
    margin-top: 5px;
    min-height: 20px;
    display: none;
}

.error-message.show {
    display: block;
}

/* Form Message Display */
.form-message {
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.form-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.form-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

.form-message.info {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
    display: block;
}

/* Loading State for Submit Button */
.submit-btn.loading {
    opacity: 0.8;
    pointer-events: none;
    padding-right: 40px;
}

.submit-btn.loading::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: spin 0.8s linear infinite;
}

/* Input error states */
.form-group input.error,
.form-group textarea.error {
    border-color: #ff3860;
    background-color: #fff5f5;
}

.form-group input.success,
.form-group textarea.success {
    border-color: #23d160;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

/* Scroll to form message animation */
.scroll-target {
    scroll-margin-top: 100px;
}

/* Success state after submission */
.contact-form.success-submitted .form-group input,
.contact-form.success-submitted .form-group textarea {
    background-color: #f8fff8;
    border-color: #c3e6cb;
}

/* Accessibility improvements */
.error-message:focus,
.form-message:focus {
    outline: 2px solid #244A9F;
    outline-offset: 2px;
}

/* Screen reader only text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.contact a {
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 21px;
    color: #161A25;
}

.social_media_icon {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.stores_app {
    display: flex;
    gap: 20px;
    margin: 10px 0 30px;
}

.get_in_touch .coming_soon {
    font-size: 16px;
    font-weight: 600;
    margin: unset;
    text-align: unset;
}

.content_store .coming_soon {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: unset;
}

/* contact section end */

footer {
    background-color: #000755;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px 40px;
}

footer h6 {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 400;
}

footer h2 {
    font-size: 57.6px;
    font-weight: 600;
    margin-bottom: 60px;
    line-height: 70px;
}

footer h2 img {
    width: 200px;
}

.footer_apps {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

footer .content_store {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

footer .content_store .store_place h5 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}

.highlights {
    color: #C0E01B;
}

footer .content_store .store_place p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 30px;
    color: #FFFFFF;
}

footer .all_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-top: 80px;
    color: #A8A8A8;
}

footer .all_link a {
    color: #A8A8A8;
}

footer .all_link p {
    margin: 0;
    font-size: 16px;
}

/* responsive start */

@media screen and (min-width:1400px) {
    .container {
        max-width: 1320px;
    }
}

@media screen and (max-width: 1400px) {
    .help_card .help_card_child_mid h5,
    .help_card .help_card_child h5 {
        padding-top: 124px;
        padding-bottom: 10px;
        color: #161A25;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
    }

    .help_card .help_card_child_mid h5 {
        padding-top: 40px;
    }

    .how_it_works .row .col-lg-3 p {
        width: 280px;
    }

    footer h6 {
        font-size: 16px;
    }

    .how_it_works .row .col-lg-3:nth-child(1) {
        top: 40px;
        position: relative;
        left: 40px;
    }

    .banner_phone_img {
        width: 100%;
    }

    .help_card .help_card_child_mid h6 {
        bottom: -70%;
    }

    .why_choose_section .row .choose_card p {
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width:1300px) {
    .how_it_works {
        background-position-y: 280px;
    }
}

@media screen and (max-width:1200px) {
    .header_banner .left_side h3 {
        font-size: 46px;
    }

    .header_banner .navbar .collapse ul li a {
        font-size: 15px;
    }

    .header_banner .navbar .header_section .dwnld_btn {
        padding: 10px 20px;
        font-size: 12px;
    }

    .header_banner .navbar .ungarent_logo img {
        width: 230px;
    }

    .help_card .help_card_child p {
        font-size: 14px;
        line-height: 25px;
    }

    .header_banner {
        min-height: unset;
    }

    .how_it_works {
        background-position-y: 300px;
    }

    .help_card .help_card_child_mid h6,
    .help_card .help_card_child h6 {
        width: 90px;
        height: 90px;
        font-size: 26px;
    }

    .how_it_works .row .col-lg-3:nth-child(1) {
        top: 55px;
    }

    .how_it_works .row {
        margin-top: 120px;
    }

    .why_choose_section h4 img {
        width: 270px;
    }

    .get_in_touch .row h4 {
        font-size: 44px;
        line-height: 65px;
    }

    .get_in_touch .row h6 {
        font-size: 50px;
        margin-bottom: 50px;
    }

    footer h2 {
        font-size: 45px;
        margin-bottom: 40px;
        line-height: 60px;
    }

    footer .all_link {
        padding-top: 50px;
    }

    .help_card .help_card_child_mid,
    .help_card_child {
        padding: 0 30px;
    }

    .help_card .help_card_child h5 {
        padding-top: 80px;
        font-size: 17px;
    }

    .help_card .help_card_child_mid h5 {
        padding-top: 30px;
        font-size: 17px;
    }

    .help_card .help_card_child_mid,
    .help_card_child p {
        font-size: 14px;
    }

    .help_card .help_card_child_mid h6 {
        bottom: -40%;
    }

    .why_choose_section .row .choose_card p {
        font-size: 15px;
        line-height: 27px;
    }

    .why_choose_section .row .choose_card .secure_platform {
        width: 215px;
        height: 265px;
    }

    .count_card {
        padding: 20px 50px 0px 20px;
    }

    .count_card img {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }

    .count_no {
        font-size: 25px;
    }

    .count_card p {
        font-size: 15px;
    }

    .contact a {
        font-size: 18px;
    }

    .subheading {
        font-size: 16px;
    }

    .main-headline {
        font-size: 43px;
    }

    .submit-btn {
        font-size: 12px;
        padding: 10px 10px;
    }

    .why_choose_section {
        padding: 50px 40px;
    }

    .why_choose_section .choose_card .secure_platform {
        width: 200px;
        height: 220px;
    }

    .why_choose_section .row .choose_card .main_head {
        font-size: 20px;
    }

    .why_choose_section .row>[class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .why_choose_section .row>[class*='col-']>.row {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .why_choose_section .choose_card {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* Form validation responsive */
    .contact-form {
        padding: 30px;
        border-radius: 30px;
    }

    .form-group {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .why_choose_section {
        padding: 40px 30px;
        margin-top: 60px;
    }

    .why_choose_section .choose_card {
        padding: 18px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .why_choose_section .choose_card .secure_platform {
        width: 180px;
        height: 200px;
    }

    .why_choose_section .row>[class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .why_choose_section .row>[class*='col-']>.row {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width:992px) {
    .header_banner .navbar .ungarent_logo img {
        width: 150px;
    }

    .header_banner .navbar {
        padding: 10px 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 96px;
        left: 0;
        background-image: url("../images/indust_banner_bg.webp");
        background-repeat: repeat;
        background-size: 320%;
        background-position: -710px 180px;
        width: 100%;
        padding-inline: 90px;
        z-index: 1;
        border-top: 1px solid #ccc;
    }

    .header_banner {
        position: relative;
        background-size: cover;
    }

    .banner_head {
        margin: 0px auto 15px;
    }

    .header_banner .navbar .navbar-collapse ul {
        gap: 30px;
    }

    .banner_section::after {
        content: "";
        bottom: -60px;
    }

    .banner_head {
        width: unset;
    }

    .banner_head {
        font-size: 43px;
        line-height: 65px;
    }

    .how_it_works {
        background-image: unset;
    }

    .how_it_works .row {
        margin-top: 40px;
    }

    .how_it_works .row .col-lg-3:nth-child(1) {
        position: unset;
    }

    .how_it_works .row {
        row-gap: 60px;
    }

    .how_it_works .row .col-lg-3:nth-child(even) {
        margin-top: unset;
    }

    .how_it_works .row .col-lg-3 p {
        width: unset;
    }

    .how_it_works .row .col-lg-3 p br {
        display: none;
    }

    .how_it_works .row .col-lg-3 p {
        font-size: 16px;
        width: 280px !important;
    }

    .how_it_works .row .col-lg-3 .sub_head {
        font-size: 20px;
    }

    .how_it_works h3 {
        font-size: 45px;
    }

    .help_card .help_card_child {
        background-image: unset;
        position: unset;
        height: unset;
        padding: 0px;
    }

    .common_title {
        font-size: 42px;
    }

    .why_choose_section h4 img {
        width: 230px;
    }

    .get_in_touch .row h4 {
        font-size: 35px;
        line-height: 57px;
    }

    .get_in_touch .row {
        row-gap: 0px;
    }

    .get_in_touch .row h6 {
        font-size: 36px;
    }

    .get_in_touch {
        padding: 40px 50px;
    }

    footer .store_place {
        display: block;
        margin-top: 40px;
    }

    footer h6 {
        font-size: 14px;
        margin-bottom: 30px;
    }

    footer h2 {
        font-size: 38px;
        margin-bottom: 30px;
        line-height: 50px;
    }

    footer .content_store .store_place h5 {
        font-size: 20px;
    }

    footer .content_store .store_place p {
        font-size: 14px;
    }

    footer .all_link {
        font-size: 14px;
    }

    footer h2 img {
        width: 140px;
    }

    .help_card .help_card_child_mid,
    .help_card .help_card_child {
        background-image: unset;
        position: unset;
        height: unset;
        padding: 0 40px;
    }

    .help_card .help_card_child_mid h6,
    .help_card .help_card_child h6 {
        display: none;
    }

    .help_card .help_card_child h5 {
        padding-top: unset;
    }

    .help_card_child_mid h5 {
        padding-top: unset;
    }

    .how_it_works .row .col-lg-3:nth-child(1) {
        position: unset;
    }

    .how_it_works .row .col-lg-3:nth-child(2) {
        position: unset;
    }

    .how_it_works .row .col-lg-3:nth-child(3) {
        margin-top: unset;
        position: unset;
    }

    .how_it_works .row .col-lg-3:nth-child(4) {
        position: unset;
    }

    .count_card {
        padding: 20px 20px 0px;
    }

    .count_no {
        font-size: 20px;
    }

    .count_card p {
        font-size: 14px;
    }

    .count_card img {
        width: 27px;
        height: 27px;
        margin-bottom: 10px;
    }

    .about_us {
        margin-top: 80px;
    }

    .get_in_touch {
        margin: 0px 0px 90px;
    }

    .main-headline {
        font-size: 40px;
    }

    .help_card_child {
        background-color: #47494f;
        padding: 30px 20px !important;
        box-shadow: 0 4px 12px rgb(204 204 204);
        border-radius: 12px;
        border: 1px solid #cccccc63;
    }

    .help_card .help_card_child h5 {
        color: #fff;
        font-weight: 700;
    }

    .help_card .help_card_child p {
        height: 60px;
        color: #fff;
    }

    .work_process {
        background-color: #c3d2ed;
        padding: 30px 20px !important;
        box-shadow: 0 4px 12px rgb(204 204 204);
        border-radius: 12px;
        border: 1px solid #cccccc63;
    }

    .work_process .sub_head {
        color: #244a9f !important;
        font-weight: 700 !important;
    }

    .work_process p:last-child {
        height: 60px;
    }

    /* Form validation responsive adjustments */
    .contact-form {
        padding: 30px;
        border-radius: 30px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .submit-btn {
        min-width: 130px;
    }
}

@media screen and (max-width:768px) {
    .banner_head {
        font-size: 39px;
        line-height: 55px;
    }

    .header_banner .right_side img {
        width: 50%;
    }

    .header_banner .pyf_dod_dc {
        gap: 80px;
    }

    .get_in_touch .row h6 {
        font-size: 36px;
    }

    .get_in_touch .row h4 br {
        display: none;
    }

    footer .all_link {
        justify-content: center;
    }

    footer .content_store {
        justify-content: unset;
    }

    .banner_section::after {
        content: "";
        height: 150px;
    }

    .help_card .col-sm-12 {
        width: 50%;
    }

    .help_card .help_card_child h5 {
        text-align: start;
    }

    .help_card {
        padding: 30px 0px 40px;
    }

    .how_it_works .row .col-lg-3 p {
        width: unset !important;
    }

    .mobile_sec img {
        display: none;
    }

    .count_card {
        padding: 20px 20px 0px 20px;
        width: 150px;
    }

    .count_no {
        font-size: 20px;
    }

    .count_card p {
        font-size: 14px;
    }

    .count_card img {
        width: 25px;
        height: 25px;
    }

    .about_us {
        margin-top: 80px;
        margin-bottom: 0px;
    }

    .get_in_touch {
        margin: 60px 0px 60px;
    }

    .why_choose_section .common_title {
        gap: 10px;
    }

    .common_title {
        font-size: 35px;
    }

    .why_choose_section h4 img {
        width: 200px;
    }

    .why_choose_section .row .choose_card img {
        width: 35px;
        height: 35px;
    }

    .counts_value {
        justify-content: center;
    }

    .get_in_touch {
        padding: 40px 30px;
    }

    .footer_apps img {
        width: 150px;
    }

    .why_choose_section {
        padding: 30px 20px;
        margin-top: 50px;
        border-radius: 30px;
    }

    .why_choose_section .row {
        row-gap: 20px;
    }

    .why_choose_section .choose_card {
        padding: 20px;
        border-radius: 20px;
        height: auto;
    }

    .why_choose_section .choose_card img {
        width: 35px;
        height: 35px;
        margin-bottom: 15px;
    }

    .why_choose_section .choose_card .main_head {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .why_choose_section .choose_card .secure_platform {
        width: 200px;
        height: 220px;
    }

    .why_choose_section .choose_card.center_card {
        padding: 20px 20px 0px 20px;
    }

    .banner_head {
        margin: 30px auto 15px;
    }

    .header_banner .navbar .navbar-collapse ul {
        gap: 9px;
    }

    .help_card .help_card_child p {
        height: unset;
    }

    .work_process p:last-child {
        height: unset;
    }

    /* Form validation responsive adjustments */
    .contact-form {
        padding: 25px;
        border-radius: 25px;
    }

    .form-group {
        margin-bottom: 18px;
    }

    .submit-btn {
        min-width: 130px;
    }

    .form-message {
        padding: 12px 15px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .error-message {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width:678px) {
    .why_choose_section h4 img {
        width: 180px;
    }

    .help_card_child,
    .work_process {
        padding: 30px 20px 10px !important;
    }
}

@media screen and (max-width:580px) {
    .why_choose_section .row .choose_card .secure_platform {
        width: 80%;
    }

    .banner_para {
        font-size: 15px;
    }

    .header_banner .pyf_dod_dc {
        gap: 30px;
    }

    .how_it_works .row .col-lg-3 p {
        font-size: 14px;
    }

    .get_in_touch {
        padding: 20px 10px;
    }

    .get_in_touch .row h4 {
        font-size: 30px;
        line-height: 50px;
    }

    .get_in_touch .row h4 img {
        width: 30%;
        margin-left: unset;
    }

    footer {
        padding: 30px 0px 40px;
    }

    footer .all_link a {
        font-size: 14px;
    }

    .how_it_works .row .col-lg-3 .sub_head {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .how_it_works .row {
        row-gap: 20px;
    }
}

@media screen and (max-width: 575px) {
    .why_choose_section {
        padding: 25px 15px;
        margin-top: 40px;
        border-radius: 25px;
    }

    .why_choose_section .row {
        row-gap: 15px;
    }

    .why_choose_section .choose_card {
        padding: 18px;
        border-radius: 18px;
        height: auto;
    }

    .why_choose_section .choose_card img {
        width: 32px;
        height: 32px;
        margin-bottom: 12px;
    }

    .why_choose_section .choose_card .main_head {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .help_card .col-sm-12 {
        width: 85%;
        margin: auto;
    }

    .working_process .col-sm-12 {
        width: 85%;
        margin: auto;
    }
}

@media screen and (max-width:480px) {
    .banner_phone_img {
        margin: 60px auto 0px;
    }

    .banner_head {
        font-size: 33px;
        line-height: 45px;
    }

    .header_banner .left_side h3 {
        font-size: 28px;
    }

    .header_banner .right_side img {
        width: 100%;
    }

    .common_title {
        font-size: 25px;
    }

    .navbar-collapse {
        top: 70px;
    }

    .header_banner .navbar .header_section .dwnld_btn {
        padding: 10px 12px;
    }

    .how_it_works h3 {
        font-size: 40px;
    }

    .banner_apps img {
        width: 110px;
    }

    .banner_apps {
        gap: 15px;
    }

    .get_in_touch .row h4 {
        font-size: 25px;
        line-height: 45px;
    }

    .common_para {
        font-size: 16px;
    }

    .how_it_works .row .col-12 {
        width: 100%;
    }

    footer h2 {
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 50px;
    }

    .why_choose_section h4 img {
        width: 140px;
    }

    /* Form validation responsive adjustments */
    .contact-form {
        padding: 20px;
        border-radius: 20px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .submit-btn {
        width: 100%;
        min-width: unset;
    }

    .submit-btn.loading {
        padding-right: 50px;
    }

    .form-message {
        padding: 10px 12px;
        font-size: 13px;
    }

    .submit-btn.loading::after {
        width: 16px;
        height: 16px;
        right: 12px;
    }
}

@media screen and (max-width: 440px) {
    footer h2 {
        font-size: 26px;
        line-height: 38px;
    }

    .footer_apps img {
        width: 130px;
    }
}

@media screen and (max-width: 374px) {
    .why_choose_section {
        padding: 20px 12px;
        margin-top: 35px;
        border-radius: 20px;
    }

    .why_choose_section h4 img {
        width: 60%;
    }

    .why_choose_section .choose_card {
        padding: 15px;
        border-radius: 15px;
        height: auto;
    }

    .why_choose_section .choose_card img {
        width: 28px;
        height: 28px;
        margin-bottom: 10px;
    }

    .why_choose_section .choose_card .main_head {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .why_choose_section .row .choose_card p {
        font-size: 13px;
        line-height: 20px;
    }

    .why_choose_section .choose_card .secure_platform {
        width: 140px;
        height: 160px;
    }

    .nav_tog {
        gap: 5px;
    }

    .header_banner .navbar .header_section .dwnld_btn {
        padding: 6px 12px;
    }
}