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

:root {
    --primary: #3067FF;
    --gray: #495567;
    --font: #333333;
    --blue: #0076D7;
    --head: #2B2E35;

}

body {
    overflow-x: hidden;

}

p {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inter {
    font-family: 'Inter';
}

.pop {
    font-family: 'Poppins';
}

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

/* header */
header {
    background-color: var(--head);
    color: white;
    padding: 15px 0;
    position: sticky;
    top: -1px;
    z-index: 99991;
}

header .menu li {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
}

.search-header {
    border: 1px solid #FFFFFF99;
    border-radius: 10px;
    padding: 5px 5px 5px 10px;
}

.search-header input {
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: white;
    width: 285px;
}

.search-icon {
    background-color: white;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: default !important;
}

.menu select {
    background: transparent;
    color: white;
    border: none;
}

.menu select option {
    color: black !important;
}

.menu button {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background: transparent;
    color: white;
    padding: 3px 10px;
    font-weight: 500;

}

.head-none {
    display: flex;
    align-items: center;
}

.toggle {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background: transparent;
    color: white;
    padding: 5px 10px 4px;
    display: none;
    justify-content: center;
    align-items: center;
}

.toggle button {
    background-color: transparent;
    color: white;
    border: none;
    margin: 0 !important;
}

.toggle i {
    font-size: 18px;
}

.dark {
    background-color: var(--head);
}

.close {
    background-color: transparent;
    border: none;
}



/* banner */

.banner {
    background: #00000093;

    background-image: url('../image/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
    background-blend-mode: multiply;
    background-position: center;
}

.banner h1 {
    font-weight: 900;

}

.banner p {
    font-size: 18px;

}


.banner button {
    border: 2px solid var(--primary);
    width: 200px;
    height: 57px;
    margin: 10px 5px;
    border-radius: 5px;
    /* background-color: transparent; */
    color: white;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-1 {
    background-color: var(--primary) ;
    border-color: var(--primary) ;
    transition: all 0.3s;
}
.banner button:hover {
    background-color: white;
    color: black;
}

.btn-1:hover {
    background-color: transparent !important;
    color: white !important;
}

.banner-1 {
    background-image: url('../image/');
}

.slick-next {
    display: none !important;
}

.w-126 {
    width: 126px;
    height: 126px;
    border-width: 8px 1px 1px;
    border-radius: 8px;
    border-style: solid;
    border-color: #D4D4D4;
    box-shadow: 0px 8.35px 8.35px 0px #0000000D;
    margin: 15px;
    padding: 15px 0;
    transition: all 0.3s;
}

.w-126 img {
    margin-top: 10px;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
}

.w-126 h5 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.w-126:hover {
    border-color: var(--primary);
}

.w-126.active {
    border-color: var(--primary);
}

h2 {
    font-weight: 700;
    font-size: 32px;
    color: #111111;

}

.border-1 {
    border: 1.21px solid #CCCCCC;
    padding: 20px;
    border-radius: 12px;
}

.border-1 h3 {
    font-size: 21px;
    font-weight: 500;
    color: #111111;
}

.border-1 h4 {
    font-size: 17px;
    color: #111111;
    line-height: -0.24px;
    margin: 0;
    font-weight: 400;
}

.border-1 img {
    height: 145px;
    object-fit: cover;
}

.radius-1 {
    border-radius: 12px;
    overflow: hidden;
}

.border-2 {
    border: 1.21px solid #CCCCCC;
    border-radius: 12px;

}

.border-2 .col-12:first-child {
    border-bottom: 1.21px solid #CCCCCC;

}

.border-2 .col-12 {
    padding: 35px;

}

.border-2 h5 {
    color: #333333;
    font-size: 30px;
    font-weight: 600;
}

.border-2 p {
    color: #333333;
    font-size: 15px;
    margin: 10px 0;
}

.ancher {
    font-weight: 500;
    font-size: 17px;
    color: var(--blue);
}

.border-3 {
    width: 110px;
    height: 110px;
    border: 1px solid #CCCCCC;
    border-radius: 17px;
    margin: auto;
}

.border-3 img {
    line-height: 110px;

}

.radius {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.radius img {
    border-top: 20px;
    border-radius: 10px 10px 0 0;
    height: 300px;
    object-fit: cover;
}

.all {
    background-color: #3067FF;
    padding: 5px 20px;
    color: white;
    border-radius: 50px;
    border: none;
}

.radius p {
    font-size: 21px;
    font-weight: 700;
}

.radius span:nth-child(2) {
    color: rgba(73, 85, 103, 1);
    display: block;

    font-size: 14px;
    font-weight: 600;
}

.radius span:nth-child(1) {
    color: black;
    display: block;

    font-size: 17px;
    font-weight: 500;
}

.border-4 {
    border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
    padding: 20px 0;
}

.border-4 li {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.face h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}

.face img {
    width: 30px;
}

.face p {
    font-size: 14px;
    color: #555555;
}

footer {
    background-color: var(--primary);
    margin-top: 50px;
    padding: 50px 0;
    position: relative;
    z-index: 9998;
}

footer p {
    font-size: 17px;

}

.footer-icon li {
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF;
    margin: 5px;
    border-radius: 100%;
    transition: all 0.3s;
}

.footer-icon li i {
    font-size: 21px;
    display: block;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s;
}

.footer-icon li:hover {
    background-color: black;
    border-color: black;
}

.footer-icon li i {
    color: white;

}

footer h5 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
}

footer p {
    font-size: 17px;
    font-weight: 400;
}

.p-w-80 {
    width: 80%;
}

footer li {
    margin: 10px 0;
    font-weight: 300;
    letter-spacing: 0.5px;
}

footer li:hover a {
    color: white;
}

footer li a {
    text-transform: capitalize;
}

.w-40 {
    width: 80%;
}

.copy {
    border-top: 1px solid #FFFFFF;

    background-color: var(--primary);
}

.copy p {
    font-size: 13px;
    color: white;
    padding: 16px 0;
}

.banner-2 {
    background: #121212;
    background-blend-mode: color;
    background-image: url('/assest/image/banner-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.s-menu {
    font-size: 12px;
    padding: 7px 20px;
    border: 1px solid #FFFFFF33;
    border-radius: 100px;
    display: inline-block;
    font-weight: 500;
}

.primary {
    color: var(--primary);
}

.line {
    width: 8px;
    height: 2px;
    display: block;
    background-color: white;
    margin: 0 15px;
    border-radius: 10px;
}

.banner-2 h2 {
    font-size: 50px;
    font-weight: 800;
    margin: 20px 0;
}

.arrow {
    width: 40px;
    height: 80px;
    border: 1px solid #FFFFFF80;
    margin: 50px auto 0;
    border-radius: 100px;
    position: relative;
    animation: down 3s infinite;
}

@keyframes down {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(20px);
    }
}

.arrow svg {
    margin: auto;
    display: block;
    margin-top: 20px;
}

.about h4 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about p {
    font-weight: 400;
    color: black;
}

.about ul {
    list-style: disc;
    margin-left: 30px;
}

.pagination-style .pagination {
    justify-content: center;
}

.pagination-style .pagination .page-link {
    border: none;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E5E5E5;
    margin: 0 5px;
    color: #3067FF;
}

.pagination-style .pagination .page-link.active {
    background-color: #3067FF;
    color: #fff;
}

.slide_1 h2 {
    font-size: 50px;
    font-weight: 700;
}

.blog-slider .slick-dots li button {
    padding: 0;
}

.blog-slider .slick-dots li button:before {
    background-color: #3067FF;
    font-size: 14px;
    content: '';
    border-radius: 60px;
    width: 15px;
    height: 15px;
    right: 0;
}

.blog-slider .slick-dots li.slick-active button:before {
    width: 25px;
}

.blog-slider .slick-slide {
    margin: 0 15px;
    padding-bottom: 30px;
}

.before::before {
    position: absolute;
    content: '';
    width: 200px;
    left: -220px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    background-color: #3067FF;
}

.before::after {
    position: absolute;
    content: '';
    width: 200px;
    right: -220px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    background-color: #3067FF;
}

.mt-10 {
    margin-top: 60px;
}

.mt-10 h3 {
    font-size: 35px;
    font-weight: 800;
    color: #040404;
}

.mt-10 p {
    font-size: 16px;
    color: #363f46;
    margin-bottom: 10px;
}

.margin-top {
    margin-top: 100px;
}

.color-2 {
    background: #3067FF0D;
    padding: 30px 35px;
    border-radius: 10px;
}

.color-2 h4 {
    font-size: 34px;
    font-weight: 700;
}

.color-2 p {
    font-size: 20px;
    line-height: 32px;
    color: #5A7184;
}

.icon {
    width: 75px;
    height: 75px;
    background: #ECF0FF;
}

.icon i {
    line-height: 75px;
    font-size: 32px;
    display: block;
    text-align: center;
}

.phone {
    margin-left: 20px;
}

.phone h5 {
    font-weight: 500;
    color: #040404;
}

.phone span {
    color: #5A7184;
}

.contact h3 {
    font-size: 56px;
    font-weight: 700;
}

.contact p {
    font-size: 18px;
    color: #5A7184;
}

.form>div>div {
    margin: 10px 0;
}

.form-label {
    margin-bottom: .5rem;
}

.form input {
    background-color: transparent;
    border-radius: 10px;
    padding: 10px 15px;
    display: block;
    border: 1px solid #0000002a;
    width: 100%;
}

.iti {
    display: block;
}

textarea {
    background-color: transparent;
    resize: none;
    border-radius: 10px;
    padding: 10px 15px;
    border: 1px solid #0000002a;
    height: 170px;
}

.contact button {
    color: white;
    background-color: var(--primary);
    border-radius: 10px;
    border: 2px solid var(--primary);
    padding: 10px 25px;
    transition: all 0.5s;
    font-weight: 600;
    margin-left: 6px;
}

.iti__selected-flag {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contact button:hover {
    background-color: transparent;
    color: var(--primary);
}

.row-inr-space-class {
    padding: 50px 0 0;
}

.accordion-item {
    border: 1px solid #6464fa3f;
    box-shadow: 0px 3px 20px -8px #000A6433;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 20px;
}

.accordion-button::after {
    margin-right: auto;
    margin-left: 1px;
    left: 10px;
    position: absolute;
}

.faq-new-div .accordion-button::after {
    content: "+";
    background-image: none;
    font-size: 20px;
    margin-left: auto;
    right: 15px;
    margin-right: 0;
}

.faq-new-div .accordion-button:not(.collapsed)::after {
    transform: none;
    content: "-";
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-button:focus {
    border: 0px;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
}

.accordion-item button {
    font-size: 14px;
    font-weight: 500;
    color: #0A2E44;
}

.accordion-item p {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #425466;
}

.light-p {
    font-size: 18px;
    margin: 10px 0 0;
    font-weight: 300;
    color: #425466;

}

.margin-both {
    margin: 30px 0;
}

.banner-4 {
    background: #0000004D;
    background-image: url('../image/banner-2.jfif');
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 150px 0;
}

.box-33 {
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
    border-radius: 14px;
    background-color: white;
    margin: auto;
    margin: 10px 0;
    display: inline-block;
}

.box-33 h4 {
    font-size: 18px;
    line-height: 27px;
    color: #111111;
    letter-spacing: -0.2px;
}

.box-33 a {
    color: #717171;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.box-33 a i {
    color: #111111;

}

.margin-top-1 {
    margin-top: -50px;
}

.col-14 {
    width: 14.2%;
    margin: 10px 0;
}

.border-6 {
    border: 1px solid #CCCCCC;
    border-radius: 0 0 14px 14px;
    padding: 10px;
}

.border-6 h6 {
    color: #111111;
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 24px;

}

.border-6 li {
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 21px;
    color: #111111;
    padding: 5px 0;
}

.col-14 img {
    height: 137px;
    object-fit: cover;
}

.cate button {
    display: block;
    margin: 20px auto 0;
    background-color: var(--primary);
    color: white;
    border: 1px solid var(--primary);
    padding: 5px 50px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
}

.content h5 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #111111;
    margin-bottom: 20px;
}

.content p {
    color: #111111;
    margin-bottom: 20px;
}

.banner-5 {
    background: #0000004D;
    background-image: url('../image/banner-5.jfif');
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
    padding: 140px 0
}

.banner-7 {
    background: #0000004D;
    background-image: url('../image/banner-7.jfif');
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
    padding: 140px 0
}

.category h2 {
    font-size: 24px;
    margin-top: 40px;
    color: #333333;
    font-weight: 700;
}

.category li {
    font-size: 19px;
    color: #111111;
    background-color: #FBFBFB;
    padding: 20px 0;
    width: 350px;
    text-align: center;
    margin: auto;
    transition: all 0.3s;
}

.category li:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2) inset;
}

.banner-6 {
    background: #0000004D;
    background-image: url('../image/banner-6.jfif');
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 140px 0;
    background-position: center;
}

.search-input input {
    width: 50%;
    margin: auto;
    padding: 13px 30px;
    border: 1px solid #DEE2E6;
    border-radius: 6px;
    color: #212529BF;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 20px;
}

.category svg {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.icon-category li {
    text-align: left;
    padding: 12px 30px;
    width: 100%;
    display: flex;
    align-items: center;
}

.tag h3 {
    font-size: 23px;
    color: #111111;
}

.tag a {
    color: #111111;
    display: block;
    background: #f5f2f2;
    border: 1.17px solid #F5F2F2;
    padding: 6px 20px 8px;
    border-radius: 100px;
    letter-spacing: 0.23px;
    font-weight: 400;
    font-size: 17px;
    margin: 8px 20px 8px 0;
    transition: all 0.3s;
}

.tag a:hover {
    background-color: rgb(0, 0, 0);
    color: white;
}

.my-business h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.2px;
    margin-right: 30px;
}

.my-business-button {
    background: #EFF4FF;
    color: var(--blue);
    border: none;
    border-radius: 6px;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

.my-business-img {
    margin-top: 80px;
}

.my-business-img h4 {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -0.25px;
    color: #111111;
}

.my-business-img p {
    font-size: 22.81px;
    letter-spacing: -0.25px;
    margin-top: 25px;
}

.my-business-img button {
    font-size: 22px;
    background-color: var(--primary);
    color: white;
    padding: 8px 90px;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
    border: 1px solid var(--primary);
    transition: all 0.3s;
    font-weight: 400;
}

.my-business-img button:hover {
    background-color: transparent;
    color: var(--primary);
}


.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(red 0% 15%,
            #e6e6e6 9% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.percentage {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.status {
    color: red;
    font-weight: bold;
    margin-top: -10px;
}

.border-absolute {
    width: 90px;
    height: 90px;
    margin: auto;
    background-color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro h4 {
    color: #111111;
    font-size: 22px;
    letter-spacing: -0.2px;
    font-weight: 600;
}

.pro p {
    color: #818181;
    font-size: 14px;
    letter-spacing: -0.2px;
}

.button-pro button {
    width: 200px;
    height: 50px;
    border-radius: 5px;
}


.button-pro button:first-child {
    border: 2px solid #747474;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.48px;
    color: #747474;
    transition: all 0.3s;
    margin-left: 0;
    background-color: transparent;
}

.button-pro button:last-child {
    border: 2px solid #3067FF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.48px;
    color: white;
    transition: all 0.3s;
    background-color: #3067FF;
}

.profile-score button {
    border: 2px solid #3067FF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.48px;
    color: var(--primary);
    padding: 5px 20px;
    border-radius: 8px;
    margin-top: 5px;
    background-color: transparent;
    transition: all 0.3s;
}

.margin-class {
    margin: 10px 0 10px 15px;
}

.button-pro button:hover:first-child {
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
}

.button-pro button:last-child:hover {
    background-color: transparent;
    color: var(--primary);
}

.profile-score button:hover {
    transform: scale(1.1);
}

.blue-background {

    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile h3 {
    font-size: 32px;
    font-weight: 700;
    color: black;
    text-align: center;
    margin: 15px 0 10px;
}

.karla {
    font-family: 'Karla';
}

.mobile p {
    color: black;
}

.mobile form {
    box-shadow: 0px 1.22px 2.43px 0px #0000000F;
    padding: 30px;
    box-shadow: 0px 1.22px 3.65px 0px #0000001A;
    margin-top: 30px !important;
    background-color: white;
    border-radius: 10px;
}

.mobile form span {
    color: #5A7184;
    font-weight: 500;
    margin-bottom: 40px;
}

.mobile form input {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
    color: #183B56;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #183B5621;
    background: #F6F9FC;
}

.mobile form label {
    color: #183B56;
    font-weight: 500;
    font-size: 15px;
    margin-top: 2px;
}

.mobile .form-button button {
    transition: all 0.3s;
    width: 250px;
    height: 50px;
    background: var(--primary);
    color: white;
    border-radius: 10px;
    border: 1px solid var(--primary);
    font-size: 18px;
    font-weight: 600;
    margin: 30px auto 0;
    display: block;
}

.no-vh {
    height: 100%;

}

.no-vh .container {
    padding: 50px 12px;
}

.auto input {
    width: auto !important;
    margin-top: 0 !important;
}

.auto p {
    font-size: 14px;
}

.auto p a {
    color: var(--primary) !important;
    text-decoration: underline !important;
    font-weight: 700;
    cursor: pointer;
}

.mobile .form-button button:hover {
    transform: scale(1.08);
}

.digital-sticky {
    position: sticky;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    top: 0;
    background-color: #fff;
    padding: 10px 20px;
    z-index: 99;
}

.digital-sticky i {
    color: #585858;
    margin-right: 20px;
}

.digital-sticky h3 {
    font-size: 18px;
    font-weight: 600;

}

.digital-sticky p {
    color: #717171;
    font-size: 14px;
}

a:hover {
    color: inherit;
}

.circle-round {
    border-radius: 25px;
    border: 1px solid #e4eaef;
    position: relative;
    padding: 3px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: auto;
    color: #485460;
    cursor: pointer;
    font-size: 12px;
}

.circle-round span {
    font-size: 12px;
    color: #485460;
    font-weight: 500;
}

.modal-center h5 {
    padding: 10px;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #111111;
}

.modal-center .add-new {
    width: 120px;
    height: 40px;
    margin-right: 10px;
    font-size: 16px;
    border: 1px solid var(--blue);
    border-radius: 6px;
    color: var(--blue);
    background-color: transparent;
    transition: all 0.3s;
}

.modal-center .add-new:hover {
    background-color: var(--blue);
    color: white;
}

.select-company svg {
    border-radius: 100%;
}

.select-company p {
    line-height: 1.63;
}

.select-company h4 {
    font-size: 18px;
    font-weight: 600;
}

.score-line span:first-child {
    font-weight: 500;
    color: #707070;
    font-size: 12px;
}

.score-line span:last-child {
    font-size: 12px;

    color: rgb(125, 194, 66)
}

.score-line,
.jus-between {
    display: flex;
    justify-content: space-between;
}

.line-1 {
    border-radius: 50px;
    border: 1px solid #eee;
    background-color: #f5f5f5;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-2 {
    border-radius: 50px;
    width: 98%;
    background-color: #cfcfcf;
    height: 4px;
    position: relative;
}

.line-2::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 70%;
    top: 0;
    left: 0;
    background-color: rgb(125, 194, 66);
    border-radius: 30px;
}

.border-7 {
    padding: 15px 25px;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.progress-container {
    position: relative;
    width: 100px;
    height: 100px;
}

.progress-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: #4caf50;
}

.progress-circle {
    transform: rotate(-90deg);
}

.progress-circle-bg {
    fill: none;
    stroke: #d3d3d3;
    stroke-width: 7;
}

.progress-circle-bar {
    fill: none;
    stroke: rgb(125, 194, 66);
    stroke-width: 7;
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 85;
    /* 70% of 283 */
}

.border-7 h5 {
    font-size: 20px;
    font-weight: 600;
    color: #0375e4;
}

.border-7 p {
    font-size: 18px;
    color: #111111;

}

.border-7 button i {
    font-size: 12px;
}

.border-7 .button-1 {
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    position: relative;
    display: flex;
    align-items: center;

    line-height: 32px;
    color: #fff;
    background-color: #0076d7;
    padding: 0 15px;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}

.border-7 .button-1::after,
.px-3-1 button::after {
    content: "";
    height: 100px;
    width: 10px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: -50%;
    top: -24px;
    opacity: .7;
    filter: blur(4px);
    animation: ready 2s ease-in-out infinite;
    transform: rotate(35deg);
}

@keyframes ready {
    0% {
        left: -50%;
    }

    100% {
        left: 100%;
    }
}

.sidebar,
.right-bar {
    position: fixed;
    right: -380px;
    /* Initially hidden */
    top: 0;
    width: 370px;
    height: 100%;
    background-color: white;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    z-index: 9999999999999;
    overflow-y: scroll;
}

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

#closeSidebarBtn,
clo {
    background-color: #fff;
    border: none;
    font-size: 18px;

    cursor: pointer;
}

#closeSidebar,
#closeSidebar-1 {
    background-color: #fff;
    border: none;
    font-size: 18px;

    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
    z-index: 99999;
    backdrop-filter: blur(10px);
}

.show-sidebar .container {
    filter: blur(5px);
}

.show-sidebar .sidebar {
    right: 0;
}

.show-right-bar .right-bar {
    right: 0;
}

.show-sidebar .overlay,
.show-right-bar .overlay {
    visibility: visible;
    opacity: 1;
}

.class-1 button i {
    font-size: 18px;
    color: #585858;
}

.pad-20 {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.pad-20 h4 {
    font-size: 16px;
    font-weight: 500;
    color: #1a1b1d;
    margin: 0 !important;
    text-align: center;
    width: 100%;

}

.padding-20 {
    padding: 20px;
}

.padding-20 .score-line span {
    font-size: 16px;
    color: rgb(125, 194, 66);
    font-weight: 600;
}

.padding-20 p {
    font-size: 12px;
    font-style: italic;
    padding-top: 15px;
}

.loc-box .col-6>div {
    border-radius: 6px;
    height: 100%;
    padding: 15px 10px;
    border-radius: 5px;
}

.loc-box .col-6 svg {
    display: block;
    margin: auto;
}

.loc-box .col-6:nth-child(1)>div {
    background-color: rgb(230, 255, 243);
}

.loc-box .col-6:nth-child(2)>div {
    background-color: rgb(254, 255, 227)
}

.loc-box .col-6:nth-child(3)>div {
    background-color: rgb(255, 238, 241)
}

.loc-box .col-6:nth-child(4)>div {
    background-color: rgb(242, 238, 217)
}

.loc-box .col-6:nth-child(5)>div {
    background-color: rgb(255, 232, 226)
}

.loc-box .col-6:nth-child(6)>div {
    background-color: rgb(223, 247, 243)
}

.loc-box .col-6 p {
    font-size: 14px;
    font-style: normal;
    padding-top: 5px;
    text-align: center;
}

.loc-box.row>* {
    padding: 8px;
}

.h3 {
    font-size: 20px;
    font-weight: 500;
}

.col-14-28 {
    width: 12.28%;
}

.col-14-28 img {
    width: 30px;
}

.col-14-28 a>div {
    border-radius: 100%;
    display: inline-flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.col-14-28:nth-child(1) a>div {
    background-color: rgb(255, 232, 206);

}

.col-14-28:nth-child(2) a>div {
    background-color: rgb(231, 217, 255)
}

.col-14-28:nth-child(3) a>div {
    background-color: rgb(218, 248, 204)
}

.col-14-28:nth-child(4) a>div {
    background-color: rgb(237, 231, 229);
}

.col-14-28:nth-child(5) a>div {
    background-color: rgb(244, 237, 189);
}

.col-14-28:nth-child(6) a>div {
    background-color: rgb(237, 231, 229);
}

.col-14-28:nth-child(7) a>div {
    background-color: rgb(191, 239, 229);
}

.col-14-28:nth-child(8) a>div {
    background-color: rgb(223, 245, 255);
}

.col-14-28:nth-child(9) a>div {
    background-color: rgb(252, 220, 250);
}

.col-14-28:nth-child(10) a>div {
    background-color: rgb(244, 237, 189);
}

.col-14-28 h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 20px;
}

.p-15 {
    padding: 0 20px 15px;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    background-color: transparent !important;
}

.cursor,
.calendar-table td,
.btn-close {
    cursor: pointer;
}

.p-15 h6 {
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

.p-15 p {
    color: #7a8797;
    font-size: 12px;
}

.p-15 i {
    font-size: 14px;
}

.b-border-1 {
    border-bottom: .5px solid #eee;
    padding-bottom: 10px;
}



.border-top-1 h5 {
    font-size: 16px;
}

.w-100px {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 6px;
}

.dot-border {
    background-color: #fff;
    border: 1px dashed #0076d7;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: relative;
}

.dot-border span {
    font-size: 10px;
    font-weight: 500;
}

.dot-border input {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    font-size: 67px;
    opacity: 0;

}

.border-top-2 {
    border-top: 4px solid #ccc;
}

.update .col-4 {
    background-color: #fff;
    height: 100%;

    margin-top: 20px;
    border: 1px dashed #ccc;
    padding: 15px;
    border-radius: 6px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    white-space: normal;
    flex-shrink: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .1);
}

.update h3 {
    font-size: 18px;
    color: #111111;
    font-weight: 600;
}

.update p {
    color: #707070;
    font-size: 14px;
}

.update .up-button {
    font-size: 14px;
    height: 36px;
    font-weight: 600;
    padding: 0 15px;
    display: flex;
    align-items: center;
    background-color: var(--blue);
    color: white;
    border: none;
    border-radius: 6px;
    margin-top: 30px;
}

.update .slick-next {
    display: none !important;
    background-color: #343434;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    opacity: 0.3;
    right: 10px;
    top: 60%;
}

.update .slick-prev {
    display: none !important;
    background-color: #343434;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    opacity: 0.3;
    left: 10px;
    top: 60%;
    z-index: 99;
}

.slick-prev:before {
    content: '<';
}

.slick-next:before {
    content: '>';
}

.slick-slider:hover .slick-next {
    display: block !important;
}

.slick-slider:hover .slick-prev {
    display: block !important;
}

.lead h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.dot-border-1 {
    cursor: pointer;
    padding: 20px 15px;
    border-radius: 11px;
    display: block;
    border: 1px solid #e4e4e4;
}

.dot-border-1 h3 {
    font-size: 15px;
    color: #111;
}

.payment-failed {
    color: rgb(255, 255, 255);
    background-color: rgb(238, 64, 76);
    height: 18px;
    padding: 1px 6px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 11px;
    margin-left: 8px;
}

.dot-border-1 p {
    font-size: 14px;
    color: #7a8797;
    font-weight: 400;
}

.info-failed {
    color: rgb(204, 40, 33);
    background-color: rgb(255, 242, 242);
    height: 18px;
    padding: 1px 6px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
}

.new-add {
    color: rgb(0, 116, 140);
    background-color: rgb(227, 251, 255);
    height: 18px;
    padding: 1px 6px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
}

.sticky-photo-header .container50>div {

    min-height: 50px;
    border: 1px solid #e4eaef;
}

.sticky-photo-header h3 {
    font-size: 18px;
    color: #111111;
    font-weight: 500;
}

.container50 {
    width: 992px;
    margin: auto;
}

.p-y-20 {
    padding: 15px 20px 30px;
}

.message-info {
    display: flex;
    width: 100%;
    height: auto;
    padding: 5px 8px;
    border-radius: 6px;
    background-color: #edf1f7;
    align-items: center;
}

.p-y-20 .message-info p {
    line-height: 25px;
    color: #414e5a;
    font-size: 11px;
}

.w-150 {
    width: 150px;
    height: 150px;
    border-radius: 6px;
    border: dashed 1px #2f76d7;
    background: #fff;
    color: #2f76d7;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.w-150 img {
    width: 33px;
    height: 33px;
}

.w-150 span {
    display: block;
    padding: 10px 20px;
    text-align: center;
}

.w-150 input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    text-align: center;
}

.border-top-1 {
    border-top: 0px;
    padding: 20px 10px;
}

.border-top-1 img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    object-fit: cover;
}

.border-top-1 h6 {
    font-size: 14px;
    font-weight: 400;

}

.border-top-1 button.align-items-center {
    font-size: 12px;
    color: #646464;
    border: solid 1px #e4e1e1;
    border-radius: 11px;
    padding: 2px 11px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    margin-top: 12px;
    background-color: transparent;
}



.border-top-1 li:first-child {
    border-top: 0;
}

.save-button {
    box-shadow: 0 -1px 10px 0 rgb(0, 0, 0, 0.2);
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    width: 992px;
    background-color: white;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
}

.save-button button {
    width: 100%;
    max-width: 400px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 6px;
    background: #0076d7;
    color: #fff;
    font-weight: 600;
}

.focus-menu {
    position: relative
}

.focus-menu ul {
    width: 170px;
    position: absolute;
    background-color: white;
    right: 0;
    border-radius: 8px;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.26);
    display: none;
}

.focus-menu ul li a {
    padding: 10px;
    font-size: 12px;
    display: block;
}

.focus-menu:focus-within>ul {
    display: block;
}

.focus-menu .show {
    display: block !important;
}

.focus-menu i {
    padding: 0 10px;
    cursor: pointer;
}

.Description {
    max-width: 960px;
    height: auto;
    margin: auto;
    border-radius: 15px 15px 0 0;
    padding: 0 0 20px;
}

.Description .offcanvas-title {
    font-size: 15px;
    color: #111;
}

.Description label {
    font-size: 11px;
    margin-bottom: -8px;
    display: block;
    margin-left: 10px;
    position: relative;
    background-color: white;
    width: 55px;
    z-index: 10;
}

.Description textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    box-sizing: border-box;
}

