@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "BlenderPro-Medium", sans-serif;
    color: #393939;
    overflow-x: hidden;
    background: #f0f0f0;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
    font-family: "Montserrat", serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}

.theme1-btn {
    background-color: #008080;
    height: 50px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme1-btn:hover {
    background-color: #026060;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme1-btn span.theme1-txt {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}


/* btn Starts */


/* btn Ends */


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "BlenderPro-Medium";
    src: url(../fonts/BlenderPro-Medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "BlenderPro-Medium";
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "BlenderPro-Medium";
    font-size: 28.31px;
    color: #010101;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: "BlenderPro-Medium";
    font-size: 35px;
    color: #000000;
    margin: 0 0 0px;
}

h4 {
    font-family: "BlenderPro-Medium";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "BlenderPro-Medium";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "BlenderPro-Medium";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #999898;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
    font-family: "BlenderPro-Medium";
}


/* Sidebar SEction Start */

section.side_bar {
    position: relative;
    z-index: 1;
    gap: 10vh;
    height: 100vh;
}

.side-bar-logo {
    text-align: center;
    padding: 20px 20px;
}
div#page-content {
    padding-left: 17%;
    padding-right: 40px;
}
.dashboard_page-box .col-xl-2.col-lg-3.col-md-4 {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.dashboard_page-box .col-xl-10.col-lg-9.col-md-8 {
    padding: 0;
}
.side-bar-list-logout {
}
.side-bar-profile  span {
    color: #7fc152;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}


.side-bar-profile:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 140px;
    height: 50px;
    background: #fff;
    margin: 0 auto;
}

ul.slidebar_menu li:nth-child(6) a {
    border: unset;
}
.side-bar-profile {
    border-width: 1px;
    border-color: rgb(228, 228, 228);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    text-align: center;
    position: relative;
}

.side-bar-profile h6 {
    font-size: 10px;
    color: #ffffff;
    text-transform: capitalize;
}

.side-bar-profile img {
    margin-bottom: 10px;
    object-fit: cover;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.side-bar-profile h5 {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}

.side-bar-profile p {
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-family: "BlenderPro-Medium";
    text-transform: uppercase;
}

a {}

li.Logout {
    position: absolute;
    bottom: 30px;
    width: 90%;
    left: 8px;
}

li.Logout a {
    color: #fff !important;
    justify-content: center;
    border-radius: 29px;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
    font-size: 18px !important;
    font-weight:  400 !important;
}

ul.slidebar_menu a {
    font-size: 14px;
    text-transform: uppercase;
    color: #898989;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    width: 100%;
    /* height: 70px; */
    font-weight: 700;
    transition: 0.3s ease-in-out;
    font-family: "BlenderPro-Medium";
    border-bottom: 1px solid #0000002b;
}

ul.slidebar_menu a:hover,
ul.slidebar_menu a.active {
    color: #000;
}

ul.slidebar_menu a img {
    transition: .2s all;
    width: 35px;
    height: 35px;
    object-fit: none;
}

ul.slidebar_menu a:hover img,
ul.slidebar_menu a.active img {
    object-fit: none;
}

.side-bar-logout-box a {
    background: #03101e;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 80px;
    letter-spacing: 1px;
}

.side-bar-logout-box a i {
    font-size: 18px;
    font-weight: 600;
}

.dashbord-right-box {
    background: transparent;
    width: 100%;
    height: 100%;
}

.subchild {
    display: none;
    margin-left: 20px;
    position: relative;
}

.slidebar_menu li:hover>.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild a {
    justify-content: center;
}

.slidebar_menu {
    border-width: 1px;
    border-color: rgb(228, 228, 228);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
}

ul.slidebar_menu a span {
    display: block;
    font-size: 11px;
    color: #7c7c7c;
}

.side-bar-list {
    padding: 0;
    /* height: 70vh; */
    display: block;
    align-content: center;
    margin: 10px;
    margin-top: 0;
    border-radius: 20px;
    /* border: 1px solid #00000021; */
}

li.list-item a {
    border-bottom: 0;
}


/* Sidebar SEction End */

ul.slidebar_menu li:last-child a {
    border: 0;
}

.slidebar_menu::before {}


/*  Header Nav Bar Start */

.search-nav {
    position: relative;
    margin-bottom: 0;
    z-index: 99;
    /* border-bottom: 1px solid #e9e9eb; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
}

.search-nav .row {
    width: 100%;
}

.header-search button {
    width: 60px;
    height: 50px !important;
    background: unset;
    border: 0;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    border-radius: 7px;
    color: #00000052;
}

.header-search input {
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    border: 1px solid #dddddd;
    border-radius: 50px;
    height: 50px;
    font-family: 'Montserrat';
    background: transparent;
}

ul.header-profile-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin-bottom: 0;
    margin-right: 20px;
}

a.mailbox {
    font-size: 18px;
    color: #279c4e;
    position: relative;
    /* width: 50px; */
    /* height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    font-weight: 600;
    z-index: 99;
}

a.mailbox span {
    width: 5px;
    height: 5px;
    background: #279c4e;
    padding: 1px;
    position: absolute;
    top: 10px;
    right: 13px;
    border-radius: 10px;
    z-index: 1;
}

.mail-box {
    position: relative;
}

.user-profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    border-left: 1px solid #e7e7e7;
    margin-left: -10px;
    padding-left: 15px;
    align-items: baseline;
}

.user-profile-img {
    border-radius: 65px;
}

.user-profile-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

.user-profile-info h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.search-nav .row {
    align-items: center;
}

.notification-box {
    position: relative;
}

.side-bar-logo img,
.side-bar-logo a {
    width: auto;
    object-fit: cover;
}


/* Mail Box */

ul.mail-messages {
    position: absolute;
    right: 0;
    width: 230px;
    background: #279c4e;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    top: 30px;
}

ul.mail-messages li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.mail-messages li .mail-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.mail-messages li:hover {
    background: #03101e;
}

ul.mail-messages li .mail-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.mail-messages li .mail-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.mail-messages li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.mail-messages li:last-child {
    border: 0;
}


/* Mail Box */


/* Notification Box */

ul.notification-messages-list {
    position: absolute;
    right: 0;
    width: 230px;
    background: #279c4e;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    top: 30px;
}

ul.notification-messages-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.notification-messages-list li .notification-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.notification-messages-list li:hover {
    background: #61656a;
}

ul.notification-messages-list li .notification-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.notification-messages-list li .notification-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.notification-messages-list li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.notification-messages-list li:last-child {
    border: 0;
}

.notification-dropdown-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.notification-dropdown-btns a {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #a1cf53;
    padding: 5px 8px;
    border-radius: 5px;
    width: 48%;
    justify-content: center !important;
    border: 1px solid #a1cf53;
}

ul.notification-messages-list li:hover .notification-dropdown-btns a {
    background: #000;
}


/* Notification Box */


/* Profile Box */

.user-profile-dropdown {
    position: absolute;
    right: 10px;
    width: 150px;
    background: #000000;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    display: grid;
}

.user-profile-dropdown a {
    padding: 10px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    transition: .2s all;
    text-align: center;
}

.user-profile-dropdown a:last-child {
    border: 0;
}

.user-profile-dropdown a:hover {
    background: #279c4e;
}

.user-profile-info h4>span {
    display: block;
    font-size: 10px;
    color: #279c4e;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.user-profile-info h4>i {
    position: absolute;
    right: -20px;
    top: 0;
}

.header-search {
    position: relative;
    margin-left: auto;
}


/* Profile Box */


/* Home PAge Start */

div#sidebar a.close-btn {
    display: none;
}

div#sidebar a.toggle-btn {
    display: none;
}

.dashboar_page-content {padding-bottom: 30px;}

.welcome-box h3 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 100;
    position: relative;
    color: #fff;
    display: inline-block;
}

.welcome-box p {
    line-height: 27px;
    margin-top: 6px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    opacity: 0.6;
}

.wecolme-box-main {
    position: relative;
}

.welcome-box {
    position: absolute;
    top: 0;
    left: 4%;
    width: 60%;
    top: 25%;
    margin: auto;
    display: block;
    align-content: center;
    margin-bottom: 0 !important;
}

img.wecolme-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 40px;
}

