@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

body {
    overflow-x: hidden !important;
}

.headerLogo {
    width: 160px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 16px !important;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.sec1bg {
    background: url(../img/DASHBORD-BG.svg);
    background-size: cover;
    background-attachment: fixed;
}

.row-img {
    background-color: #76b3ab;
    height: 10px;
    width: 100%;
}

.nav-link {
    font-size: 20px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: bold !important;
    color: #fff !important;
}

.nav-link.active {
    color: #76b3ab !important;
    font-weight: bold;
}

.navbtn {
    padding-bottom: 11px;
    padding-top: 11px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #76b3ab;
    border-radius: 60px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    border: none;
    outline: none;
}

.sec1 {
    padding: 80px 0px;
}

.sec1head {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.sec1head-2 {
    font-size: 45px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    line-height: 60px;
}

/*.span-head {*/
/*    background-color: white;*/
/*    color: #76b3ab;*/
/*    text-transform: uppercase;*/
/*}*/

.sec1para {
    font-size: 17px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: white;
}

.search-bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: white;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 5px;
    overflow: scroll;
    max-width: 1000px;
    width: 100%;
    height: 60px;
}

.search-bar::-webkit-scrollbar {
    display: none;
}

.search-bar .div2 {
    width: 22%;
    /* overflow: hidden; */
}

.search-bar input,
.search-bar select {
    border: none;
    outline: none;
    padding: 10px 15px;
    font-size: 17px;
    background: transparent;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    color: #000000;
}

.search-bar select {
    cursor: pointer;
}

.divider {
    height: 24px;
    width: 1px;
    background-color: #ccc;
}

.search-button {
    background-color: #76b2ac;
    color: white;
    border: none;
    border-radius: 70px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    height: 50px;
    width: 197px;
}

.search-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.option {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    color: black;
}

.sec1-input::placeholder {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    color: black;
}

.sec2head {
    font-size: 45px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    color: black;
    margin-top: 70px;
}

.sec2head span {
    color: #76b3ab;
    text-transform: capitalize;
}

.box {
    position: relative;
    /* width: 409px; */
    height: 316px;
    background: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 2.1px solid rgba(0, 0, 0, 20%);
    transition: box-shadow 0.3s ease-in-out;

    &::before {
        content: "";
        position: absolute;
        top: -3px;
        left: -3px;
        bottom: -3px;
        right: -3px;
        background: #fff;
        z-index: -1;
        border-radius: 10px;
    }

    &::before,
    &::after {
        background: linear-gradient(35deg, #9aca3c, #ffffff, #9aca3c);
    }
}

.box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cardhead {
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: black;
    text-align: center;
    text-transform: capitalize;
}

.card-para {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: black;
    text-align: center;
    /*text-transform: capitalize;*/
    margin-top: 30px;
}

.card-parrent {
    margin-top: 50px;
}

.sec3-head {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: black;
    text-transform: capitalize;
    letter-spacing: 10px;
}

.sec3-head2 {
    font-size: 45px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    /*text-transform: capitalize;*/
    color: black;
}

.sec2img {
    width: 67%;
}

.sec3-head2 span {
    color: #76b3ab;
}

.row-parrent {
    padding-top: 90px;
}

.sec3 {
    margin-top: 127px;
}

.sec3para {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 80%);
    /*text-transform: capitalize;*/
    width: 67%;
    margin-top: 20px;
}

.sec3para2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 80%);
    /*text-transform: capitalize;*/
    width: 67%;
    margin-top: 20px;
}

.sec3btn {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 60px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    border: none;
    outline: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    background-color: #76b3ab;
}

.sec3img {
    width: 100%;
}

/* SECTION-4/// */

.sec4bg {
    background: url(../img/sec4bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 95px;
    background-attachment: fixed;
}

.sec4-head {
    font-size: 45px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    /*text-transform: capitalize;*/
    color: white;
    text-align: center;
}

.sec4para {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: white;
    /*text-transform: capitalize;*/
    text-align: center;
    margin-top: 25px;
}

.sec4head2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: black;
    text-transform: capitalize;
    text-align: end;
    letter-spacing: 8px;
    /* padding-top: 120px; */
}

.sec4para2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: black;
    text-transform: capitalize;
    text-align: end;
    width: 97%;
}

.sec4btn {
    width: 235px;
    height: 60px;
    border-radius: 60px;
    font-size: 20px;
    color: black;
    border: none;
    outline: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    background-color: #76b3ab;
    margin-left: 320px;
}

.sec5-cards {
    /* width: 420px; */
    height: fit-content;
    padding-bottom: 10px;
    padding: 10px;
    transition: all 0.5s ease-in-out;

}

.sec5images {
    width: 100%;
}