.Description #charCount {
    text-align: right;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.Description .offcanvas-body {
    padding-top: 0;
    padding-bottom: 0;
}

.Description .btn-close {

    background-size: 13px;
}

.des-save {
    position: relative;
    margin: 30px auto 0px;
    display: block;
    width: 100%;
    max-width: 400px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 6px;
    background: #0076d7;
    color: #fff;
    font-weight: 600;
}

.sticky-heade {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 99;
}

.contact-save .mr-box {
    border: none;
    padding: 14px 10px;
    height: 48px;
    cursor: pointer;
    font-size: 14px;
    background-color: transparent;
}

.contact-save .mr-box i {
    font-size: 10px;
    padding: 0 5px 0 25px;
    color: #717171;
}

.contact-save fieldset {
    border: 1px solid #dadce0;
    border-image: initial;
    position: relative;

    border-radius: 4px;
}

.contact-save fieldset>span {
    position: absolute;
    color: #717171;
    position: absolute;
    left: 9px;
    display: inline-block;
    background-color: white;
    top: -8px;
    transition: all .2s ease;
    font-size: 11px;
}

.contact-save .ul-mr-box {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    padding: 8px 0;
    z-index: 8;
}

.contact-save .ul-mr-box li {
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

.contact-save fieldset input {
    border: none;
    border-radius: 4px;
    padding: 10px;
    height: 48px;
    color: #626262;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
}

.add-contact-person {
    color: var(--blue);
    cursor: pointer;
    margin-top: 15px;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
}

.line-contact-1 {
    width: 100%;
    height: 1px;
    background-color: #dadce0;
    margin: 25px 0;
}

.contact-person .col-md-4 span {
    font-size: 11px;
}

.contact-person .col-md-4 span a {
    color: var(--blue);
    text-decoration: underline;
}

.contact-person input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    overflow: hidden;
}

