:root {
    --btncolor: linear-gradient(#f38297 0%, #b730bf 50%, #f38297 100%);
}

.linearbg {
    background: var(--btncolor);
}




.inter-regular {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.inter-medium {
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;

}

a {
    text-decoration: none !important;
    color: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0 !important;
}

@font-face {
    font-family: "Causten";
    src: url("/assets/font/CoreSansC-45Regular.ttf") format("woff2"),
        url("Causten-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.topline {
    background: var(--btncolor);
    height: 14px;
}

.navbar {
    background-color: #ffffff;
    /* height: 100px; */
}

.navbar-nav .nav-item .nav-link {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
}

.navbar-nav .nav-item .nav-link.active {
    background: var(--btncolor);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}

.brand_btn {
    position: relative;
    display: inline-block;
    border-radius: 123px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    /* text-transform: capitalize; */
    padding: 10px 25px;
    color: #000;
    background: var(--btncolor);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border: none;
    z-index: 1;
    transition: all 2s ease;
}

.brand_btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 123px;
    padding: 2px;
    /* border thickness */
    background: var(--btncolor);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    transition: all 2s ease;
}

/* Hover effect */
.brand_btn:hover {
    background: var(--btncolor);
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #fff;
    color: #fff;
}

.brand_btn:hover::before {
    opacity: 0;
}

.influncer_btn {
    position: relative;
    display: inline-block;
    border-radius: 123px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    /* text-transform: capitalize; */
    padding: 10px 25px;
    color: #fff;
    background: var(--btncolor);
    border: 2px solid transparent;
    transition: all 0.6s ease;
    overflow: hidden;
    z-index: 1;
}

/* Border gradient on hover */
.influncer_btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 123px;
    padding: 2px;
    background: var(--btncolor);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

/* Hover effect */
.influncer_btn:hover {
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: var(--btncolor);
    color: transparent;
    border: 2px solid transparent;
}

.influncer_btn:hover::before {
    opacity: 1;
}

.sec1home {
    background: url(../img/bannerimg.svg);
    height: 843px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 250px 0px;
}

.sec1home h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    /* text-transform: capitalize; */
    letter-spacing: 5px;
}

.sec1home h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    /* text-transform: capitalize; */
}

.sec1home h1 span {
    position: relative;
    font-weight: 800;
    background: var(--btncolor);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    z-index: 1;
}

.sec1home h1 span::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    right: -5px;
    bottom: 0;
    background: #fff;
    z-index: -1;
    border-radius: 8px;
}

.sec1home p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    /* text-transform: capitalize; */
}

.registerbtn {
    position: relative;
    display: inline-block;
    border-radius: 123px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    /* text-transform: capitalize; */
    padding: 10px 25px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    z-index: 1;
    transition: all 2s ease;
}

/* Hover effect */
.registerbtn:hover {
    background: var(--btncolor);
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #fff;
    color: #fff;
}

.brand_btn:hover::before {
    opacity: 0;
}

.postbtn {
    position: relative;
    display: inline-block;
    border-radius: 123px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    /* text-transform: capitalize; */
    padding: 10px 25px;
    color: #fff;
    background: var(--btncolor);
    border: 1px solid #ffffff;
    transition: all 0.6s ease;
    overflow: hidden;
    z-index: 1;
}

.postbtn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 123px;
    padding: 2px;
    background: var(--btncolor);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

/* Hover effect */
.postbtn:hover {
    background: transparent;

    color: #fff;
    border: 1px solid transparent;
}

.postbtn:hover::before {
    opacity: 1;
}

.sec2home {
    padding: 200px 0px 100px;
}

.sec2home .box1 {
    background: #F2F2F2;
    border-radius: 20px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    padding: 0px 25px;
}

.sec2home .box1:hover {
    background: var(--btncolor);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


.sec2home .box1:hover h2,
.sec2home .box1:hover p {
    color: #fff;
}

.sec2home .box1 h2 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    /* text-transform: capitalize; */
}

.sec2home .box1 p {
    font-size: 16px;
    color: rgba(0, 0, 0, 50%);
    font-weight: 300;
    font-family: "Inter", sans-serif;
    /*text-transform: capitalize;*/
    margin-top: 5px;
}

.filterbox {
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 78%;
    /* adjust as needed */
    border-radius: 15px;
    background-color: #fff;
    padding: 15px;
    z-index: 10;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.filterbox::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    /* border thickness */
    border-radius: 15px;
    background: var(--btncolor);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.filterbox .topfilter select {
    width: 100%;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #afacac;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding: 0px 15px;
    appearance: none;
    cursor: pointer;
}

.filterbox .topfilter .arrow {
    position: absolute;
    top: 16px;
    right: 20px;
}

.bottomfilter select {
    /* border-radius: 10px; */
    border-radius: 40px;
    background-color: #fff;
    border: 1px solid #ffffff;
    /* border: 1px solid #afacac; */
    box-shadow: 0px 2px 4px rgba(183, 48, 191, 50%);
    height: 40px;
    padding: 0px 40px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    color: #000;
    appearance: none;
}

.filterbox .bottomfilter .arrow {
    position: absolute;
    top: 7px;
    right: 16px;
}

.rightbox h2 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    font-family: "Inter", sans-serif;
}

.rightbox h1 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    font-family: "Inter", sans-serif;
}

.rightbox h1 span {
    font-weight: bolder;
    color: #b730bf;
}

.rightbox h3 {
    font-size: 16px;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    color: #000;
    margin-top: 20px;
}

.rightbox p {
    margin-top: 15px;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000;
}

.box {
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 18.1px rgba(0, 0, 0, 25%);
    padding: 10px 10px 18px;
}

.box h2 {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    color: #000000;
    font-weight: 500;
    /* text-transform: capitalize; */
}

.box h3 {
    font-size: 10px;
    font-family: "Inter", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-weight: 400;
}

.box h4 {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: break-word;
}
#budget-value{
     /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: break-word; 
    
}


.box .mainimg {
    width: 100%;
    height: 242px;
    border-radius: 10px;
}

.aboutbox {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.mediabox {
    height: 32px;
    font-weight: bold;
    border-radius: 7px;
    background-color: #ffffff;
    padding: 0px 10px;
}

.mediabox h6 {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-weight: bold;
}

.featuredsec {
    padding: 70px 0px 80px;
}

.featuredh1 {
    font-size: 35px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    color: #000;
}

.featuredp {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    font-size: 16px;
    /* text-transform: capitalize; */
}

.newbg {
    background: var(--btncolor);
}

.mapsection h1 {
    font-size: 35px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    /* text-transform: capitalize; */
    color: #000;
}

.mapsection p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    font-size: 16px;
    /* text-transform: capitalize; */
}

.mapsection {
    padding: 100px 0px;
}

.bgnew {
    background-color: #ffccd5;
    margin-top: 70px;
    height: 950px;
}

.influncerbox h1 {
    font-size: 35px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

.postsection {
    padding: 200px 0px 70px;
}

.postsection h1 {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 35px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 0;
}

.postsection p {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    text-transform: capitalize;
}

.sliderbox {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 4px 18.1px rgba(0, 0, 0, 25%);
    padding: 15px;
}

.brandimg {
    width: 60px;
    height: 60px !important;
    border-radius: 50%;
}

.brandname {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    color: #000000;
}

.sliderbox span {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #000000;
}

.sliderbox h3 {
    font-size: 13px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: rgba(0, 0, 0, 50%);
    margin-bottom: 0;
    text-transform: capitalize;
}

.mainbrandimg {
    height: 185.23px !important;
    object-fit: cover;
    width: 100%;
}

.badges {
    background-color: #b730bf;
    border-radius: 50px;
    height: 30px;
    padding: 0px 10px;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-wrap: nowrap; */
    text-transform: capitalize;
}

.ofer-img {
    width: 85px;
    height: 85px;
    border-radius: 10px;
    object-fit: cover;
}

.swiper {
    padding: 20px 7px !important;
}

.mySwiper {
    max-width: 1500px;
    margin-left: auto !important;
    margin-right: 0 !important;
}

.swiper-button-next {
    top: 55px !important;
    right: 180px !important;
    display: inline-block;
    color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 6px;
    background: var(--btncolor);
    border: 2px solid transparent;
    transition: all 0.6s ease;
    overflow: hidden;
    z-index: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px !important;
}

/* Border gradient on hover */
.swiper-button-next::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 6px;
    padding: 2px;
    background: var(--btncolor);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

/* Hover effect */
.swiper-button-next:hover {
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: var(--btncolor);
    color: transparent;
    border: 1px solid transparent;
}

.swiper-button-next:hover::before {
    opacity: 1;
}

.swiper-button-prev {
    top: 55px !important;
    right: 240px !important;
    left: unset !important;
    display: inline-block;
    border: 6px;
    color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    background: var(--btncolor);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border: none;
    z-index: 1;
    transition: all 2s ease;
}

.swiper-button-prev::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 6px;
    padding: 2px;
    /* border thickness */
    background: var(--btncolor);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    transition: all 2s ease;
}