.welcome-box h3 span {
    display: block;
}


.chart-container {
    position: relative;
}

.card p span {
    display: block;
    font-size: 22px;
    margin: 0px 0;
    font-weight: 600;
    color: #1c2b3e;
}

.month-display {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    margin: 30px 0 -25px 0;
}


/* Home PAge End */




/*Login Start*/

.log-p {
    padding: 50px 100px;
    position: relative;
}

.log-form {
    background-color: #fff;
    border-radius: 11px;
    position: relative;
    padding: 40px 30px 30px 30px;
}

.inner-banner-sec {
    background-image: url(../images/inneer-banner.jpg);
    width: 100%;
    height: 630px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-banner-text h2 {
    font-size: 90px;
    text-transform: uppercase;
    color: #000;
    font-family: "pertibd";
    margin-bottom: 0;
}

.inner-banner-text {
    margin-left: 15px;
}

ul.dropdown-menu2.chg li {
    padding: 15px 70px !important;
}

.log-form.chg1:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    /* background: #dedede; */
    right: -70px;
    top: 60px;
}

.log-form-heading ul li h2 {
    font-size: 27px;
    color: #000;
    margin-bottom: -10px;
    text-transform: uppercase;
    font-weight: 600;
}

.log-form-heading {
    position: relative;
    z-index: 9999;
}