.hide-4-box {
    visibility: hidden;
}

.double-line {
    border-bottom: 1px solid #ededed;
    padding: 0 1.25rem 0 0;
    height: 54px;

}

.double-line h3 {
    color: #414e5a !important;
    font-size: 1.2rem;
    font-weight: 500;
}

.notificationCount {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    height: 17px;
    min-width: 18px;
    background: #c64c5c;
    color: #fff;
    border-radius: 18px;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    position: absolute;
    right: 3px;
    top: 12%;
    font-weight: 600;
    z-index: 9;
    font-family: Figtree;
    padding-top: 2px;
}

.Figtree {

    font-family: Figtree;
}

.filter-ul {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateY(50%);
}

.filter-ul i {
    font-size: 18px;
    margin-top: 1px;
    display: block;
}

.filter-ul li {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    margin: 0 5px;
    transition: all 0.5s;
    justify-content: center;

}

.filter-ul li:hover {
    background-color: #5c5ac318;
    border-radius: 5px;
}

.this-rel {
    border-bottom: 1px solid #f1f2f3;
}

.this-rel .btn-close {
    position: absolute;
    left: 10px;

}

.side-pad {
    padding: 15px 0;
    border-bottom: 1px solid #f1f2f3;
}

.side-pad h5 {
    color: #414e5a;
    font-size: 16px;
}

.side-pad svg circle,
.side-pad svg line {
    stroke: #c64c5c;
}

.side-pad p {
    font-size: 14px;
    color: #718190;
}

.side-input input {
    height: 35px;
    width: 100%;
    padding: 1px 35px;
    border-radius: 123px;
    border: 1px solid #7d7d7d;
}

.side-input i {
    position: absolute;
    left: 10px;
    top: 9px;

    transform: translateY(30%);
    font-size: 12px;
}

.filter-div .col-5 {
    background-color: #f5fafe;
}

.filter-div .col-5 ul li {
    background-color: #f5fafe;
    width: 100%;
    padding: .6875rem .25rem .6875rem .625rem;
    font-size: 18px;
    color: #1a1b1d;
}