/* Hover effect */
.swiper-button-prev:hover {
    background: var(--btncolor);
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #fff;
    color: #fff;
    border-radius: 6px;
}

.swiper-button-prev:hover::before {
    opacity: 0;
}

.subscriptionbox {
    padding: 40px 0px;
}

.subscriptionbox h1 {
    font-size: 35px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
}

.subscriptionbox p {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000000;
    /* text-transform: capitalize; */
    text-align: center;
    /* height: 25px;
    overflow: auto; */
}
.subscriptionbox p::-webkit-scrollbar {
    display: none;
}

.subscriptionbox .box1 {
    border-radius: 22.07px;
    border: 2.21px solid #e7e0da;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    margin: 0 auto;
    padding: 25px 25px 35px;
    height: fit-content;
    width: 90%;
}


.basicbox {
    height: 48px;
    border-radius: 44px;
    background-color: #f38297;
    border: 2.21px solid #b730bf;
    padding: 0px 37px;
    font-size: 14.66px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    text-transform: capitalize;
    /* margin-top: 40px; */
    /* margin-bottom: 40px; */
}

.subscriptionbox .box1 h1 {
    font-size: 25px;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    color: #000000;
    margin-top: 10px;
}

.subscriptionbox .box1 h1 span {
    font-size: 19.63px;
    margin-left: 10px;
}

.subscriptionbox .box1 h2 {
    font-size: 14.66px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 60%);
    margin-bottom: 0;
    text-transform: capitalize;
    /* margin-left: 10px; */
}

.widthclass {
    width: 306px;
    /* height: 300px; */
}

.faqsection h1 {
    font-size: 35px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #000000;
}

.faqsection p {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
}

.faq-item {
    border-bottom: 1px solid rgba(134, 134, 134, 50%);
    border-radius: 10px;
    padding: 15px;
    font-family: "Inter", sans-serif;
}

.faq-question {
    font-weight: 600;
    cursor: pointer;
    position: relative;
    font-size: 16px;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 25px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    content: "−";
}

.faq-answer {
    display: none;
    margin-top: 10px;
    color: rgba(0, 0, 0, 50%);
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.sec7 {
    background: url(../img/sec7bg.svg);
    background-size: cover;
    background-position: center;
    height: 210px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    top: 90px;
    z-index: 9;
}

.sec7-head {
    font-family: "Inter", sans-serif;
    font-size: 38px;
    color: white;
    font-weight: 700;
    width: 52%;
    line-height: 42px;
}

.sec7-input {
    width: 266px;
    border-radius: 5px;
    background-color: white;
    outline: none;
    height: 54px;
    color: #74757b;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}

.input-btn {
    width: 150px;
    height: 56px;
    background-color: #191825;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

.footer {
    width: 100%;
    height: fit-content;
    background: url(../img/footerbg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    position: relative;
    padding-top: 170px;
}

.footer-box {
    height: 72px;
    width: 100%;
    background-color: #2a2f3c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    margin-top: 52px;
}

.last-para {
    font-size: 14px;
    color: white;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    margin-top: 24px;
}

.footer-para {
    font-size: 13px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-top: 40px;
    width: 72%;
}

.footer-head {
    font-size: 20px;
    color: white;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-top: 0px;
    text-transform: capitalize;
}

.footer-para2 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: white;
    font-weight: 400;
    text-transform: capitalize;
}

.para-div ul {
    padding: 0;
}

.para-div ul li {
    list-style: none;
}

.icon-div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.influncerbox h2 {
    font-family: "Inter", sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
}

.pagehead {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

.detailsliderbox {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 8px 13px;
}

.owl-nav {
    display: none !important;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    /* Center vertically */
    transform: translateY(-50%);
    /* Adjust for exact centering */
    z-index: 10;
    /* Ensure arrows are above other content */
}

.owl-prev {
    left: 0;
    /* Position the left arrow at the left side */
}

.owl-next {
    right: 0;
    /* Position the right arrow at the right side */
}

.videobtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    cursor: pointer;
}

.videobtn img {
    width: 60px !important;
    height: 60px !important;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}

.video-player {
    width: 252px;
    height: 304px;
    border-radius: 10px;
    object-fit: cover;
    /* Ensures the video covers the same area as the image */
}

.portfolio-img {
    width: 100%;
    height: 304px;
    border-radius: 10px;
    object-fit: cover;
}

#image-container {
    width: 100%;
    height: 100%;
    /* Ensure the image takes up the full size */
    border-radius: 10px;
}

.owl-dots {
    display: none !important;
}

.profileinfo h1 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
}

.profileinfo h3 {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    color: rgba(0, 0, 0, 50%);
    margin-bottom: 0;
}

.profileinfo h4 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.profileinfo h5 {
    text-decoration: underline;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}

.profileimg {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.profilebio h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.profilebio h4 {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
}

.analyticsbox h1 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 25px;
}

.analyticsbox .nav-tabs {
    background-color: #EBEBEB;
    border-radius: 10px;
}

.analyticsbox .nav-link.active {
    /* background: var(--btncolor); */
    background-color: #000000 !important;
    color: #ffffff !important;
    border-radius: 10px;
    border: none;
}

.analyticsbox .nav-link {
    font-family: "Poppins", sans-serif;
    color: #000000 !important;
    font-size: 14px;
    font-weight: 300;
}

.analyticsbox h3 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    font-size: 20px;
}

.analyticsbox .nav-link i {
    font-size: 20px;
    margin-right: 4px;
    margin-top: 2px;
}

.audiencebox {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 7.8px rgba(0, 0, 0, 25%);
    padding: 25px 18px;
}

.flagbox img {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
    margin-right: 5px;
}

.flagbox label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.audiencebox h4 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    margin-bottom: 0;
}

/* Wrapper for the progress bar */
.progressBarWrapper {
    width: 100%;
    height: 8px;
    background-color: #ebebeb;
    /* Grey background */
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

/* Progress bar itself */
.progressBar {
    height: 100%;
    background: var(--btncolor);
    /* This is where your button color is applied */
    transition: width 0.2s ease;
    border-radius: 10px;
}

/* Style the range input */
.progressInput {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: transparent;
    outline: none;
    border-radius: 10px;
}

/* Hide the thumb (handle) of the range input */
.progressInput::-webkit-slider-thumb {
    display: none;
}

.progressInput::-moz-range-thumb {
    display: none;
}

.hidden {
    display: none !important;
}

/* Show video container */
.show-video {
    display: flex !important;
}

.reelvideodiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    cursor: pointer;
}

.play-btn {
    width: 100%;
    height: 100%;
}

.reviewbox {
    height: 185px;
    background: var(--btncolor);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0px 120px 0px 50px;
}

.reviewbox h1 {
    font-family: "Inter", sans-serif;
    font-size: 72.37px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}

.reviewbox h2 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.reviewcard {
    padding: 15px;
    border-radius: 7.56px;
    box-shadow: 0px 1.51px 5.89px rgba(0, 0, 0, 0.25);
    background: #ffffff;
}

.reviewprofileimg {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    object-fit: cover;
}

.reviewtext h4 {
    font-size: 13.6px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.reviewtext h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12.09px;
    color: rgba(0, 0, 0, 50%);
}

.analyticsbox p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 50%);
    margin-bottom: 0;
    text-transform: capitalize;
}

.analyticsbox h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12.09px;
    color: #000000;
}

.profilerightbox {
    position: sticky;
    top: 20px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 2px 7.8px rgba(0, 0, 0, 25%);
    padding: 15px;
}

.profilebox-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.profilerightbox h1 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    text-transform: capitalize;
}

.profilerightbox .badgeprofile {
    border-radius: 40px;
    background-color: #f38297;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 14px;

    padding: 5px 10px;
}

.profilerightbox h3 {
    font-weight: bold;
    font-size: 18.65px;
    color: #000000;
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
    text-align: center;
}

.profilerightbox h3 span {
    color: #6b6b6b;
    font-weight: 400;
}

.servicebox {
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}

.servicebox h3 {
    font-size: 18px;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}