.log-form-input input::placeholder {
    font-size: 15px;
    color: #626264;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.log-form input::placeholder {
    font-size: 15px;
    color: #626264;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.log-form {
    position: relative;
}

.log-form:after {
    content: "";
    position: absolute;
    /* background: #f5f6fa; */
    width: 100%;
    height: 135px;
    top: 0;
    left: 0;
    z-index: 1;
}

.log-form-heading ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.log-form-heading ul li p {
    font-size: 12px;
    color: #aaabac;
    margin-bottom: 0;
    font-family: 'Montserrat';
}

.log-form input {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 22px 30px;
    margin-top: 25px;
    background: unset;
    border-radius: 5px;
}

.btn-submits {
    font-family: 'cutmark';
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    margin: 0 auto;
    border: 0;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
    font-size: 18px !important;
    border-radius: 50px;
}

.btn-submits:hover {
    color: #fff;
}

.log-form-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 20px;
}

.log-form-footer input {
    width: 20px;
}

.log-form-footer a {
    color: #b7b6b6;
    font-size: 14px;
    font-weight: 600;
}

.log-form p {
    color: #000000;
    font-size: 11px;
    padding-top: 20px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
}

.log-form p a {
    text-decoration: underline;
    color: #279c4e;
    font-weight: 600;
}

.login-with h2 {
    font-size: 21px;
    color: #8d8d8d;
    text-align: center;
    margin-bottom: 35px;
    font-family: 'Montserrat';
}

.login-with {
    margin-top: 35px;
}

.login-with ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    gap: 30px;
}

.login-with ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1976d2;
    border-radius: 5px;
    padding: 20px 25px;
    color: #fff;
    width: 100%;
    justify-content: center;
}

.login-with ul li h3 {
    font-size: 19px;
    margin-bottom: 0;
    color: #fff;
}

li.back-colour {
    background: #121212 !important;
}

li.back-colour1 {
    background: #d84938 !important;
}

.login-with ul li i {
    font-size: 25px;
}

.log-form-input button.btn-1:before {
    width: 110px;
}

.log-form-input button.btn-1 {
    font-family: 'cutmark';
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    margin: 0 auto;
    border: 0;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
    font-size: 18px !important;
    border-radius: 50px;
}

.btn-contact-log {
    text-align: center;
    margin-top: 20px;
}

.news-slide .slick-list.draggable {
    padding-right: 150px;
}

.account-head h3 {
    font-size: 34.35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 100;
}

.view-pass {
    position: relative;
    z-index: 1;
}

.view-pass i {
    position: absolute;
    right: 12px;
    bottom: 22px;
    cursor: pointer;
}

.logn-check input[type="checkbox"] {
    display: none;
}

.logn-check label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

section.log-p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #0000001f;
    margin: 0 auto;
}