.sec5-cards:hover {
    background-color: #76b2ac;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.sec5-cards:hover .cardbtn {
    border: 1px solid #fff;
    /* color: #76b2ac; */
}

.card-head {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: black;
    font-size: 20px;
}

.cardbtn {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    outline: none;
    color: white;
    background-color: #76b3ab;
    border-radius: 35px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid transparent;
}

.nav-tabs .nav-link {
    transition: 0.3s;
    color: #000000 !important;
    width: 190px;
    height: 52px;
    font-size: 20px !important;
    text-transform: capitalize;
}

.nav-tabs::-webkit-scrollbar {
    display: none;
}

.nav-tabs .nav-link.active {
    background-color: #76b3ab !important;
    border-radius: 60px;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    font-weight: unset;
}

#myTab {
    height: 60px;
    border-radius: 70px;
    border: 2px solid #d9d9d9;
    display: flex;
    align-items: center;
    padding: 0px 3px 2px;
}

.nav-tabs .nav-link:hover {
    border: none !important;
    outline: none !important;
}

.nav-tabs .nav-link.active:hover {
    border: none !important;
    outline: none !important;
}

#tab1-tab:hover {
    border: none !important;
    outline: none !important;
}

#tab2-tab:hover {
    border: none !important;
    outline: none !important;
}

#tab3-tab:hover {
    border: none !important;
    outline: none !important;
}

#tab4-tab:hover {
    border: none !important;
    outline: none !important;
}

#tab5-tab:hover {
    border: none !important;
    outline: none !important;
}

.viewbtn {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 60px;
    background: #76b3ab;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    border: none;
}

.contactform label {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    padding-left: 10px;
}

.contactform input {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    background: rgba(217, 217, 217, 50%);
    height: 45px;
    border: none;
    outline: none;
    border-radius: 10px;
    padding-left: 20px;
}

.contactform textarea {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    background: rgba(217, 217, 217, 50%);
    height: 150px;
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 20px;
}

.sectionImage {
    width: 95% !important;
}

.contact-btn {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    height: 63px;
    border: none;
    border-radius: 60px;
    background: #76b3ab;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: white;
}

.footerbg {
    background: #000000;
    margin-top: 120px;
    color: #ffffff;
}

.footerbg p {
    font-size: 14px;
    width: 85%;
}

.footerbg h6 {
    font-size: 22px;
}

.footerbg ul li,
.footerbg a {
    font-size: 15px;
    text-transform: capitalize;
}

.footerbg a span {
    text-decoration: underline;
}

.copywrighttext {
    font-size: 12.5px;
    color: #ffffff;
}

.listingsearchbar {
    position: relative;
}

.listingsearchbar input {
    width: 700px;
    height: 70px;
    border-radius: 70px;
    outline: none;
    border: none;
    background-color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    padding: 0px 50px;
}

.listingsearchbar input::placeholder {
    color: #000000;
}

.listingsearchbtn button {
    width: 170.6px;
    height: 60px;
    border-radius: 70px;
    background-color: #76b3ab;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 20px;
    border: none;
}

.listingsearchbtn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.listingsec .sec5-cards {
    background-color: #e9e4e4;
    border-radius: 10px;
}

.sec5-cards img {
    border-radius: 10px;
}

.listingsec .sec5-cards:hover .cardbtn {
    background-color: #76b3ab;
}

.listingsec h2 {
    font-size: 40px;
    color: #000000;
    text-transform: capitalize;
}

.companybox {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 8px;
    border-radius: 12px;
    padding-bottom: 20px;
}

.companybox h2 {
    font-size: 17.52px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 30px;
}

.companybox h3 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13.14px;
    color: #000000;
    margin-bottom: 0;
}

.smallimg {
    position: absolute;
    bottom: -15px;
    left: 20px;
}

.smallimg .companylogo {
    width: 75px !important;
    height: 70px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.companybox button {
    background-color: #76b3ab;
    border: none;
    border-radius: 10px;
    width: 74px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.companybox .mainimg {
    width: 100% !important;
    height: 197px;
}

.companybox .emailicon {
    width: 25px;
    height: 25px;
}

.bg {
    height: 160px;
    background-color: #76b3ab;
    border-radius: 10px;
}

.bigimg {
    position: absolute;
    bottom: -55%;
    left: 20px;
}

.bigimg img {
    width: 164px;
    height: 164px;
    border-radius: 50%;
    border: 6px solid #ffffff;
}

.detailspage h2 {
    font-size: 28px;
    color: #000000;
}

.detailspage p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 80%);
    font-weight: 400;
    text-transform: capitalize;
    width: 90%;
}

