@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Onest&display=swap');

.businessprev-maincontant {
    width: 100%;
    overflow: auto;
}

.businessprev-maincontant::-webkit-scrollbar {
    width: 0px;
}

.businessprev-maincontant::-webkit-scrollbar-track {
    background: transparent;
}

.businessprev-maincontant::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
}

.businessprev-maincontant::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.bussinessinnerdiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /*min-height: calc(100vh - 240px);*/
    /* padding: 24px 24px 0px; */
    /* padding-bottom: 6px; */
    /* gap: 24px; */
}

.condivpro {
    display: flex;
    gap: 15px;
}

.condivpro>* {
    width: fit-content !important;
}


.firstSecbusiness {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 16px; */
    width: 100%;
    overflow: hidden;
}

.businesstopbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* margin-bottom: 16px; */
    position: relative;
    cursor: pointer;
}

.phonemaindivbusiness .businesstopbar i {
    top: 30px;
}

.businesstopbar i {
    /* font-size: 18px; */
    font-size: 14px;
    color: #000;
    top: 16px;
    position: absolute;
    right: 16px;
    background: white;
    padding: 3px;
    border-radius: 10px;

}

.businesstopbar img {
    width: 70px;
}

.userProfilediv img {
    /*height: 220px;*/
    width: 100%;
    object-fit: cover;
    object-position: top;
    /* border-top-right-radius: 16px;
    border-top-left-radius: 16px; */
}



.userProfilediv {
    width: 100%;
}

