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

a {
    color: inherit !important;
}

@font-face {
    font-family: "Base Neue";
    src: url("../fontfamily/base-neue/fonnts.com-BaseNeue-Regular.ttf")
            format("ttf"),
        url("../fontfamily/base-neue/fonnts.com-BaseNeue-Regular.ttf")
            format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fontfamily/Montserrat-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fontfamily/Montserrat-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fontfamily/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fontfamily/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fontfamily/Montserrat-ExtraBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

.inter-regular {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.raleway-bold {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

body {
    overflow-x: hidden !important;
    background-color: #fffaf2 !important;
}

h1 {
    margin-bottom: 0px;
}

h2 {
    margin-bottom: 0px;
}

h3 {
    margin-bottom: 0px;
}

h4 {
    margin-bottom: 0px;
}

h5 {
    margin-bottom: 0px;
}

h6 {
    margin-bottom: 0px;
}

p {
    margin-bottom: 0px;
}

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

.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;
}

.sec1banner {
    background: url(../img/banner.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 760px;
}

.nav-item .nav-link {
    font-size: 18px;
    color: #000;
}

.searchbar input {
    width: 578px;
    color: rgba(0, 0, 0, 50%);
    font-size: 14px;
    height: 45px;
    text-transform: capitalize;
    border-radius: 10px;
    border: none;
    outline: none;
    padding-left: 15px;
    padding-right: 118px;
}

.searchbtndiv {
    position: absolute;
    top: 8px;
    right: 0;
}

.searchbtndiv button {
    height: 45px;
    width: 116px;
    border-radius: 10px;
    background: #d98018;
    font-size: 18px;
    border: none;
    color: #ffffff;
}

.loginbtn {
    position: relative;
    /* height: 45px; */
    /* width: 185px; */
    padding: 8px 25px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: black;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background: transparent;
    z-index: 1;
    overflow: hidden;
    background-clip: padding-box;
}

.loginbtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
    background: linear-gradient(to right, #d98018, #00878f);
    border-radius: 10px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.loginbtn::after {
    display: none;
}

.sec1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-top: 109px;
}

.sec1 h1 {
    font-size: 60px;
    color: #000000;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    width: 50%;
    margin: 0 auto;
    text-transform: capitalize;
}

.sec1 p {
    font-size: 14px;
    color: rgba(0, 0, 0, 50%);
    margin: 20px auto;
    width: 40%;
    text-transform: capitalize;
}

.sec1 button {
    width: 170px;
    height: 45px;
    border: none;
    font-size: 18px;
    color: #ffffff;
    border-radius: 10px;
    background-color: #d98018;
    text-transform: capitalize;
}

.sec2 {
    padding: 70px 0px;
}

.sec2 h1 {
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
    color: black;
}

.sec2card {
    background-color: #2a2f3c; /* dark background */
    color: #fff;               /* white text */
    border-radius: 8px;
    padding: 0px 15px;
    height: 60px;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s;
}

.sec2card img {
    width: 30px;
    height: 30px;
}

.sec2card:hover {
    background-color: #333; /* slightly lighter on hover */
}


.sec3 {
    padding-bottom: 90px;
    padding-top: 20px;
}

.sec3 h1 {
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
}

.sec3 h3 {
    font-size: 20px;
    color: #000000;
}

.sec3card {
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    padding-right: 10px;
    background-color: white;
}

.sec3card .personimg {
    border-radius: 10px;
    height: 193px;
}

.sec3card h2 {
    color: #000000;
    font-size: 22px;
}

.sec3card h5 {
    font-size: 14px;
    color: rgba(0, 0, 0, 80%);
    margin-bottom: 0;
}

.sec3card p {
    font-size: 12px;
    color: rgba(0, 0, 0, 80%);
}

.sec3card .badge {
    border-radius: 13px;
    background-color: #ffe1d2;
    color: #000000;
    font-size: 11px;
    padding: 0px 10px;
    height: 20px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3card .msgbtn {
    font-size: 14px;
    color: #ffffff;
    background-color: #d98018;
    border-radius: 10px;
    height: 29px;
    width: 94px;
    border: none;
}

.sec4 {
    background: url(../img/sec4.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 423px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 70px;
}

.sec4 h2 {
    font-size: 45px;
    color: #ffffff;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    width: 55%;
}

.sec4 button {
    width: 170px;
    height: 45px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 10px;
    font-size: 18px;
    border: none;
}

.sec3box {
    box-shadow: 0px 2px 5.5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 250px;
    background-color: #ffffff;
    /* width: 225px; */
}

.imgbox {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
}

.imgbox img {
    width: 136px;
    height: 136px;
    border-radius: 100px;
}

.sec3boxes {
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.sec3boxtext {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
}

.sec3boxtext h2 {
    font-size: 22px;
    color: #000;
}

.sec3boxtext h4 {
    color: rgba(0, 0, 0, 50%);
    font-size: 16px;
}

.sec3boxtext h3 {
    font-size: 16px;
}

.msgbtn2 {
    width: 100%;
    background: #d98018;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    height: 35px;
}

.footer {
    width: 100%;
    height: fit-content;
    background: url(../img/footerbg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    position: relative;
    padding-top: 170px;
}

.footer ul {
    padding: 0;
}

.footer ul li {
    list-style: none;
    font-size: 14px;
    color: #ffffff;
}

.footer-head {
    font-size: 20px;
    color: #ffffff;
}

.footer-para {
    font-size: 12px;
    width: 100%;
    color: rgba(255, 255, 255, 80%);
}

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

.footer-box {
    height: 72px;
    background-color: #2a2f3c;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-box p {
    font-size: 14px;
    color: #ffffff;
}

.footer1-head {
    color: #ffffff;
    font-size: 45px;
}

.footerpart1 {
    background: url(../img/footerbg1.svg);
    background-size: cover;
    background-position: center;
    height: 210px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 90px;
    z-index: 1;
    width: 95%;
    margin: 0 auto;
    padding: 0px 80px;
}

.footersec-input {
    height: 54px;
    background-color: #ffffff;
    border: none;
    color: #74757b;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 10px;
    outline: none;
    /* z-index: -23; */
}

.input-btn {
    height: 54px;
    background-color: #191825;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    width: 150px;
}

.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
    color: #000000;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item {
    padding: 0;
}

.listing-head {
    margin-top: 40px;
    font-size: 45px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Base Neue", sans-serif;
    text-align: center;
}

.leftbox {
    box-shadow: 0px 2px 7.8px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border-radius: 10px;
    height: 100%;
    padding-bottom: 35px;
}

.leftbox h2 {
    padding: 35px;
    padding-bottom: 0;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Base Neue", sans-serif;
}

.leftbox .nav-tabs {
    border: 0px;
}

.leftbox .nav-tabs .nav-link {
    border: 0px;
    border-radius: 0px;
    height: 63px;
    display: flex;
    align-items: center;
    padding-left: 35px;

    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: rgba(0, 0, 0, 50%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: unset !important;
}

.leftbox .nav-tabs .nav-link.active {
    border: 0px;
    background-color: #d98018;
    border-radius: 0px;
    color: #ffffff;
}

.leftbox .nav-tabs .nav-link:focus,
.leftbox .nav-tabs .nav-link:hover {
    border-color: rgba(0, 0, 0, 0.2) !important;
}

.detailsimg {
    border-radius: 10px;
    max-width: 100%;
    height: 440px;
    width: 100%;
}

.detailsec h3 {
    font-size: 25px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.detailsec p {
    font-size: 18px;
    width: 90%;
    color: rgba(0, 0, 0, 50%);
}

.hrline {
    background: rgba(0, 0, 0, 0.2);
    width: 99%;
}

.specialbtnbadge {
    padding: 0px 18px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    background-color: #d98018;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detailsec h4 {
    font-size: 18px;
    color: rgba(0, 0, 0, 50%);
}

.detailsec h5 {
    font-size: 18px;
    color: #000000;
}

.detailsec h6 {
    font-size: 18px;
    color: rgba(0, 0, 0, 80%);
}

.week-row {
    display: flex;
    flex-direction: column;
}

.week-row div {
    align-items: flex-start;
}

.week-row div img {
    margin-top: 10px;
}

.detailsright {
    border-radius: 10px;
    box-shadow: 0px 2px 7.8px rgba(0, 0, 0, 0.25);
    padding: 30px;
    background-color: white;
}

.profileimg {
    width: 112px;
    height: 122px;
}

.detailsrighttext h3 {
    font-size: 20px;
    color: #000000;
}

.detailsrighttext h2 {
    color: rgba(0, 0, 0, 50%);
    font-size: 18px;
}

.stat-item {
    flex: 1;
}

.stat-value {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    font-family: "Base Neue", sans-serif;
}

.stat-label {
    font-size: 16px;
    color: rgba(0, 0, 0, 50%);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.divider {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 10px;
}

.sessionbox .nav-tabs {
    border: 0px;
    background-color: #f0f0f0;
    border-radius: 10px;
}

.sessionbox .nav-tabs .nav-link {
    border: 0px;
    border-radius: 0px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #f0f0f0;
    color: rgba(0, 0, 0, 50%);
    text-transform: capitalize;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: unset !important;
}

.sessionbox .nav-tabs .nav-link.active {
    border: 0px;
    background-color: #d98018;
    border-radius: 0px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
}

.sessionbox .nav-tabs .nav-link:focus,
.sessionbox .nav-tabs .nav-link:hover {
    border-color: rgba(0, 0, 0, 0.2) !important;
}

.sessionbox {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}

.pricetext h2 {
    font-size: 18px;
    font-family: "Base Neue", sans-serif;
    font-weight: 700;
    color: #000000;
}

.sessiontext {
    font-size: 18px;
    color: rgba(0, 0, 0, 50%);
}

.btn-1 {
    height: 48px;
    border-radius: 10px;
    color: #fffaf2;
    background: #d98018;
    font-size: 14px;
    border-radius: 10px;
    border: none;
    text-transform: capitalize;
}

.btn-2 {
    height: 48px;
    border-radius: 10px;
    color: #000000;
    background: transparent;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #d98018;
    text-transform: capitalize;
}

.discountText {
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.discountText span {
    color: #b1812e;
}

.reviewbox {
    height: 185px;
    background-color: #d98018;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviewbox h1 {
    font-size: 72px;
    color: #fffaf2;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.reviewbox h2 {
    font-size: 18px;
    color: #fffaf2;
}

.reviewprofileimg {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

.reviewcard {
    padding: 15px;
    border-radius: 7.56px;
    box-shadow: 0px 1.51px 5.89px rgba(0, 0, 0, 0.25);
    background: #ffffff;
}

.reviewtext h4 {
    font-size: 13.6px;
    color: #000000;
}

.reviewtext h2 {
    font-size: 12.09px;
    color: rgba(0, 0, 0, 50%);
}

.detailsec h5 {
    font-size: 12.09px;
    color: #000000;
}

/* MUNEEB CSS// */

/* Optional: Add padding and spacing inside the modal body */

#exampleModal .modal-content {
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    /* height: fit-content !important; */
}

/* Modal Header */
#exampleModal .modal-header {
    background-color: black;
    border-bottom: none !important;
    padding: 1rem 1.5rem;
}

/* Modal Title */
#exampleModal .modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

/* Modal Body */
#exampleModal .modal-body {
    padding: 1.5rem;
    width: 100px;
}

/* Modal Footer */
#exampleModal .modal-footer {
    border-top: none !important;
    padding: 1rem 1.5rem;
}

/* Buttons */
#exampleModal .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

#exampleModal .btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

#exampleModal .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d !important;
}

#exampleModal .btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

/* Optional: Close button style */
#exampleModal .btn-close {
    filter: brightness(0.6);
}

/* Optional: Styling for the column placeholders */
#exampleModal .modal-body .col {
    min-height: 100px;
    background-color: black;
    margin: 5px 0;
    border-radius: 5px;
    width: 100% !important;
}

.login-head {
    font-family: "Base Neue", sans-serif;
    font-size: 25px;
    color: black;
    text-transform: capitalize;
    /* font-weight: 600; */
    margin-bottom: 0px;
}

.modal-dialog {
    /* max-width: 80% !important; */
    min-width: 1020px;
}

.login-div {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 80px;
}

.login-para {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: black;
    margin-top: 20px;
    margin-left: 4px;
}

.login-para span {
    color: rgba(0, 0, 0, 50%);
}

.span2 {
    color: #ba9048 !important;
    text-decoration: underline;
    cursor: pointer;
}

.login-inpu {
    width: 412px;
    height: 53px;
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: #d98018;
    color: white;
    padding-left: 15px;
}

.login-inpu::placeholder {
    color: white;
    font-weight: 100;
}

.login-head2 {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 14px;
    margin-bottom: 0px;
}

.login-border-div {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 30px;
    margin-top: 15px;
}

.login-border {
    border: 1px solid rgba(0, 0, 0, 20%);
    width: 150px;
}

.input-div {
    margin-top: 15px;
}

.input-div2 {
    margin-top: 15px;
}

.login-para2 {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 12px;
    margin-bottom: 0px;
    width: 100%;
    text-transform: capitalize;
    margin-top: 90px;
    margin-bottom: 16px;
}

.login-para2 span {
    font-weight: bold;
}

.login-paradiv {
    display: flex;
    align-items: center;
    height: 31%;
    align-items: end;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.login-img {
    height: 582px !important;
}

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

.sign-up-inpu {
    width: 100%;
    height: 53px;
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: #f0f0f0;
    padding-left: 15px;
    font-family: "Montserrat", sans-serif;
}

.sign-up-inpu::placeholder {
    color: black;
}

.sign-up-para {
    font-family: "Poppins", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 16px;
    width: 75%;
}

.reset-btn {
    background-color: #d98018;
    border-radius: 10px;
    width: 100%;
    height: 53px;
    border: none;
    outline: none;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: white;
    font-size: 14px;
    text-transform: capitalize;
}

.sing-up-row {
    display: flex;
    align-items: center;
}

.modal-content2 {
    background-color: white;
    border-radius: 10px;
}

.login-box {
    width: 100%;
    border-radius: 10px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-btn {
    width: 100%;
    height: 53px;
    background-color: #d98018;
    border: none;
    outline: none;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px 0px 15px;
    text-transform: capitalize;
}

.sign-para2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: black;
    font-weight: 400;
    text-align: end;
    margin-top: 5px;
    cursor: pointer;
    width: 100%;
}

.arrow-img {
    cursor: pointer;
}

.veryfy-input {
    width: 61px;
    height: 53px;
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: #f0f0f0;
    padding-left: 15px;
    font-family: "Montserrat", sans-serif;
}

.veryfy-div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reset-para {
    font-family: "Poppins", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    margin-top: 15px;
    margin-left: 5px;
}

/* found-page// */
.found-page {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    height: fit-content;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 90px;
}

.found-para {
    font-family: "Poppins", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 42%;
    margin: 0 auto;
    margin-top: 25px;
}

.found-head {
    font-family: "Base Neue", sans-serif;
    font-size: 25px;
    color: black;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
}

.body {
    background-color: #fffaf2;
}

.foung-btn {
    width: 637px;
    background-color: #d98018;
    color: white;
    border: none;
    outline: none;
    height: 45px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 10px;
    margin-top: 15px;
}

/* personal information//  */
.information-box {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 25px 20px 40px 40px;
    margin-top: 50px;
    height: fit-content;
    /* position: relative; */
    margin-bottom: 30px;
}

.information-head {
    font-family: "Base Neue", sans-serif;
    font-size: 25px;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    width: 75%;
    margin-top: 16px;
}

.information-cards {
    width: 100%;
    background-color: #fff3df;
    border-radius: 10px;
    padding: 38px 20px 25px;
}

.information-card-head {
    font-family: "Base Neue", sans-serif;
    font-size: 20px;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    width: 80%;
    text-wrap: nowrap;
}

.information-card-para {
    font-family: "Poppins", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 0px;
}

.number-box h1 {
    background-color: #00878f;
    width: 51px;
    height: 51px;
    color: white;
    border-radius: 5px;
    font-family: "Base Neue", sans-serif;
    font-size: 25px;
    justify-content: center;
    display: flex;
    padding-top: 8px;
    letter-spacing: 2px;
    position: absolute;
    top: -25px;
    left: 5px;
}

.information-row {
    padding-top: 50px;
}

.information-btn {
    width: 100%;
    height: 45px;
    background-color: #d98018;
    border-radius: 10px;
    border: none;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-transform: capitalize;
    margin-top: 18px;
}

.information-img {
    height: 373px !important;
    width: 100%;
}

.information-head2 {
    font-family: "Base Neue", sans-serif;
    font-size: 20px;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.information-para2 {
    font-family: "Poppins", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    width: 91%;
    text-transform: capitalize;
    margin-top: 10px;
}

.information-div {
    display: flex;
    align-items: center;
    margin-top: 40px;
    /* flex-wrap: wrap; */
}

.eye-icon {
    position: absolute;
    top: 66%;
    right: 19px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 25px;
    height: 22px;
    z-index: 2;
    pointer-events: all;
}

.d-none {
    display: none;
}

.col-div {
    width: 412px;
}

/* OFFCANVAS-PAGE// */
.offcanva-box {
    width: 525px;
    height: fit-content;
    background-color: white;
    border-radius: 10px;
    padding: 30px 50px;
}

.cross-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offcanva-head {
    font-family: "Base Neue", sans-serif;
    font-size: 25px;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.offcanva-head2 {
    font-family: "Base Neue", sans-serif;
    font-size: 20px;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 30px;
}

.offcanva-btns {
    width: fit-content;
    background-color: #f0f0f0;
    border-radius: 10px;
    height: 45px;
    width: fit-content;
    margin-top: 30px;
}

.offcanva-btn {
    border: none;
    outline: none;
    font-family: "Poppins", sans-serif;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: 45px;
    width: 133px;
    cursor: pointer;
    border-radius: 10px;
}

.offcanva-btn.active {
    background-color: #d98018;
    color: white;
    border-radius: 10px;
}

.offcanva-tab {
    display: none;
    margin-top: 20px;
}

.offcanva-tab.active {
    display: block;
}

.offcanva-box2 {
    width: 100px;
    height: 70px;
    background-color: white;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* padding: 15px 0px; */
    cursor: pointer;
}

.offcanva-box2 h1 {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.offcanva-box2 p {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.offcanva-cards {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.offcanva-box2.active {
    color: #ba9048;
    border: 1px solid #ba9048;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
}

.offcanva-para {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 10px;
    text-transform: capitalize;
}

.offcanva-line {
    width: 100%;
    margin-top: 50px;
}

.offcanva-head3 {
    font-family: "Base Neue", sans-serif;
    font-size: 20px;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.offcanva-head3 span {
    color: #ba9048;
    margin-left: 20px;
}

.offcanva-btn2 {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: #d98018;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    color: white;
    height: 45px;
    margin-top: 30px;
}

/* Offcanvas Modal */
.offcanva-modal {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    background: #fff;
    z-index: 1050;
    /* width: 800px; */
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.4s ease;
    overflow-y: auto;
}

.offcanva-modal.active {
    right: 0;
}

/* Optional overlay */
.offcanva-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    display: none;
}

.offcanva-overlay.active {
    display: block;
}

.cross-div img {
    width: 20px;
    cursor: pointer;
}

/* PAYMENT.PHP/// */
.payment-head {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-top: 40px;
    color: black;
    text-transform: capitalize;
}

.payment-head span {
    font-weight: bold;
}

.payment-sec1 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
    margin-left: 10px;
}

.payment-sec1 h1 {
    font-size: 25px;
    font-family: "Base Neue", sans-serif;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
}

.payment-box {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    height: fit-content;
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 15px 35px;
}

.payment-option {
    width: 100%;
    height: 50px;
    background-color: #d98018;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.payment-option h1 {
    font-family: "Poppins", sans-serif;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.round-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    font-family: sans-serif;
    font-size: 14px;
}

.round-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.round-checkbox .box {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 2px solid #c5bebe;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
    flex: 0 0 auto;
    background: transparent;
}

.round-checkbox .box::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 64%;
    height: 64%;
    border-radius: 50%;
    background: #d3801b;
    transition: transform 0.16s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d3801b;
}

.round-checkbox input:checked + .box::after {
    transform: translate(-50%, -50%) scale(1);
}

.round-checkbox input:checked + .box {
    border-color: #d3801b;
    box-shadow: 0 0 0 4px rgba(211, 128, 27, 0.06);
    /* subtle glow */
}

.payment-para {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
}

.payment-img {
    width: 30px;
}

.payment-div {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 35px;
}

.payment-input {
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    background-color: #f0f0f0;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    padding-left: 20px;
    color: rgba(0, 0, 0, 50%);
}

.payment-row {
    margin-top: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

/* Firefox ke liye */
input[type="date"] {
    -moz-appearance: textfield;
}

.accordion-header {
    background-color: #d98018 !important;
    /* border-radius: 10px !important; */
    outline: none !important;
    height: 50px !important;
    /* padding: 0px 13px ; */
}

.accordion-button {
    background-color: #d98018 !important;
    border-radius: 10px !important;
    outline: none !important;
}

.faq-head {
    font-size: 16px !important;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: white;
    text-transform: capitalize;
}

.faq-head span {
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
    margin-left: 10px;
}

.accordion-button.collapsed::after {
    background-image: url(../img/faq-arrow.svg);
    margin-top: -4px;
    transform: rotate(180deg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/payment-arrow2.svg);
}

.faq-box {
    width: 238px;
    height: 141px;
    border: 1px solid #dedede;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px 18px;
}

.faq-box h1 {
    font-size: 16px;
    font-family: "Base Neue", sans-serif;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
}

.faq-head3 {
    font-size: 17px;
    font-family: "Base Neue", sans-serif;
    font-weight: bold;
    color: #d4801b;
    text-transform: capitalize;
}

.faq-box p {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 12px;
    margin-top: 15px;
}

.accordion-body {
    padding: 10px 20px !important;
    color: white;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.payment-box2 {
    width: 100%;
    height: fit-content;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 27px;
    padding: 20px 30px;
}

.payment-box2 h1 {
    font-size: 20px;
    font-family: "Base Neue", sans-serif;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
}

.payment-box2 p {
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    text-transform: capitalize;
}

.payment-head3 {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    color: black;
}

.payment-para3 {
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: black !important;
    text-transform: capitalize;
}

.payment-para4 {
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    text-transform: capitalize;
}

.payment-btn {
    background-color: #d98018;
    border: none;
    outline: none;
    border-radius: 10px;
    width: 100%;
    height: 45px;
    color: white;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}

.payment-para5 {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 12px !important;
    margin-top: 15px;
    margin-left: 15px;
}

.payment-modal-box {
    width: 421px;
    height: fit-content;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 30px 00px 25px;
}

.payment-modal-box h1 {
    font-size: 34px;
    font-family: "Base Neue", sans-serif;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
    text-align: center;
    margin-top: 20px;
}

.payment-modal-box p {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    text-transform: capitalize;
    text-align: center;
    margin-top: 20px;
}

.payment-modal-box button {
    width: 90%;
    height: 45px;
    border: none;
    outline: none;
    background-color: #d98018;
    border-radius: 10px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: white;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 25px;
}

.modal-img {
    display: flex;
    margin: 0 auto;
}

/* MODAL// */
.payment-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

/* Modal box */
.payment-modal-box {
    text-align: center;
    max-width: 350px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.payment-modal-box img {
    max-width: 80px;
    margin-bottom: 15px;
}

.payment-modal-box h1 {
    margin: 10px 0;
}

.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush
    > .accordion-item
    > .accordion-header
    .accordion-button.collapsed.active {
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: white;
}

.btn-close {
    background-image: url(../img/cross-img2.svg);
}

.dontaccount {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 15px;
    margin-top: 10px;
}

.dontaccount a {
    color: #ba9048 !important;
    text-decoration: underline;
    cursor: pointer;
}

/* ABOUT-PAGE// */
.about-bg {
    background-image: url(../img/about-bg-img.svg);
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-bg h1 {
    font-size: 60px;
    color: white;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    width: 50%;
    margin: 0 auto;
    text-transform: capitalize;
    text-align: center;
}

.about-col h1 {
    font-size: 40px;
    color: black;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.about-col h3 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    text-transform: capitalize;
    margin-top: 12px;
}

.about-col h4 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    /* color: rgba(0, 0, 0, 50%); */
    color: black;
    text-transform: capitalize;
    margin-top: 20px;
}

.about-col p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    text-transform: capitalize;
    margin-top: 12px;
}

.about-col {
    padding: 30px 0px 30px 60px;
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-row {
    padding-top: 80px;
}

.about-head {
    font-size: 40px;
    color: black;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin-top: 60px;
}

.about-head2 {
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    font-weight: 500;
    color: black;
}

.about-para {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: rgba(0, 0, 0, 50%);
    text-transform: capitalize;
    text-align: center;
}

.about-card {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card-row {
    padding-top: 40px;
}

.faq-container {
    margin-top: 50px;
}

.policy-box h1 {
    font-size: 20px;
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.policy-box p {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: rgba(0, 0, 0, 50%);
    text-transform: capitalize;
    margin-top: 5px;
}

.policy-box {
    border-radius: 10px;
    padding: 15px 0px 0px;
}

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

/* CONTACT-PAGE/// */
.faq-contact-wrapper {
    padding: 40px 0px 0px;
    font-family: "Poppins", sans-serif;
}

.faq-contact-container {
    margin: auto;
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    gap: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.faq-section,
.form-section {
    flex: 1;
}

.faq-section h4 {
    font-size: 21px;
    color: #888;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.faq-section h2,
.form-section h2 {
    font-size: 30px;
    margin-bottom: 25px;
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.faq-question {
    padding: 15px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #808080;
}

.faq-question .arrow {
    font-size: 30px;
    transition: transform 0.3s;
}

.faq-question.active .arrow {
    transform: rotate(90deg);
}

.faq-question:hover {
    color: #d98018;
}

.faq-answer {
    display: none;
    font-size: 14px;
    color: #777;
    margin-top: 10px;
    line-height: 1.6;
    transition: all 0.3s ease;
}

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

.form-group.full {
    flex-direction: column;
}

.form-field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-field label {
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
}

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

input,
textarea {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border: 1px solid #c2c0c0;
    border-radius: 6px;
    background-color: #f5f5f5;
    outline: none;
}

textarea {
    height: 120px;
    resize: vertical;
}

.submit-btn {
    background-color: #d98018;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 17px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

@media (max-width: 900px) {
    .faq-contact-container {
        flex-direction: column;
    }

    .form-group {
        flex-direction: column;
    }
}

/* FAQ-PAGE// */
.faq-bg {
    background-color: #d98018;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.faq-bg h1 {
    font-size: 60px;
    color: black;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.faq-bg p {
    font-size: 20px;
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 10%);
}

.faq-header {
    padding: 20px 0px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.faq-content {
    display: none;
    padding: 0px 0px 10px;
}

.faq-icon {
    font-weight: 400;
    font-size: 40px;
}

.faq-container h1 {
    font-size: 40px;
    color: black;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.faq-box2 {
    width: 100%;
    border-radius: 10px;
    height: 330px;
    background-color: white;
    padding: 30px 30px;
    margin-top: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.faq-box2 {
    display: block;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.faq-page {
    overflow-y: scroll;
    height: 450px;
    margin-top: 50px;
}

.faq-page::-webkit-scrollbar {
    scroll-behavior: none !important;
    scrollbar-width: none !important;
}

.side-bar {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 50px;
    padding-top: 8px;
    margin-top: 10px;
}

.side-bar {
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 5px;
}

.side-bar.active {
    background-color: #d98018;
    color: white;
    font-weight: bold;
    border: none;
}

.side-bar-head {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin: 0;
}

.side-bar.active .side-bar-head a {
    color: white;
    font-weight: bold;
}

.side-bar-head a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
}

.faq-container h2 {
    font-size: 40px;
    color: black;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

/* FEATURES-PAGE// */
.features-bg {
    background-image: url(../img/feature-bg.svg);
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.features-bg h1 {
    font-size: 60px;
    color: white;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.featuers-img {
    width: 100%;
    position: relative;
}

.features-bg button {
    width: 200px;
    height: 50px;
    background-color: #d98018;
    border: none;
    outline: none;
    border-radius: 10px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
}

.features-head {
    font-size: 40px;
    color: black;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin-top: 80px;
}

.features-para {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    color: rgba(0, 0, 0, 50%);
    text-align: center;
}

.message-btn {
    width: 200px;
    height: 50px;
    background-color: #d98018;
    border: none;
    outline: none;
    border-radius: 10px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
}

.features-box {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    text-align: center;
}

.featuers-img {
    width: 100%;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(128, 128, 128, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.features-buttons {
    text-align: center;
}

.features-box:hover .overlay {
    opacity: 1;
}

.featuers-head2 {
    font-size: 30px;
    color: white;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.featuers-para2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    color: white;
    margin-top: 8px;
}

.featuers-head2,
.featuers-para2 {
    transition: all 0.3s ease;
}

.features-box:hover .featuers-head2,
.features-box:hover .featuers-para2 {
    opacity: 0;
    transform: translateY(-20px);
}

.featuers-btn {
    width: fit-content;
    padding: 0px 20px;
    height: 50px;
    background-color: #d98018;
    border: none;
    outline: none;
    border-radius: 10px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 50px;
}

.futures-cards {
    position: absolute;
    width: 100%;
    bottom: 30px;
    /* left: 37px; */
}

.features-col h1 span {
    color: #d98018;
}

.features-card2 {
    width: 100%;
}

.features-card2 {
    width: 350px;
    height: 430px;
    background-color: #368572;
    border-radius: 10px;
    padding: 30px 30px;
    position: relative;
}

.features-card2 h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 35px;
    color: white;
}

.features-card2 p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    color: white;
    line-height: 30px;
}

.card-images {
    width: 90%;
    height: 200px;
    position: absolute;
    margin: 0 auto;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.card-parrent {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.features-col h1 {
    font-size: 35px;
    color: black;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 50px;
}

.features-col h2 {
    font-size: 20px;
    color: black;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.features-col p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    color: rgba(0, 0, 0, 60%);
    margin-top: 10px;
}

.chek-img {
    width: 24px;
    height: 24px;
}

.card2-parrent {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.section-image {
    width: 100%;
    border-radius: 10px;
}

.futures-card-row {
    padding-top: 80px;
}

.featuers-btn2 {
    width: fit-content;
    padding: 0px 20px;
    height: 50px;
    background-color: #d98018;
    border: none;
    outline: none;
    border-radius: 10px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    margin-top: 30px;
}

.section-images {
    width: 100%;
    /* height: 500px; */
    border-radius: 10px;
}

.last-section {
    margin-top: 80px;
}

#love-mind {
    height: fit-content;
    padding-bottom: 35px;
}

#self-love {
    height: fit-content;
    padding-bottom: 35px;
}

#relationship-tips {
    height: fit-content;
    padding-bottom: 35px;
}

#breakup-advice {
    height: fit-content;
    padding-bottom: 35px;
}

/* PERSONAL-INFORMATION-PAGE// */
.personal-page {
    width: 100%;
    background-color: white;
    height: 70px;
    margin-top: 25px;
}

.personal-page h1 {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 20px;
    text-transform: capitalize;
}

.personal-div a {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 40%);
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.personal-div .nav-link {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 40%);
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    border: none !important;
}

.personal-div .nav-link.active {
    border: none !important;
}

.personal-div a span {
    margin-left: 10px;
    margin-top: 10px;
    color: black;
}

.personal-div a.active {
    color: #000;
    /* active black */
    font-weight: 500;
}

.personal-page h1 span {
    margin-left: 15px;
    color: black;
}

.personal-div {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 20px;
    padding-top: 13px !important;
    overflow-x: scroll;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.personal-div::-webkit-scrollbar {
    scroll-behavior: none !important;
    scrollbar-width: none !important;
}

.personal-box {
    width: 70%;
    height: fit-content;
    background-color: white;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 45px 40px 50px;
}

.personal-box h1 {
    font-size: 25px;
    color: black;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.personal-box h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    color: rgba(0, 0, 0, 50%);
    width: 86%;
    line-height: 27px;
    margin-top: 15px;
}

.persnol-input {
    width: 100%;
    border-radius: 10px;
    height: 50px;
    border: 1px solid #8c7a7a;
    outline: none;
    background-color: white;
    color: rgba(0, 0, 0, 50%);
    padding: 0px 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.persnol-input3 {
    width: 100%;
    border-radius: 10px;
    height: 50px;
    border: 1px solid #8c7a7a;
    outline: none;
    background-color: white;
    color: rgba(0, 0, 0, 50%);
    padding: 0px 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.persnol-input2 {
    width: 100%;
    text-transform: capitalize;
    border-radius: 10px;
    height: 50px;
    border: 1px solid #8c7a7a;
    outline: none;
    background-color: white;
    color: rgba(0, 0, 0, 50%);
    padding: 0px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("https://cdn-icons-png.flaticon.com/512/271/271210.png");
    /* apni image ka URL yahan do */
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.personal-div2 h1 {
    font-family: "Montserrat", sans-serif;
    color: black;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

.personal-div2 p {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 15px;
}

.upload {
    width: 100%;
    border: 1px dashed #8c7a7a;
    height: 105px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 15px;
    cursor: pointer;
}

.upload2 {
    width: 100%;
    border: 1px dashed #8c7a7a;
    height: 105px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 25px;
}

.upload h3 {
    font-family: "Montserrat", sans-serif;
    color: black;
    font-size: 39px;
    text-transform: capitalize;
    font-weight: 400;
    cursor: pointer;
}

.upload2 h3 {
    font-family: "Montserrat", sans-serif;
    color: black;
    font-size: 39px;
    text-transform: capitalize;
    font-weight: 400;
    cursor: pointer;
}

.upload h4 {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    cursor: pointer;
}

.upload2 h4 {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
}

.chek-input {
    width: 18px;
    height: 18px;
    border: 1px rgba(0, 0, 0, 50%);
    outline: none;
    background-color: white;
    color: rgba(0, 0, 0, 50%);
    padding: 0px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.chek-parrent p {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 2px;
}

.chek-parrent {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    margin-left: 15px;
}

.personal-btn {
    width: 100%;
    height: 51px;
    border-radius: 10px;
    background: linear-gradient(to right, #d98018, #00878f);
    color: white;
    border: none;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-top: 30px;
}

.personal-div2 {
    margin-top: 40px;
}

.personal-div2 h6 {
    font-size: 25px;
    color: black;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.personal-div2 h5 {
    font-family: "poppins", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 10px;
}

.photo-btn {
    width: 100%;
    height: 52px;
    border-radius: 10px;
    background: linear-gradient(to right, #d98018, #00878f);
    color: white;
    border: none;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.photo-div {
    margin-top: 50px;
}

.certificat-head {
    font-family: "Montserrat", sans-serif !important;
    color: black;
    font-size: 18px !important;
    text-transform: capitalize;
    font-weight: 500 !important;
    margin-top: 20px;
}

.personal-row {
    padding-top: 20px;
}

#tagContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.tag {
    display: inline-block;
    background: #d98018;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tag span {
    cursor: pointer;
    font-weight: bold;
}

.add-btn {
    width: 100px;
    background: #d98018;
    border: none;
    outline: none;
    height: 50px;
    font-size: 15px;
    color: white;
    font-family: "Montserrat", sans-serif !important;
    border-radius: 10px;
}

.text-area {
    width: 100%;
    border-radius: 10px;
    height: 203px;
    border: 1px solid #8c7a7a;
    outline: none;
    background-color: white;
    color: rgba(0, 0, 0, 50%);
    padding: 0px 15px;
    margin-top: 30px;
    text-transform: capitalize;
}

.personal-modal.show {
    display: flex;
    /* show modal */
}

.personal-modal {
    display: none;
    /* hide by default */
    width: 702px;
    height: fit-content;
    background-color: white;
    border-radius: 10px;
    padding: 40px 40px 30px;
}

.permodal h1 {
    font-size: 25px;
    color: black;
    font-family: "Base Neue", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.permodal p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: black;
    margin-top: 15px;
}

.permodal p span {
    text-decoration: underline;
}

.chek-parrent h2 {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 3px;
}

.modal-content2 {
    width: 700px;
    height: fit-content;
    margin: 0 auto;
    padding: 40px 30px;
}

.personal-modal {
    display: none;
    /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.personal-modal .modal-content {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    position: relative;
}

.close {
    position: absolute;
    top: 21px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.services-arrow {
    width: 12px;
    height: 12px;
}

.arrow-div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.chek-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0px;
    height: 0px;
    padding: 6px 6px 9px 9px;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.chek-input:checked {
    background-color: #d98018;
    border-color: #d98018;
}

.chek-input:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* message// */
/* Fonts */
.message {
    font-family: "Base Neue", "Poppins", sans-serif;
}

:root {
    --accent: #d98018;
    --bg: #fffaf2;
    --muted: #8a7d6e;
    --bubble-left: #fff;
    --bubble-right: rgba(217, 145, 24, 0.12);
    --card-shadow: 0 8px 24px rgba(18, 18, 18, 0.06);
}

.messages-app {
    display: grid;
    grid-template-columns: 280px 1fr;
    width: 100%;
    max-width: 1100px;
    height: 80vh;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--card-shadow);
}

/* Sidebar */
.convos {
    background: linear-gradient(180deg, #fffaf0 0%, #fff 100%);
    padding: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    overflow-y: auto;
}

.brand {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}

.logo {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--accent);
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    margin-bottom: 20px;
}

.convo {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.convo:hover {
    background: rgba(217, 145, 24, 0.07);
}

.convo.active {
    background: rgba(217, 145, 24, 0.12);
}

.avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd7a8, #ff9f3a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #6b2f00;
}

.convo .meta h4 {
    margin: 0;
    font-size: 14px;
}

.convo .meta p {
    margin: 4px 0 0;
    font-size: 13px;
    color: var(--muted);
}

/* Chat area */
.chat-area {
    display: flex;
    flex-direction: column;
    background: #fff;
}

.chat-header {
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 10px;
    align-items: center;
}

.message .row {
    padding-top: 50px;
}

.chat-header .title {
    font-weight: 600;
}

.chat-header .muted {
    font-size: 13px;
    color: var(--muted);
}

.chat-body {
    flex: 1;
    padding: 20px;
    overflow-y: scroll;
    max-height: 450px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: linear-gradient(
        180deg,
        rgba(217, 145, 24, 0.02),
        transparent 40%
    );
}

.convo-box {
    max-height: 440px;
    overflow-y: scroll;
    height: 430px;
}

.msg-row {
    display: flex;
    gap: 10px;
    max-width: 70%;
}

.msg-row.left {
    justify-content: flex-start;
}

.msg-row.right {
    justify-content: flex-end;
    margin-left: auto;
    flex-direction: row-reverse;
}

.msg-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffe9d6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #6b2f00;
}

.bubble {
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
}

.bubble.left {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.bubble.right {
    background: var(--bubble-right);
    color: #5a2d00;
}

.time {
    font-size: 12px;
    color: var(--muted);
    margin-top: 4px;
}

/* Composer */
.composer {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.composer input {
    flex: 1;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    outline: none;
}

.attach {
    padding: 8px 10px;
    border: 1px dashed rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
}

.send-btn {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}

/* Responsive (always show both boxes) */
@media (max-width: 768px) {
    .messages-app {
        grid-template-columns: 1fr;
        /* stack in one column */
        grid-auto-rows: auto auto;
        /* sidebar first, then chat */
    }

    .convos,
    .chat-area {
        border: none;
        height: auto;
    }
}

/* Global Variables */
:root {
    --primary-color: #d98018;
    --background-color: #f9f9f9;
    --card-bg: #ffffff;
    --text-color: #333;
    --font-family: "Base Neue", "Poppins", sans-serif;
    --border-radius: 10px;
}

.card-ui h3 {
    font-size: 20px;
}

.body-ui {
    margin: 0;
    background-color: var(--background-color);
    font-family: var(--font-family);
    color: var(--text-color);
    background-color: #fffaf2;
}

.container-ui {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 20px;
    padding: 40px;
}

/* Sidebar */
.sidebar-ui {
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    padding: 20px;
    height: 100%;
}

.sidebar-ui h2 {
    color: var(--primary-color);
    font-size: 22px;
    margin-bottom: 20px;
}

.sidebar-ui ul {
    list-style: none;
    padding: 0;
}

.sidebar-ui ul li {
    margin: 15px 0;
}

.sidebar-ui ul li a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    transition: 0.3s;
}

.sidebar-ui ul li a:hover {
    color: var(--primary-color);
}

/* Global Variables */
:root {
    --primary-color: #d98018;
    --background-color: #fffaf2;
    --card-bg: #ffffff;
    --text-color: #333;
    --font-family: "Poppins", sans-serif;
    --border-radius: 14px;
    --shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Body */
.body-ui {
    margin: 0;
    background-color: var(--background-color);
    font-family: var(--font-family);
    color: var(--text-color);
}

/* Grid Layout */
.container-ui {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 24px;
    padding: 30px;
}

/* Sidebar */
.sidebar-ui {
    background: var(--card-bg);
    border-radius: var(--border-radius);
    padding: 24px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sidebar-ui h2 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

/* Sidebar Nav */
.nav-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-tabs li {
    margin-bottom: 12px;
}

.nav-tabs a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 500;
    color: var(--text-color);
    transition: 0.3s;
}

.nav-tabs a:hover {
    background-color: rgba(217, 128, 24, 0.1);
    color: var(--primary-color);
}

.nav-tabs a.active {
    background-color: var(--primary-color);
    color: #fff !important;
    font-weight: 600;
}

/* Main Content */
.main-ui {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Greeting */
.greeting-ui {
    font-size: 26px;
    font-weight: 700;
    color: var(--primary-color);
}

/* Card */
.card-ui {
    background: var(--card-bg);
    border-radius: var(--border-radius);
    padding: 24px;
    box-shadow: var(--shadow);
    transition: 0.3s;
}

.card-ui:hover {
    transform: translateY(-2px);
}

/* Profile Photo */
.profile-photo-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile-photo-section img {
    width: 120px;
    height: 120px;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.change-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
}

.change-btn:hover {
    background-color: #b4620f;
}

/* Grid Info */
.grid-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.info-box h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
}

.edit-link {
    color: var(--primary-color);
    font-size: 14px;
    cursor: pointer;
    margin-left: 6px;
    font-weight: 500;
}

.tag {
    background-color: #ffe9d2;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 6px;
    color: var(--primary-color);
    margin-left: 8px;
    font-weight: 600;
}

/* Tabs Content */
.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
    animation: fadeIn 0.4s ease-in-out;
}

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

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

.details-btn {
    height: 45px;
    width: 240px;
    border-radius: 10px;
    background: #d98018;
    font-size: 14px;
    border: none;
    color: #ffffff;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.btn-div {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.breadcrumb-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coach-modal {
    width: 100%;
    height: fit-content;
    border-radius: 10px;
    background-color: white;
    padding: 50px 45px 60px;
}

.coach-modalhead1 {
    font-size: 25px;
    color: black;
    text-align: center;
    font-family: "Base Neue", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
}

.coach-modalhead {
    font-size: 18px;
    color: black;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 30px;
}

.coach-modalpara {
    font-size: 13px;
    color: rgba(0, 0, 0, 50%);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 10px;
}

.coach-modal-textarea {
    width: 100%;
    height: 104px;
    border-radius: 30px;
    border: 1px dashed red;
    background-color: white;
}

.coach-modalhead2 {
    font-size: 16px;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 20px;
}

.coach-modalinput {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #f5f5f5;
    border: none;
    outline: none;
}

.coach-modalbtn {
    width: 100%;
    height: 51px;
    border-radius: 10px;
    background: linear-gradient(to right, #d98018, #00878f);
    color: white;
    border: none;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-top: 40px;
}

#exampleModal .modal-content {
    width: 80%;
    margin: 0 auto;
}

/* Parent wrapper */
.toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    /* Right side */
    padding: 20px 0px;
    /* Thoda spacing */
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    transition: 0.3s;
    border-radius: 25px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 3px;
    bottom: 3px;
    background-color: #444;
    transition: 0.3s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #ddd;
}

input:checked + .slider:before {
    transform: translateX(24px);
    background-color: #444;
}

.coachmodal-head2 {
    font-size: 16px;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

.coach-modal-head2 {
    font-size: 16px;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 20px;
}

.date-icon {
    position: absolute;
    right: 19px;
    top: 40px;
    width: 15px;
    height: 15px;
}

.coach-modalhead4 {
    font-size: 16px;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    margin-top: 30px;
}

.tag {
    display: inline-block;
    background: #d98018;
    color: #fff;
    margin-top: 15px !important;
    padding: 5px 12px;
    margin: 4px 5px 0 0;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.tag .remove {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
}

.coach-modalhead3 {
    font-size: 16px;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    margin-top: 30px;
}

.tab-row {
    padding-top: 30px;
}

.offer-img {
    position: absolute;
    top: -10px;
    right: -8px;
}

.second-modal .coach-modal {
    width: 60%;
    margin: 0 auto;
}

.booking .sidebar {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    height: fit-content;
    padding: 30px 0px 50px;
}

.booking .sidebar h1 {
    font-size: 16px;
    font-weight: 500;
    color: black;
    font-family: "Poppins", sans-serif;
    text-align: center;
    text-transform: capitalize;
}

.booking .sidebar P {
    font-size: 12px;
    font-weight: 400;
    color: black;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.booking-tabs.active {
    height: 44px;
    width: 100%;
    background-color: #d98018;
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
}

.booking-tabs.active h2 {
    color: white;
    font-weight: bold;
}

.booking-tabs {
    height: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0px 30px;
}

.booking-tabs h2 {
    font-size: 16px;
    font-weight: 400;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
}

.booking-tabs img {
    width: 22px;
    height: 22px;
}

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

.tabs-parrent2 {
    margin-top: 140px;
}

.custom-tabs {
    display: flex;
    gap: 5px;
    justify-content: end;
}

.custom-tab-btn {
    padding: 8px 18px;
    border: 1px solid #bababa;
    border-radius: 10px;
    background: #fff;
    color: rgba(0, 0, 0, 50%);
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
}

.custom-tab-btn:hover {
    background: #f6f6f6;
}

.custom-tab-btn.active {
    background: #e27b16;
    /* Orange color like screenshot */
    color: #fff;
    border-color: #e27b16;
}

.custom-tab-content {
    display: none;
    margin-top: 15px;
    padding: 15px;

    border-radius: 8px;
}

.custom-tab-content.active {
    display: block;
}

.booking .offcanva-btns {
    padding: 8px 18px;
    border-radius: 10px;
    background: none;
    color: rgba(0, 0, 0, 50%);
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
}

.booking .offcanva-btn {
    padding: 8px 18px;
    border: 1px solid #bababa;
    border-radius: 10px;
    background: #fff;
    color: rgba(0, 0, 0, 50%);
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
}

.booking .offcanva-btn.active {
    background: #e27b16;
    /* Orange color */
    color: #fff;
    border-color: #e27b16;
}

/* TABLE// */
.booking-table-responsive {
    width: 100%;
    overflow-x: auto;
}

.booking-table {
    width: 100%;
    border-collapse: separate;
    /* ✅ collapse hatao */
    border-spacing: 0 10px;
    /* ✅ rows ke beech gap */
}

.booking-table th,
.booking-table td {
    text-align: center;
    padding: 12px;
    font-size: 14px;
    border: none;
    /* ✅ border-bottom hata do warna black line aati hai */
    font-family: "Poppins", sans-serif;
    /* ✅ font-family alag */
    text-wrap: nowrap;
}

.booking-table th {
    color: #444;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.booking-img {
    object-fit: cover;
    border-radius: 9.24px;
    width: 57px;
    height: 47px;
}

.booking-completed {
    background: #d98018;
    color: #ffffff;
    border: 1px solid #d98018;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}

.booking-warning {
    background: #fff8cc;
    color: #d98018;
    border: 1px solid #d98018;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}

.booking-cancel {
    background: #ffe6e6;
    color: #d32f2f;
    border: 1px solid #d32f2f;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}

.booking-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
    color: #444;
    font-family: "Poppins", sans-serif;
}

.booking-rating img {
    width: 16px;
    height: 16px;
}

.booking-row {
    background: #fff5eb;
    /* ✅ default background */
    border-radius: 10px;
    /* ✅ rounded look */
    overflow: hidden;
    /* ✅ radius properly apply ho */
}

.booking-row:hover {
    background: #ffe8d6;
    /* ✅ hover par thoda dark */
}

.booking .main-box {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    height: fit-content;
    padding: 30px 30px 50px;
}

.table-row {
    padding-top: 30px;
}

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

.tab-parrent3 {
    display: flex;
    align-items: center;
    justify-content: end;
}

.booking .modal-head {
    font-size: 25px;
    font-weight: bold;
    font-family: "Base Neue", sans-serif;
    color: black;
    text-align: center;
}

.booking .content-box {
    width: 100%;
    background-color: #fffaf2;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.booking .modal-head2 {
    font-size: 18px;
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 500;
    text-transform: capitalize;
}

.booking .modal-para {
    font-size: 13px;
    color: rgba(0, 0, 0, 50%);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.booking .text-box {
    font-size: 10px;
    color: rgba(0, 0, 0, 50%);
    font-family: "Poppins", sans-serif;
    font-size: 400;
    background-color: #ffe1d2;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 10px;
    text-wrap: nowrap;
}

.booking .modal-para2 {
    font-size: 13px;
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 400;
    text-transform: capitalize;
}

.booking .modal-head3 {
    font-size: 19px;
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 500;
    text-transform: capitalize;
}

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

.booking .booking-head2 {
    font-size: 14px;
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 500;
    text-transform: capitalize;
}

.booking-para {
    color: rgba(0, 0, 0, 50%);
    font-family: "Poppins", sans-serif;
    font-size: 400;
    font-size: 14px;
}

.booking .modal-content {
    width: 70%;
    padding: 60px 30px 70px;
    margin: 0 auto;
}

.booking .modal-btn {
    width: 100%;
    height: 51px;
    border-radius: 10px;
    background: linear-gradient(to right, #d98018, #00878f);
    color: white;
    border: none;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-top: 60px;
    text-transform: capitalize;
}

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

.loader-img {
    width: 20px;
    margin-left: 10px;
    vertical-align: middle;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.chats .chat-head {
    font-size: 14px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #012047;
}

.chats .user-box {
    /* border: 1px solid #E6E8EE; */
    height: fit-content;
    padding: 20px 15px;
    background-color: white;
}

.chats .chat-input {
    width: 100%;
    border: 1px solid #e6e8ee;
    outline: none;
    height: 45px;
    color: #91a0b3;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    padding-right: 24px;
    font-family: "Inter", sans-serif;
}

.chats .search-icon {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 16px;
    height: 16px;
}

.chats .user-box2 {
    /* border: 1px solid #E6E8EE; */
    height: fit-content;
    padding: 0px 15px 20px 15px;
    background-color: white;
}

.chats .chat-head2 {
    font-size: 13px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-family: "Inter", sans-serif;
    color: #012047;
}

.chats-box {
    width: 100%;
    height: fit-content;
    padding: 10px;
    border: 1px solid #e6e8ee;
    border-radius: 10px;
}

.chat-head3 {
    font-size: 13px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #012047;
    margin-bottom: 0;
}

.chat-para {
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #012047;
}

.chek-img2 {
    display: flex;
    align-items: center;
    justify-content: end;
}

.chats .main-box {
    width: 100%;
    border: 1px solid #e6e8ee;
    border-radius: 10px;
    background-color: white;
    padding: 15px;
    height: 867px;
}

.chats-btn {
    border-radius: 10px;
    background-color: white;
    border: 1px solid #d5d5d5;
    font-size: 10px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    outline: none;
    height: 32px;
    width: 166px;
    text-transform: capitalize;
}

.chats .btn-div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.chats .filter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    flex-wrap: wrap;
    /* ye add karein */
    gap: 10px;
    /* spacing */
}

/* Small screen ke liye */
@media (max-width: 768px) {
    .chats .filter-box {
        flex-direction: column;
        align-items: flex-start;
        /* sab left align ho jaye */
    }

    .chats .filter-box .btn-div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        /* buttons spread ho jaye */
        margin-top: 8px;
    }

    .chats .filter-box .d-flex.align-items-center.gap-3 {
        margin-top: 8px;
        width: 100%;
        justify-content: flex-end;
        /* search + dots right side pe rahe */
    }
}

.chats .chat-box2 {
    width: 284px;
    height: 34px;
    background-color: #f9f9f9;
    border: 1px solid #e6e8ee;
    border-radius: 5px;
    font-family: "Inter", sans-serif;
    font-size: 9px;
    text-transform: capitalize;
    margin-left: 60px;
    margin-top: 5px;
}

.chat-input2 {
    width: 100%;
    height: 32px;
    border: 1px solid #e6e8ee;
    outline: none;
    height: 31px;
    border-radius: 8px;
    font-size: 10px;
    /* text-transform: capitalize; */
}

.chats .message-btn {
    width: 100%;
    height: 31px;
    border: none;
    outline: none;
    border-radius: 6px;
    background-color: #d98018;
}

.chat-row {
    height: 1023px;
}

.message-img2 {
    width: 116px;
    height: 116px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    margin-top: 18px;
}

.chat-modal-head {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    color: black;
}

.chat-modal-head2 {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    /* margin-top: 20px; */
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    color: black;
}

.chat-modal-para {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    color: black;
    width: 62%;
    margin: 0 auto;
    margin-top: 15px;
}

.chats .modal-content {
    width: 75%;
    padding: 30px 45px 50px;
    margin: 0 auto;
}

.chats2 .modal-content {
    width: 75%;
    padding: 20px 45px 50px;
    margin: 0 auto;
}

.star-group {
    width: 213px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 15px;
}

.chat-text-area {
    width: 100%;
    height: 200px;
    background-color: white;
    border: 1px solid #8c7a7a;
    font-size: 14px;
    color: rgba(0, 0, 0, 50%);
    outline: none;
    margin-top: 15px;
}

.withdraw .main {
    width: 100%;
    background-color: white;
    height: fit-content;
    border-radius: 10px;
    padding: 20px 30px 40px;
}

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

.withdraw-card {
    width: 100%;
    height: fit-content;
    background-color: #d98018;
    border-radius: 10px;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    /* flex-wrap: wrap; */
}

.withdraw-head2 {
    font-size: 30px;
    font-weight: bold;
    color: black;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    color: white;
}

.withdraw-para {
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    color: white;
    font-weight: 400;
}

.withdraw-para span {
    font-weight: bold;
}

.withdra-button {
    width: 146px;
    height: 34px;
    border-radius: 11px;
    background-color: white;
    border: none;
    outline: none;
    font-size: 11px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.notification-box {
    font-family: "Poppins", sans-serif;
    background-color: #66cc33;
    color: #000;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 11px;
    justify-content: center;
    margin-top: 20px;
}

.withdraw-head3 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: black;
}

.withdraw-btn2 {
    width: 129px;
    height: 30px;
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: #d98018;
    font-size: 11px;
    color: white;
}

.withderaw-parrent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.withdraw-head4 {
    font-size: 12px;
    color: rgba(0, 0, 0, 50%);
    font-weight: 500;
}

.withdraw-para2 {
    font-size: 10px;
    color: rgba(0, 0, 0, 50%);
    font-weight: 500;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #d98018;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 50%);
}

.chekbox-parrent {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
}

.withdraw-btn3 {
    width: 100%;
    height: 51px;
    border-radius: 10px;
    background: linear-gradient(to right, #d98018, #00878f);
    color: white;
    border: none;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-top: 60px;
}

.withdraw-modalhead {
    font-size: 25px;
    font-family: "Base Neue", sans-serif;
    font-weight: bold;
    color: black;
    text-align: center;
    text-transform: capitalize;
}

.withdraw-box {
    height: 76px;
    width: 300px;
    border: 1px solid #c3c3c3;
    background-color: #f5f5f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 5px;
}

.withdraw-box h5 {
    font-size: 49px;
    font-weight: 700;
    color: black;
    font-family: "Poppins", sans-serif;
}

.amount-para {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: black;
    text-align: center;
    margin-top: 30px;
}

.withdraw-btn4 {
    width: 100%;
    height: 51px;
    border-radius: 10px;
    background: linear-gradient(to right, #d98018, #00878f);
    color: white;
    border: none;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-top: 80px;
}

.withdraw-modalhead2 {
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: black;
    margin-top: 30px;
    text-align: center;
}

.modal-row {
    padding-top: 30px;
}

.reward-row {
    background-color: #fffaf2;
    border-radius: 10px !important;
}

thead {
    background-color: white !important;
}

.wallet .table-custom {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.wallet .reward-row {
    background: #fffbf5;
    border: 1px solid #f0ede8;
    border-radius: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    gap: 20px;
    text-wrap: nowrap;
}

.wallet .reward-row td {
    border: none;
    color: #545454;
    font-size: 14px;
}

.wallet .reward-row td:first-child {
    font-weight: 700;
}

.wallet .reward-row td:last-child {
    font-weight: 800;
}

.custom-row {
    border-radius: 10px;
    background-color: #fffbf5;
    padding: 15px;
}

.languages-list {
    display: flex;
    flex-wrap: wrap;
    /* allow wrapping to next line */
    gap: 10px;
}

.languages-list .form-check {
    position: relative;
    display: inline-block;
    padding-left: 0;
}

.languages-list .form-check-input {
    display: none;
    /* hide default checkbox */
}

.languages-list .form-check-label {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.2s;
    background-color: #f8f9fa;
    font-family: "Poppins", sans-serif;
}

.languages-list .form-check-input:checked + .form-check-label {
    background-color: #d98018;
    color: #fff;
    border-color: #d98018;
}

.avaibtext {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    margin: 14px 10px 0px 10px;
}

.packageinput {
    font-size: 16px;
    color: rgba(0, 0, 0, 40%);
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.packageinput::placeholder {
    color: rgba(0, 0, 0, 40%);
}

.checkmark-wrapper {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.checkmark {
    width: 80px;
    height: 80px;
    stroke-width: 2;
    stroke: #4caf50;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4caf50;
    border-radius: 50%;
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: #4caf50;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke: #4caf50;
    animation: stroke 0.4s cubic-bezier(0.65, 0, 0.45, 1) 0.7s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

.small-text {
    font-size: 14px;
    margin-top: 8px;
}

.small-text a {
    color: #007bff;
    text-decoration: none;
}

.small-text a:hover {
    text-decoration: underline;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #555;
}

.userprofileimg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #d98018;
}

.editicon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.editicon img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.dashboardprofileimg {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.btn-extend {
    border: 1px solid #d5d5d5;
    border-radius: 9.57px;
    height: 36px;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    padding: 0px 40px;
    text-align: center;
}

.countdown-circle {
    position: relative;
    width: 60px;
    height: 60px;
}

.progress-ring {
    transform: rotate(-90deg);
    width: 60px;
    height: 60px;
}

.progress-ring__background {
    fill: none;
    stroke: #eee;
    stroke-width: 4;
}

.progress-ring__circle {
    fill: none;
    stroke: #d98018;
    stroke-width: 4;
    stroke-linecap: round;
    transition: stroke-dashoffset 1s linear;
}

.countdown-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.profile-wrapper {
    position: relative;
    display: inline-block;
}

.online-badge {
    position: absolute;
    bottom: -2px;
    right: -5px;

    width: 12px;
    height: 12px;
    background-color: #4caf50;
    /* green for online */
    border: 2px solid #fff;
    /* white border for separation */
    border-radius: 50%;
    display: none;
    /* hide by default */
}

.extrapad {
    padding: 0px 140px;
}

.content-img {
    width: 100px;
}

.tick-icon {
    font-size: 12px;
    margin-left: 5px;
}

.tick-grey {
    color: grey;
    /* offline */
}

.tick-white {
    color: #ffffff;
    /* online but not seen */
}

.tick-blue {
    color: #3b82f6;
    /* message seen */
}

.withdrwa-input2 {
    width: 352px;
    height: 79px;
    border: 1px solid #c3c3c3;
    background-color: #f5f5f5;
    font-size: 20px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
}

.withdrwa-input2::placeholder {
    color: black;
}
.details-head2 {
    font-size: 25px;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    margin-top: 30px;
}
.video-btn {
    width: 200px;
    height: 45px;
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: #f0f0f0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 400;
    text-transform: capitalize;
}
.video-btn.active {
    background-color: #d98018;
    color: white;
    font-weight: bold;
}
.video-btn:hover {
    background-color: #d98018 !important;
}
.videoimg {
    height: fit-content;
    width: 100%;
    object-fit: cover;
    height: 180px;
}
.fa-solid {
    margin-top: 5px;
    margin-left: 5px;
}
.play-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d1d1d1;
    position: absolute;
    position: absolute;
    top: 42%;
    bottom: 0px;
    left: 44%;
    font-size: 20px;
    color: black;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.video-images {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.cert-hidden {
    display: none;
}

/* Show when active */
.cert-visible {
    display: block;
}



.footericons i{
    font-size : 16px;
    border : 1px solid #fff;
    width : 40px;
    height : 40px;
    color : #fff;
    display : flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}



.platformtext{
      font-family: "Poppins", sans-serif;
      font-weight : 400;
}