* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Arial';
}


a {
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.container {
    max-width: 1264px;
    margin: auto;
}

img {
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'Arial';
    src: url('../arial/ARIAL.TTF') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Arial';
    src: url('../arial/ARIALBD.TTF') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Arial';
    src: url('../arial/ArialMdm.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Arial';
    src: url('../arial/ARIBLK.TTF') format('truetype');
    font-weight: 900;
}

/* =========================================
home page 
=========================================== */

.main-header .navbar-toggler img {
    width: 40px;
    height: 40px;
}

.site-logo-div {
    max-width: 100px;
    height: 100%;
}

.main-header {
    position: absolute;
    width: 100%;
}

.main-header-menu ul li a.active {
    color: #0F9918 !important;
    position: relative;
}

.main-header-menu ul li a.active::after {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #0F9918;
    content: "";
    left: calc(50% - 2px);
    top: 32px;
    border-radius: 100%;
}

.main-header-menu li a {
    color: #35383F;
    font-size: 16px;
    font-weight: 400;
    width: fit-content;
}

.btn-dote {
    position: relative;
    padding: 4px 4px;
    width: fit-content;
    background-color: white;
    border-radius: 100%;
    border: 3px solid;
    border-color: #b3d9b6;
}

.primary-btn {
    font-size: 16px;
    font-weight: 400;
    padding: 14px 24px;
    background-color: rgb(15, 153, 24);
    color: white;
    border-radius: 2px;
    transition: 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

.primary-btn:hover {
    background-color: #007708;
    color: white;
}

.contact-info {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 24px;
}

.contact-info a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: white;
    font-size: 16px;
    font-weight: 400;

}

.contact-info img {
    width: 18px;
    height: 18px;
}

.social-medial-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    margin-left: auto;
}

.social-medial-div a {
    border: 1px solid white;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-medial-div img {
    width: 12px;
    height: 12px;
}

.sub-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0 14px 0;
}

.main-header-menu {
    background-color: rgb(255 255 255 / 80%);
    border-radius: 4px;
    padding: 8px 12px;
    z-index: 999;
    box-shadow: 0px 4px 32px 0px #00000014;
    backdrop-filter: blur(10px);

}

/* === hero-section === */

.hero-section {
    background-image: url(../img/home-page.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 62.4px;
    color: white;
}

.page-title span {
    position: relative;
}

.page-title span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background-image: url(../img/under-line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: -17px;
}

.hero-content {
    padding: 200px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    max-width: 1096px;
    margin: auto;
}

.title-page {
    max-width: 412px;
    margin: 56px 0 138px 0;
}

.title-page .primary-btn {
    width: fit-content;
    margin-top: 55px;
}

.job-list-form {
    margin-bottom: -87px;
    background: #FFFFFF33;
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 32px 0px #00000014;
    max-width: 420px;
    width: 100%;
    padding: 28px;
    border-radius: 4px;
}

.job-list-form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 16px;
}

.job-list-form div {
    width: 100%;
}

.job-list-form input {
    width: 100%;
    padding: 15px 52px 15px 15px;
    border-radius: 4px !important;
    color: black;
}

.job-list-form input[name="job"]::placeholder {
    color: #35383F !important;
}

.job-list-form input::placeholder,
.job-list-form textarea::placeholder,
.job-list-form,
.job-list-form select {
    color: #35383F66;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.job-list-form input:hover {
    transform: unset;
}

.job-list-form select {
    width: 100%;
    padding: 15px 52px 15px 15px;
    appearance: none;
    border-radius: 4px !important;
    background-image: url(../img/down-arrow.png);
    background-position: 97% 17px;
    background-repeat: no-repeat;
    background-size: auto;
}

.input-file {
    background-image: url(../img/uploade.png);
    background-position: 97% 17px;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: white;
    border-radius: 4px;
    position: relative;
}

.input-file p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    position: absolute;
    top: calc(50% - 9px);
    left: 13px;
    color: #35383F66;
}

input[type="file"] {
    background-image: url(../img/uploade.png);
    background-position: 97% 17px;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0;
}