.servicebox h4 {
    font-size: 16px;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.servicebox h5 {
    font-size: 14px;
    color: rgba(0, 0, 0, 50%);
    font-family: "Inter", sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}

.selectionbox {
    height: 63px;
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
}

.selectionbox h2 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}

.servicebox input[type="radio"] {
    display: none;
}

/* Style the custom radio button */
.servicebox .custom-radio {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    cursor: pointer;
    font-size: 16px;
}

/* Custom checkmark design */
.servicebox .custom-radio .checkmark {
    position: absolute;
    top: -9px;
    left: 0;
    height: 24px;
    width: 24px;
    border: 2px solid #929292;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    transition: all 0.3s ease;
}

/* Inner circle (when checked) */
.servicebox input[type="radio"]:checked+.checkmark::before {
    content: "";
    position: absolute;
    top: 4px;
    /* Position inside the checkmark */
    left: 4px;
    width: 14px;
    /* Inner circle size */
    height: 14px;
    /* Inner circle size */
    background: var(--btncolor);
    /* Gradient when checked */
    border-radius: 50%;
}

/* When the radio button is checked, apply gradient */
.servicebox input[type="radio"]:checked+.checkmark {
    border: 1px solid #929292;
}

.brand_btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 123px;
    padding: 2px;
    /* border thickness */
    background: var(--btncolor);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    transition: all 2s ease;
}

.profile-modal .request-modal-content {
    width: 100%;
    height: fit-content;
    background-color: white;
    padding: 30px;
    border-radius: 20px;
}

.profilemodal-head {
    font-size: 25px;
    font-weight: bold;
    color: black;
    font-family: "Inter", sans-serif;
    text-align: center;
    text-transform: capitalize;
}

.profilemodal-para {
    font-size: 17px;
    font-weight: 400;
    color: black;
    font-family: "Inter", sans-serif;
    text-align: center;
    text-transform: capitalize;
}

.modal-input {
    width: 100%;
    background-color: #eeeeee;
    height: 50px;
    border-radius: 40px;
    border: none;
    outline: none;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    padding-left: 20px;
}

.custom-select {
    font-family: "Inter", sans-serif;
    width: 100%;
    height: 50px;
    padding: 0 20px 0 20px;
    /* left & right padding */
    border-radius: 40px;
    border: none;
    outline: none;
    background-color: #eeeeee;
    font-size: 14px;
    -webkit-appearance: none;
    /* Safari/Chrome arrow remove */
    -moz-appearance: none;
    /* Firefox arrow remove */
    appearance: none;
    /* Default arrow remove */
    background-image: url(../img/arro-icon.svg);
    /* Custom arrow */
    background-repeat: no-repeat;
    background-position: right 15px center;
    /* arrow gap from right */
    background-size: 12px;
    cursor: pointer;
}

.date-wrapper {
    position: relative;
    width: 100%;
}

.modal-input {
    padding: 0 15px 0 20px;
    /* left padding for placeholder, right padding for icon gap */
    border-radius: 40px;
}

/* Custom calendar icon */
.date-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 15px;
    /* gap from right */
    height: 20px;
    width: 20px;
    cursor: pointer;
    color: black;
    opacity: 1;
}