.contactbox {
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    padding: 20px;
    background-color: #ffffff;
    height: 270px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.contactbox h4 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15.14px;
    color: #000000;
    margin-bottom: 0;
    text-wrap: wrap;
    word-break: break-all;
}

.contactbox h3 {
    color: #000000;
    font-size: 28px;
}

/* 6-6-25 */
.detailsimg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding: 0px 0px 20px 35px;
}

.detailsimg h2 {
    color: #ffffff;
    font-size: 28px;
    margin-top: 10px;
}

.detailpage h3 {
    color: #000000;
    font-size: 25px;
}

.detailsbox {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #c3c3c3;
    padding: 35px 50px;
    border-radius: 10px;
}

.detailsbox h2 {
    font-size: 20px;
    color: #000000;
    /*text-transform: capitalize;*/
}

.detailsbox h3 {
    font-size: 18px;
    color: rgba(0, 0, 0, 60%);
    /*text-transform: capitalize;*/
}

.owl-carousel .owl-item .emailicon,
.owl-carousel .owl-item button img {
    width: unset !important;
}

.owl-carousel .owl-nav.disabled {
    display: flex !important;
    justify-content: space-between;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 55%;
    right: -27px;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 55%;
    left: -27px;
}

.owl-carousel .owl-stage-outer {
    padding: 20px 0px;
    background: transparent;
}

/* 6-6-25 */

/* muneeb css */

.singbg {
    height: 1060px;
    margin-top: 13px;
    background-color: #76b3ab;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
}

.singbg-2 {
    height: 100vh;
    margin-top: 13px;
    background-color: #76b3ab;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
}