.backimgdiv {
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.userdetails {
    /* background-color: #FFF; */
    width: 100%;
    padding: 0 18px 0 18px;
}

.userinfodiv {
    width: auto;
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 12px 0;
    flex-direction: column;
    align-items: flex-start;
    /* margin-bottom: 16px; */
    /* margin-left: 100px; */
}

.userinfodiv p {
    color: #161C23;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 !important;
    word-break: break-all;
    /*text-transform: capitalize;*/
}

/* .userinfodiv h5 {
    color: #161C23;
    font-family: "Inter";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 !important;
    word-break: break-all;
    text-transform: capitalize;
} */
.userinfodiv h5 {
    color: #161C23;
    font-family: "Inter", sans-serif;
    font-size: clamp(18px, 4vw, 24px); /* min 18px, max 24px, scales with viewport */
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 !important;
    word-break: break-word; /* better than break-all */
    text-transform: capitalize;
}


.userinfodiv span {
    color: #667085;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    word-break: break-all;
    /*text-transform: capitalize;*/
}

.businessBtndiv {
    width: 100%;
    display: flex;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.businessBtndiv>* {
    width: 50% !important;
}


.contactBtn {
    display: flex;
    width: auto;
    padding: 10px 9px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #161C23;
    color: #161C23;
    text-align: center;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    background-color: transparent;
    pointer-events: none;
}

.previewContactBtn {
    cursor: pointer !important;
    pointer-events: auto !important;
}

.contactBtn:hover,
.contactBtn:active {
    background-color: #161C23;
    border-color: #161C23;
    color: #fff;
}

.contactBtn:hover svg path {
    stroke: #fff;
}

/* .contactBtn:active svg path {
    stroke: #fff;
} */

.shareconBtn {
    display: flex;
    width: auto;
    padding: 10px 9px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #161C23;
    border: 1px solid #161C23;
    color: #FFF;
    text-align: center;
    font-family: "Inter";
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    pointer-events: none;
}

.shareconBtn:hover,
.shareconBtn:active {
    background-color: transparent;
    color: #161C23;
    border-color: #161C23 !important;
}

.shareconBtn:hover svg path {
    stroke: #161C23;
}

/* .shareconBtn:active svg path {
    stroke: #161C23;
} */

.contactBtn svg,
.shareconBtn svg {
    min-width: 14px;
    width: 14px;
    height: 14px;
}

.businessdis {
    width: 100%;

}

.businessdis h5 {
    color: #667085;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
    word-break: break-all;
    text-transform: capitalize;
}

.businessdis p {
    color: #161C23;
    text-align: justify;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 18px;
    word-break: break-word;
    /*text-transform: capitalize;*/
}

.socialIcondiv {

    width: 100%;
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    gap: 26px;
    margin-bottom: 15px;
    row-gap: 8px;
}

.socialIcondiv h5 {
    color: #667085;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    margin-bottom: 0px !important;
    word-break: break-all;
    text-transform: capitalize;
}

.sociallinksIcon i {
    color: #000;
    font-size: 20px;
}

.contactbusinessdiv {
    width: 100%;

    margin-bottom: 24px;
}

.contactbusinessdiv h5 {
    color: #667085;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
    word-break: break-all;
    text-transform: capitalize;
}

.commndiv {
    display: flex;
    flex-direction: column;
    gap: 8px;
}



.contactinfo {
    display: flex;
    gap: 6px;
    text-decoration: none;
}

.contactinfo svg {
    min-width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}

.contactinfoinner {
    line-height: 0;
}

.contactinfoinner p {
    color: #161C23;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    /*word-break: break-all;*/
}

.contactinfoinner span {
    color: #667085;
    font-family: "Inter";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    word-break: break-all;
    text-transform: capitalize;
}

.brochurediv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 8px;
}


.personalbrochure,
.businessbrochure {
    display: flex;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid #161C23;
    color: #161C23;
    text-align: center;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    background-color: transparent;
    width: 100%;
    text-transform: capitalize;
}

.personalbrochure:hover,
.businessbrochure:hover,
.personalbrochure:active,
.businessbrochure:active {
    border-color: #161C23;
    background-color: #fff;
    color: #161C23;
}

.videodiv {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 12px;
}

.business-preview {
    height: 100vh;
    overflow: hidden;
}

.business-preview .phone-businessframe {
    background: #161C23;
}

.business-preview .bussinessinnerdiv {
    max-width: 100%;
    margin: auto;
}

.business-preview .prev-maincontant,
.business-preview .prev-main-div {
    height: 100%;
    overflow: auto;
}

/* .business-preview .bussinessinnerdiv{
    padding: 45px 24px;
} */

.business-preview .sociallinksIcon {
    color: transparent;
}

/* new css */
.companylogodiv {
    position: relative;
    width: 100%;
}

.companylogodiv .imagediv {
    position: relative;
    margin-top: -30px;
    padding: 5px 5px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    flex-shrink: 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.companylogodiv .imagediv img {
    width: 100%;
    object-fit: cover;
}

.footerLink {
    color: #000;
}

.footerLink {
    color: #000;
    text-align: center;
    /* font-family: Geologica; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.footerLink a {
    text-decoration: none;
    color: #000;
}

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

.footercontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding-bottom: 10px;
}

.copyright {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.copyright p {
    color: #000;
    text-align: center;
    /* font-family: Geologica; */
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    text-transform: capitalize;
}

.copyright img {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.60);
    width: 100px;
    height: auto;
    padding: 5px;
}


@media (max-width:567px) {
    .bussinessinnerdiv {
        padding: 0px 0px 10px;
    }
}

@media screen and (min-width:1100px) and (max-width:1700px) {

    .phonemaindivbusiness .footerLink {
        font-size: 0.625vw;
    }

    .phonemaindivbusiness .footercontent {
        gap: 0.625vw;
        padding-bottom: 0.521vw;
    }

    .phonemaindivbusiness .copyright {
        gap: 0.313vw;
    }

    .phonemaindivbusiness .copyright p {
        font-size: 0.521vw;
    }

    .phonemaindivbusiness .copyright img {
        border-radius: 0.156vw;
        width: 5.208vw;
        padding: 0.26vw;
    }

    .phonemaindivbusiness .bussinessinnerdiv {
        min-height: calc(100vh - 12.5vw);
        /* padding: 2.344vw 1.25vw 0px; */
        /* padding-bottom: 0.313vw; */
        /* gap: 1.25vw; */
    }

    .phonemaindivbusiness .commndiv {
        gap: 0.313vw;
    }

    .phonemaindivbusiness .brochurediv {
        margin-bottom: 0.938vw;
        gap: 0.313vw;
    }


    .phonemaindivbusiness .contactinfo {
        gap: 0.313vw;
    }

    .phonemaindivbusiness .contactinfo svg {
        min-width: 0.833vw;
        height: 0.833vw;
        flex: 0;
        top: 0.104vw;
    }

    .phonemaindivbusiness .contactinfoinner p {
        font-size: 0.625vw;
    }

    .phonemaindivbusiness .contactinfoinner span {
        font-size: 0.521vw;
    }

    .phonemaindivbusiness .socialIcondiv {

        gap: 1.354vw;
        margin-bottom: 1.25vw;
        row-gap: 0.417vw;
    }

    .phonemaindivbusiness .contactbusinessdiv {

        margin-bottom: 1.25vw;
    }

    .phonemaindivbusiness .contactbusinessdiv h5 {
        font-size: 0.729vw;
        margin-bottom: 0.417vw !important;
    }

    .phonemaindivbusiness .socialIcondiv img {
        width: 0.938vw;
        height: auto;
    }

    .phonemaindivbusiness .businessdis p {
        font-size: 0.625vw;
        margin-bottom: 1.25vw;
    }

    .phonemaindivbusiness .contactBtn {
        padding: 0.417vw 0.469vw;
        gap: 0.204vw;
        border-radius: 0.313vw;
        font-size: 0.769vw;
    }

    .phonemaindivbusiness .shareconBtn {
        padding: 0.417vw 0.469vw;
        gap: 0.204vw;
        border-radius: 0.313vw;
        font-size: 0.769vw;
    }

    .phonemaindivbusiness .contactBtn svg,
    .phonemaindivbusiness .shareconBtn svg {
        width: 0.729vw;
        min-width: 0.729vw;
        height: 0.729vw;
    }

    .phonemaindivbusiness .businessBtndiv {
        gap: 0.208vw;
        margin-top: 0.833vw;
        margin-bottom: 0.833vw;
    }

    /* .phonemaindivbusiness .businesstopbar {
        margin-bottom: 0.833vw;
    } */

    .phonemaindivbusiness .businesstopbar img {
        width: 3.646vw;
    }

    .phonemaindivbusiness .businesstopbar i {
        font-size: 0.938vw;
        top: 1.563vw;
        right: 0.833vw;
    }

    .phonemaindivbusiness .userProfilediv img {
        height: 11.458vw;
        border-top-right-radius: 0.833vw;
        border-top-left-radius: 0.833vw;
    }

    .phonemaindivbusiness .userdetails {
        padding: 0 0.938vw 0 0.938vw;
    }

    .phonemaindivbusiness .userinfodiv {
        gap: 0.208vw;
        padding: 0.625vw 0;
        /* margin-bottom: 0.833vw; */
    }

    .phonemaindivbusiness .userinfodiv h5 {
        font-size: 1.25vw;
    }

    .phonemaindivbusiness .userinfodiv p {
        font-size: 0.833vw;
    }

    .phonemaindivbusiness .userinfodiv span {
        font-size: 0.625vw;
    }


    .phonemaindivbusiness .videodiv {

        margin-bottom: 1.25vw;
    }

    .phonemaindivbusiness .videodiv iframe {
        height: 7.292vw !important;
    }

    .phonemaindivbusiness .personalbrochure,
    .phonemaindivbusiness .businessbrochure {
        font-size: 0.625vw;
        padding: 0.417vw 0.938vw;
        gap: 0.417vw;
        border-radius: 0.313vw;
        border-width: 0.052vw;
    }

    .phonemaindivbusiness .condivpro {
        gap: 0.781vw;
    }

    .phonemaindivbusiness .companylogodiv .imagediv {
        margin-top: -1.563vw;
        padding: 0.781vw;
        width: 4.167vw;
        height: 4.167vw;
    }

    .phonemaindivbusiness .sociallinksIcon i {
        font-size: 1.042vw;
    }

    .phonemaindivbusiness .socialIcondiv h5 {
        font-size: 0.833vw;
    }

    .phonemaindivbusiness .businessdis h5 {
        font-size: 0.833vw;
        margin-bottom: 0.417vw;
    }
}

@media (min-width: 431px) {
    .business-preview .bussinessinnerdiv {
        max-width: 350px;
        margin: auto;
    }
}

/* Modal adjustments */
.qrshareqrModal .modal-content {
    border-radius: 20px !important;
}

@media (min-width:768px) {
    .qrshareqrModal .modal-dialog {
        width: 300px;
    }
}

.shareBtnqr {
    display: flex;
    width: auto;
    height: 40px;
    padding: 5px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    background: #F7F7F9;
    box-shadow: 0px 4px 15px 0px rgba(33, 37, 41, 0.03);
    color: #212529;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.shareBtnqr:hover,
.shareBtnqr:active {
    background: #FEC230;
    border-color: #FEC230;
    color: #212529;
}

.custom-btn-primary {
    display: flex;
    width: auto;
    height: 40px;
    padding: 5px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #212529;
    box-shadow: 0px 4px 15px 0px rgba(33, 37, 41, 0.05);
    color: #FFF;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.custom-btn-primary:hover,
.custom-btn-primary:active {
    background: transparent !important;
    color: #212529 !important;
    border-color: #212529 !important;
}

.ctl-sha-whi-bac-pre-1 i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.ctl-sha-whi-bac-tem-1 i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    top: 26px !important;
    right: 15px !important;
    border-radius: 50%;
    font-size: 12px !important;
}


/*video tab design*/

.cft-rff-rre-tabs {
    display: flex;
    gap: 10px;
    margin-top: 6px;
    overflow: auto;
    /* overflow-y: hidden; */
    -webkit-overflow-scrolling: touch;
    /* scrollbar-width: none; */
}

.cft-rff-rre-tabs::-webkit-scrollbar {
    /* display: none; */
}

.cft-rff-rre-tabs::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
 
.cft-rff-rre-tabs::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
 
.cft-rff-rre-tabs::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 2px;
}


.cft-rff-rre-tab {
    border-radius: 24px;
    border: 0.8px solid #161C23;
    background: #FFF;
    cursor: pointer;
    color: #161C23;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    white-space: nowrap;
    padding: 6px;
    margin-bottom: 7px;
}

.cft-rff-rre-tab.active {
    background-color: #161C23;
    color: #fff;
}

.cft-rff-rre-tab.active svg path {
    fill: #fff;
}

.cft-rff-rre-content {
    display: none;
    border-radius: 9px;
    border: 1px solid #E2E4E9;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(226, 228, 233, 0.24);
    padding: 16px 14px;
    margin-top: 16px;
    margin-bottom: 16px;
}

/* .cft-rff-rre-content.active {
    display: block;
} */

.custom-gallery {
    column-count: 3;
    column-gap: 6px;
}

.custom-gallery-item {
    position: relative;
    margin-bottom: 6px;
    break-inside: avoid;
    overflow: hidden;
    border-radius: 6px;
}

#gallery {
    padding-bottom: 10px !important;
}

