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

body {
    margin: 0;
    padding: 0;
}

.bgImage{
    background-image: url('../img/headBg.png');
    background-repeat: no-repeat;
    background-position: center;
}

.bgHeadNave{
    padding: 20px 50px;
}

.heroSection{
    background-image: url('../img/Bg.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 80px 0px;
}

.heroHeading h4{
    color: #101010;
    font-size: 30px;
    font-weight: bolder;
    max-width: 550px;
}

.heroPara p{
    color: #101010BF;
    font-size: 18px;
    max-width: 500px;
}

.inputGroup {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #CF04F5 !important;
    padding: 10px 15px 10px 10px;
    background: white;
    display: flex;
    align-items: center;
    width: 500px;
}

.formControl {
    border: none;
    outline: none;
    box-shadow: none;
}

.left-section,
.right-section {
    padding: 20px;
    min-height: 200px;
}

.howitworkImage{
    width: 500px;
}

.howitworkText{
    margin-top: 100px;
}

.howitworkText p{
    width: 350px;
}

.expsection{
    padding: 50px;
}

.avatar-container {
    position: relative;
    display: inline-block;
}

.avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.instagram-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #e1306c;
    color: #fff;
    border-radius: 50%;
    padding-top: 4px;
    font-size: 14px;
    height: 30px;
    width: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.section {
    padding: 10px;
    border-radius: 5px;
}

.row-equal {
    display: flex;
    flex-wrap: wrap;
}

.section-bg-1{
    background-color: #FFF37E80;
}
.section-bg-2{
    background-color: #FFAE2580;
}
.section-bg-3{
    background-color: #9DE05A80;
}
.section-bg-4{
    background-color: #D4F06280;
}

.homeFoot{
    background: linear-gradient(to right, #672791, rgba(177,39,201, 0.776));
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.footBg{
    background-color: #CF04F51A;
    padding: 20px;
}

.footLinkItem a{
    margin: 0px 20px;
    text-decoration: none;
}

.rightFoot{
    border-top: 1px solid #101010BF;
    padding: 20px;
    margin-top: 40px;
}

.socilLink{
    text-decoration: none;
    margin: 5px;
}

.card {
    border-radius: 10px;
    overflow: hidden;
}

.card-img {
    position: relative;
}

.card-img img {
    height: 200px;
}

.cardMainGift{
    border-bottom: 1px solid #F0B3FC;
    border-right: 1px solid #F0B3FC;
    border-left: 1px solid #F0B3FC;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.price-tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.progress-container {
    width: 100%;
    /* max-width: 500px; */
    background-color: #FAE6FE;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.progress-bar {
    height: 10px;
    width: 0%;
    background: linear-gradient(to right, #CF04F5, #e4aeed);
    text-align: center;
    line-height: 20px;
    color: white;
    font-weight: bold;
    border-radius: 25px;
    transition: width 0.5s ease-in-out;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    background-color: #FDF2FE;
    padding: 10px 20px;
    border-radius: 5px;
}

.user-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.card-btn-section {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

.card-btn-primary {
    flex: 1;
}

.card-btn-secondary {
    flex:3;
}

.exploreHead{
    background-color: #FDF2FE;
    padding: 10px 55px;
}

.inputGroupBtnExp{
    border-radius: 5px !important;
}

.inputGroupExp{
    border: none !important;
}

.expTab{
    margin-top: 20px;
}

.expTab a{
    text-decoration: none;
    color: #10101080;
    margin-left: 20px;
}

.expTabSpan{
    background-color: #10101080;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
}

.expTabActive{
    color: #DB3FF7 !important;
    border-bottom: 2px solid #DB3FF7;
    padding-bottom: 20px;
    font-weight: bolder;
}

.expTabActive .expTabSpan{
    background-color: #DB3FF7 !important;
    color: #fff !important;
}

.formExpl{
    border: 2px solid #DB3FF7 !important;
    padding: 5px;
    border-radius: 5px;
}

.formExplSearch{
    border: 2px solid #E3E3E3 !important;
    padding: 5px;
    border-radius: 50px;
}

.expTabActiveM{
    background-color: #FAE6FE;
    color: #DB3FF7 !important;
}

.userExpo{
    padding: 10px 50px 55px;
}

.userxpoebanner{
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    border-radius: 5px;
    margin-bottom: 80px;
}

.expouseravatar{
    width: 100px;
    height: 100px;
}

.expoUser-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
    padding-top: 4px;
    font-size: 14px;
    height: 30px;
    width: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.expouserAvear{
    margin-top: 100px;
    margin-left: 80px;
}

.btnSortBy{
    background-color: #F3F3F3;
}

.bgUserCollect{
    width: 100%;
    height: 100px;
    border-radius: 5px;
}

.forceHeightexpp{
    height: 40px;
}

.userinfoexp {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 10px 0px;
    border-radius: 5px;
}

.userinfoexp img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.cardImageSpp {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 10px 0px;
    border-radius: 5px;
}

.cardImageSpp img, .cardImageSppImhsd{
    width: 60px;
    height: 60px;
    border-radius: unset;
}

.ellipsisUserexpo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.projectHead {
    background-color: #FDF2FE;
    padding: 10px 0px;
}

.projectImg{
    width: auto;
    height: 150px;
    border-radius: 5px;
}

.giftCardImage{
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.giftItemCard{
    border: 1px solid #10101059;
    padding: 5px;
    border-radius: 10px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 24px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

.slider:before {
    position: absolute;
    content: "OFF";
    color: white;
    font-size: 12px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s;
}

.slider:after {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

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

input:checked+.vehicleBiodataSlider {
    background-color: #CF04F5;
}

input:checked+.slider:before {
    content: "ON";
}

input:checked+.slider:after {
    transform: translateX(42px);
    /* Adjusted for the increased width */
}

.giftAmountPerc{
    padding: 5px 15px;
    border: 1px solid #10101080;
    border-radius: 10px;
    color: #101010;
}

.or-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 100;
    color: #10101080;
    position: relative;
}

.or-divider::before,
.or-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #ccc;
    margin: 0 10px;
}

.cart-container {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cart-icon {
    font-size: 24px;
    margin-right: 8px;
    position: relative;
}

.cart-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background: #CF04F5;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.card-border{
    border-top: 1px solid #DBDBDB;
    padding-top: 10px;
}

.cardTotal{
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.togglePassword, .toggleInput{
    border: none;
    background-color: unset;
}

.toggleInputDivtes{
    border: 2px solid #4C4C4C;
    border-radius: 5px;
    padding: 10px;
}

.toggleInputDiv{
    border: 2px solid #4C4C4C;
    border-radius: 5px;
    padding: 5px;
}

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

.cardContainerOnbInner{
    width: 75%;
}

.cardContainerOnbImga{
    padding: 10px 50px;
}

.user-infoOnb {
    display: flex;
}

.onbtn{
    padding: 0px 50px;
}

.socialOnbdrop{
    background-color: #F3F3F3 !important;
    border: none !important;
}

.socialOnbdropItm li{
    text-align: center;
}

.hamMonee{
    border: none !important;
}

.searchContact{
    border: 1px solid #CF04F5;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.searchCardImage{
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.socialOnbdropItm{
    --bs-dropdown-min-width: unset !important;
}

.rowCardFlex{
    display: flex;
    flex-wrap: wrap;
}

.upload-container {
    border: 2px dashed #878787;
    border-radius: 10px;
    cursor: pointer;
    padding: 5px 10px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.upload-container:hover {
    background-color: #e9ecef;
}

.upload-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.uploadIco{
    width: 20px;
    height: 20px;
}