.filter-div .col-5 ul li.active {
    background-color: white;
}

.filter-div input[type="radio"] {
    width: 20px;
    height: 20px;

}

.filter-div .col-7 span {
    color: #414e5a;
    font-weight: 500;
}

.custom-radio-group {
    display: flex;
    flex-direction: column;
}

.custom-radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
}

.custom-radio-option .custom-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-radio-option.custom-selected .custom-circle {
    background-color: #007bff;
    border-color: #007bff;
}

.custom-radio-option.custom-selected .custom-checkmark {
    display: block;
    color: #fff;
    font-size: 12px;
}

.custom-radio-option .custom-checkmark {
    display: none;
}

.box-1 {
    border: 1px dashed #e4e4e4;
    border-radius: 7px;
    padding: 10px;
    position: relative;
    width: 345px;
}

.pad-1 {
    padding: 10px;
}

.paddingg-1 {
    padding: 0px 20px;
}

.box-1 h4 {
    font-size: 16px;
    font-weight: 600;
}

.box-1 p {
    font-size: 11px;
    color: #707070;
    font-weight: 500;
}

.box-1 button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #0075e4;
    color: #fff;
    padding: 5px 16px;
    border-radius: 6px;
    border: none;
    margin-top: 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;

}

.all-service {
    border-bottom: 1px solid #f1f2f3;
    border-top: 1px solid #f1f2f3;
    padding: 13px 10px;
}

.all-service select {
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 5px 5px;
    border-radius: 5px;
    font-weight: 500;
}

.add-button {

    background-color: var(--primary);
    padding: 0 10px;
    height: 32px;
    width: 88px;
    border: 0;
    border-radius: 50px;
    color: white;
    font-weight: 500;
}

.this-reletive h5 {
    font-size: 16px;
    color: #414e59;
}

.photo-border {
    width: 250px;
    height: 250px;
    background-color: #e5f2ff;
    display: block;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.w-300 {
    width: 350px;
}

.photo-border>div {
    border: 1px dashed var(--primary);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-border i {
    font-size: 28px;
    color: var(--blue);
}

.photo-border h6 {
    font-size: 12px;
    text-align: center;
    color: var(--blue);
    margin: 5px 0;
}

.photo-border p {
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    color: #7a8590;
}

.photo-border input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;

}

.photo-border img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.full-input input,
.full-input-1 {
    height: 40px;
    padding-top: .375rem;
    padding-bottom: .375rem;
    width: 100%;
    border: 1px solid #dadce0 !important;
    border-radius: 4px;
    padding: .625rem;
    color: #414e5a;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}


.off-right input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px;
    padding: 0 0 0 10px;
    font-size: .875rem;
    color: #333;
}

.off-right .py-1 {
    border-bottom: 1px solid #ededed;
}

.off-right.open {
    right: 0;
    /* Move it into view */
    display: block;
}

.off-right {
    position: fixed;
    right: -350px;
    top: 0;
    width: 350px;
    /* Adjust as needed */
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);

    transition: transform 0.3s ease;
    z-index: 1000;
}

.off-right.show {
    right: 0;
}


.price-title {
    font-size: 12px;
    color: #718190;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
    margin-top: 20px;
}

.round-price {
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
    border: 1px solid var(--primary);
    background-color: #fff;
    max-height: 2.5rem;
}

.round-price>div {
    font-size: .6rem;
    width: 33%;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.round-price>div:nth-child(2) {
    border-left: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
}

.round-price .active {
    color: white;
    background-color: var(--primary);
}

.tab-content {
    display: none;
}

.tab-content.show {
    display: block;
}

.tab-button.active {
    font-weight: bold;
    /* Example of styling the active tab */
}


#image-preview {
    position: relative;
}

#remove-img-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
    padding: 5px;
}

#remove-img-btn:hover {
    background: darkred;
}

.ruppe i {
    position: absolute;
    left: 10px;
    font-size: 12px;
    top: 13px;
}

.tab-content .ruppe {
    border: 1px solid #dadce0;
    padding: 6px 5px 6px 25px;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
}

.tab-content .ruppe input {
    border: none;
    width: 100%;
    font-size: 14px;
}

.actull {
    font-size: 11px;
    color: #718190;
}

.sct-price {
    width: 30%;
    padding: 0 5px;
}

.f-dash {
    font-size: 12px;
}

.act-price-1 {
    width: 48%;
    background-color: #fff;
    border: 1px solid #dadce0;
    overflow: hidden;
    margin-top: 23px;
    height: 37px;
    border-radius: 5px;
    padding: 0 10px;

}

.act-price-1 button {
    border: none;
    width: 100%;
    background-color: #fff;
    height: 100%;
    display: flex;
    color: #718190;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
}

.right-sidebar {
    position: fixed;
    right: -350px;
    /* Adjust width as needed */
    top: 0;
    width: 350px;
    height: 100%;
    background-color: #f8f9fa;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
    z-index: 1000;
}

.right-sidebar.open {
    right: 0;
    /* Slide the sidebar into view */
}

.sidebar-header {
    display: flex;
    position: relative;
    padding: 10px;

    color: black;
}

.close-btn-1 {
    background: none;
    border: none;
    color: rgb(0, 0, 0);
    font-size: 16px;
    cursor: pointer;
    padding: 0 10px;
    font-size: 18px;
}

.sidebar-content {
    padding: 20px;
}

.right-sidebar .this-rel {
    padding: 13px 0;
}

.right-sidebar .btn-close {
    top: 15px;
}

#act-3 .sct-price {
    width: 50%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.box-dev {
    padding: 20px;
    transition: all 0.3s;

    z-index: -1;
}

.game-dev img {
    width: 105px;
    height: 105px;
    border-radius: 8px;
    object-fit: cover;
}

.box-dev {
    border-bottom: 1px solid #ededed;
}

.game-padding {
    padding-left: 10px;
}

.game-padding h5 {
    font-size: 1.125rem;
    color: #414e59;
}

.rupes-ses {
    font-size: 14px;
    color: #718190;
    font-weight: 400;
}

.rupes-ses span {
    font-size: 16px;
    color: #414e5a;
}

.score-service {
    background: rgba(127, 160, 18, .1);
    color: #7fa012;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    height: 18px;
    padding: 1px 10px;
    border-radius: 100px;
    text-transform: uppercase;
}

.audit {
    display: flex;
    align-items: center;
    color: #f90;
    font-size: 12px;
}

.photo-1st {
    border: 1px dashed var(--blue);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: var(--blue);
    position: relative;
    cursor: pointer;
    z-index: 99;
    background-color: white;
}

.gallery-absolute {
    position: absolute;
    background-color: white;
    bottom: 42px;
    width: 180px;
    left: 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
    padding: 10px 0;
}

.gallery-absolute li {
    padding: 10px;
    color: #414e59;
    font-size: 14px;
    transition: all 0.3s;
}

.gallery-absolute input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.image-link input {
    width: 100%;

}

.offcanvas-header h5 {
    font-size: 18px;
    color: #414e59;
}

.upload-image {
    height: 2.5rem;
    width: 80%;
    margin: auto;
    bottom: 15px;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 190px;
    color: #fff;
    background-color: #0086ff;
    border: 1px solid #0086ff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    transition: all 0.3s;
}

.upload-image:hover {
    background-color: var(--blue);
    border-color: var(--blue);
}

.image-link h6 {
    font-size: 14px;
    color: #414e59;
}

.gallery-absolute li:hover {
    background-color: #414e591e;
}

.description-container {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
    margin-top: 20px;
}

.description-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #6c757d;
}

.paste-link {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

.description-textarea {
    width: 100%;
    height: 100px;
    border: none;
    outline: none;
    resize: none;
    padding: 5px;
    font-size: 14px;
    margin-top: 5px;
}

.ai-write-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
}

.char-count {
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
    text-align: right;
}

.over-h-100 {
    height: 1000px;
    overflow-y: scroll;
}

.over-h-100::-webkit-scrollbar {
    width: 5px;
    background-color: white;
}

.over-h-100::-webkit-scrollbar-thumb {
    background-color: #565656;
    border-radius: 100px;
}

.offcanvas-header {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
}

.attach-file {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
    margin-top: 20px;
    position: relative;
    font-size: 14px;
    display: flex;
    color: #414e59;
    justify-content: space-between;
    font-weight: 500;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}

.attach-file input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.attach-file:hover {
    background-color: #414e591e;
}

.add-save {

    background-color: #0086ff;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .2);
    padding-bottom: 2px;
    font-size: .875rem;
    cursor: pointer;
    text-align: center;
    width: 90%;
    margin: auto;
    display: block;
    margin-top: 20px;
    padding: 10px;
    border-radius: 100px;
    color: white;
    font-weight: 500;
    transition: all 0.3s;
}

.add-save:hover {
    background-color: var(--blue);
}

.dots-edit>div {
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.dots-edit>div:hover {
    background-color: #414e591e;
}

.dots-edit ul {
    position: absolute;
    background-color: white;
    top: 30px;
    width: 180px;
    right: 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
    padding: 10px 0;

}

.dots-edit li {
    padding: 10px;
    color: #414e59;
    font-size: 14px;
    transition: all 0.3s;
}

.dots-edit li:hover {
    background-color: #414e591e;
    cursor: pointer;
}

.input-file-box {
    width: 80px;
    height: 80px;
    border: 1px dashed var(--primary);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.input-file-box i {
    font-size: 18px;
    color: var(--primary);
}

.input-file-box h6 {
    font-size: 12px;
    color: var(--primary);
    margin-top: 5px;
}

.input-file-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.image-box-file {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 15px;
    border: 1px solid #eaeaea;
    position: relative;
}

.image-box-file img {
    width: 100%;
    height: 100%;
}

.image-box-file .po-del {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    right: 0;
    color: white;
    font-size: 12px;
    border-radius: 10px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.review h3 {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
}

.review .svg-color {
    fill: #ffae00 !important;
}

.review-user {
    font-size: 14px;
    color: #414e59;
    margin-top: 10px;
    font-weight: 500;
}

.review-button {
    padding: 5px 10px;
    background-color: var(--primary);
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    transition: all 0.3s;

}

.review-button:hover {
    background-color: var(--blue);
}

.graph-review {
    margin-left: 30px;
    order: 3;
}

.graph-review span {
    font-size: 12px;
    width: 95px;
    font-weight: 600;
    color: #414e59;
}

.graph-review .green-bar {
    width: 250px;
    height: 8px;
    border-radius: 3px 5px 5px 3px;
    background-color: #3C9F3C;
}

.graph-review .gray-bar {
    position: relative;
    width: 300px;
    background-color: rgba(0, 0, 0, .08);

    border-radius: 3px;
    z-index: -1;
}

.graph-review>div {
    margin: 8px 0;
}

.graph-review .light-green-bar {


    width: 200px;
    height: 8px;
    border-radius: 3px 5px 5px 3px;
    background-color: #A7D635;
}

.graph-review .yellow-bar {
    width: 150px;
    height: 8px;
    border-radius: 3px 5px 5px 3px;
    background-color: #F7E632;
}

.graph-review .orange-bar {
    width: 100px;
    height: 8px;
    border-radius: 3px 5px 5px 3px;
    background-color: #F7A41E;
}

.graph-review .red-bar {
    width: 50px;
    height: 8px;
    border-radius: 3px 5px 5px 3px;
    background-color: #EF3A10;
}

.margin-12 {
    margin: 10px 0;
}

.just {
    order: 1;
}

.button-review-1 {
    order: 2;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translatey(25%);
    display: none;
}

.review .container>div {

    padding: 10px 0 30px 0;
}

.round-image-radius img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}

.review-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.use-star .svg-color {
    fill: #ffae00 !important;
}

.use-star svg {
    width: 16px;
}

.use-star span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    margin-left: 10px;
    font-weight: 700;
    color: #2121217e;
}

.date-review {
    font-size: 14px;
    font-weight: 600;
    color: #414e5a94;
}

.user-review p {
    margin-top: 10px;
    color: #414e59;
    font-size: 13px;
    font-weight: 600;
}

.user-review {
    padding: 20px 0;
}

.high-border {
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    padding: 15px 0;
}

.high-border button {
    height: 36px;
    padding: 0 15px;
    border: 1px solid #e0e0e0;
    background-color: #efefef;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 5px;
    /* margin: 10px 10px 10px 0; */
    margin-top: 0;
}

.high-border button.active {
    border-color: var(--primary);
    background-color: var(--primary);
    color: white;
}

.black-user-star {
    fill: rgb(199, 199, 199);
}

.sign-opation {
    font-weight: 500;
    color: #4c4c4c !important;
}

.sign-opation a:hover {
    color: var(--primary);
}

.back-main-color {
    background-color: #3067FF1A;
}

.error-message {
    bottom: -18px;
    font-size: 12px;
    margin-bottom: 0 !important;
    position: absolute;
}

.check input {
    margin-top: 3px !important;
    display: inline-block !important;
    width: auto !important;
}

.check span {
    margin-bottom: 0 !important;
    margin-left: 5px;
}

.fw-500 {
    font-weight: 500;
}

.gallery-h3 {
    font-size: 23px;
    color: #111111;
    font-weight: 500;
}

.h-50px {
    min-height: 58px;

}

.box-shadow-edit {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .2);
    padding: 20px 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.eedit {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .18);
}