/* Firefox fix */
.date-wrapper input[type="date"]::-moz-calendar-picker-indicator {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.profile-textarea {
    width: 100%;
    background-color: #eeeeee;
    height: 140px;
    border-radius: 40px;
    border: none;
    outline: none;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 20px;
}

.profilemodal-para span {
    color: rgba(0, 0, 0, 50%);
}

.request-modal-width {
    max-width: 640px !important;
}

.payment-box {
    width: 100%;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: fit-content;
    padding: 10px 15px 45px;
}

.payment-option {
    width: 100%;
    height: 50px;
    background: var(--btncolor);
    border-radius: 10px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.payment-option h3 {
    font-size: 16px;
    color: white;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.radio {
    width: 31px;
    height: 31px;
    border: 1px solid #c5bebe !important;
}

.radio {
    appearance: none;
    -webkit-appearance: none;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    /* border: 2px solid transparent; */
    background: #fff;
    /* base background white */
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Create gradient border */
.radio::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 2px;
    /* control border thickness */

    mask-composite: exclude;
}

/* Checked state — fill center with gradient */
.radio:checked::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--btncolor);
}

.payment-head {
    font-size: 17px;
    color: black;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.payment-input {
    width: 100%;
    background-color: #f0f0f0;
    border: none;
    outline: none;
    border-radius: 10px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    font-family: "Poppins", sans-serif;
    height: 45px;
    color: rgba(0, 0, 0, 50%);
}

.payment-input::placeholder {
    color: rgba(0, 0, 0, 50%);
}

/* Chrome, Safari, Edge, Opera ke liye */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox ke liye */
input[type="number"] {
    -moz-appearance: textfield;
}

.payment-head2 {
    font-size: 25px;
    font-weight: bold;
    color: black;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}

.arrow-parrent {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.payment-rightbox {
    width: 100%;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: fit-content;
    padding: 40px 50px;
}

.search-input {
    width: 825px;
    height: 50px;
    /* padding: 0 20px 0 20px; */
    border-radius: 40px;
    border: none;
    outline: none;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: 500;
    padding-left: 43px;
}

.search-input::placeholder {
    color: black;
}

.search-icon {
    position: absolute;
    top: 21px;
    left: 23px;
}

.input-parrent {
    position: relative;
    display: flex;
    margin: 0 auto;
    width: fit-content;
    background-color: white;
    gap: 50px;
    align-items: center;
}

.active-icon {
    position: absolute;
    right: 9px;
    top: 11px;
}

.active-parrent {
    background-color: #ebebeb;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}

.thanksmodal-head {
    font-size: 22px;
    font-weight: bold;
    color: black;
    font-family: "inter", sans-serif;
    text-transform: capitalize;
    text-align: center;
}

.madal-para2 {
    font-size: 18px;
    font-weight: 500;
    color: black;
    font-family: "Poppins", sans-serif;

    text-transform: capitalize;
    text-align: center;
}

.thanksmodal-para {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    text-align: center;
}

.modal-dialog {
    max-width: 550px;
}

.modal-textarea {
    width: 100%;
    height: 184px;
    background-color: white;
    border: 1px solid #8c7a7a;
    border-radius: 10px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding-top: 15px;
    padding-left: 15px;
    margin-top: 23px;
}

.staricon-parrent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

/* Container for filter box */
.filter-container {
    padding: 16px;
    background-color: white;
    border-radius: 12px;
    font-family: "Inter", sans-serif;
    /* max-width: 900px; */
    width: 100%;
    margin: 20px auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Input and select styling */
.filter-container input,
.filter-container select {
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    background-color: #f6f6f6;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}

/* Add arrow for select manually */
.filter-container select {
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 36px;
}

.influncerbox p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    margin-top: -3px;
}

.job-filter {
    width: 100%;
    height: 70px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    border-radius: 10px;
    background-color: white;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px 0px 30px;
    margin-top: 25px;
}

.job-filter h1 {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    text-transform: capitalize;
}

.job-slect {
    width: 196px;
    height: 40px;
    background-color: white;
    border-radius: 40px;
    outline: none;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-transform: capitalize;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    border: 1px solid #d8d8d8;
    box-shadow: #b730bf 0px 6px 4px -5px;
}

.job-card {
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    border-radius: 20px;
    height: 500px;
}

.jobcard-head {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-transform: capitalize;
}

.jobcard-para {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}

.jobcard-img {
    width: 96%;
    margin: 0 auto;
    display: flex;
    margin-top: 10px;
}

.welcome-box {
    width: 100%;
    background-color: white;
}

.welcome-head {
    font-size: 30px;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    /* margin-left: 60px; */
    margin-top: 35px;
}

.welcome-head2 {
    font-size: 28px;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    text-transform: capitalize;
    margin-top: 23px;
}

.welcome-head2 span {
    color: #b730bf;
}

.signin-box {
    /* width: 252px; */
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 20px;
}

.signin-para {
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}

.welcompara2 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 50%);
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    text-align: center;
    margin-top: 30px;
}

.welcom-img {
    width: 85%;
}

.welcome-input {
    width: 100%;
    height: 48px;
    border-radius: 40px;
    background-color: #eeeeee;
    border: none;
    outline: none;
    font-size: 15px;
    padding-left: 15px;
    font-family: "Inter", sans-serif;
}

.input-para {
    font-size: 14px;
    font-weight: 500;
    color: black;
    /*text-transform: capitalize;*/
    font-family: "Inter", sans-serif;
}

.welcome-checkbox {
    accent-color: #9b59b6;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.welcome-row {
    padding-top: 90px;
}

.email-para {
    font-size: 14px;
    color: #111c2d;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.email-head {
    font-size: 20px;
    color: #111c2d;
    font-weight: 700;
    /* text-transform: capitalize; */
    font-family: "Inter", sans-serif;
    width: 63%;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}

.email-para2 {
    font-size: 15px;
    color: rgba(0, 0, 0, 50%);
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}

.email-box {
    width: 60%;
    background-color: white;
    height: fit-content;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 12px;
    padding: 50px 40px 40px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.email-box2 {
    width: 50%;
    background-color: white;
    height: fit-content;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 12px;
    padding: 50px 40px 40px;
}

.verify-input {
    width: 100%;
    height: 50px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    /* border: none; */
    outline: none;
    text-align: center;
    background-color: white;
    font-size: 20px;
}

.email-head2 {
    font-size: 24px;
    font-weight: bold;
    color: black;
    /*text-transform: capitalize;*/
    font-family: "Inter", sans-serif;
    text-align: center;

    /*text-transform: capitalize;*/
    /* margin-top: 23px; */
}

.progress {
    width: 865px;
    margin: 0 auto;
    margin-top: 50px;
}

.progress-bar {
    background: var(--btncolor) !important;
}

.back-head {
    font-size: 22px;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}

.information-parrent {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: start;
    gap: 110px;
}

.slect-box {
    width: 100%;
    border-radius: 40px;
    border: 1px solid #eeeeee;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slect-box p {
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}

.slect-box.selected {
    background: var(--btncolor);
}

.slect-box.selected p {
    color: white;
    font-weight: 700;
}

/* hide the actual checkbox */
.slect-box input[type="checkbox"] {
    display: none;
}

.story-box {
    width: 100%;
    border-radius: 40px;
    border: 1px solid #eeeeee;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 10px;
    cursor: pointer;
}

.story-para {
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}

.story-radio {
    width: 25px;
    height: 25px;
    appearance: none;
    /* remove default radio look */
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

/* when checked */
.story-radio:checked {
    background: var(--btncolor);
    border-color: var(--btncolor);
    border: none;
}

.servic-input {
    width: 100%;
    border-radius: 40px;
    border: 1px solid #eeeeee;
    height: 50px;
    padding-left: 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.slect-acount {
    width: 100%;
    height: 48px;
    border-radius: 40px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slect-acount p {
    font-size: 16px;
    font-weight: 400;
    color: black;
    margin: 0;
    transition: color 0.3s ease, font-weight 0.3s ease;
}

/* ACTIVE STATE */
.slect-acount.active {
    background: var(--btncolor);
}

.slect-acount.active p {
    color: white;
    /* make text visible */
    font-weight: 700;
    /* make it bold */
}

#gallery .portfolio-item {
    width: 100%;
    border: 2px dashed #dcdfe6;
    background-color: white;
    height: 187px;
    border-radius: 10px;
    position: relative;
}

.Portfolio-box {
    /* width: 100%; */
    /* border: 2px dashed #dcdfe6; */
    /* background-color: white; */
    /* height: 187px; */
    /* border-radius: 10px; */
    /* position: relative; */
}

.Portfolio-box img {
    display: flex;
    margin: 0 auto;
}

.Portfolio-box video {
    width: 100%;
    object-fit: cover;
}

.plus-icon {
    position: absolute;
    right: -3px;
    bottom: -3px;
    cursor: pointer;
}

.right-corner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    height: auto;
}

.left-corner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: auto;
}

@media (max-width: 991px) {

    .right-corner,
    .left-corner {
        display: none !important;
    }
}

.sidebar {
    width: fit-content;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
}

.sidebar .profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.sidebar .profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.sidebar .profile h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.sidebar .profile p {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.sidebar nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar nav a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar nav a.active {
    background: #f9edf5;
    border-radius: 8px;
    padding: 10px;
}

.sidebar .logout {
    margin-top: auto;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Main content */
.main {
    flex: 1;
    padding: 40px;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.main-header h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.main-header button {
    background: linear-gradient(90deg, #f07e9b, #9f67ff);
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
}

/* Tabs */
.tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.tabs button {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 24px;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: 500;
    color: #333;
}

.tabs button.active {
    border: none;
    background: linear-gradient(90deg, #f07e9b, #9f67ff);
    color: #fff;
}

/* Table */
.table-container {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.table-row {
    display: grid;
    grid-template-columns: 150px 1fr 120px 120px 120px;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.table-row:last-child {
    border-bottom: none;
}

.table-row .btn {
    background: linear-gradient(90deg, #f07e9b, #9f67ff);
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 6px 14px;
    font-size: 12px;
    cursor: pointer;
}

.pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
    font-size: 14px;
}

.pagination button {
    border: 1px solid #ddd;
    background: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.pagination button.active {
    background: linear-gradient(90deg, #f07e9b, #9f67ff);
    color: #fff;
    border: none;
}

.sidebar {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    height: fit-content;
    padding: 30px 0px;
}

.side-img {
    width: 92px;
    height: 92px;
    display: flex;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
}

.side-head {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: black;
    text-align: center;
    text-transform: capitalize;
}

.side-para {
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: black;
    text-align: center;
    text-transform: capitalize;
}

.side-head.active {
    font-weight: bold;
}

.tab-item {
    padding: 14px 27px 14px;
    /* border-radius: 10px 10px 0 0; */
}

.tab-item.active {
    background-color: #feeaff;
    position: relative;
    padding: 18px 27px 14px;
}

.tab-item.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #b730bf;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.side-icon {
    width: 19px;
    height: 25px;
}



.main-box-head {
    font-size: 25px;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}

.main-box .nav-link {
    color: rgba(0, 0, 0, 50%);
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

/* .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #ffffff;
    color: white !important;
    border: none !important;
} */

.main-box .nav-link.active {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff !important;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    height: 45px;
    padding: 0 35px;
    border-radius: 123px;
    border: none;
    transition: all 0.3s ease;
    background: var(--btncolor);
}

.main-box .nav-link.active::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 123px;
    padding: 2px;
    /* border thickness */
    background: var(--btncolor);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    transition: all 0.3s ease;
}

/* Hover effect - keep everything same except text color remains rgba */
.main-box .nav-link.active:hover {
    background-color: white;
    /* no gradient fill */
    color: rgba(0, 0, 0, 0.5);
    /* text color stays same */
}

.main-box .nav-link.active:hover::before {
    opacity: 1;
    /* keep border visible */
}

.offer-card {
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 16px 20px;
    gap: 20px;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    box-sizing: border-box;
    /* This ensures padding and borders don't affect width */
}


.offer-card::-webkit-scrollbar {
    display: none;
}

.offer-card .column {
    flex: 1;
    /* All equal width */
}

.card-parrent {
    display: flex;
    flex-direction: column;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 5px;

    /* min-width: 120px; */
}

.label {
    font-size: 14px;
    color: #999;
    margin-bottom: 4px;
    font-family: "Inter", sans-serif;
    text-wrap: nowrap;
}

.value {
    font-size: 16px;
    color: #111;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-wrap: nowrap;
    text-transform: capitalize;
}

.value.underline {
    text-decoration: underline;
}

.view-btn {
    background: linear-gradient(90deg, #d84fff, #8b5cf6);
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.view-btn:hover {
    transform: scale(1.05);
}

.menu-dot {
    font-size: 22px;
    color: #666;
    cursor: pointer;
}

.icon-parrent {
    margin-top: 30px;
}

.details-head {
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    font-family: "Inter", sans-serif;
    line-height: 40px;
    text-transform: capitalize;
}

.details-head.active {
    color: black;
    font-weight: bold;
    border-bottom: 6px solid #b730bf;
}

.details-active-parrent {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.border-div {
    border-bottom: 3px solid rgba(0, 0, 0, 20%);
    position: relative;
    top: -4px;
}

.details-box {
    width: 100%;
    background-color: white;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 30px;
    margin-top: 40px;
}

.details-head2 {
    font-size: 25px;
    font-weight: bold;
    color: black;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}

.details-para {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}

.details-para2 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    width: 100%;
}

.details-box2 {
    width: 100%;
    border-radius: 8px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details-box2 h1 {
    font-size: 18px;
    font-weight: 700;
    color: black;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}

.details-box3 h1 {
    font-size: 18px;
    font-weight: 700;
    color: black;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}

.details-box3 {
    width: 100%;
    background-color: white;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px 20px 17px;
    margin-top: 8px;
}

.ofer-cards {
    width: 100%;
    background-color: white;
    padding: 30px 30px 20px 20px;
    border-radius: 8px;
}

.ofer-cards h4 {
    font-size: 22px;
    font-weight: bold;
    color: black;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.ofer-cards h5 {
    font-size: 18px;
    font-weight: 700;
    color: black;
    font-family: "inter", sans-serif;
    text-transform: capitalize;
}

.ofer-cards p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    font-family: "inter", sans-serif;
    text-transform: capitalize;
}

.ofer-cards h6 {
    font-size: 16px;
    font-weight: 400;
    color: black;
    font-family: "inter", sans-serif;
    /* text-transform: capitalize; */
    width: 65%;
}

.ofer-cards h6 .view-toggle {
    font-weight: bold;
    color: #b730bf;
    cursor: pointer;
    text-decoration: underline;
}

.details-btn {
    position: relative;
    display: inline-block;
    border-radius: 123px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 30px;
    color: #fff;
    background: var(--btncolor);
    border: 2px solid transparent;
    transition: all 0.6s ease;
    overflow: hidden;
    z-index: 1;
}

/* Border gradient on hover */
.details-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 123px;
    padding: 2px;
    background: var(--btncolor);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

/* Hover effect */
.details-btn:hover {
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: var(--btncolor);
    color: transparent;
    border: 2px solid transparent;
}

.details-btn:hover::before {
    opacity: 1;
}

.btn-parrent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.modal-head3 {
    font-size: 20px;
    font-weight: bold;
    color: black;
    font-family: "inter", sans-serif;
    text-transform: capitalize;
}

.upload-box {
    width: 100%;
    height: 127px;
    border: 2px dashed #dcdfe6;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

.upload-box p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    font-family: "inter", sans-serif;
    text-transform: capitalize;
}

.profile-para {
    font-size: 17px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: black;
    text-transform: capitalize;
    position: relative;
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.change-contentbtn {
    display: flex;
    align-items: center;
    gap: 45px;
    border-bottom: 2px solid #e5e5e5;
    overflow-x: auto;
}

.change-contentbtn::-webkit-scrollbar {
    display: none;
}

/* Active state */
.profile-para.active {
    font-weight: 600;
    color: #101828;
}

.profile-para.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 100%;
    background-color: #000;
    border-radius: 2px;
}

/* Tab content */
.profile .tab-content {
    display: none;
    margin-top: 20px;
    font-family: "Jost", sans-serif;
}

.profile .tab-content.active {
    display: block;
}

.profile-head {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    color: #101828;
    font-weight: 500;
    /* text-transform: capitalize; */
}

.profile-para2 {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    color: #101828;
    font-weight: 400;
    /* text-transform: capitalize; */
}

.content-box {
    margin-top: 50px;
}

.profile-para3 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #101828;
    font-weight: 400;
    /* text-transform: capitalize; */
}

.profile-input {
    width: 100%;
    height: 44px;
    outline: none;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #d0d5dd;
    padding-left: 20px;
    font-size: 16px;
    color: #101828;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.profile-dropdown {
    padding: 0 20px 0 20px;
    width: 100%;
    height: 44px;
    outline: none;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #d0d5dd;
    padding-left: 20px;
    font-size: 16px;
    color: #101828;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/arro-icon.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    cursor: pointer;
}

.update-btn {
    position: relative;
    display: inline-block;
    border-radius: 123px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 60px;
    color: #fff;
    background: var(--btncolor);
    border: 2px solid transparent;
    transition: all 0.6s ease;
    overflow: hidden;
    z-index: 1;
}

/* Border gradient on hover */
.update-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 123px;
    padding: 2px;
    background: var(--btncolor);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

/* Hover effect */
.update-btn:hover {
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: var(--btncolor);
    color: transparent;
    border: 2px solid transparent;
}

.update-btn:hover::before {
    opacity: 1;
}

.profile-para2 span {
    font-weight: 700;
    color: #667085;
}

.information-para {
    color: rgba(0, 0, 0, 50%);
    font-size: 14px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.information-para2 {
    color: rgba(0, 0, 0, 40%);
    font-size: 11px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.bank-chekbox {
    width: 16px;
    height: 16px;
}

.bank-input {
    width: 100%;
    background-color: #f5f5f5;
    border: none;
    outline: none;
    height: 45px;
    border-radius: 10px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    font-family: "Poppins", sans-serif;
}

.not-found {
    width: 100%;
    height: 568px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
}

.not-found h1 {
    font-size: 35px;
    font-family: "Causten", sans-serif;
    font-weight: bold;
    color: black;
    text-align: center;
}

.not-para {
    font-size: 16px;
    font-family: "Causten", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    text-align: center;
    width: 40%;
}

.back-btn {
    width: 244px;
    height: 46px;
    background-color: #8a33fd;
    color: white;
    font-size: 18px;
    font-weight: 700;
    outline: none;
    border: none;
    text-transform: capitalize;
    font-family: "Causten", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: 30px;
}

.not-found-img {
    display: flex;
    margin: 0 auto;
}

.about-head {
    font-size: 26px;
    font-weight: 700;
    font-family: "inter", sans-serif;
    color: black;
    /* text-transform: capitalize; */
    line-height: 33px;
}

.about-para {
    font-size: 13px;
    font-weight: 400;
    font-family: "inter", sans-serif;
    color: rgba(0, 0, 0, 50%);
    /* text-transform: capitalize; */
    margin-top: 5px;
}

.about-list li{
    font-size: 13px;
    font-weight: 400;
    font-family: "inter", sans-serif;
    color: rgba(0, 0, 0, 50%);
}

.about-head2 {
    font-size: 45px;
    color: white;
    font-weight: bold;
    font-family: "inter", sans-serif;
    text-transform: capitalize;
    text-align: center;
}

.about-banner {
    width: 100%;
    background-color: #f08595;
    height: 244px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms-box {
    width: 100%;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #e8e8e8;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 23px 40px;
    margin-top: 70px;
}

.terms-head {
    font-size: 25px;
    font-weight: bold;
    font-family: "inter", sans-serif;
    color: black;
    text-transform: capitalize;
}

.terms-head2 {
    font-size: 18px;
    font-weight: bold;
    font-family: "inter", sans-serif;
    color: black;
    text-transform: capitalize;
}

.contact-box {
    width: 100%;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #e8e8e8;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 65px 25px 30px 30px;
    margin-top: 70px;
}

.form-box {
    width: 100%;
    height: fit-content;
    padding: 40px 40px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom: 3px solid #f38297;
    border-radius: 20px;
}

.map {
    width: 100%;
    border-radius: 20px;
    height: 401px;
    margin-top: 70px;
}

.faq-box {
    width: 100%;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #e8e8e8;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 20px 30px;
    margin-top: 70px;
}

.faq-head {
    font-size: 35px;
    font-weight: bold;
    color: black;
    font-family: "inter", sans-serif;
    color: black;
    text-transform: capitalize;
}

.faq-img {
    display: flex;
    margin: 0 auto;
    margin-top: 40px;
}

/* chat-page/// */

/* chat-page//// */
.chats .chat-head {
    font-size: 14px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #012047;
}

.chat-head4 {
    font-size: 20px;
    font-weight: bold;
    color: black;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}

.chats .user-box {
    border: 2px solid #e6e8ee;
    height: fit-content;
    padding: 20px 15px;
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 0px;
}

.chats .chat-input {
    width: 100%;
    border: 1px solid #e6e8ee;
    outline: none;
    height: 45px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    padding-left: 15px;
}

.chats .search-icon2 {
    position: absolute;
    right: 13px;
    top: 35px;
}

.chats .user-box2 {
    border: 2px solid #e6e8ee;
    height: fit-content;
    padding: 20px 15px;
    background-color: white;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /* overflow-y: scroll; */
    /* padding-bottom: 50px; */
    /* height: 600px; */
}

.chats .user-box2::-webkit-scrollbar {
    display: none;
}

.chats .chat-head2 {
    font-size: 13px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-family: "Inter", sans-serif;
    color: #012047;
}

.chats-box {
    width: 100%;
    height: fit-content;
    padding: 10px;
    border: 1px solid #e6e8ee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    position: relative;
    cursor: pointer;
    margin-top: 10px;
}

.chats-box:hover {
    background-color: #f5f5f5;
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.chat-last-message {
    font-size: 13px;
    color: #757575;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-head3 {
    font-size: 15px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #012047;
}

.chat-para {
    font-size: 11px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #012047;
}

.chek-img2 {
    display: flex;
    align-items: center;
    justify-content: end;
}

.main-box {

    background-color: white;
    height: 100%;
    padding: 20px 20px;
}

.chats .main-box {
    width: 100%;
    border: 2px solid #e6e8ee;
    border-radius: 10px;
    background-color: white;
    padding: 15px;
    /* height: fit-content; */
}

.chats-btn {
    border-radius: 10px;
    background-color: white;
    border: 1px solid #d5d5d5;
    font-size: 10px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    outline: none;
    height: 32px;
    width: 166px;
    text-transform: capitalize;
}

.chats .btn-div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.chats .filter-box {
    /* display: flex;
    align-items: center; */

    background-color: #f9f9f9;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    flex-wrap: wrap;
    /* ye add karein */
    gap: 10px;
    /* cursor: pointer; */
    /* spacing */
}

/* Small screen ke liye */

.chats .filter-box .btn-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* buttons spread ho jaye */
    margin-top: 8px;
}

.chats .filter-box .d-flex.align-items-center.gap-3 {
    margin-top: 8px;
    width: 100%;
    justify-content: flex-end;
    /* search + dots right side pe rahe */
}

.chats .chat-box2 {
    width: fit-content;
    /* height: 34px; */
    /* background-color: #F9F9F9; */
    /* border: 1px solid #E6E8EE;; */
    border-radius: 5px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    /* margin-left: 60px; */
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    width: 100%;
}

.chat-input2 {
    width: 745px;
    height: 32px;
    border: 1px solid #e6e8ee;
    outline: none !important;
    height: 40px;
    border-radius: 8px;
    font-size: 10px;
  
}

.chat-input2:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #e6e8ee;
}

.chats .message-btn {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: #b730bf;
}

.chat-row {
    /* height: 1023px; */
}

.message-img2 {
    width: 116px;
    height: 116px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    margin-top: 18px;
}

.chat-modal-head {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    color: black;
}

.chat-modal-head2 {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    /* margin-top: 20px; */
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    color: black;
}

.chat-modal-para {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    color: black;
    width: 62%;
    margin: 0 auto;
    margin-top: 15px;
}

.chats .modal-content {
    width: 75%;
    padding: 30px 45px 50px;
    margin: 0 auto;
}

.chats2 .modal-content {
    width: 75%;
    padding: 20px 45px 50px;
    margin: 0 auto;
}

.star-group {
    width: 213px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 15px;
}

.chat-text-area {
    width: 100%;
    height: 200px;
    background-color: white;
    border: 1px solid #8c7a7a;
    font-size: 14px;
    color: rgba(0, 0, 0, 50%);
    outline: none;
    margin-top: 15px;
}

.chat-box h4 {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #012047;
    text-transform: capitalize;
}

.chat-box p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #012047;
    text-transform: capitalize;
}

.chat-img3 {
    width: 54px;
}

.delivery-box {
    width: 385px;
    height: fit-content;
    background-color: #f9f9f9;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 20px;
    padding: 30px 30px 15px;
    margin-left: 58px;
}

.delivery-box h5 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #4b5973;
    text-transform: capitalize;
}

.delivery-box p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4b5973;
    text-transform: capitalize;
    margin-top: 30px;
}

.delivery-box button {
    background-color: #4b5973;
    color: white;
    width: 168px;
    height: 33px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

/* Chat content display */
/* .chat-content {
    display: none;
} */

/* Profile images hidden by default */
.chat-profile-img {
    /* display: none; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/* Names and status hidden by default */
.chat-info h1,
.chat-info p {
    display: none;
}

/* Display chat content + profile + name + status for selected chat */
#chat1:checked~.col-md-7 .main-box #content1,
#chat1:checked~.col-md-7 .main-box #profile1,
#chat1:checked~.col-md-7 .main-box #name1,
#chat1:checked~.col-md-7 .main-box #status1 {
    display: block;
}

#chat2:checked~.col-md-7 .main-box #content2,
#chat2:checked~.col-md-7 .main-box #profile2,
#chat2:checked~.col-md-7 .main-box #name2,
#chat2:checked~.col-md-7 .main-box #status2 {
    display: block;
}

#chat3:checked~.col-md-7 .main-box #content3,
#chat3:checked~.col-md-7 .main-box #profile3,
#chat3:checked~.col-md-7 .main-box #name3,
#chat3:checked~.col-md-7 .main-box #status3 {
    display: block;
}

/* Repeat similar pattern for chat4 to chat13 */
#chat4:checked~.col-md-7 .main-box #content4,
#chat4:checked~.col-md-7 .main-box #profile4,
#chat4:checked~.col-md-7 .main-box #name4,
#chat4:checked~.col-md-7 .main-box #status4 {
    display: block;
}

#chat5:checked~.col-md-7 .main-box #content5,
#chat5:checked~.col-md-7 .main-box #profile5,
#chat5:checked~.col-md-7 .main-box #name5,
#chat5:checked~.col-md-7 .main-box #status5 {
    display: block;
}

#chat6:checked~.col-md-7 .main-box #content6,
#chat6:checked~.col-md-7 .main-box #profile6,
#chat6:checked~.col-md-7 .main-box #name6,
#chat6:checked~.col-md-7 .main-box #status6 {
    display: block;
}

#chat7:checked~.col-md-7 .main-box #content7,
#chat7:checked~.col-md-7 .main-box #profile7,
#chat7:checked~.col-md-7 .main-box #name7,
#chat7:checked~.col-md-7 .main-box #status7 {
    display: block;
}

#chat8:checked~.col-md-7 .main-box #content8,
#chat8:checked~.col-md-7 .main-box #profile8,
#chat8:checked~.col-md-7 .main-box #name8,
#chat8:checked~.col-md-7 .main-box #status8 {
    display: block;
}

#chat9:checked~.col-md-7 .main-box #content9,
#chat9:checked~.col-md-7 .main-box #profile9,
#chat9:checked~.col-md-7 .main-box #name9,
#chat9:checked~.col-md-7 .main-box #status9 {
    display: block;
}

#chat10:checked~.col-md-7 .main-box #content10,
#chat10:checked~.col-md-7 .main-box #profile10,
#chat10:checked~.col-md-7 .main-box #name10,
#chat10:checked~.col-md-7 .main-box #status10 {
    display: block;
}

#chat11:checked~.col-md-7 .main-box #content11,
#chat11:checked~.col-md-7 .main-box #profile11,
#chat11:checked~.col-md-7 .main-box #name11,
#chat11:checked~.col-md-7 .main-box #status11 {
    display: block;
}

#chat12:checked~.col-md-7 .main-box #content12,
#chat12:checked~.col-md-7 .main-box #profile12,
#chat12:checked~.col-md-7 .main-box #name12,
#chat12:checked~.col-md-7 .main-box #status12 {
    display: block;
}

#chat13:checked~.col-md-7 .main-box #content13,
#chat13:checked~.col-md-7 .main-box #profile13,
#chat13:checked~.col-md-7 .main-box #name13,
#chat13:checked~.col-md-7 .main-box #status13 {
    display: block;
}

.height-parrent {
    height: 100%;
    overflow-y: scroll !important;
}

.height-parrent::-webkit-scrollbar {
    scrollbar-width: none !important;
    scroll-behavior: none !important;
    display: none;
}

.card-parrent {
    width: 100%;
    text-wrap: nowrap;
    overflow-x: scroll;
}

.card-parrent::-webkit-scrollbar {
    scrollbar-width: none !important;
    scroll-behavior: none !important;
}

.edit-box {
    width: 100px;
    /* Fixed width for the box */
    height: 100px;
    /* Fixed height for the box */
    position: relative;
    overflow: hidden;
    /* Hide overflow if the image is larger */
    border-radius: 8px;
    /* Optional: rounded corners */
    cursor: pointer;
}

.edit-box .edit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image scales well */
}

.pencle-icon {
    position: absolute;
    bottom: -4px;
    right: 2px;
    width: 30px;
    height: 30px;
}

.edit-box-parrent {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* 'end' works too */
}

.welcome-head3 {
    font-size: 35px;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    text-transform: capitalize;
    margin-top: 23px;
}

.head {
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    margin-top: 20px;
}

.arrow-box {
    width: 25px;
    height: 27px;
    border: 1px solid #8c7a7a;
    /* padding: 15px; */
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.back-arrow {
    width: 16px;
    height: 16px;
}

.profile-box {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    margin-top: 30px;
    padding: 15px 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-img {
    width: 130px;
    height: 190px;
    object-fit: cover;
    border-radius: 5px;
}

.dashboardcard-para {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    width: 40%;
}

.profile-content {
    display: flex;
    /* align-items: center; */
    gap: 15px;
}

.profile-btn {
    width: 150px;
    height: 50px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: black;
    color: white;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    transition: all ease-in-out 0.7s;
}

.profile-btn:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
}

.profile-btn2 {
    width: 150px;
    height: 50px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: #dbefe4;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    transition: all ease-in-out 0.7s;
}

.profile-btn2:hover {
    background-color: white;
    color: #9ce4bc;
    border: 1px solid #9ce4bc;
}

.profile-btn3 {
    width: 150px;
    height: 50px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: #fcedf2;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    transition: all ease-in-out 0.7s;
}

.profile-btn3:hover {
    background-color: white;
    color: #fcd5e2;
    border: 1px solid #fcd5e2;
}

.details-parrent {
    width: 100%;
    height: fit-content;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    margin-top: 20px;
    gap: 10px;
    padding: 30px;
}

.images {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 15px;
    flex-wrap: wrap;
}

.pricing-content {
    height: 206px;
    margin-top: 13px;
}

.dropdown-toggle::after {
    content: none !important;
}

.more-content {
    display: none;
}

.settingpage label {
    font-family: "poppins", sans-serif;

    font-size: 16px;
    color: #000000;
}

.settingpage input {
    height: 50px;
    border-radius: 7px;
    outline: none;
    background-color: rgba(0, 0, 0, 10%);
    border: none;
    padding-left: 10px;
    font-family: "Inter", sans-serif;
}

.influncer_btn:hover .message-icon2 {
    display: block;
}

.influncer_btn:hover .message-icon1 {
    display: none;
}

.message-icon2 {
    display: none;
}

.basic-plan-box {
    height: 171px;
}

.pro-planbox {
    height: 174px;
}

.view-detaislbtn {
    border: none;
    outline: none;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-family: "poppins" sans-serif;
    text-transform: capitalize;
    background: var(--btncolor);
    color: white;
}

.fa-trash:before {
    /* font-size: 50px; */
    color: red;
}

.delete-head {
    font-size: 20px;
    font-weight: bold;
    color: black;
    font-family: "Inter", sans-serif;
    margin-top: 15px;
}

.toggle-password {
    position: absolute;
    bottom: 16px;
    right: 20px;
    cursor: pointer;
}

.detailsimg {
    width: 224px;
    height: 293px;
    border-radius: 10px;
}

.details-img {
    width: 180px;
    height: 180px;
    /* margin-bottom: 20px; */
}

.details-head3 {
    font-size: 20px;
    font-weight: bold;
    color: black;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}

.detail-card {
    min-width: 180px;
    background-color: #f9f9f9;
}

.btn {
    text-transform: capitalize;
}

.descscroll {
    height: 530px;
    overflow-y: auto;
}

.active-icon2 {
    position: absolute;
    top: 12px;
    left: 46px;
}

.page-link {
    border: none !important;
    box-shadow: none !important;
}

.page-link.active {
    color: red !important;
    background: none !important;
}

.withdraw-card {
    width: 100%;
    height: fit-content;
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 30px;
}

.withdraw-card h4 {
    font-size: 25px;
    font-weight: bold;
    color: black;
    font-family: "Inter", sans-serif;
}

.withdraw-card p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 50%);
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}

