.search-card {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    width: 56.5rem;
    height: 24.3125rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    margin-bottom: 2rem;
}

.search-card .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid#F70707;
    padding-bottom: 10px;
}

.search-card .header .info-row {
    color: #000;
    font-family: Poppins;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
}

.search-card .name {
    font-weight: bold;
    color: #000;
    font-family: Poppins;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.10938rem;
}

.search-card .position {
    font-weight: bold;
    color: #000;
    font-family: Poppins;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.10938rem;
}

.search-card .info-row {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

.search-card .info-row {
    color: #000;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.10938rem;
    text-align: left;
    /* 187.5% */
}

.search-card.textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
}

.search-card .button-row {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.search-card .submit-button {
    width: 8.3125rem;
    height: 2.125rem;
    border-radius: 0.625rem;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    color: #000;
    line-height: 2.125rem;
    text-align: center;
}

.search-card .info-row .complain-button {
    border-radius: 0.625rem;
    background: #f70707;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
    border: none;
    width: 8.3125rem;
    height: 2.125rem;
    line-height: 2.125rem;
    flex-shrink: 0;
    /* cursor: pointer; */
    text-align: center;
    margin-left: auto;
}

.search-card .info-row-button {
    display: flex;
    justify-content: space-between;
}

.search-tip {
    color: #9a9a9a;
    text-align: center;
    font-family: Poppins;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 5.12rem 0rem;
}

@media (max-width: 767px) {
    .search-card {
        background-color: white;
        border-radius: 8px;
        padding: 20px;
        width: 56.5rem;
        height: 24.3125rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        margin: 0 auto;
    }

    .search-card .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        border-bottom: 1px solid#F70707;
        padding-bottom: 10px;
    }

    .search-card .header .info-row {
        color: #000;
        font-family: Poppins;
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 700;
    }

    .search-card .name {
        font-weight: bold;
        color: #000;
        font-family: Poppins;
        font-size: 0.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2.10938rem;
    }

    .search-card .position {
        font-weight: bold;
        color: #000;
        font-family: Poppins;
        font-size: 0.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2.10938rem;
    }

    .search-card .info-row {
        margin-bottom: 8px;
        font-size: 0.7rem;
        color: #333;
    }

    .search-card .info-row {
        color: #000;
        font-family: Poppins;
        font-size: 0.7rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2.10938rem;
        /* 187.5% */
    }

    .search-card.textarea {
        width: 100%;
        height: 80px;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 10px;
        margin: 15px 0;
        box-sizing: border-box;
    }

    .search-card .button-row {
        display: flex;
        justify-content: flex-end;
        position: relative;
    }

    .search-card .submit-button {
        width: 5.3125rem;
        height: 2.125rem;
        border-radius: 0.625rem;
        border: 1px solid #000;
        background: #fff;
        cursor: pointer;
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        color: #000;
        line-height: 2.125rem;
        text-align: center;
    }

    .search-card .info-row .complain-button {
        border-radius: 0.625rem;
        background: #f70707;
        color: #fff;
        text-align: center;
        font-size: 0.8rem;
        font-weight: 400;
        border: none;
        width: 5.3125rem;
        height: 2.125rem;
        line-height: 2.125rem;
        flex-shrink: 0;
        /* cursor: pointer; */
        text-align: center;
        margin-left: auto;
    }

    .search-card .info-row-button {
        display: flex;
        justify-content: space-between;
    }

    .search-tip {
        color: #9a9a9a;
        text-align: center;
        font-family: Poppins;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin: 5.12rem 0rem;
    }
}

.frm_message {
    padding: 15px;
    background-color: #e7f3e5;
    border-left: 4px solid #4caf50;
    margin: 15px 0;
    border-radius: 4px;
    animation: fadeIn 0.5s ease-in-out;
}

.frm_message p {
    margin: 0;
    color: #2e7d32;
    font-size: 14px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px;
}

.widget.widget_search input {
    width: 100% !important;
}

.widget_search .search-field {
    border-radius: 6.25rem !important;
    background: #efefef !important;
    position: relative !important;
}

.widget_search .search-field {
    border-radius: 6.25rem !important;
    background: #efefef !important;
    position: relative !important;
}

.widget_search .send-message input[type="text"],
.send-message input[type="tel"],
.send-message input[type="email"],
.send-message select,
.send-message textarea {
    width: 100% !important;
    padding-left: 10px !important;
    color: #646464 !important;
}

.widget_search input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
.nice-select {
    border: 1px solid #d8d8d8 !important;
    color: #9b9b9b !important;
    padding: 6px 22px;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
    height: 51px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    outline: none;
}

@media (min-width: 767px) {
    .elementor-79 .elementor-element.elementor-element-34a3bdd {
        width: 37.3125rem;
        height: 37.3125rem;
        flex-shrink: 0;
        aspect-ratio: 1/1;
        margin: 0 auto;
    }

    .widget_search .search-submit {
        height: 2.4rem !important;
        border-radius: 6.25rem !important;
        background: linear-gradient(96deg, #05ebe2 4.93%, #004cfd 103.95%);
        color: #fff !important;
        width: 11.3125rem !important;
        text-align: center !important;
        font-family: Poppins !important;
        font-size: 1.25rem !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 2.1875rem !important;
        position: absolute !important;
        right: 10px !important;
        top: 50% !important;
        display: flex !important;
        transform: translateY(-50%) !important;
        justify-content: center !important;
        align-items: center !important;
    }


}

@media (max-width: 767px) {
    .elementor-79 .elementor-element.elementor-element-34a3bdd {
        flex-shrink: 0;
        aspect-ratio: 1/1;
        margin: 0 auto;
    }

    .widget_search .search-submit {
        border-radius: 6.25rem !important;
        background: linear-gradient(96deg, #05ebe2 4.93%, #004cfd 103.95%);
        color: #fff;
        width: 4rem !important;
        height: 2rem !important;
        /* text-align: center; */
        font-family: Poppins;
        font-size: 1rem !important;
        font-weight: 500;

        line-height: 2.1875rem !important;
        position: absolute !important;
        right: 10px;
        top: 44%;
        display: flex;
        transform: translateY(-50%);
        justify-content: center;
        align-items: center;
    }

    .widget_search .search-submit .text {
        display: none;
    }

    .widget_search .search-field {
        border-radius: 6.25rem;
        background: #efefef;
        position: relative;
        font-size: 0.8rem;
    }

    .fac-search {
        /* margin-right: 20px; */
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 767px) {

    .fac-search {
        /* margin-right: 20px; */
        display: none;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.elementor-element-5a99a110 img {
    /* max-width: 70% !important; */
}