.personal-details-line {
    font-size: 18px;
    font-weight: 600;
}

.pen-tag {
    width: 25px;
    height: 25px;
    background: #0616241A;
    border-radius: 100%;
}

.pen-tag i {
    font-size: 12px;
    text-align: center;
    display: block;
    line-height: 25px;
}

.mobile .iti__selected-flag {
    border-radius: 0px;
}

.mobile .iti input,
.iti input[type=tel],
.iti input[type=text] {
    margin-top: 10px !important;
}

.iti__country-list {
    width: 320px;
}

.otp-verification {

    padding: 2.5rem 2.1rem;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 470px;
    width: 100%;
    background-color: white;
}

.class-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh
}

.otp-verification h2 {
    /* margin-bottom: 1.5rem; */

    font-weight: 600;
    font-size: 2rem;
}

.otp-verification p {
    margin-bottom: 1rem;
    color: #b0b0b0;
    font-weight: 300;
}

.otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 1.3rem;
}

.otp-input input {
    width: 50px;
    height: 50px;
    margin: 0 8px;
    text-align: center;
    font-size: 1.5rem;
    border: 2px solid var(--primary);
    border-radius: 12px;


    transition: all 0.3s ease;
}

.otp-input input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px var(--primary);
    outline: none;
}

.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.otp-verification button {
    background: var(--primary);
    color: white;
    border: 2px solid var(--primary);
    padding: 8px 14px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    margin: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.person-line {
    border: 1px solid #e6e6e6;
    width: 100%;
    margin: 20px 0;

}

.person-image img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    object-fit: cover;
}

.person-image h5 {
    font-size: 18px;

}

.person-image p {
    color: #777777;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.upload-btn {
    border: none;
    color: white;
    background-color: var(--primary);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.upload-btn svg {
    vertical-align: middle;
    margin-right: 5px;
}

.upload-btn-wrapper input[type=file] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.login-hide,
.goog-te-gadget-icon {
    display: none;
}

.user-show img {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.user-show {
    position: relative;
    cursor: pointer;
}

.user-show ul {
    position: absolute;
    top: 35px;
    right: 0;
    background-color: white;
    color: #000;
    z-index: 99;
    width: 150px;
   
    box-shadow: 0 5px 10px rgb(0, 0, 0, 0.1);
}

.user-show ul li {
    padding: 0;
}

.bor-top-1 {
    border-top: 1px solid #ddd;
}

.user-show ul li:hover {
    background-color: #e0e0e0;
}

/* Optional: Style for the menu */
#menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li a {
    padding: 8px 10px;
}

.person-image .ms-6 {
    margin-left: 25px;
}

.person-image label {
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
}

.person-image .for-other input {
    width: 100%;
    display: block;
    margin-top: 10px;
    height: 50px;
    border: 0.5px solid #1C1C1C4D;
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
    color: #696969;
}

.person-image .iti__arrow {
    display: none;
}

.person-image .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    opacity: 0.6;
    cursor: auto;
}

.person-image .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;

}

.save-btn {
    width: 150px;
    height: 45px;
    color: white;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    margin: 30px 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    position: relative;
    z-index: 99;
}

.px-6 {
    padding: 0 10px;
}

.rest-span span {
    color: #111;
    font-size: 13px;
    font-weight: 500;
    display: block;
}

.rest-span svg {
    margin: 0 10px;
}

.rest-cate h4 {
    font-size: 28px;
    font-weight: 600;
    color: #111;
}

.rest-select {
    border-radius: 6px;
    border: solid 1px #eaeaea;
    padding: 5.5px 9px;
    color: #111;
    background: #f7f7f7;
    cursor: pointer;
    position: relative;
}

.rest-of-abs,
.rating-options {
    position: absolute;
    top: 35px;
    left: 0;
    width: 150px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.297);
    background-color: white;
    padding: 10px 5px;
    border-radius: 8px;
    z-index: 99999999999999;
}

.rest-of-abs li,
.rating-options li {
    padding: 5px 10px;
    background-color: white;
    border-radius: 5px;

}

.rest-of-abs li:hover,
.rating-options li:hover {
    background-color: #0000001f;
}

#sort-options-toggle {
    border-radius: 6px;
    border: solid 1px #eaeaea;
    padding: 5.5px 9px;
    color: #111;
    background: #f7f7f7;
    cursor: pointer;
    position: relative;
}

#sort-options-toggle.active {
    border-color: #ccc;
    /* Default border color */
}

#sort-by-text {


    transition: color 0.3s ease;
}

.rest-of-abs li {
    padding: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.rest-of-abs li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-icon {
    transition: fill 0.3s ease;
}

.dropdown-icon.rotate {
    transform: rotate(270deg);
}

/* Style when an option is selected */
#sort-options-toggle.selected {
    border-color: #0F76D7;
    background-color: #e6f5ff;
}

#sort-options-toggle.selected #sort-by-text {
    color: #0F76D7;
}

#sort-options-toggle.selected .dropdown-icon {
    fill: #0F76D7;
}

.class-w-80 {
    width: 80%;

}

.class-w-80>div {
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #cecece;
    margin: 10px 0;
}

.best-image-size img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.class-w-80 h5 {
    font-size: 22px;
    color: #111;

}

.this-margin {
    margin-left: 20px;
}

.rating-box {
    margin-right: 6px;
    font-size: 14px;
    font-weight: 600;
    background-color: #058a07;
    border-radius: 6px;
    width: 32px;
    height: 24px;
}

.rating-show-count {
    font-size: 14px;
    color: #717171;
}

.class-w-80 p {
    font-size: 15px;
    color: #111;
}

.green-contact-btn {
    background-color: #058a07;
    border: 1px solid #027c0a;
    height: 35px;
    padding: 0 20px;
    color: white;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 500;
}

.green-contact-btn svg {
    margin-right: 5px;
}

.trans-contact-btn {
    height: 35px;
    padding: 0 10px;
    border: 1px solid #c3c3c3;
    font-weight: 500;
    border-radius: 5px;
}

.trans-contact-btn svg {
    margin-right: 2px;
}

.mb-30 {
    margin-bottom: 14px;
}

.pro-dit {
    padding: 4px 15px;
    color: white;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
}

.trans-contact-btn {
    display: flex;
    align-items: center;
}

.position-absolute-1 {
    position: absolute;
    right: 10px;
    top: 70%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1em;
}

.position-absolute-1 i {
    color: #9a9a9a;
}

.my-2 .position-absolute-1 {
    right: 20px;
}

.rets-01 {
    margin-top: 30px;
}

.image-hotel {
    height: 270px;
    overflow: hidden;
    width: 100%;
}

.image-hotel .col-lg-4 {
    height: 100%;
}



.image-grid-border {
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    overflow: hidden;
}

.image-hotel .col-lg-4:nth-child(2) {
    padding: 0 1px;
}

.img-4 .col-6 {
    height: 135px;
}

.img-4 .col-6:nth-child(1) {
    padding: 0 1px 1px 0;
}

.img-4 .col-6:nth-child(2) {
    padding: 0 0px 1px 0;
}

.img-4 .col-6:nth-child(3) {
    padding: 0 1px 0px 0;
}

.img-4 .col-6:nth-child(4) {
    padding: 0 0px 0px 1px;
}

.multican-rest a {
    display: block;
    height: 22px;
    padding: 0 7px;
    background-color: #f7f7f7;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    color: #111;
    font-size: 12px;
    margin: 0 10px;
    font-weight: 500;
}

.rest-padding {
    padding: 15px 20px;
}

.locate {
    font-size: 14px;
    font-weight: 500;
    color: var(--gray);
}

.like-btn {
    height: 35px;
    padding: 0 10px;
    border: 1px solid #c3c3c3;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 10px;
}

.like-btn .active .cls-2 {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-width: 0.2px;
}

.like-btn .cls-2 {
    transition: fill 0.3s ease, stroke 0.3s ease;
}

.like-btn.active {
    /* Optional: Add styles for when the button is active */
}

.like-btn.active {
    background-color: var(--blue);
    border: var(--blue);
}

.menu-border {
    margin-top: 30px;

}


.contact-border-1>div {
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 15px;
}

.quick-info h5 {
    font-size: 20px;
    color: #111;
    margin-bottom: 20px;
}

.quick-info .span {
    color: #555;
    margin-bottom: 5px;
    display: block;
}

.quick-info .p {
    line-height: 26px;
    font-weight: 500;
    color: #111;
}

.contact-head {
    font-size: 20px;
    color: #111;
}

.h4 {
    width: 100%;
    height: 1px;
    background: #eee;
}

.address p {
    font-style: normal;
    line-height: 1.63;
    color: #111;
}

.address ul li a {
    width: 100%;
    margin: 3px 0;
    display: block;
    padding: 10px 5px;
    border-radius: 5px;
    transition: all 0.3s;
}

.address ul li {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    ;
}

.address ul li a:hover {
    background-color: #a4a4a43c;
}

.address ul li img {
    margin-right: 5px;
}

.address ul li:last-child {
    border-bottom: none;
}

.contact-border-1>div:last-child p {
    line-height: 1.63;
    color: #555;
}

.contact-border-1>div:last-child button {
    width: 150px;
    height: 40px;
    border-radius: 8px;
    font-size: 18px;
    color: #0076d7;
    border: 1px solid #0076d7;
    background-color: #fff;
    margin-top: 20px;
    font-weight: 500;
}