.withdraw-card h3 {
    font-family: "Inter", sans-serif;
    font-size: 25px;
}


.withdrawinput {
    width: 400px;
    height: 50px;
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    font-size: 14px;
    color: black;
    font-weight: 400;
    padding-left: 15px;
}

.withdrawpara {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 50%);
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}

.withdrawhead {
    font-size: 25px;
    font-weight: bold;
    color: black;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}

#accountType {
    height: 50px;
    border-radius: 7px;
    outline: none;
    background-color: rgba(0, 0, 0, 10%);
    border: none;
    padding-left: 10px;
    font-family: "Inter", sans-serif;
}

.portfolio-img,
.play-btn,
.video-container {
    transition: opacity 0.3s ease-in-out;
}

.reelvideodiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.swiper-container2 {
    display: none;
}

/* Container */
.dropdown-container {
    position: relative;
    display: inline-block;
}

/* Hidden checkbox */
.dropdown-toggle {
    display: none;
}

/* Dot icon label */
.dot-icon-label {
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 20px;
    color: #333;
}

/* Dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    bottom: 35px;
    /* open upwards */
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    min-width: 160px;
    z-index: 100;
}

/* Show menu when checkbox is checked */
.dropdown-toggle:checked+.dot-icon-label+.dropdown-menu {
    display: block;
}