.job-list-form textarea {
    width: 100%;
    padding: 15px 52px 15px 15px;
    resize: none;
    border-radius: 4px !important;
    height: 102px;
}

.job-list-form h2 {
    font-size: 26px;
    font-weight: 700;
    color: white;
    border-radius: 4px;
}

.job-list-form .primary-btn {
    width: 100%;
}

.job-list-form .primary-btn .btn-dote {
    width: fit-content !important;
}

/* === about section === */

.about-section {
    padding: 164px 0 82px 0;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #35383F;
    text-align: center;
}

.section-title span {
    color: #0F9918;
}

.text-p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    margin-top: 28px;
    margin-bottom: 48px;
    color: #50575E;
    text-align: center;
}

.text-p-14 {
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 4px;
}

.Service-sub-div {
    max-width: 152px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Service-sub-div img {
    width: 42px;
    height: 42px;
}

.Service-sub-div h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #35383F;
}

.Service-main-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
    flex-wrap: wrap;
}

.bg-img {
    background-image: url(../img/border-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 122px;
    width: 10px;
}

.about-section .text-p {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* === our service === */

.container-1440 {
    max-width: 1440px;
    width: 100%;
}

.our-service-secton {
    padding: 82px 0;
    background-color: #50575E0A;

}

.service-card-div img {
    max-width: 64px;
    height: auto;
}

.card-devider {
    height: 2px;
    width: 30px;
    background-color: #35383F;
    margin: 19px 0 11px 0;
}

.card-title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.service-card-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: 1px solid #50575E33;
    padding: 34px 0 21px 0;
    background-color: white;
    transition: 0.3s all linear;
}

.service-card-div:hover {
    border-color: #0F991866;
}

.servies-all-card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.our-service-secton .primary-btn {
    margin: auto;
    margin-top: 42px;
}

/* === testimonial slider === */

.ratting-div img {
    width: 16px;
    height: 16px;
}

.ratting-div {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 4px;
}

.user-inffo-div h4 {
    font-size: 18px;
    font-weight: 700;

}

.user-inffo-div {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #50575E33;
    padding-bottom: 18px;
}

.user-inffo-div>img {
    width: 48px;
    height: 48px;
}

.testimonial-div .text-p {
    text-align: start;
    font-style: italic;
    margin-top: 12px;
}

.testimonial-slider-section {
    padding: 82px 0;
}

.testimonial-slider {
    padding-bottom: 25px;
}

.testimonial-slider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: #50575E33;
    opacity: 1;
    margin: 2px !important;
}

.testimonial-slider .swiper-pagination-bullet-active {
    width: 26px !important;
    background-color: #0F9918;
    border-radius: 100px;
}

.service-pro-img {
    max-width: 614px;
    width: 100%;
    height: auto;

}

.service-pro-inffo-div .section-title {
    color: white;
    max-width: 315px;
    text-align: start;
}

.we-service-pro-section .container {
    background-color: black;
    border-radius: 25px;
    max-width: 1118px;
    width: 100%;
    margin: auto;
}

.we-service-pro-section-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
}

.service-pro-inffo-div {
    padding-left: 52px;
    max-width: 383px;
    width: 100%;
}

.service-categoery .text-p-14 {
    color: white;
    margin: 0;
}

.service-categoery .dote {
    width: 8px;
    height: 8px;
    background-color: #FFFFFF33;
    margin: 0 6px 0 8px;
    border-radius: 100%;
}

.service-categoery {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 28px 0 42px 0;
    flex-wrap: wrap;
}

/* === faq-section === */

.faq-section {
    padding: 82px 0;
}

.faq-sub-div {
    max-width: 374px;
    width: 100%;
}

.faq-sub-div h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    word-wrap: break-word;
}

.faq-sub-div .text-p {
    font-style: italic;
    margin-top: 12px;
    margin-bottom: 0;

}

.faq-main-div {
    /* display: flex;
    justify-content: center;
    align-items: start;
    gap: 58px;
    flex-wrap: wrap; */
    width: 100%;
}

/* === footer === */