.border-menu-1 {
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    overflow: hidden;

    width: 80%;
}

.contact-border-1 {

    width: 20%;
}

.menu-border-1 {

    padding: 20px 25px;

}

.under-ul li a {
    color: #111;
    text-decoration: underline;
    transition: all 0.3s;
    font-weight: 500;
}

.under-ul li img {
    margin-right: 10px;
}

.under-ul li a:hover {
    color: var(--blue);
}

.green-rateing-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background-color: #339d3a;
    font-size: 36px;
    color: white;
    padding: 10px;
}

.margin-right-21 {
    margin-left: 10px
}

.margin-right-21 h4 {
    font-size: 22px;
    font-weight: 600;
    color: #111;
}

.review-sec {
    margin-top: 40px;
}

.review-sec>.review-box h5 {
    font-size: 18px;
}

.imge-profile img {
    width: 46px;
    height: 46px;
    border-radius: 5px;
}

.image-profile h5 {
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

.review-span {
    font-size: 14px;
    color: #555;
}

.review-date {
    font-size: 16px;
    color: #555;
}

.review-box .revw_star {
    height: 18px;
    margin-top: 10px;
    width: 22px;
}

.helpful {
    display: flex;
    align-items: center;
    margin-right: 100px;
}

.helpful i {
    font-size: 25px;
    margin-right: 6px;
}

.helpful span {
    color: #111;
    font-weight: 500;
}

.helpful img {
    margin-right: 10px;
}

.rview-p {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

.modal {
    z-index: 9999999;
    backdrop-filter: blur(8px);
}

.report-error h4 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.checkbox-container input:checked~.checkmark {
    background-color: #007bff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.comments-group {
    margin-bottom: 20px;
}

#comments {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    resize: none;
}

#position-white-back {
    background-color: white;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    cursor: pointer;
}

#multiti .this-margin {
    position: relative;
    z-index: 99;
}

.best-image-size {
    position: relative;
    z-index: 2;
}

.setting-edit  a{
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .2);
    padding: 20px 20px;
    margin-top: 20px;
    border-radius: 10px;
    display: block;
}

.setting_box>div {
    margin: 10px;
}

.setting_box h6 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
}

.setting_box p {
    color: var(--gray);
}

.setting_box i {
    font-size: 25px;
    padding: 0 10px;
    opacity: 0.5;
}

.setting_box img {
    width: 50px;
}

.filter {
    border-radius: 6px;
    border: solid 1px #eaeaea;
    padding: 5.5px 9px;
    color: #111;
    background: #f7f7f7;
    cursor: pointer;
    position: relative;
}

.modal-backdrop.show {
    z-index: 99998;
}

.offcanvas.show {
    z-index: 99999;
}