@font-face {
    font-family: "Larken Damo";
    src: url("../fonts/LarkenDamo-Bold.woff2") format("woff2"),
        url("../fonts/LarkenDamo-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

.sing-up-head {
    font-size: 56px;
    color: white;
    font-family: "Larken Damo", serif;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}

.sing-img {
    display: flex;
}

.singhead-2 {
    font-size: 42px;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
    text-transform: capitalize;
}

.loginhead {
    font-size: 42px;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}

.active-img {
    margin-top: 35px;
    width: 100%;
}

.pencle-img {
    position: relative;
    right: 33px;
    top: 55px;
    cursor: pointer;
}

.choose-img {
    margin-top: 25px;
    /* margin-left: 30px; */
    width: 121px;
    height: 121px;
    border: 4px solid #76b2ac;
    border-radius: 100%;
}

.sing-inpu {
    width: 304px;
    height: 58px;
    border-radius: 10px;
    border: 1px solid #bfbfbf !important;
    background-color: #F8F8F8 !important;
    padding-left: 20px;
    outline: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #000000;
}

.sing-inpu.form-control {
    background: url(../img/downarrow.svg);
    background-position: right 16px center;
    background-repeat: no-repeat;
}

.sing-inpu.form-control:focus {

    box-shadow: none !important;
    border-color: #bfbfbf !important;
}

.phon-icon {
    position: absolute;
    right: 23px;
    top: 20px;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.sin-input-2 {
    width: 640px;
    height: 58px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    background-color: #f8f8f8;
    padding-left: 20px;
    outline: none;
}

/* .sin-input-3 {
    width: 620px;
    height: 58px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    background-color: #f8f8f8;
    padding-left: 20px;
    outline: none;
} */

.upload-input {
    width: 620px;
    height: 58px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    background-color: #f8f8f8;
    padding-left: 20px;
    outline: none;
    /* Increase padding-right to add space between text and arrow */
    padding-right: 2.5rem;
    /* You can adjust this */

    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Custom arrow as background */
    background: url(../img/arrow-img.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 15px 15px;
    background-color: #f8f8f8;

    /* Optional: set some min width and font size */
}

input::-webkit-input-placeholder {
    text-transform: capitalize;
    color: black;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

/* Wrapper for positioning */
.input-group-wrapper {
    position: relative;
    width: 640px;
    margin-right: 20px;
    margin: 10px auto;
    /* vertical spacing and center alignment */
}

/* Input fields */
#password,
#confirmPassword {
    height: 58px;
    width: 620px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    background-color: #f8f8f8;
    padding-left: 20px;
    padding-right: 50px;
    /* leave space for eye icon */
    outline: none;

    box-shadow: none !important;
}

/* Eye icon wrapper to keep icon inside input */
.eye-wrapper {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    height: 100%;
}

/* Eye icon image */
.toggle-eye {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.input-field {
    margin-top: 30px;
    padding-left: 3px;
}

.input-field:focus {
    outline: none;
}

.singbtn {
    width: 620px;
    height: 60px;
    border-radius: 10px;
    border: none;
    background-color: #76b3ab;
    outline: none;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 35px;
    text-transform: capitalize;
}

.input-wrapper {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.sin-input-3 {
    height: 58px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    background-color: #f8f8f8;
    padding-left: 20px;
    padding-right: 50px;
    /* space for icon */
    font-family: "Inter", sans-serif;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    width: 100%;
}

.mail-icon {
    position: absolute;
    right: 20px;
    top: 39%;
}

.verification-PARA {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: black;
    text-align: center;
    margin-top: 90px;
}

.email-verify-para {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: black;
    text-align: center;
    margin-top: 30px;
}

.otp-input {
    width: 85px;
    height: 79px;
    background-color: #f8f8f8;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    outline: none;
    text-align: center;
}

input[type="number"] {
    color: black;
    /* Number color */
    font-family: "Inter", sans-serif;
    /* Font family */
    font-weight: 400;
    /* Font weight */
    /* Font size */
    text-transform: capitalize;
    /* Note: numbers won't be affected by text-transform */
}

.verification-btn {
    width: 578px;
    height: 60px;
    border-radius: 10px;
    border: none;
    background-color: #76b3ab;
    outline: none;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 35px;
    text-transform: capitalize;
}

.upload-PARA {
    font-size: 26px;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 20px;
}

/* Hide default date icon on Chrome, Edge, Safari */
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.document-upload {
    width: 100%;
    cursor: pointer;
}

.upload-box {
    width: 620px;
    height: 201px;
    border: 2px dashed #998787;
    background-color: #f8f8f8;
    border-radius: 10px;
}

.upload-document {
    width: 298px;
    height: 201px;
    border: 2px dashed #998787;
    background-color: #f8f8f8;
    border-radius: 10px;
}

.upload-head {
    font-size: 15px;
    color: black;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 4px;
}

.upload-para {
    font-size: 15px;
    color: black;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
}

.upload-img {
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.back-btn {
    width: 210px;
    height: 60px;
    border: 2px solid black;
    color: black;
    outline: none;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.upload-btn {
    width: 210px;
    height: 60px;
    border-radius: 10px;
    border: none;
    background-color: #76b3ab;
    outline: none;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
}

.btn-div {
    width: 620px;
    padding-top: 30px;
    margin: 0 auto;
}

.btn-parrent {
    margin-bottom: 50px;
    width: 620px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.document-para {
    font-size: 15px;
    color: black;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.payment-input {
    width: 620px;
    height: 58px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    background-color: #f8f8f8;
    padding-left: 20px;
    outline: none;
}

.payment-img {
    position: absolute;
    right: 25px;
    bottom: 2px;
    cursor: pointer;
}

.payment-img2 {
    position: absolute;
    right: 50px;
    bottom: 13px;
    cursor: pointer;
}

.payment-img3 {
    position: absolute;
    right: 50px;
    bottom: 13px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.line-img {
    margin-top: 40px;
}

/* Initially hidden overlay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    /* Blurs background */
    background: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Thank You Card */
.thank-you-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    width: 524px;
    height: fit-content;
}

/* Simple fade-in animation */
@keyframes fadeIn {
    from {
        transform: scale(0.15);
        opacity: 0;
    }

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

#payBtn {
    width: 620px;
    height: 60px;
    border-radius: 10px;
    border: none;
    background-color: #76b3ab;
    outline: none;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 35px;
}

#closeBtn {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: none;
    background-color: #76b3ab;
    outline: none;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 35px;
}

.modal-head {
    font-size: 42px;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
}

.modal-para {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: black;
    text-align: center;
}

a {
    text-decoration: none !important;
}

.loginbtn {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: none;
    background-color: #76b3ab;
    outline: none;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 10px;
    text-transform: capitalize;
}

.login-box {
    margin-top: 50px;
}

.veryfybtn {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #76b3ab;
    background-color: white;
    outline: none;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #76b3ab;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 10px;
}

/* muneeb css */

.maphead {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: black;
}

.map-para {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: black;
    text-wrap: wrap;
    word-break: break-all;
}

#map {
    height: 700px;
    width: 95%;
    position: relative;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    border: 1px solid #a2a2a2;
    outline: none;
    border-radius: 5px;
    margin-top: 50px;
}

.map-card {
    width: 310px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    height: fit-content;
    padding-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid #a2a2a2;
    border-radius: 10px;
    cursor: pointer;
}

/* REMOVE Leaflet popup outer border and shadow */
.leaflet-popup-content-wrapper {
    background: transparent;
    border: none;
    box-shadow: none;
}

/* Remove any margin/padding from Leaflet's internal content */
.leaflet-popup-content {
    margin: 0;
    padding: 0;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: none !important;
    color: none !important;
    box-shadow: none !important;
}

.card-para2 {
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #76b3ab;
}

.leaflet-container a.leaflet-popup-close-button {
    display: none !important;
}

/* MOBILE CSS//// */

/* DASHBORD-CSS//// */
.dashbord-btn {
    width: 260px;
    height: 60px;
    border-radius: 10px;
    background-color: #76b3ab;
    border: none;
    outline: none;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
}

.dashbord-btn2 {
    width: 260px;
    height: 60px;
    border-radius: 10px;
    background-color: #76b3ab;
    border: none;
    outline: none;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
}

.dash-head {
    font-size: 31px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: black;
    margin-top: 20px;
}

.dash-control {
    padding-top: 110px;
}

.dash-box {
    width: 100%;
    height: 382px;
    background-color: #f8f8f8;
    border: 2px solid #bfbfbf;
    margin-top: 25px;
    border-radius: 10px;
}

.progress-box {
    width: 453px;
    height: fit-content;
    padding-bottom: 30px;
    background-color: white;
    border-radius: 10px;
}

.progress-head {
    font-size: 28px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: black;
    margin-right: 30px;
    text-transform: capitalize;
}

.progress-head2 {
    font-size: 28px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: black;
    margin-right: 24px;
    margin-top: 50px;
    text-transform: capitalize;
}

/* Set width, height, border radius */
.custom-progress {
    width: 100%;
    height: 15px;
    border-radius: 20px;
    overflow: hidden;
    appearance: none;
    margin-top: 15px;
}

/* Webkit-based browsers (Chrome, Edge, Safari) */
.custom-progress::-webkit-progress-bar {
    background-color: #f0f0f0;
    border-radius: 20px;
    height: 15px;
    width: 95%;
}

.custom-progress::-webkit-progress-value {
    background-color: #76b3ab;
    /* Blue fill */
    border-radius: 20px;
    height: 15px;
    width: 95%;
}

.custom-progress-2 {
    width: 100%;
    height: 15px;
    border-radius: 20px;
    overflow: hidden;
    appearance: none;
    margin-top: 15px;
}

/* Webkit-based browsers (Chrome, Edge, Safari) */
.custom-progress-2::-webkit-progress-bar {
    background-color: #f0f0f0;
    border-radius: 20px;
    height: 15px;
    width: 95%;
}

.custom-progress-2::-webkit-progress-value {
    background-color: #ea4335;
    /* Blue fill */
    border-radius: 20px;
    height: 15px;
    width: 95%;
}

.dashbg {
    background: url(../img/dashbg-img.svg);
    background-size: cover;
    height: 165px;
    padding-top: 80px;
}

.dash-logo {
    display: flex;
    margin: 0px auto;
    width: 126px;
    height: 126px;
    border: 4px solid #ffffff;
    border-radius: 50%;
}

.dash-head-3 {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: black;
    text-transform: capitalize;
    text-align: center;
    margin-top: 55px;
}

.dashpara-2 {
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: black;
    text-transform: capitalize;
    margin-top: 15px;
}

.chatActiveLink {
    background-color: #76b2ac;
    color: white;
    border-radius: 10px;
}

.chatActiveLink .side-chathead,
.chatActiveLink .side-chatpara {
    color: white;
}

.chatActiveLink .side-chat-box {
    background-color: transparent;
}

.compnaydashboard .active {
    height: 65px;
    width: 100%;
    background-color: #76b2ac;
    color: white;
}

.ConActive {
    background-color: #76b2ac;
    color: white;
    height: 65px;
    width: 100%;
}

.active h1 {
    font-weight: bold;
}

.panal-para {
    font-size: 19px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
}

.panal-para-2 {
    font-size: 19px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.colum-bg {
    background-color: #f8f8f8;
    height: 940px;
    border-radius: 10px;
}

.compnaydashboard .panal-contlor {
    padding-left: 39px;
    margin-top: 15px;
}

.col-md-3 {
    padding: 0px !important;
}

.panal {
    margin-top: 50px;
}

/* DOCUMENTATION/// */
.dash-cards {
    height: fit-content;
    padding-bottom: 30px;
    background-color: #ffffff;
    border: 2px solid #d7d7d7;
    border-radius: 10px;
    padding-top: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.Documentation-box {
    width: 100%;
    height: 873px;
    background-color: #f8f8f8;
    border: 2px solid #bfbfbf;
    margin-top: 25px;
    border-radius: 10px;
    padding: 40px 30px;
}

.documentationpara {
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    color: black;
    text-align: center;
    /* text-transform: capitalize; */
}

.navbar-toggler {
    border: 1px solid #ffffff !important;
}

.navbar-toggler-icon {
    background-image: url(../img/humbar.svg) !important;
}

.documentationhead {
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #4b7100;
    text-align: center;
    text-decoration: underline;
    margin-top: 30px;
    /* text-transform: capitalize; */
}

.documentationbtn {
    width: 90%;
    height: 55px;
    background-color: #76b3ab;
    color: white;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    border: none;
    outline: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.red-btn {
    width: 90%;
    height: 55px;
    background-color: #ea4335;
    color: white;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    border: none;
    outline: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-transform: capitalize;
}

.red-text {
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #ea4335;
    text-align: center;
    text-decoration: underline;
    margin-top: 30px;
    text-transform: capitalize;
}

/* Order history/// */

.table-head {
    font-size: 18px;
    font-weight: bold;
    font-family: "Manrope", sans-serif;
}

.complete-btn {
    background-color: #eff8ed;
    width: 116px;
    height: 35px;
    border-radius: 50px;
    color: #6eca62;
    border: 1px solid #6eca62;
    outline: none;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.pending-btn {
    background-color: #ffffcc;
    width: 116px;
    height: 35px;
    border-radius: 50px;
    color: #caca00;
    border: 1px solid #caca00;
    outline: none;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.rejected-btn {
    background-color: #fff0e9;
    width: 116px;
    height: 35px;
    border-radius: 50px;
    color: #ff5207;
    border: 1px solid #ff5207;
    outline: none;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.table {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
}

.table thead th {
    background-color: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Default row styling */
.table tbody tr td {
    background-color: #fff;
    padding: 12px 16px;
    transition: background-color 0.3s ease;
}

/* Hover effect: apply to td, not tr */
.table tbody tr:hover td {
    background-color: #bfbfbf !important;
    color: #fff;
    /* Optional: white text on dark background */
}

/* Optional: make it look card-like */
.table tbody tr td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.table tbody tr td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Optional: subtle shadow */
.table tbody tr td {
    background-color: #fff;
    padding: 12px 16px;
    transition: background-color 0.3s ease;
    vertical-align: middle;
    white-space: nowrap;
    /* ✅ prevent text wrap */
    cursor: pointer;
}

.table-responsive-custom {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* smooth scroll on iOS */
}

@media (max-width: 768px) {
    .table-responsive-custom {
        display: block;
    }

    .table {
        width: 100%;
    }
}

.table thead th {
    background-color: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 1;
    white-space: nowrap;
    /* ✅ Prevent heading text wrap */
    padding: 12px 16px;
}

.table-box {
    width: 100%;
    height: 873px;
    background-color: #f8f8f8;
    border: 2px solid #bfbfbf;
    margin-top: 25px;
    border-radius: 10px;
    padding: 40px;
}

.product-tableimg {
    height: 113px;
}

/* PRODUCT///// */
.product-para {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
}

.prutect-input {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    height: 70px;
    border: none;
    outline: none;
    padding-left: 15px;
}

.product-div {
    margin-top: 25px;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select-wrapper select.prutect-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Add custom arrow image */
.custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 50px;
    right: 30px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(../img/Arrow13.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.prutect-area {
    width: 100%;
    height: 145px;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    resize: vertical;
}

.product-file {
    height: 116px;
    border: 2px dashed #5b6a8b;
    border-radius: 10px;
}

.product-para {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
}

.file-row {
    padding-top: 25px;
}

.product-btn {
    width: 100%;
    height: 63px;
    border: none;
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: white;
    background-color: #76b3ab;
    border-radius: 10px;
    margin-top: 25px;
}

.colum-bg-2 {
    background-color: #f8f8f8;
    height: 866px;
    border-radius: 10px;
}

.product-box {
    width: 100%;
    height: fit-content;
    padding-bottom: 15px;
    background-color: #f8f8f8;
    border: 2px solid #bfbfbf;
    margin-top: 25px;
    border-radius: 10px;
    padding: 40px;
    padding-top: 70px;
}

.profile-box {
    width: 100%;
    height: 1290px;
    background-color: #f8f8f8;
    border: 2px solid #bfbfbf;
    margin-top: 25px;
    border-radius: 10px;
    padding: 40px;
    /* padding-top: 70px; */
}

.img-box {
    width: 98px;
    height: 98px;
    background-color: #a7a7a7;
    border-radius: 12px;
    border: 3px dashed white;
    overflow: hidden;
    cursor: pointer;
}

.save-img-para {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #012047;
    text-transform: capitalize;
    margin-bottom: 0px !important;
}

.save-img-para2 {
    color: #ff0000;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    cursor: pointer;
}

.save-img-para3 {
    color: #0e82fd;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    cursor: pointer;
}

input[type="file"] {
    display: none;
}

.nav-tabs-box {
    width: 100%;
    height: fit-content;
    padding-bottom: 40px;
    background-color: white;
    border: 2px solid #d4d4d4;
    padding: 50px;
    border-radius: 10px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.nav-para {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: black;
}

.nav-para2 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: black;
    word-break: break-all;
}

.edit-para {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: black;
    text-decoration: underline;
    cursor: pointer;
}

.pencle-img-3 {
    margin-bottom: 20px;
    cursor: pointer;
}

.profile-btn {
    width: 117px;
    height: 40px;
    border: 1px solid #76b3ab;
    color: #76b3ab;
    background-color: white;
    outline: none;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-wrapper {
    display: flex;
    gap: 2px;
}

input[type="radio"] {
    display: none;
}

.profile-btn {
    padding: 8px 20px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    cursor: pointer;
    transition: 0.1s;
}

.profile-btn.active {
    background-color: #76b3ab;
    color: #fff;
    border: none;
}

input#tab1:checked~.tab-wrapper label[for="tab1"],
input#tab2:checked~.tab-wrapper label[for="tab2"] {
    background-color: #76b3ab;
    color: #fff;
    border: none;
}

.tab-content {
    /* display: none; */
    border: none;
}

/* .tab-content>.tab-pane {
    display: block !important;
} */
input#tab1:checked~.content1,
input#tab2:checked~.content2 {
    display: block;
}

.profile-box2 {
    width: 100%;
    height: 590px;
    background-color: white;
    border: 2px solid #bfbfbf;
    margin-top: 15px;
    border-radius: 10px;
    padding: 40px;
    padding-top: 70px;
}

.notification-head {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: black;
    text-transform: capitalize;
}

.notification-para {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: black;
    text-transform: capitalize;
    margin-top: 20px;
}

.notification-para2 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: black;
    text-transform: capitalize;
}

.notification-box3 {
    width: 100%;
    background-color: #ddeeec;
    height: 101px;
    border-radius: 10px;
    padding: 20px;
}

.modalbox {
    width: 724px;
    height: fit-content;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: white;
    padding: 40px;
    padding-top: 70px;
}

.modal-input {
    height: 58px;
    border: 1px solid #bfbfbf;
    background-color: #f8f8f8;
    border-radius: 10px;
    outline: none;
    width: 100%;
}

.modal-input2 {
    height: 58px;
    border: 1px solid #bfbfbf;
    background-color: #f8f8f8;
    width: 100%;
    outline: none;
    border-radius: 10px;
}

.phone-icon {
    position: absolute;
    right: 20px;
    bottom: 19px;
}

.modal-btn {
    width: 100%;
    border: none;
    outline: none;
    background-color: #76b3ab;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    height: 58px;
    border-radius: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0px auto;
    cursor: pointer;
}

.setting-btn {
    width: 640px;
    border: none;
    outline: none;
    background-color: #76b3ab;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    height: 58px;
    border-radius: 10px;
    color: white;
    margin-top: 25px;
}

.modal-head2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 32px;
    color: black;
}

.modal-control {
    margin-top: 15px;
}

.modal-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    width: 100%;
    height: fit-content;
}

.modal-body {
    width: 100%;
}

.modal-header {
    display: none !important;
}

.modal-body {
    border: none !important;
}

.padding-left {
    padding-left: 0px !important;
}

.modal-content {
    margin-top: 70px;
}

.setting-input {
    height: 58px;
    border: 1px solid #bfbfbf;
    background-color: #f8f8f8;
    border-radius: 10px;
    outline: none;
    width: 640px;
}

.eye-icon {
    position: absolute;
    bottom: 18px;
    right: 20px;
}

.eye-icon-div {
    width: 640px;
}

.tab-content2 {
    padding-top: 40px;
}

.eye-icon {
    cursor: pointer;
}

.second-modal {
    width: 524px;
    height: 360px;
    background-color: #ffffff;
    border-radius: 20px;
    padding-top: 45px;
}

.second-modalhead {
    font-size: 27px;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    margin-top: 25px;
}

.second-modalpara {
    font-size: 18px;
    color: black;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    text-align: center;
}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    /* remove default Bootstrap margins */
}

.document-head {
    font-size: 42px;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}

.btn-div-2 {
    width: 620px;
    margin: 0 auto;
}

.Consultant-logo {
    margin-top: 30px;
}

.product-box {
    width: 100%;
    height: fit-content;
    padding-bottom: 15px;
    background-color: #f8f8f8;
    border: 2px solid #bfbfbf;
    margin-top: 25px;
    border-radius: 10px;
    padding: 40px;
    padding-top: 70px;
}

.message-box2 {
    width: 100%;
    height: fit-content;
    padding-bottom: 30px;
    background-color: #f8f8f8;
    border: 2px solid #bfbfbf;
    margin-top: 20px;
    border-radius: 10px;
    padding: 0px 20px 30px;
}

.message-box1 {
    background-color: #f8f8f8;
    height: 1013px;
    border-radius: 10px;
    margin-top: 55px !important;
    padding: 0px 30px;
    overflow-y: scroll;
}

.message-head {
    font-size: 31px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: black;
}

.side-chathead {
    font-size: 25px;
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    /* line-height: 7px; */
    /* margin-top: 17px; */
}

.side-chathead2 {
    font-size: 25px;
    color: white;
    font-family: "El Messiri", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 7px;
    margin-top: 21px;
}

.side-chatpara {
    font-size: 15px;
    color: #7a7979;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

.side-chat-box {
    width: 95%;
    background-color: white;
    border-radius: 10px;
    display: flex;
    padding-left: 15px;
    margin: 0 auto;
    padding: 10px;
    cursor: pointer;
}

.side-chat-box img,
.chat-img2,
.chat-img {
    width: 67px;
    height: 67px;
    border-radius: 50%;
}

.chat-box {
    width: 100%;
    background-color: #76b3ab;
    border-radius: 10px;
    height: 100px;
    align-items: center;
    padding-left: 30px;
}

.chat-box2 {
    width: 74%;
    background-color: #f1f1f1;
    border-radius: 10px;
    /* height: 180px; */
    align-items: center;
    padding: 10px 25px;
    /* display: flex; */
    margin-top: 8px;
}

.chat-box3 {
    width: 74%;
    background-color: #f1f1f1;
    border-radius: 10px;
    height: fit-content;
    align-items: center;
    padding: 0px 25px 10px;
}

.chat-para2 {
    font-size: 14px;
    color: #7a7979;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.chat-input {
    background-color: #f1f1f1;
    border: 2px solid #b8b8b8;
    border-radius: 10px;
    height: 54px;
    outline: none;
    width: 734px;
}

.chat-btn {
    width: 71px;
    height: 54px;
    background-color: #76b3ab;
    color: white;
    border: none;
    outline: none;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

.chat-input::placeholder {
    font-size: 14px;
    color: #7a7979;
    /* Light grey */
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: none;
}

.cht-box-bg {
    background-color: white;
    height: 784px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 0px 30px;
    overflow-y: scroll;
}

.chat-para3 {
    font-size: 14px;
    color: #7a7979;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.message-control {
    padding-top: 100px;
}

.chart-box {
    width: 100%;
    background-color: #f8f8f8;
    border: 2px solid #bfbfbf;
    overflow: hidden;
    border-radius: 10px;
    padding: 25px 10px;
}

.chart-box .card-body {
    border-radius: 20px;
}

.widget-card-title {
    font-size: 28px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.termspara {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-size: 15px;
    text-transform: capitalize;
}

.termscheckbox {
    border: 1px solid #76b3ab;
    width: 27px;
    height: 27px;
}

.requestform {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}

.requestform h1 {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-weight: bold;
    font-size: 42px;
    margin-top: 60px;
}

.requestform .row {
    width: 550px;
}

.requestform input,
.requestform select {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    height: 58px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    outline: none;
    padding: 0px 15px;
}

.detailprofileimg {
    border: 6px solid #ffffff;
    width: 164px;
    height: 164px;
    border-radius: 50%;

}

.tdimage {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}




.homesec5 .tab-pane {
    display: block !important;
}

.footerlogo {
    width: 120px;
}

.navbar-brand img {
    width: 120px;
}

.dashbord-logo {
    width: 120px;
}



.option-box h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
    font-family: "Inter", sans-serif;
}

.radio-group {
    display: flex;
    gap: 40px;
}

.radio-group label {
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}

.radio-group input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 50%;
    margin-right: 8px;
    outline: none;
    position: relative;
    display: flex !important;
}

.radio-group input[type="radio"]:checked::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
}

.radio-group input[type="radio"]:hover {
    border-color: #D9D9D9;
}

.custom-card {
    max-width: 500px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.custom-card h1 {
    font-size: 28px;
    font-weight: 600;

}

.card a:hover {
    text-decoration: underline !important;
}

.eyebtn {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 50%) !important;
}

.loginnavtabs .nav-tabs .nav-link {
    width: unset !important;
}

.loginnavtabs .nav-tabs .nav-link.active {
    background-color: transparent !important;
    border-radius: 0px;
    color: #000000 !important;
    border-bottom: 2px solid #76b3ab !important;
    outline: none !important;
    font-weight: unset;
}


.company-list .search-bar .div2 {
    width: 28%;
    /* overflow: hidden; */
}