/* Dropdown options as labels */
.dropdown-menu label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.dropdown-menu label:hover {
    background-color: #f0f0f0;
}

/* FontAwesome icon size inside dropdown */
.dropdown-menu label i {
    font-size: 18px;
}

/* Hide actual file inputs */
.file-input {
    display: none;
}

.file-icon {
    color: rgb(46, 46, 46);
}

.table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.table th,
.table td {
    padding: 12px 15px;
    text-align: left;
    word-wrap: break-word;
    /* Allow text to break */
    overflow-wrap: break-word;
    /* Ensure wrapping works in all cases */
}

.table th {
    background-color: #f8f9fa;
    font-weight: bold;
    color: #333;
}

.table td {
    background-color: #fff;
    color: #666;
}

.table-striped tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.table-hover tbody tr:hover {
    background-color: #f1f1f1;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd;
}

.table a.underline {
    text-decoration: underline;
    color: #007bff;
}

.table .influncer_btn {
    background-color: #007bff;
    color: #fff;
    padding: 6px 12px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
}

.table .influncer_btn:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {

    .table th,
    .table td {
        font-size: 12px;
        padding: 8px 10px;
    }
}

/* Fixed Width & Wrap for Project Title */
.table th:nth-child(1),
.table td:nth-child(1) {
    width: 30%;
    /* Adjust width as necessary */
    white-space: normal;
    /* Allow wrapping */
}