.main-footer {
    background-image: url(../img/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 82px 0 24px 0;
}

.main-footer h3 {
    font-size: 26px;
    font-weight: 700;
    color: #35383F;
}

.conatct-details img {
    width: 24px;
    height: 24px;
}

.conatct-details .icon-bg {
    padding: 12px;
    background-color: #0F99182B;
    border-radius: 4px;
    width: fit-content;
}

.conatct-details {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 12px;
}

.conatct-details .faq-sub-div .text-p {
    font-style: normal;
    margin-top: 0;
    word-wrap: break-word;
    text-align: left;
}

.conatct-details .faq-sub-div h4 {
    text-align: start;
}

.conatct-details:not(:last-child) {
    margin-bottom: 28px;
}

.contact-us-div>.text-p {
    text-align: start;
    margin-top: 18px;
    margin-bottom: 28px;
    line-height: 18px;
}

.contact-form-footer {
    margin-top: 28px;
}

.contact-form-footer input,
.contact-form-footer textarea {
    color: black;
    padding: 15px 20px;
    border: 1px solid #50575E33;
}

.contact-form-footer input::placeholder,
.contact-form-footer textarea::placeholder {
    color: #35383F66;
}


.contact-form-footer input {
    margin-bottom: 16px;
}

.contact-form-footer textarea {
    height: 102px;
    resize: none;
}

.contact-form-footer button {
    margin-top: 28px;
}

.contact-us-div {
    padding-right: 41px;
}

.contact-form-col {
    padding-left: 41px;
}

.social-media-div img {
    width: 18px;
    height: 18px;
}

.social-media-div a {
    padding: 7px 10px;
    background-color: black;
    border-radius: 4px;
    border: 1px solid black;
    width: fit-content;
}

.social-media-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.copy-right-div {
    margin-top: 58px;
}

.copy-right-div .text-p {
    margin-top: 0;
    margin-bottom: 0;
}

/* ===============================
services page 
================================= */

/* === banner section === */

.banner-section {
    background-image: url(../img/servies-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 230px 0 92px 0;
}

.banner-section .page-title {
    text-align: center;
}

.tabs-section nav .nav-tabs {
    justify-content: center;
    align-items: flex-start;
}

.tabs-section nav button {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    color: #35383F;
    padding: 20px 28px;
    border-radius: 0 !important;
    transform: 0.5s all ease-in-out !important;
    border: none !important;
}

.tabs-section nav button.active {
    color: white !important;
    background-color: #0F9918 !important;
    border-radius: 0;
}

.tabs-section nav button svg {
    margin-right: 8px;
}

.tabs-section button svg path {
    transform: 0.5s all ease-in-out !important;
    fill: #35383F;
}

.tabs-section nav button.active svg path {
    fill: white;
}

.tabs-section nav button:hover {
    color: white !important;
    background-color: #0F9918 !important;
    transform: 0.5s all ease-in-out;
}

.tabs-section nav button:hover svg path {
    fill: white;
    transform: 0.5s all ease-in-out;
}

.services-card {
    max-width: 394px;
    width: 100%;
    padding: 24px;
    border: 1px solid #50575E33;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

.services-card img {
    max-width: 40px;
    height: auto;
}
.rating-div img {
    height: 25px !important;
    width: auto;
}
.rating-div-main{
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
}
.rating-div-main .text-p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.rating-div{
    display: flex;
gap: 2px;
    align-items: center;
}

.services-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #35383F;
    margin-top: 10px;
}

.text-p-700 {
    font-weight: 700;
}

.ratting-div .text-p {
    margin: 0;
}

.services-card .ratting-div {
    margin: 8px 0 14px 0;
}

.services-card .card-devider {
    margin: 0;
    width: 38px;
    height: 1px;
}

.services-card>.text-p {
    margin-bottom: 10px;
    text-align: start;
    margin-top: 14px;
    flex-grow: 1;
}

.tabs-section .tab-content {
    margin: 42px 0;
}

.services-card-main-div {
    display: flex;
    justify-content: flex-start;
    gap: 28px;
    flex-wrap: wrap;
}

/* ===========================
modal
============================== */

.modal-app-download .modal-title {
    font-size: 22px !important;
    font-weight: 700;
}

.modal-app-download {
    padding: 24px 34px 75px 34px;
}

.modal-app-download-main-div .modal-dialog {
    max-width: 620px;
    width: 100%;
}

.modal-app-download .modal-btn-div {
    display: flex;
    justify-content: space-between;
}


.modal-app-download .text-p {
    margin-top: 64px;
    margin-bottom: 24px;
}

.modal-app-download .primary-btn {
    margin: auto;
}

.modal-app-download button {
    background-color: transparent;
    border: none;
}

.modal-app-download>img {
    width: 18px;
    height: 18px;
}

#staticBackdrop {
    justify-content: center;
    align-items: center;
}

.modal-app-download-main-div.show {
    display: flex !important;
}

.is-invalid {
    color: #de4436;
}

/* New CSS */
.service-list-btns {
    height: 100%;
}

.service-list-btns .service-list-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.service-list-btns .service-list-btn img {
    width: 18px;
    height: 18px;
    /* filter: brightness(0); */
}

/* .service-list-btns .service-list-btn.active  img,
.service-list-btns .service-list-btn:hover  img {
    filter: hue-rotate(1);
    filter: brightness(0) saturate(100%) invert(1);
}  */

.custome-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.custome-pagination .page {
    border: 1px solid #007708;
    color: #007708;
    font-size: 18px;
    padding: 2px 8px;
    border-radius: 4px;
    cursor: pointer;
}

.custome-pagination .Page .pagination .page-item .page-link img {
    filter: brightness(0);
}


.custome-pagination .page:hover {
    background-color: #007708;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.active>.page-link,
.page-link.active {
    background-color: green;
    border: 1px solid #007708;
}

.spinner_loader {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 40%);
}

/* New Styles */
.empty-state__content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.empty-state__content .empty-state__icon {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    border-radius: 200px;
    justify-content: center;
    background-color: #f7fafc;
    box-shadow: 0px 2px 1px #e1e3ec;
}

.empty-state__content .empty-state__icon img {
    width: 170px;
}

.empty-state__content .empty-state__message {
    color: #0F9918;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 0.85rem;
    text-align: center;
}

.empty-state__content .empty-state__help {
    color: #a2a5b9;
    font-size: 0.875rem;
}

.credit {
    color: #a2a5b9;
    font-size: 0.75rem;
    text-align: center;
}

.credit a {
    color: #444;
}

.loderClass {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.new-loader {
    width: 40px;
    margin: 99px 0;
}

.tooltip-main {
    position: relative;
}

.tooltip-main .custome-tooltip {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -100px;
    left: 0;
}

.tooltip-main:hover .custome-tooltip {
    visibility: visible;
}

/* mobile screen css */

.mobile-splash {
    position: relative;
    height: 500px;
    width: 276px;
    /* background-color: white; */
    display: flex;
    align-items: center;
    border-radius: 30px;
    top: 0px;
    right: 0px;
}



.mobile-screen img {
    width: 234px;
    height: auto;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.mobile_slider .item img {
    width: 215px !important;
    height: auto;
}

.mobile-screen-container {
    width: 300px;
    position: relative;
    top: -11px;
    position: absolute;
    right: 0;
}

.mobile_slider {
    border-radius: 31px;
    width: 212px;
    position: absolute;
    top: 6px;
    left: 13px;
    overflow: hidden;
    background: white;
}

/* mobile screen css */

/* Add New CSS */

.servies-all-card .service-card-div {
    min-height: 260px;
    height: 100%;
    gap: 12px;
    padding: 34px 12px 21px 12px;
}


.faq-main-div .accordion-item {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
}

.faq-main-div .accordion-item .accordion-button {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #35383F !important;
}

.faq-main-div .accordion-button:not(.collapsed),
.faq-main-div .accordion-item .accordion-button:focus,
.faq-main-div .accordion-item .accordion-button:active {
    box-shadow: none;
    background: none;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-main-div .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-main-div .accordion-item .accordion-body .text-p {
    margin: 0;
    text-align: justify;
}

.nav-link-outer-container {
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
}