.search-btn-filter {
    display: block;
    padding: 5px 20px;
    background-color: var(--blue);
    border-radius: 5px;
    border: 1px solid var(--blue);
    margin: 10px auto 5px;
    font-weight: 600;
    color: white;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.search-btn-filter:hover {
    color: var(--blue);
    background-color: white;
}

.reset-btn-filter {
    display: block;
    padding: 5px 20px;
    background-color: var(--gray);
    border-radius: 5px;
    border: 1px solid var(--gray);
    margin: 10px auto 5px;
    font-weight: 600;
    color: white;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fil-btn input {
    margin: 5px 0;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
}

.my-imge-photo {
    width: 190px;
    height: 190px;
    border-radius: 15px;
    object-fit: cover;
}

.input-face {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #444444;
}

.select-box-year {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: transparent;
    border: none;
    height: 45px;
    padding: 0 10px;
    appearance: none;
}

.number-employe {
    font-size: 18px;
    font-family: 'Inter';
    color: #444444;
}

.rsid {
    width: 20px;

    height: 20px;
}

.timing-1>div {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.day-select {
    font-size: 20px;
    color: #414e59;
    margin-bottom: 15px;
    font-weight: 600;
}

.timing-1 .active {
    background-color: var(--blue);
    color: white;
}

.all-sel {
    font-weight: 500;
    color: #414e59;

}

/* CSS for the select dropdown */
.form-select {
    width: 100%;
    height: 40px;
    /* Set the height of the select box itself */
}

/* Styling for the dropdown options (requires JavaScript for full customization) */
.form-select option {
    padding: 5px;
}

/* Dropdown wrapper */
.custom-dropdown-box {
    position: relative;
    width: 100%;
}

/* Dropdown display area */
.dropdown-display {

    padding: 10px;
    cursor: pointer;

    text-align: left;
}

/* Dropdown options menu */
.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    /* Fixed height */
    overflow-y: auto;
    /* Scrollable if content exceeds height */
    border: 1px solid #ccc;
    background: #fff;
    z-index: 99991000;
    /* Ensures dropdown is above other content */
}

/* Dropdown option items */
.dropdown-options div {
    padding: 10px;
    cursor: pointer;
}

/* Hover effect for items */
.dropdown-options div:hover {
    background-color: #f0f0f0;
}

/* Make dropdown-wrapper occupy full width */
.full-width {
    width: 100%;
}

.leads-1-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.h3-1 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.h4-1 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.border-1-1 {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-top: -20px;
    padding: 30px 20px;
}

.h6-1-1 {
    font-size: 16px;
    font-weight: 500;
    color: #545454;
}

.span-1-1 {
    font-size: 16px;
    font-weight: 500;
    color: #8c8c8c;
}

.leads-1-box a {
    font-size: 18px;
    color: #0075e4;
    display: block;
}

.leads-1-box button {
    margin: 10px 0;
    background-color: var(--blue);
    padding: 5px 20px;
    color: white;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid var(--blue);
    font-size: 16px;
}

.offer-box img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.offer-h4 h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.offer-h4 {
    margin-left: 20px;
}

.offer-h4 .span-offer {
    font-size: 12px;
    font-weight: 500;
    color: #444;
}

.offer-tag a {
    border-radius: 10px;
    background-color: #ededed;
    color: #414e59;
    display: block;
    font-size: 11px;
    padding: 2px 10px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-right: 8px;
}

.fix-add-button {
    position: fixed;
    bottom: 10%;
    right: 20%;
    background-color: var(--blue);
    color: white;
    border-radius: 120px;
    padding: 6px 20px;
    z-index: 99;
    cursor: pointer;
}

.fix-add-button:hover {
    color: white;
}

.image-offer {
    border: 2px dotted var(--blue);
    width: 250px;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.image-offer i {
    font-size: 50px;
    color: var(--blue);
}

.image-offer h5 {
    margin: 20px 0;
    color: var(--blue);
}

.offer-duration {
    font-size: 16px;
    color: #717177;
    margin-bottom: 10px;
}

.contact-person textarea {
    width: 100%;
    height: 150px;
    border: none;

}

.image-offer input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.red-ex a {
    background-color: #cf6a77;
    color: white;
}

.cla-tra {
    font-size: 14px !important;
    color: rgb(255, 255, 255) !important;
}

.drash {
    width: 30px;
    height: 30px;
    background-color: #a8a8a8;
    display: none;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.cont-text textarea {
    height: 100px;
    width: 80%;
    margin: 10px 0 10px;
}

.cont-text button,
.book-appo {
    height: 35px;
    padding: 0 15px;
    margin-bottom: 14px;
    color: white;
    background-color: var(--blue);
    border-radius: 5px;
    border: none;
}

.cont-text-dis {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.cont-text-dis.show {
    display: block;
    opacity: 1;
}

.my-6-1 {
    margin: 30px 0;
}

.Notifications .note-image {
    width: 100px;
    height: 100px;

    object-fit: cover;
}

.Notifications {
    margin: 30px 0;
}

.chat_page {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 35px;
    z-index: 99999;
}

.chat_button {
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px, rgba(0, 0, 0, 0.2) 0px 2px 12px;
    height: 70px;
    width: 70px;
    text-align: center;
    background-color: #eff;
    border-radius: 100px;
    border: none;
    font-size: 1.6rem;
    color: #77e;
    border: 1px solid #77e;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.chat_button i {
    font-size: 30px;
}

.chat_box {
    height: 500px;
    width: 350px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    bottom: 90px;
    right: 20px;
    display: none;
    z-index: -1;
    border-radius: 15px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .45);
}

.chat_box_header {
    padding: 16px;
    background: rgb(0, 164, 189);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #77e;
    font-weight: 600;
}

.chat-img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.chat_box h6 {
    font-size: 16px;
}

.chat_box p {
    font-size: 11px;
    word-spacing: 1px;
}

.chat_box_body {
    padding: 16px;
    height: 100%;
    overflow-y: scroll;
    height: 380px;
    scroll-behavior: smooth;
}

.rounded-circle {
    border-radius: 50% !important;
}

.font {
    background-color: rgb(238, 238, 238);
    border-radius: 10px;
    border-top-left-radius: 2px;
    margin-left: 10px;
    font-size: 12px;
    max-width: 215px;
    margin-top: 15px;
}

.chat_box_footer {
    max-width: 100%;
    height: 80px;
    position: absolute;
    bottom: -31px;
}

.chat_box_footer input {
    max-width: 100%;
    width: 350px;
    padding: 13px 15px;
    border: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: fixed;
}

.chat_box_footer button {
    position: absolute;
    bottom: 30px;
    font-size: 25px;
    background: white;
    box-shadow: none;
    border: none;
    border-bottom-right-radius: 16px;
    color: #5a5eb9;
    padding: 6px 13px;
    left: 298px;
}

.toggle-1 {
    display: block;
}

.user-message {
    align-self: flex-end;
    /* Align user messages to the right */
    background-color: #dcf8c6;
    /* Light green for user messages */
    border-radius: 10px;
    padding: 8px;
    margin: 5px;
    width: 60%;
}

.server-message {
    align-self: flex-start;
    /* Align server messages to the left */
    background-color: #f1f0f0;
    /* Light gray for server messages */
    border-radius: 10px;
    padding: 8px;
    margin: 5px;
    width: 60%;
}

#chatBody {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 380px;
    /* Set a height for scrolling */
    background-color: #f9f9f9;
}

.red-number {
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 100%;
    top: 0;
    right: 10px;
    background-color: rgb(209, 0, 0);
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 10px;
}

.share-icon img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 10px auto !important;
    margin-right: 16px !important;
}

.share-icon {
    width: 90%;
    margin: auto;
}

.share-icon h4 {
    font-size: 14px;
    text-align: center;
}


/* *******************************
message-area
******************************** */

.message-area {
    height: 90vh;
    overflow: hidden;
    padding: 50px 0;

    margin-bottom: -50px;
}

.chat-area {
    position: relative;
    width: 100%;
    border-radius: 0.3rem;
    height: 80vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
    padding: 30px 0;
}

.chatlist {
    outline: 0;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
    margin: 0 15px 0 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 8px 20px 6px rgba(0, 0, 0, .18);
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 8px 20px 6px rgba(0, 0, 0, .18);
    margin: 0 15px 0 15px;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00db75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

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

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body li.reply {
    display: block;
    width: 100%;
    position: relative;
    margin: 10px 0;
}

.msg-body li.reply:before {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #e9e9e9 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.msg-body li.reply p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #e9e9e9;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body li.reply p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body li.sender {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    margin: 10px 0;
}

.msg-body li.sender:before {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #4b7bec transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.msg-body li.sender p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #4b7bec;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.msg-body li.sender p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body li.sender:after {
    display: block;
    content: "";
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.sender .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #ebebeb;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.send-box button {
    border: none;
    background: #3867d6;
    padding: 0.375rem 5px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 24%;
    margin-left: 1%;
}

.send-box button i {
    margin-right: 5px;
}



#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}


.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}



.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #f6f7fa;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}



.count-chat {
    width: 20px;
    height: 20px;
    background-color: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-size: 12px !important;
    border-radius: 100%;
    font-weight: 500;
}

.message-area .img-fluid {
    width: 45px !important;
    height: 45px !important;
    object-fit: cover;
    border-radius: 100%;
}

.hidden {
    display: none !important;
}

.image-hotel img {
    max-height: 100%;
    object-fit: cover;
    flex-grow: 1;
    height: 100%;
    max-width: 400px;
}

.image-item {
    height: 270px;
    /* Ensures each image takes up the full height */
    width: 100%;
    /* Ensures aspect ratio is maintained */
    max-width: 100%;
    /* Avoids images getting too large */
}

.col {
    flex: 1 1 calc(33.33% - 2px);
    /* 3 columns with small gap */
    margin: 1px;
}

.my-2-1 {
    margin-top: 50px;
}

.my-2-1 .image-class-1 img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

.ms-1-1 {
    margin-left: 80px;
}

.ms-1-1 h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.ms-1-1 .city {
    margin: 20px 0;
    color: gray;
}

.start-svg svg {
    width: 40px;
    height: 40px;
}

.ms-1-1 textarea {
    width: 100%;
    background-color: white;
    margin: 6px 0 20px;
    height: 150px;
    padding: 16px 16px;
}

.ms-1-1 button {
    padding: 5px 35px;
    background-color: var(--blue);
    border: none;
    color: white;
    font-size: 22px;
    border-radius: 10px;
}

.ms-1-1 h4 {
    margin-top: 20px;
    font-weight: 500;
    font-weight: 600;
}

.star {
    cursor: pointer;
    margin: 0 4px;
}

.star rect {
    fill: #d5d5d5;
}

.star path {
    fill: #fff;
}


.star path {
    fill: white;
}

.review-box .revw_star polygon {
    width: 40px;
}

.commen-class {
    width: 130px;
    height: 40px;
    background-color: var(--blue);
    border: none;
    color: white;
    border-radius: 10px;
}

.emoji {
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #70707030;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 20px;
    border-radius: 200px;
}

.controls {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.select-box {
    position: relative;
    flex: 1;
    margin-right: 10px;
}

.custom-dropdown {
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    background-color: white;
}

.appointment-session h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 20px;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background-color: white;
    z-index: 1000;
    border-radius: 4px;
}

.options div {
    padding: 10px;
    cursor: pointer;
}

.options div:hover {
    background-color: #f0f0f0;
    /* Highlight on hover */
}

/* Show options when dropdown is active */
.custom-dropdown.active .options {
    display: block;
}

.calendar-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.calendar-table th,
.calendar-table td {
    width: 14.28%;
    /* Equal width for each day */
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
}

.calendar-table td:hover {
    background-color: rgba(149, 231, 250, 0.3);
    /* Highlight on hover */
}

.appointment-session {
    margin-bottom: 20px;
}

.time-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.time-slots label {
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    width: 200px;
    /* Adjust width */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

/* Initially show the radio button */
.time-slots label input {
    width: 18px;
    height: 18px;
}

/* Initially, time label text without any selection */
.time-slots label span {
    font-size: 14px;
    transition: color 0.3s;
    overflow: hidden;
}

/* Hover effect */
.time-slots label:hover {
    background-color: #f0f0f0;
}

/* Hide the radio button and show the arrow when selected */
.time-slots label input:checked {
    display: none;
    /* Hide radio button when selected */
}

/* Add blue background when selected */
.time-slots label input:checked+span {
    color: white;
    background-color: #007bff;
    /* Blue background */
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

/* Show Font Awesome arrow icon when the radio is checked */
.time-slots label input:checked+span::before {
    content: '\f061';
    /* Font Awesome arrow right (fa-arrow-right) */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: white;
    position: absolute;
    left: 7px;
    font-size: 20px;
    top: 20px;
    transform: translateY(-50%);

}

.time-slots label input:checked+span::after {
    content: '';
    /* Font Awesome arrow right (fa-arrow-right) */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: white;
    position: absolute;
    left: -10px;
    width: 40px;
    height: 100px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    top: 0px;
    transform: skewX(-25deg);
    transition: all 0.3s;
}

.selected .highlight {
    background-color: #007bff;
    /* Highlight color for the selected appointment */
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.selected-date {
    background-color: rgba(149, 231, 250, 0.5);
}

/* Responsive design */
@media (max-width: 600px) {
    .controls {
        flex-direction: column;
    }

    .select-box {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.calendar-section {
    margin: 50px auto;
    padding: 30px 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: white;
}

.submit-appoinment {
    width: 150px;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    background-color: #007bff;
    border: none;
    border-radius: 8px;
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.options::-webkit-scrollbar {
    display: none;
}

.disabled-slot {
    background-color: red;
    /* Change to your desired color */
    color: white;
    /* Text color */
    pointer-events: none;
    /* Prevent interaction */
    opacity: 0.6;
    /* Optional: make it look disabled */
}

.check-list-logo {
    width: 40px;
}

.Scheduled {
    border: 1px solid black !important;
    background-color: transparent !important;
    color: #000 !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    top: 56px;

}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.leads-1-box i {
    width: 25px;
    font-size: 20px;
}

.class-w-40 {
    width: 25%;
    border-right: 1px solid #e5f2ff;
}

.class-w-80 {
    width: 70%;
}

.mt-45 {
    padding-top: 45px;
    padding-bottom: 61px;
    border-bottom: 1px solid #e5f2ff;
}

.mt-45 h3 {
    font-size: 26px;
    color: #111;
    font-weight: 700;
    line-height: 26px;
}

.mt-45 p {
    color: #1a1b1d;

}

.box-plane1 {
    height: 60px;
    border-bottom: 1px solid #e5f2ff;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
}

.box-plane1 img {
    width: 35px;
    height: 35px;
}

.box-plane1 h5 {
    padding-left: 35px;
    color: #111;
    font-weight: 600;
    font-size: 18px;
}

.w-box-20 {
    width: 25%;
    border-left: 1px solid #e5f2ff;

}

.plane-std {
    color: #15a677;
    font-weight: 700;
    font-size: 26px;

}

.offeer {
    color: #f46a0d;
    font-weight: 600;
    font-size: 15px;
}

.price-offer {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.price-offer span {
    font-size: 36px;
    font-weight: 700;
    color: #1a1b1d;
}

.border-20-bottom button::after,
.contact-mayur button::after {
    content: "";
    height: 100px;
    width: 10px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: -50%;
    top: -24px;
    opacity: .7;
    filter: blur(4px);
    animation: ready 2s ease-in-out infinite;
    transform: rotate(35deg);
}

.not-after:hover {
    transform: scale(1) !important;
    background-color: white !important;
    color: #111 !important;
}

.not-after {
    animation: none;
    opacity: 0.5;
}

.border-20-bottom button {
    color: #111;
    font-weight: 600;
    background-color: #fff;
    border-radius: 8px;
    min-height: 44px;
    width: 150px;
    border: 1px solid #111;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.border-20-bottom {
    border-bottom: 1px solid #e5f2ff;
    padding-bottom: 20px;
}

.border-20-bottom button.active {
    background-color: #111;
    color: white;
}

.w-33-1 {
    width: 23px !important;
    height: 18px !important;
}

.border-20-bottom button:hover {
    transform: scale(1.1);
    background-color: #111;
    color: white;
}

.purple-pro {
    color: #9a00cf;
}

.pro-purple-1 {
    color: #cf0058;
}

.com-color {
    color: #0068cf;
}

.p-appoinment-tg {
    font-size: 12px;
    font-weight: 700;
    color: var(--blue);
}

.leadm-email {
    font-size: 14px;
    font-weight: 500;
    color: var(--gray);
    display: flex;
}

.leadm-email span {
    display: block;
    width: 70px;
}

.pt-45-t {
    padding-top: 45px;
}

.pro-70 {
    box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.18);
    padding: 25px 22px;
    width: 75%;
    border-radius: 10px;
}

.pro-30 {
    width: 25%;
}

.pro-30>div {
    box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.18);


    border-radius: 10px;
}

.pro-100 {
    width: 80%;
}

.pro-70 .pro-70-img {
    width: 300px;
    object-fit: cover;
    height: 300px;
    border-radius: 20px;
}

.pro-70 h3 {
    font-size: 32px;
    font-weight: 600;
}

.pro-ms-2 {
    margin-left: 20px;
}

.pro-ms-2 h6 {
    font-size: 16px;
    color: #646464;
    margin-left: 15px !important;
}

.px-3-1 {
    padding: 15px 20px;
}

.px-3-1 h3 {
    font-size: 20px;
}

.px-3-1 p {
    font-size: 14px;
}

.px-3-1 textarea {
    height: 100px !important;
    margin-top: 20px;
    font-size: 14px;
}

.px-3-1 button {
    width: 100%;
    height: 36px;
    background-color: var(--blue);
    color: white;
    border: none;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.px-3-1 button:hover {
    transform: scale(1.04);
}

.review-share {
    font-size: 23px;
}

.review-share .ratings_co {
    font-size: 14px;
    color: #626262;
}

.calendar {

    width: 100%;
    background-color: var(--bg-main);
    border-radius: 30px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.light .calendar {
    box-shadow: var(--shadow);
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
    color: var(--color-txt);
}

pre {
    margin-bottom: 0;
}


.calendar-week-day {
    height: 50px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-weight: 600;
}

.calendar-week-day div {
    display: grid;
    place-items: center;
    color: var(--blue);
    font-size: 14px;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    color: var(--color-txt);
}

.calendar-days div {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: relative;
    cursor: pointer;
    animation: to-top 1s forwards;
}

.calendar-days div:hover {
    background-color: var(--light-hover);
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.dark .calendar-days div:hover {
    background-color: var(--dark-hover);
}

.calendar-days div span {
    position: absolute;
}

.calendar-days div.curr-date span {
    display: none;
}

.month-picker {
    border-radius: 10px;
    cursor: pointer;
    color: var(--blue);
}

.month-picker:hover {
    background-color: var(--color-hover);
}

.year-picker {
    display: flex;
    align-items: center;
}

.year-change {
    height: auto;
    width: auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 10px;
    cursor: pointer;
}

.year-change:hover {
    background-color: var(--color-hover);
}

.calendar-footer {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.dark-mode-switch {
    position: relative;
    width: 48px;
    height: 25px;
    border-radius: 14px;
    background-color: var(--bg-second);
    cursor: pointer;
}

.dark-mode-switch-ident {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: var(--bg-main);
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.2s ease-in-out;
}

.dark .dark-mode-switch .dark-mode-switch-ident {
    top: 2px;
    left: calc(2px + 50%);
}

.month-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    transform: scale(1.5);
    visibility: hidden;
    pointer-events: none;
}

.month-list.show {
    transform: scale(1);
    visibility: visible;
    pointer-events: visible;
    transition: all 0.2s ease-in-out;
}

.month-list>div {
    display: flex;
    place-items: center;
}

.month-list>div>div {
    width: 100%;
    padding: 5px 20px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    color: var(--color-txt);
}

.month-list>div>div:hover {
    background-color: var(--blue);
    color: white;
}

.calaneder-appo {
    margin-top: 20px;
    width: 100%;

}

@keyframes to-top {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.contact-mayur {
    padding: 16px 24px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0px -10px 10px rgb(0, 0, 0, 0.1);
    display: none;
}

.contact-mayur button {
    padding: 5px 30px;
    width: 100%;
    margin: auto;
    display: block;
    background-color: var(--blue);
    color: white;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    position: relative !important;
}

.about-amp h3 {
    font-size: 25px;
    font-weight: 600;
    color: var(--font);
}

.about-amp p {
    font-size: 14px;
    color: var(--font);
    line-height: 26px;
}

.other-business-img {
    border-radius: 10px;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.other-business h5 {
    font-size: 22px;
    font-weight: 600;
}

.ms-other-business {
    margin-left: 20px;
}

.other-business h6 {
    font-size: 14px;
}

.other-business button {
    background-color: var(--blue);
    color: white;
    border: none;
    padding: 3px 20px;
    border-radius: 5px;
    font-weight: 500;
}

/* CSS for Toast Notifications */
/* Toast container */
.toast-container {
    position: fixed;
    top: 120px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 99999999;
}

/* Toast Notification Styles */
.toast {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 250px;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    position: relative;
    opacity: 0;
    transform: translateX(100%);
    animation: slide-in 0.5s forwards ease-in-out;
    color: #333;
}

.toast.success {
    background-color: #e6f4ea;
    border-left: 5px solid #4CAF50;
}

.toast.info {
    background-color: #e8f4fd;
    border-left: 5px solid #2196F3;
}

.toast.warning {
    background-color: #fff7e5;
    border-left: 5px solid #FF9800;
}

.toast.error {
    background-color: #fdecea;
    border-left: 5px solid #F44336;
}

.toast .toast-icon {
    margin-right: 10px;
    font-size: 18px;
}

.toast .close-btn {
    background: none;
    border: none;
    color: #777;
    font-size: 16px;
    cursor: pointer;
}

.toast span {
    font-weight: 600;
    font-family: 'Poppins';
}

/* Progress Bar */
.toast .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    animation: progress 4s linear forwards;
    border-radius: 0 0 5px 5px;
}

.toast.success .progress-bar {
    background-color: #4CAF50;
}

.toast.info .progress-bar {
    background-color: #2196F3;
}

.toast.warning .progress-bar {
    background-color: #FF9800;
}

.toast.error .progress-bar {
    background-color: #F44336;
}

/* Slide-in Animation */
@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

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

/* Progress Bar Animation */
@keyframes progress {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

.toast:not(.showing):not(.show) {
    opacity: 1;
}

.two-option button {
    font-size: 16px;
    background-color: transparent;
    border: 1px solid var(--gray);
    padding: 10px 0;
}

.p-y-20 .tab-content {
    display: block;
}

.past-date {
    color: lightgray;
    /* Or any style you prefer for past dates */
    pointer-events: none;
    /* Prevent clicking */
}

.hr-mt {
    margin: 40px 0;
    background-color: #868686;
}

.next-link {
    display: inline-flex !important;
    width: auto;
    border: 2px solid #000;
    padding: 5px 20px;
    margin-top: 10px;
    align-items: center;
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.next-link img {
    width: 15px;

}

#category-dropdown {
    appearance: none;
}

.free-anouns {
    position: absolute;
    padding:  0 3px;
    right: 22px;
    top: -12px;
    font-size: 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d10000;
    animation: bounce 2s infinite;
    letter-spacing: 1.2px;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-4px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.search-header .dropdown-menu {
    top: 40px;
    left: 0;
    width: 100%;
}

.banner-1-1-1 {
    background-image: url('../image/i-want-one-hd-wallpaper-that-describe-beauty-cosme-upscaled.jpg');
}

.banner-1-2 {
    background-image: url('../image/file-pvSGeSSWSVVRlTlv4hr3TMes.webp');
}

.banner-1-3 {
    background-image: url('../image/file-RtHezDMjsO1DgS7GX4mjpJ37.webp');
}

.banner-1-4 {
    background-image: url('../image/file-RYL1Xnl4W7bxZVcXKnKhUS4E.webp');
}

.banner-1-5 {
    background-image: url('../image/file-kkipDmxHT8w5RvTj4gmxDxlV.webp');
}

.banner-1-6 {
    background-image: url('../image/file-ytO2JFD5FvAk1al3G2WLS7CW.webp');
}

.banner-1-7 {
    background-image: url('../image/file-WOBZCLQ7Nkk4QR5UJWrkZuYy.webp');
}

.banner-1-8 {
    background-image: url('../image/file-QIctw10oOutCHt6YII81BCnq.webp');
}

.banner-1-9 {
    background-image: url('../image/file-4EkpFdEOqFZLo9jTV0mhgfBv.webp');
}

.banner-1-10 {
    background-image: url('../image/file-ttqavjeT5jL5dj24dIqFvtQj.webp');
}

.banner-1-11 {
    background-image: url('../image/file-P9CKqZHLIA98pJh8AQ5cZi5O\ \(1\).webp');
}

.banner-1-12 {
    background-image: url('../image/file-yWNOaH7lqY1NjHTRAMFJukHs.webp');
}

.banner-1-13 {
    background-image: url('../image/file-YIQUlduEz15EMdI8RQjKKuLB.webp');
}

.banner-1-14 {
    background-image: url('../image/file-rIX9hZxvPLgMH0GFHomShtFE.webp');
}

.banner-1-15 {
    background-image: url('../image/file-1SGidaQULMB3bJLjVeSEUj1t.webp');
}

.banner-1-16 {
    background-image: url('../image/file-n3uR7EIwKPGYCqjxlSVQ9IdP.webp');
}

.m-top-101 {
    margin-top: 10px;
    height: 100px;
    border-radius: 0px;
}

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

.class-font-1-1 .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.class-font-1-1 .iti__selected-dial-code {
    font-size: 14px !important;
}

.class-font-1-1 .iti__arrow {
    display: none;
}

.class-font-1-1 .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

#updateBusinessForm textarea {
    font-size: 14px;
    color: #626262;
}

.leads-1-box img {
    width: 50px;
}

.new-add-1-1 {
    background-color: rgba(0, 189, 52, 0.1) !important;
    color: rgba(0, 189, 52);
}

.offcanvas-body .search-header {
    display: none !important;
}

.w-126 svg {
    display: block;
    margin: auto;
    width: 60px;
    height: 60px;
}

.vertical-line {
    font-size: 16px;
    color: var(--blue);
    margin-bottom: 25px !important;
}

.focus-menu-li:hover .menu-focus {
    display: block;
}

.fix-blog-height {
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.blog-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 18px 0;
}

.h5-blog-content {
    font-size: 16px;
    font-weight: 700;
    margin: 16px 0;
}


.card11 {
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #cecece;
    margin: 10px 0;
}

.card11 .header-card-1 {
    display: flex;
    align-items: center;
}

.card11 .header-card-1 .img-skeleten {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    background-color: #d9d9d9;
    overflow: hidden;
}

.header-card-1 .details-skeleten {
    margin-left: 20px;
}

.details-skeleten span,
.name-skeleten,
.about-skeleten {
    position: relative;
    display: block;
    background: #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
}

.name-skeleten {
    width: 100px;
    display: block;
    height: 15px;
    overflow: hidden;
}

.about-skeleten {
    width: 150px;
    height: 15px;
    margin-top: 10px;
    display: block;
    overflow: hidden;
}

.btn111 {
    margin-top: 20px;
}

.btn111 .btn1212 {
    position: relative;
    width: 200px;
    height: 30px;
    background: #d9d9d9;
    margin-bottom: 5px;
    border-radius: 5px;

    overflow: hidden;
}

.card11 .header-card-1 .img-skeleten::before,
.details-skeleten span::before,
.content .line::before,
.btn1212s111 .btn1212::before,
.name-skeleten::before,
.about-skeleten::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,
            #d9d9d9 0%,
            #888b94 20%,
            #d9d9d9 40%,
            #d9d9d9 100%);
    background-size: 450px 400px;
    background-repeat: no-repeat;
    animation: shimmer 1.4s linear infinite;
}

.details-skeleten span::before,
.btn1212s111 .btn1212-2::before {
    animation-delay: 0.29s;
}

@keyframes shimmer {
    0% {
        background-position: -450px 0px;
    }

    100% {
        background-position: 450px 0px;
    }
}

.w-110101 {
    max-width: 200px;
    width: auto;
    margin-bottom: 20px;
}

.box-skeletem {
    width: 60px;
    height: 60px;
    background-color: #d9d9d9;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
    display: block;
}

/* Fullscreen Modal styling with unique number combination */
.custom-modal-123123 {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 160px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.custom-modal-content-123123 {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.custom-close-123123 {
    position: absolute;
    top: 100px;
    right: 35px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.owl-nav,
.owl-dots {
    display: none;
}

.owl-item img {
    object-fit: cover;
    transition: all 0.5s;
    overflow: hidden;
    height: 200px;
}

.owl-item .item {
    overflow: hidden;
    border-radius: 10px;
}

.owl-item img:hover {
    transform: scale(1.1);
}

.custom-slider-123123 {
    margin-top: 30px;
}

#businessContainer11 img {
    max-width: 600px;
}

.b-tag-bold {
    font-weight: 700 !important;
}

.tems-p-p h4 {
    font-size: 24px;
}

.tems-p-p .my-1 {
    margin: 12px 0 !important;
}

.modal-body .about {
    max-height: 600px;
    overflow-y: scroll;
}

.modal-body .about::-webkit-scrollbar {
    width: 5px;
    background-color: #f0f0f0;
    border-radius: 50px;
}

.modal-body .about::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    border-radius: 50px;
}

.class-pad-11 {
    padding: 1.5rem;
}

.footer-mt-0-1 footer {
    margin-top: 0 !important;
}

.vh-other-class-1 {
    min-height: 60vh;
}





/* Basic styling for the language selector */
.language-selector {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
}

.language-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    /* border: 1px solid #000000; */
    border-radius: 6px;
    overflow: hidden;
    width: 150px;
    z-index: 1;
    background: white;
    color: black;
}

.language-option {
    padding: 10px;
    cursor: pointer;
}
.language-selector:hover .language-options{
    display: block;
}
.language-option:hover {
    background-color: #ddd;
}


.language-selector.active .language-options {
    display: block;
}


.slider {
    position: relative;
    width: 100%;
    height: 100vh; /* Adjust based on your design */
    overflow: hidden;
    max-height: 650px;
    overflow-y: hidden;
}
.s-menu > div span:last-child,.s-menu > div span:first-child{
    text-transform: uppercase;
}
.slide_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    
}

.slide_1.active {
    opacity: 1;
}

.container {
    position: relative;
}
.disabled-lead-btn {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

#global-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; /* or your background */
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.6s ease, visibility 0.6s;
}

#global-loader.hide {
    opacity: 0;
    visibility: hidden;
}
.spinner {
  width: 100px;
  height: 100px;
  border: 6px solid #ccc;
  border-top-color: #3db0f7; /* primary color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