.logn-check label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #008080;
    border-radius: 4px;
    background-color: white;
}

.logn-check input[type="checkbox"]:checked + label::before {
    background-color: #008080;
    border-color: #008080;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";   
    font-weight: 900;                     

    color: #fff;
    font-size: 12px;

    display: grid;
    place-content: center;
}


.login-header {
    text-align: center;
    border-bottom: 1px solid #0000001f;
    padding: 10px 0;
}

.log-form-heading p {
    padding: 0;
    margin: 0;
}

.log-form-heading h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.timeline-item-card small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 20px;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card h6 {
    color: #fff;
}

html .timeline-item-card small i {
    background: #fff;
    color: #008080 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-container p {
    color: #737c88;
}

a.toggle-btn {
    display: none;
    color: #000;
}

a.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
}

.login-with ul li a {
    color: #fff;
}

html {
    overflow-x: hidden;
}

/*Login End*/



/* Stats Row */
.stats-row {
    margin-bottom: 30px;
    margin-top: 10px;
}

.stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f8e9;
    margin-bottom: 15px;
    border: 1px solid;
    color: #40a74f;
}

.stat-icon-green {
}

.stat-icon i {
    font-size: 20px;
    color: #40a74f;
}

.stat-info {}

.stat-number {
    font-size: 25px;
    font-weight: 800;
    color: #2d3748;
    line-height: 1;
}

.stat-label {
    font-size: 10px;
    font-weight: 700;
    color: #718096;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.stat-footer {
    font-size: 10px;
    color: #a0aec0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #0000001f;
    padding-top: 5px;
}