.custom-gallery-img {
    width: 100%;
    display: block;
    border-radius: 6px;
    transition: transform 0.3s ease;
    max-height: 100px;
    min-height: 56px;
    object-fit: cover;
}

.custom-gallery-item:hover .custom-gallery-img {
    transform: scale(1.05);
}

.custom-gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.00) 0.41%,
            rgba(0, 0, 0, 0.40) 71.59%);
    pointer-events: none;
    z-index: 1;
}

.custom-caption {
    position: absolute;
    bottom: 4px;
    left: 4px;
    color: #FFF;
    font-family: Inter;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50px;
    margin-right: 8px;
}

.file-upl-option {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    margin-bottom: 8px;
    border-radius: 8px;
    position: relative;
}

.file-upl-option:last-child {
    margin-bottom: 0;
}

.file-upl-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    flex-shrink: 0;
}

.file-upl-info {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.file-upl-name {
    color: #161C23;
    /* font-family: Manrope; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
    margin-right: 8px;
}

.file-upl-size {
    color: #667085;
    /* font-family: Manrope; */
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
    margin-right: 8px;
}

.download-upl-icon {
    border-radius: 55px;
    background: #FFF;
    display: flex;
    padding: 5px;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.download-upl-icon:hover {
    background-color: #e0e0e0;
}

.file-upl-option.pdf-bg {
    background: linear-gradient(90deg, rgba(255, 241, 241, 0.00) 0%, #FFC7C3 100%);
}

.file-upl-option.doc-bg {
    background: linear-gradient(90deg, rgba(255, 241, 241, 0.00) 0%, #CBDDFF 100%);
}

.file-upl-option.txt-bg {
    background: linear-gradient(90deg, rgba(255, 241, 241, 0.00) 0%, #C8C8C8 100%);
}

.file-upl-option.xlsx-bg {
    background: linear-gradient(90deg, rgba(255, 241, 241, 0.00) 0%, #C3FFE4 100%);
}

.file-upl-option.csv-bg {
    background: linear-gradient(90deg, rgba(255, 241, 241, 0.00) 0%, #C3FFE4 100%);
}

.file-upl-option.img-bg {
    background: linear-gradient(90deg, rgba(255, 241, 241, 0.00) 0%, #DDCDFF 100%);
}


@media screen and (min-width:1100px) and (max-width:1700px) {
    .custom-gallery-img {
        max-height: 75px;
    }
}


/*slider*/
.expend-modal-div {
    position: relative;
}

.expend-btn-modal {
    position: absolute;
    bottom: 3px;
    background: transparent;
    border: none;
    right: 7px;
    padding: 0;
    z-index: 9;
}

.expend-btn-modal svg path {
    fill : #000;
}

.crl-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 9px;
    border: 1px solid #E2E4E9;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(226, 228, 233, 0.24);
    padding: 16px;
    height: 268px;
    touch-action: pan-y;
}

.crl-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
    align-items: center;
    will-change: transform;
}

.crl-sli-crd {
    flex-shrink: 0;
    opacity: 0.9;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 131px;
    height: 135px;
    padding: 12px;
    border-radius: 12px;
    justify-content: space-between;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
}

.crl-sli-crd.active {
    width: 173px;
    height: 170px;
    opacity: 1;
    transform: scale(1.02);
}

.crl-sli-crd.active .crl-sli-img {
    height: 115px;
}

.crl-sli-crd .crl-sli-img {
    width: 100%;
    height: 75px;
    object-fit: contain;
    border-radius: 8px;
}

.crl-sli-body {
    padding: 15px;
    color: #fff;
}

.crl-sli-title {
    color: #353535;
    text-align: center;
    /* font-family: Manrope; */
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    margin-bottom: 6px;
}

.crl-sli-desc {
    color: #667085;
    text-align: center;
    /* font-family: Manrope; */
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}


.crl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 10px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.crl-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 24px;
    overflow-x: auto;
    max-width: 100%;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.crl-pagination::-webkit-scrollbar {
    height: 0px;
}

.crl-pagination::-webkit-scrollbar-thumb {
    background: transparent;
}

.crl-nav button {
    visibility: hidden;

}

.crl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(102, 112, 133, 0.35);
    cursor: pointer;
    flex-shrink: 0;
}

.crl-dot.active {
    background: #161C23;
}

.cft-rff-rre-content .carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    ;
    border-radius: 50% !important;
}

.overlay-text {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.70);
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

#attachments,
#gallery {
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    max-height: 217px;
}

#attachments::-webkit-scrollbar,
#gallery::-webkit-scrollbar {
    height: 0px;
}

#attachments::-webkit-scrollbar-thumb,
#gallery::-webkit-scrollbar-thumb {
    background: transparent;
}

.overlay-image {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 6%);
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    z-index: 2;
    pointer-events: none;
}

.crl-sli-crd.active:first-child {
    margin-left: auto;
    margin-right: auto;
    padding: 9px;
}

#achievement .crl-container{
    height: 240px;
}
#noDataFound{
    background-color: #eeeeee;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #646464;
}
.custom-gallery-item:hover{
    cursor: pointer !important;
}
#video{
    box-shadow: none;
    background: transparent;
}
/* Video Carousel Swipe Overlay */
#video .carousel-item::before,
#video .carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 15%;
    z-index: 10;
}

#video .carousel-item::before {
    left: 0;
}

#video .carousel-item::after {
    right: 0;
}