.table th:nth-child(2),
.table td:nth-child(2) {
    width: 20%;
    /* Adjust width as necessary */
}

.table th:nth-child(3),
.table td:nth-child(3) {
    width: 15%;
    /* Adjust width as necessary */
}

.table th:nth-child(4),
.table td:nth-child(4) {
    width: 10%;
    /* Adjust width as necessary */
}

.table th:nth-child(5),
.table td:nth-child(5) {
    width: 10%;
    /* Adjust width as necessary */
}

.table th:nth-child(6),
.table td:nth-child(6) {
    width: 15%;
    /* Adjust width as necessary */
}

.table th:nth-child(7),
.table td:nth-child(7) {
    width: 20%;
    /* Adjust width as necessary */
}

.ck-editor__editable_inline {
    min-height: 150px;
    /* Adjust height as needed */
}

.ck .ck-toolbar .ck-toolbar__items .ck-button.ck-onboarding-button {
    display: none !important;
}

.ck .ck-toolbar .ck-toolbar__items .ck-button.ck-onboarding-button {
    display: none !important;
}

.ck-onboarding {
    display: none !important;
}

/* .menu,
.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu > li {
    position: relative;
    padding: 10px 20px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    width: 200px;
}

.menu li:hover {
    background: #f0f0f0;
}

.submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 200px;
    z-index: 100;
}

.menu li:hover > .submenu {
    display: block;
} */



/* Main Menu */
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}

.menu>li {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    position: relative;
    transition: background 0.2s ease;
}

.menu>li:last-child {
    border-bottom: none;
}

.menu>li:hover {
    background: #f5f6f7;
}

/* Submenu */
.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fafafa;
    border-top: 1px solid #eee;
    display: none;
    animation: fadeIn 0.3s ease forwards;
}

.menu>li:hover .submenu {
    display: block;
}

.submenu li {
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease;
}

.submenu li:last-child {
    border-bottom: none;
}

.submenu li:hover {
    background: #e9ecef;
}

/* Smooth Fade Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Error Text */
.menu span {
    display: block;
    padding: 8px 16px;
    font-size: 14px;
}


.detailcollabimag {
    width: 224px;
    height: 293px;
    border-radius: 10px;
    object-fit: cover;
}


.badgebg {
    background: var(--btncolor);
}


#previewImage {
    width: 190px;
    height: 110px;
    border-radius: 8px;
}



.crossButton {
    position: absolute;
    right: -31px;
    width: 6% !important;
    top: 3px;
}


.form-label {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}





.remove-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.remove-btn:hover {
    background-color: red;
}





.newpostclass {
    margin: 200px 0px 70px 0px;
}