/* Recent Bookings */
.recent-bookings {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.section-title {
    font-size: 18px;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.booking-card {
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 18px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

.booking-card:last-child {
    margin-bottom: 0;
}

.booking-card:hover {border: 1px solid #00000021;box-shadow: 0 0 10px #0000001c;}

.booking-image {
    width: 100%;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.booking-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking-details {
    padding: 0 10px;
    position: relative;
}

.booking-field {
    margin-bottom: 5px;
}

.field-label {
    font-size: 10px;
    font-weight: 700;
    color: #a0aec0;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.total-main-box {
    display: flex;
    gap: 20px;
}

.booking-details:before {
    content: '';
    position: absolute;
    top: 0;
    left: -80px;
    right: 0;
    margin: 0 auto;
    height: 100%;
    border: 1px dashed #0000001f;
    width: 1px;
}
.field-value {
    font-size: 14px;
    font-weight: 700;
    color: #2d3748;
    letter-spacing: 0.3px;
}

.status-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.status-confirmed {
    background: #d4ebd8;
    color: #45aa57;
}

.btn-arrow {
    width: 100%;
    max-width: 90px;
    height: 100%;
    min-height: 150px;
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(124, 179, 66, 0.25);
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
}

.btn-arrow:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(124, 179, 66, 0.35);
}

/* Calendar Widget */
.calendar-widget {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.calendar-month {
    font-size: 14px;
    font-weight: 800;
    color: #2d3748;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn-nav {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%) !important;
}

.btn-nav:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(124, 179, 66, 0.3);
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-bottom: 12px;
}

.weekday {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #718096;
    padding: 8px 0;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #2d3748;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #f5f5f5;
}

.calendar-day:hover {
    background: #f1f5f9;
}

.calendar-day.empty {
    cursor: default;
}

.calendar-day.empty:hover {
    background: transparent;
}

.calendar-day.today {
    color: #ffffff;
    font-weight: 800;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
}

/* Notifications Widget */
.notifications-widget {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.notifications-title {
    font-size: 16px;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.notifications-subtitle {
    font-size: 12px;
    color: #a0aec0;
    margin-bottom: 25px;
    line-height: 1.5;
}

.notification-item {
    display: flex;
    gap: 15px;
    border: 1px solid #00000026;
    padding: 12px 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #0000002e;
    border-radius: 8px;
}

.notification-item:last-child {
}

.notification-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: #f0f8e9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #40a74f;
    font-size: 18px;
    border: 1px solid;
}

.notification-content {
    flex: 1;
}

.notification-title {
    font-size: 13px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.notification-text {
    font-size: 12px;
    color: #718096;
    line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .welcome-image {
        width: 180px;
        height: 110px;
    }
}

@media (max-width: 991px) {
    .welcome-content {
        max-width: 60%;
    }
    
    .welcome-image {
        width: 150px;
        height: 100px;
        right: 25px;
    }
    
    .stat-card {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    body {
        padding: 20px 15px;
    }
    
    .welcome-banner {
        padding: 25px 20px;
    }
    
    .welcome-content {
        max-width: 100%;
        margin-bottom: 120px;
    }
    
    .welcome-image {
        position: absolute;
        right: 20px;
        bottom: 20px;
        top: auto;
        transform: none;
        width: calc(100% - 40px);
        height: 100px;
    }
    
    .welcome-title {
        font-size: 22px;
    }
    
    .booking-card {
        padding: 15px;
    }
    
    .btn-arrow {
        max-width: 100%;
        min-height: 50px;
        margin-top: 15px;
    }
    
    .booking-image {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .welcome-title {
        font-size: 18px;
    }
    
    .welcome-text {
        font-size: 12px;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .calendar-day {
        font-size: 12px;
    }
    
    .weekday {
        font-size: 11px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

    .calendar-month { font-weight: bold; }
    .btn-nav { cursor: pointer; background: none; border: none; font-size: 16px; }
    .weekday, .calendar-day { text-align: center; padding: 5px; margin: 2px; }
    .calendar-day.empty { background: #f0f0f0; }
    .calendar-day.selected {color: white;border-radius: 50%;background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);}
    .stat-icon img {
    width: 10px;
}
.booking-box{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    /* height: 84vh; */
}

/* Top Heading */
.booking-header{
    font-weight:700;
    font-size: 25px;
    padding: 21px 1px 14px;
    border-bottom:1px solid #e5e7eb;
    margin: 0px 20px;
    font-family: 'BlenderPro-Medium';
    font-weight: unset;
    color: #000;
}

/* Image */
.image-box{
    position:relative;
    border-radius:12px;
    overflow:hidden;
}
.image-box img{
    width:100%;
    height: 370px;
    object-fit:cover;
}

/* Confirm badge */
.confirm-badge{
    position:absolute;
    top:15px;
    right:15px;
    background:#d1fae5;
    color:#065f46;
    font-size:12px;
    font-weight:700;
    padding:6px 14px;
    border-radius:30px;
}

/* Left text */
.left-content h5{
    margin-top:15px;
    font-family: 'BlenderPro-Medium';
    font-size: 20px;
}
.booking-id{
    font-size:14px;
    color:#6b7280;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}
.left-content p{
    color: #000000cc;
    font-size:14px;
    line-height: 24px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 11px;
}

/* Right panel */
.right-panel{
    /* background:#fafafa; */
    height:100%;
    border-left:1px solid #e5e7eb;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* Section title */
.section-title{
    font-size: 16px;
    color: #000000c9;
    /* letter-spacing:1px; */
    margin-bottom:15px;
    font-family: 'BlenderPro-Medium';
    font-weight: 700;
}

/* Screenshot-style rows */
.info-row{
    display:grid;
    grid-template-columns: 160px 20px auto;
    font-size: 13px;
    margin-bottom: 6px;
    align-items:center;
    font-family: 'Montserrat';
    color: #000000a8 !important;
}
.info-row span{
    color: #000;
    font-family: 'BlenderPro-Medium';
    font-size: 14px;
    font-weight: 600;
}
.info-row .colon{
    text-align:center;
    color:#9ca3af;
}
.info-row strong{
    color:#111827;
    font-weight:600;
}

/* Divider */
.divider{
    border-top:1px solid #e5e7eb;
    margin:20px 0;
}

.payment-note{
    font-size:13px;
    color:#6b7280;
    font-family: 'Montserrat';
}
.info-row strong {
    color: #000000a8 !important;
    margin-left: 50px;
}


/*My Booking Page Start*/

.my-book-header h2 {
    font-size: 25px;
}

.my-book-header h2 span {
    display: block;
    font-family: 'Montserrat';
    font-size: 13px;
    color: #00000091;
}

.my-book-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 23px;
    border-bottom: 1px solid #00000054;
    padding: 19px 0px 14px;
}

.my-book-header a.btn-1 {
    font-family: 'BlenderPro-Medium';
    color: #fff;
    font-size: 16px;
    padding: 13px 30px;
    width: 100%;
    text-align: center;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
    font-size: 18px !important;
    border-radius: 50px;
    width: fit-content;
    text-transform: uppercase;
}

.mybook-pg {
    width: 100%;
    padding: 12px 21px;
    font-family: Arial, sans-serif;
}

.my-booking-pg-main .booking-list {
    /* max-width: 1200px; */
    margin: auto;
}

.my-booking-pg-main .booking-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 5px 8px;
    margin-bottom: 0px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 13%);
}

/* Image */
.my-booking-pg-main .booking-img {
    width: 160px;
    height: 77px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}

.my-booking-pg-main .booking-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Info area */
.my-booking-pg-main .booking-info {
    display: flex;
    flex: 1;
    margin-left: 20px;
    justify-content: space-around;
}

/* All columns */
.my-booking-pg-main .booking-info > div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 1px 79px;
    position: relative;
}

/* Vertical borders between columns */
.my-booking-pg-main .booking-info > div:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #e5e7eb;
}

/* Labels */
.my-booking-pg-main .label {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'BlenderPro-Medium';
}

/* Text */
.my-booking-pg-main .booking-info h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    font-family: 'BlenderPro-Medium';
    font-weight: unset;
    text-transform: uppercase;
}

/* Status */
.my-booking-pg-main .status {
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    width: fit-content;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.my-booking-pg-main .status.confirmed {
    background: #e7f8ef;
    color: #22c55e;
}

/* Right Arrow */
.my-booking-pg-main .booking-action {
    margin-left: 20px;
}

.my-booking-pg-main .view-btn {width: 80px;max-width: 110px;height: 100%;min-height: 100px;border: none;border-radius: 12px;color: #ffffff;font-size: 24px;cursor: pointer;transition: all 0.3s ease;box-shadow: 0 4px 15px rgba(124, 179, 66, 0.25);background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);display: grid;place-content: center;}

.my-booking-pg-main .view-btn:hover {
    opacity: 0.9;
}
span.status.confirmed.pen {
    color: #ebb716;
    background: #fcf4da;
}
.booking-box.shadow-sm.my-book-main-sec {
    height: 84vh;
}
/*My Booking Page End*/




.new-book-pg{
    max-width:900px;
    /* margin:40px auto; */
    margin-left: 23px;
    padding: 32px 0px;
}

.new-book-pg label{
    display:block;
    font-size: 14px;
    letter-spacing: 0px;
    color: #000;
    margin-bottom:6px;
    text-transform:uppercase;
    font-family: 'BlenderPro-Medium';
}

.new-book-pg .new-book-pg-field{
    width:100%;
    border:1px solid #ddd;
    padding:14px 15px;
    border-radius:6px;
    font-size:14px;
    outline:none;
    text-transform: uppercase;
    color: #aaadc0;
}

.new-book-pg .new-book-pg-field::placeholder{
    color:#aaa;
}

.new-book-pg .new-book-pg-textarea{
    height: 120px;
}

.new-book-pg .new-book-pg-row{
    display:flex;
    gap:20px;
}

.new-book-pg .new-book-pg-col{
    width:50%;
}

.new-book-pg .new-book-pg-group{
    margin-bottom:22px;
}

.new-book-pg .new-book-pg-select{
    appearance:none;
    background:url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 12px center;
    background-size:18px;
}

.new-book-pg-payment{
    display:flex;
    align-items:center;
    gap:25px;
    align-items: center;
}

.new-book-pg-radio{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    color:#666;
}

.new-book-pg-radio input{
    accent-color:#4caf50;
}

.new-book-pg-btn{
    background:linear-gradient(to right,#4caf50,#8bc34a);
    color:#fff;
    border:none;
    padding:14px 35px;
    border-radius:40px;
    font-size:13px;
    letter-spacing:1px;
    cursor:pointer;
}

.new-book-pg-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:30px;
}
.new-book-pg-payment button {
    color: #fff !important;
    justify-content: center;
    border-radius: 29px;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
    font-size: 14px !important;
    font-weight: 400 !important;
    border: unset;
    padding: 13px 30px;
    text-transform: uppercase;
    margin-left: 170px;
}
.wecolme-box-main.payment-main-wel {
    padding: 0px 22px;
    margin-top: 20px;
}

.wecolme-box-main.payment-main-wel img.wecolme-img {
    border-radius: 20px;
    height: 280px;
}
.wecolme-box-main.payment-main-wel a {
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
    border: 1px solid #fff;
    color: #fff;
    padding: 9px 29px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.wecolme-box-main.payment-main-wel .welcome-box h3 {
    border-bottom: 1px solid #ffffff96;
    padding-right: 50px;
}

.wecolme-box-main.payment-main-wel .welcome-box p {
    font-weight: unset;
    font-family: 'Montserrat';
    opacity: unset;
    font-size: 14px;
}
.current-box h3 {
    font-family: 'BlenderPro-Medium';
    font-size: 12px;
    margin-bottom: -1px;
    text-transform: uppercase;
}

.current-box p {
    font-family: 'BlenderPro-Medium';
    font-size: 11px;
}

.current-box {
    position: absolute;
    right: 35px;
    top: 10px;
    background: #fff;
    padding: 7px 10px;
    border-radius: 10px;
}

.current-box h3 span {
    color: #3e9f51;
}






.plan-wrapper{
    /* max-width:1100px; */
    margin: 40px 34px;
}

.plan-row{
    display:flex;
    gap:30px;
}

/* 6 column */
.plan-col-6{
    width: 46%;
}

/* HEADINGS */
.plan-title{
    font-size: 18px;
    margin-bottom:15px;
}

/* PLAN BOX */
.plan-box{
    border:1px solid #eee;
    border-radius:10px;
    padding:15px;
    margin-bottom:15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.plan-left{
    display:flex;
    gap:12px;
    align-items:center;
}

.plan-icon{
    width: 47px;
    height: 50px;
    background: #f5faf6;
    border-radius: 5px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#6dbb35;
    font-size:18px;
    border: 1px solid #c1e1c6;
}

.plan-name{
    font-size: 15px;
    font-weight:bold;
    font-family: 'BlenderPro-Medium';
}

.plan-desc{
    font-size: 12px;
    color:#999;
    font-family: 'BlenderPro-Medium';
}

.plan-price{
    font-size: 18px;
    font-family: 'BlenderPro-Medium';
    color: #000;
}

/* ACTIVE */
.plan-box.active{
    background:#7cc242;
    color:#fff;
}

.plan-box.active .plan-desc{
    color:#eaffd5;
}

.plan-box.active .plan-icon{
    background:#fff;
    color:#7cc242;
}

/* PREMIUM DETAIL */
.plan-detail{
    /* border: 1px solid #0000003b; */
    border-radius:10px;
    padding:15px;
    background: #f2f2f2;
}

.plan-detail h4{
    margin:0;
    font-family: 'BlenderPro-Medium';
    font-size: 26px;
}

.plan-detail ul{
    padding-left: 0px;
    margin:10px 0 0;
}

.plan-detail li{
    font-size:12px;
    color:#666;
    margin-bottom:6px;
    font-family: 'BlenderPro-Medium';
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

/* PAYMENT TABLE */



.payment-heading-main h2 {
    font-family: 'BlenderPro-Medium';
    font-size: 16px;
}

.payment-heading-main p {
    font-family: 'BlenderPro-Medium';
    font-size: 14px;
    line-height: unset;
}

.plan-detail li img {
    width: 15px;
}

.payment-heading-main {
    border: 1px solid #0000003d;
    padding: 19px 14px;
    border-radius: 10px;
}

.table-wrapper{
    max-width:900px;
    margin:auto;
}

/* HEADER */
.table-head{
    display:grid;
    grid-template-columns: 1.2fr 2fr 1fr 1fr 1fr 1.2fr;
    background:#f1f1f1;
    padding:14px 20px;
    border-radius:10px;
    font-weight:600;
    font-size:14px;
    color:#555;
}

/* ROW */
.table-row{
    display:grid;
    grid-template-columns: 1.2fr 2fr 1fr 1fr 1fr 1.2fr;
    align-items:center;
    background:#fff;
    margin-top:15px;
    padding:18px 20px;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
    font-size:14px;
}

/* DATE */
.date{
    font-weight:600;
    line-height:1.4;
}

/* DESC */
.desc{
    text-transform:uppercase;
    font-size:13px;
}

/* STATUS */
.status{
    font-weight:600;
}

/* BUTTON */
.download-btn{
    background:linear-gradient(90deg,#37b24d,#82c91e);
    color:#fff;
    border:none;
    padding: 10px 19px;
    border-radius:25px;
    font-size:12px;
    font-weight:600;
    cursor:pointer;
}

.download-btn:hover{
    opacity:0.9;
}

/* sUPPORT pAGE */


.hcen-box {
    padding: 180px 30px;
    background: #fff;
    border-radius: 30px;
}

.hcen-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hcen-heading h2 {
    padding: 0;
}

.hcen-heading-issue {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 60%;
    text-align: center;
    margin: 0 auto 100px auto;
    height: 80px;
}

.hcen-heading h2 {
    font-size: 30px;
    line-height: 30px;
    list-style: upper-alpha;
    margin-bottom: 0;
}

.hcen-issue {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    height: 50px;
}

.hcen-issue-input {
    width: 70%;
    height: 100%;
}

.hcen-issue-input input {
    width: 100%;
    padding: 0 20px;
    border: 1px solid #0000002e;
    border-radius: 50px;
    color: #000;
    height: 55px;
}

.hcen-card {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
    border: 1px solid #0000001a;
    border-radius: 30px;
}

.hcen-txt h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
}

.hcen-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 0px;
}

.hcen-btn a {
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    color: #6eb782;
    border-bottom: 1px solid #ddfaf4;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
}

.hcen-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100px;
    background-color: #edf6e7;
    border: 1px solid #edf6e7;
    border-radius: 10px;
}

.hcen-issue-btn button {
    border: 0;
    margin-left: -55px;
    padding: 30px 40px;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
    border-radius: 45px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.hcen-heading p {
    margin: 0;
    font-family: 'Montserrat';
}

.hcen-txt p {
    font-size: 17px;
    line-height: 28px;
    height: 65px;
    margin: 0 0 12px 0;
    font-family: 'Montserrat';
}

.hcen-icon img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(18%) saturate(1192%) hue-rotate(58deg) brightness(87%) contrast(91%);
}
/* sUPPORT pAGE */
/* Profile Page */
.setting-main-all {
    padding: 40px 10px;
}

.prf-heading h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.setting-main-all form label {
    font-size: 14px;
    color: #000000bf;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'BlenderPro-Medium';
    font-weight: 600;
}

.setting-main-all form input,
.setting-main-all form select {
    width: 100%;
    border-width: 1px;
    border-color: #e7e7e7;
    border-style: solid;
    border-radius: 5px;
    background: unset;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 30px;
    color: #000;
    font-size: 12px;
    -webkit-appearance: auto;
    font-weight: 500;
    font-family: 'Montserrat';
}

.setting-main-all form input::placeholder {
    text-transform: uppercase;
}

.setting-main-all form button {
    font-size: 15px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 40px;
    border-radius: 50px;
    border: 0;
}

.pofile-chg-box ul li img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px #fff;
}

.pofile-chg-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
}

.pofile-chg-box button {
    border-width: 1px;
    border-color: #e7e7e7;
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(29 29 29 / 0%);
    color: #434343;
    height: 60px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 50px;
    font-family: 'BlenderPro-Medium';
    font-weight: 600;
    border-radius: 50px;
}

.pofile-chg-box {
    padding: 0 20px;
    border-left: 1px solid #d6d6d6;
}

.prf-input h2 {
    font-size: 20px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.prf-heading {
    margin-bottom: 35px;
    border-bottom: 1px solid #cccccccc;
    padding-bottom: 20px;
}

.prf-button {
    margin-top: 15px;
}

/* Profile Page */