.star-rating {
    display: flex;
    gap: 5px;
    font-size: 24px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.star-rating .fa-star {
    color: #ccc;
    transition: color 0.2s;
}

.star-rating .fa-star.hover,
.star-rating .fa-star.selected {
    color: #FFD700;
    /* gold color */
}


.scrollwidthclass {
    width: 320px;
}


.sidebar-parrent {
    position: sticky;
    top: 15px;
}

.dropdown-menu {
    height: fit-content;
}


.notificationdiv i {
    background-color: rgba(0, 0, 0, 50%);
    width: 40px;
    height: 40px;

}

.notify-badge {
    position: absolute;
    top: -3px;
    background-color: #b730bf !important;
    padding: 5px;
}

/* @keyframes bell-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
        color: #ff3b3b;
    }

    100% {
        transform: scale(1);
    }
}

.bell-animate {
    animation: bell-pulse 1s infinite;
} */


.offer-dot {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    background: #ff2c2c;
    border-radius: 50%;
    border: 2px solid #fff;
}

.blink {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}



.goog-te-gadget img {
    display: none !important;
}

.goog-te-gadget-simple {
    padding: 10px 22px !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    background: linear-gradient(#f38297 0%, #b730bf 50%, #f38297 100%) !important;
    border: none !important;
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b .text {
    font-size: 20px !important;
}

body>div>.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}


.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
    position: absolute !important;
    background-color: red !important;
}

.VIpgJd-ZVi9od-vH1Gmf {
    padding: 40px !important;
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd {
    padding: 40px !important;
    background-color: red !important;
}

.goog-te-combo {
    padding: 10px 22px !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    background: linear-gradient(#f38297 0%, #b730bf 50%, #f38297 100%) !important;
    border: none !important;
    color: #fff !important;

}

.goog-te-combo option {
    color: #000 !important;
}

.goog-te-combo span {
    display: none !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    display: none !important;
}

.goog-te-gadget {
    color: #fff !important;
}


#map {
    width: 100%;
    height: 647px;
    /* Adjust the height as needed */
}

body.font-size-smaller .sec1home h1 {
    font-size: 47px;
}

body.font-size-smaller .sec1home p {
    font-size: 14px;
}

body.font-size-smaller .sec1home .postbtn,
body.font-size-smaller .sec1home .registerbtn,
body.font-size-smaller .brand_btn {
    font-size: 14px;
}

body.font-size-smaller .sec2home .box1 p {
    font-size: 14px;
}

body.font-size-smaller .sliderbox h3 {
    font-size: 12px;
}

body.font-size-smaller .badges {
    font-size: 13px;
}

body.font-size-smaller .widthclass {
    width: 308px;
}

body.font-size-smaller .basicbox {
    height: 52px;
    padding: 0px 45px;
    font-size: 12.66px;
}

body.font-size-smaller .influncer_btn {
    font-size: 12px;
}

body.font-size-smaller .subscriptionbox .box1 h1 span {
    font-size: 19.63px;
}

body.font-size-smaller .subscriptionbox .box1 h1,
body.font-size-smaller .welcome-input {
    font-size: 13px;
}

body.font-size-smaller .sec7-head {
    font-size: 30px;
    line-height: 40px;
}

body.font-size-smaller .footer-para {
    font-size: 12px;
}

body.font-size-smaller .featuredh1,
body.font-size-smaller .mapsection h1,
body.font-size-smaller .subscriptionbox h1,
body.font-size-smaller .welcome-head3 {
    font-size: 28px;
}

body.font-size-smaller .filter-container input,
body.font-size-smaller .filter-container select {
    font-size: 14px;
}

body.font-size-smaller .details-box2 h1 {
    font-size: 16px;
}

body.font-size-smaller .box h3 {
    font-size: 12px;
}


body.font-size-smaller .about-head {
    font-size: 30px;
}

body.font-size-smaller .about-para {
    font-size: 14px;
}

body.font-size-smaller .main-box .nav-link.active,
body.font-size-smaller .profilemodal-para,
body.font-size-smaller .ofer-cards h5,
body.font-size-smaller .ofer-cards p {
    font-size: 14px;
}

body.font-size-smaller .details-head2 {
    font-size: 20px;
}

body.font-size-smaller .welcome-head2 {
    font-size: 23px;

}

body.font-size-smaller .newclass {
    font-size: 10px;
}


.categoriesSearch input {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    border: 1px solid #D8D8D8;
    outline: none;
    padding: 13px 32px 13px 15px;
    border-radius: 10px;
    color: rgba(0, 0, 0, 50%);
    width: 100%;
}

.searchbtncategory {
    position: absolute;
    top: 13px;
    right: 10px;
    border: none;
    background: transparent;
}

.categoriesSearch label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}


.overflow-auto::-webkit-scrollbar {
    display: none;
}



#packageTabs.nav-tabs .nav-link.active {
    background: var(--btncolor);
    color: white;
    border: 0px;
    border-radius: 123px;

}

#packageTabs.nav-tabs .nav-link {
    color: #000;
    padding: 10px 45px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
}


#updatePreviewImage,
#createPreviewImage {
    width: 240px;
    height: 140px;
}

.page-item.active .page-link {
    background-color: #BE3ABA !important;
    color: white !important;
}

.page-link .disabled {
    background-color: unset !important;
    color: black;
}


.portfolio-item .plus-icon2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.servicebox .tab-content {

    height: 230px;
    overflow-y: auto;

}



/* Add space between slides */
.influencer-slider .slick-slide {
    margin-right: 15px;
    /* Adjust this value for the desired gap */
    margin-left: 15px;
}

/* Optional: Adjust for the last slide to remove extra margin */
.influencer-slider .slick-slide:last-child {
    margin-right: 0;
}

.slick-track {
    margin: 0 !important;
}

.slick-list {
    padding: 20px 0px !important;
}



.slick-prev,
.slick-next {
    color: #ffffff !important;
}

.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}


.gridtemp img {
    border-radius: 100px;
    width: 144px;
    height: 144px;
    object-fit: contain;
    border: 1px solid #6D6D6D;
    padding: 0px 15px;
    transition: box-shadow 0.3s ease-in-out;
}

.gridtemp img:hover {
    box-shadow: 0px 0px 0px 6px rgba(9, 26, 68, 7%);
}

/* .marquee-wrapper {
    overflow-x: hidden;     
    width: 100%;
    margin: 30px 0;
} */

.gridtemp {
    display: grid;
    grid-template-columns: repeat(10, 150px);
    /* default large screens */
    gap: 15px;
    padding: 15px 0;
}

/* Large desktops (>= 1200px) */
@media (max-width: 1200px) {
    .gridtemp {
        grid-template-columns: repeat(8, 1fr);
    }
}

/* Medium desktops / tablets (992px - 1199px) */
@media (max-width: 992px) {
    .gridtemp {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Small tablets / large phones (768px - 991px) */
@media (max-width: 768px) {
    .gridtemp {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Mobile devices (576px - 767px) */
@media (max-width: 576px) {
    .gridtemp {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Extra small devices (< 576px) */
@media (max-width: 400px) {
    .gridtemp {
        grid-template-columns: repeat(2, 1fr);
        place-items: center;
    }

    .gridtemp img {
        width: 130px;
        height: 130px;
    }
}






.slick-dots {
    display: none !important;
}

/* .chat-box2 p {
    text-transform: lowercase;
} */

.chat-box2 p {
    white-space: pre-wrap;
}


.scrollclass {
    height: 600px;
    overflow-y: scroll;
}

.scrollclass::-webkit-scrollbar {
    display: none;
}


.category-listing-img-holder {
    width: 100%;
    height: 205px;
    position: relative;
    border-radius: 9px;
    background-color: black;
    overflow: hidden;
}

.category-listing-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    -webkit-mask-image: linear-gradient(to top, rgb(0 0 0 / 5%) -25%, rgba(0, 0, 0, 1));
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.13, 1.02) 0s;
}

.category-listing-holder:hover .category-listing-img {
    transform: scale(1.1);
}

.category-listing-owner-holder {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: flex;
    align-items: center;
}
.category-listing-owner-name {
    display: flex;
    align-items: center;
    font-size: 115%;
    color: white;
    font-weight: 600;
}


@media (max-width: 768px) {
    .mobile-scroll-row {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-scroll-row .col-3 {
        flex: 0 0 auto;
        width: 75%; /* adjust: 70–85% depending on taste */
    }

    .mobile-scroll-row::-webkit-scrollbar {
        display: none;
    }
}


.package-white {
    background-color: #fff;
    color: #000;
    border-radius: 10px !important;
}

.package-black {
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
}

.package-black .basicbox{
    background-color: #ffffff !important;
    color: #000 !important;
}
.subscriptionbox .package-black  .box1 h1{
    color: #ffffff !important;
}

.package-white .basicbox{
    background: #000 !important;
    color: #fff;
}