/*header*/
:root {
    --fs-11: 11px;
    --fs-12: 12px;
    --fs-13: 13px;
    --fs-14: 14px;
    --fs-15: 15px;
    --bs-washed-black: rgba(20, 20, 20, 1);
    --bs-white: rgba(255, 255, 255, 1);
    --bs-green-light-bg: #efefef;
    --bs-gradient-bg: linear-gradient(45deg, #e81c4f, #eb174b);
    --bs-lime-green: #e81c4f;
    --bs-light-cherry: #ffc1c1;
    --td_theme_color: #ec3535;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.nav-item .dropdown-toggle::after {
    margin-left: 6px;
}

@media (max-width: 991px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: none;
    }
}

body {
    font-family: "Noto Sans Devanagari", sans-serif !important;
}

.rankview ul li {
    color: #c11f1f;
    list-style: disc;
}

.rankview ul {
    padding: 0;
}

.rankview {
    border-bottom: 3px solid #c11f1f;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-left: 20px !important;
}

.authorimage img {
    width: 60px !important;
    height: 60px !important;

}


/*dynamic heading*/
.topheading h1 {
       font-weight: 700 ;
    margin-bottom: 1rem ;
    position: relative ;
    display: inline-block ;
    font-size: 1.5rem !important;
}

.topheading h1:after {
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background: #d91c34;
    border-radius: 5px;
    margin: 3px auto 0;
}

.topheading p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
        font-size: 1rem !important;
}

/*heading*/
.leftzero:after {
    left: 0;
}

.heading-bdr-left::after,
.heading-bdr::after {
    content: "";
    width: 30%;
    height: 2px;
    margin: auto;
    background: var(--bs-gradient-bg);
    border-radius: 5px;
    position: absolute;
    bottom: -6px;
}

.leftzero {
    display: inline-block;
}

.text-paragraph {
    color: #222;
}

/*custom for all pages*/
/* Text Clamp */
.one-line-text {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.two-lines-text {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.three-lines-text {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.even-odd-tbl thead th {
    font-weight: 500;
    color: #fff;
    background: 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    border: 0;
}

.even-odd-tbl thead tr {
    background: var(--bs-lime-green);
}

/*content view*/
.content-view {
    margin: 15px 0;
}

.content-view {
    background: #FFF0F5;
    border-top: 4px solid #e21b45;
    padding: 15px;
}

.content-view h1,
.content-view h2,
.content-view h3,
.content-view h4,
.content-view h5,
.content-view h6 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.5;
}

.content-view h1:after,
.content-view h2:after,
.content-view h3:after,
.content-view h4:after,
.content-view h5:after,
.content-view h6:after {
    content: "";
    background: #e91b4d;
    width: 150px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.content-view p,
.content-view li {
    font-size: 15px;
}

.bg-premium-btn {
    background: linear-gradient(270deg, #B8860B 0%, #FFD700 50%, #FFDA03 100%);
    border: 1px solid transparent;
    color: #000000;
    border-radius: 15px;
    font-weight: 600;
    font-size: 12px;
    padding: 1px 7px;
    animation: 2s infinite pulse;
    letter-spacing: 1px;
    position: relative;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.bg-premium td {
    background: #fdeef4;
}

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

/* Font sizes */

.ls-1 {
    letter-spacing: 0.0625rem;
}

.ls-2 {
    letter-spacing: 0.125rem;
}

.ls-3 {
    letter-spacing: 0.25rem;
}

.ls-4 {
    letter-spacing: 0.5rem;
}

.ls-5 {
    letter-spacing: 1rem;
}

.ls-6 {
    letter-spacing: 1.5rem;
}

/*top btm left right*/
/* TOP (1% to 10%) */
.top-1 {
    top: 1% !important;
}

.top-2 {
    top: 2% !important;
}

.top-3 {
    top: 3% !important;
}

.top-4 {
    top: 4% !important;
}

.top-5 {
    top: 5% !important;
}

.top-6 {
    top: 6% !important;
}

.top-7 {
    top: 7% !important;
}

.top-8 {
    top: 8% !important;
}

.top-9 {
    top: 9% !important;
}

.top-10 {
    top: 10% !important;
}

/* LEFT (1% to 10%) */
.left-1 {
    left: 1% !important;
}

.left-2 {
    left: 2% !important;
}

.left-3 {
    left: 3% !important;
}

.left-4 {
    left: 4% !important;
}

.left-5 {
    left: 5% !important;
}

.left-6 {
    left: 6% !important;
}

.left-7 {
    left: 7% !important;
}

.left-8 {
    left: 8% !important;
}

.left-9 {
    left: 9% !important;
}

.left-10 {
    left: 10% !important;
}

/* RIGHT (1% to 10%) */
.right-1 {
    right: 1% !important;
}

.right-2 {
    right: 2% !important;
}

.right-3 {
    right: 3% !important;
}

.right-4 {
    right: 4% !important;
}

.right-5 {
    right: 5% !important;
}

.right-6 {
    right: 6% !important;
}

.right-7 {
    right: 7% !important;
}

.right-8 {
    right: 8% !important;
}

.right-9 {
    right: 9% !important;
}

.right-10 {
    right: 10% !important;
}

/* BOTTOM (1% to 10%) */
.bottom-1 {
    bottom: 1% !important;
}

.bottom-2 {
    bottom: 2% !important;
}

.bottom-3 {
    bottom: 3% !important;
}

.bottom-4 {
    bottom: 4% !important;
}

.bottom-5 {
    bottom: 5% !important;
}

.bottom-6 {
    bottom: 6% !important;
}

.bottom-7 {
    bottom: 7% !important;
}

.bottom-8 {
    bottom: 8% !important;
}

.bottom-9 {
    bottom: 9% !important;
}

.bottom-10 {
    bottom: 10% !important;
}

@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: 2rem;
    }

    h2,
    .h2 {
        font-size: 1.75rem;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
    }

    h4,
    .h4 {
        font-size: 1.25rem;
    }

    h5,
    .h5 {
        font-size: 1rem;
    }

    h6,
    .h6 {
        font-size: 0.875rem;
    }

}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-fit {
    width: fit-content !important;
}

.h-fit {
    height: fit-content;
}

/*listing page*/
.w-fit {
    width: fit-content !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #E61C4C !important;
    --bs-btn-border-color: #c71640 !important;
}

.btn-primary:hover {
    color: #E61C4C;
    background-color: #fff !important;
    border-color: #c71640 !important;
}

.btn i,
button {
    line-height: 1.4;
}

table tr:hover td {
    --bs-table-hover-bg: #FFF0F5 !important;
}

table tr td {
    vertical-align: middle;
}

.btn-gradient {
    background: linear-gradient(270deg, #FFBAD1 0%, #E61C4C 100%);
    border: 1px;
    border-radius: 16px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}

.btn-gradient:hover {
    background: linear-gradient(270deg, #E61C4C 0%, #FFBAD1 100%);
    color: #fff ! important;
}

.pinkgradient {
    background: linear-gradient(270deg, #FFBAD1 0%, #E61C4C 100%);
}

.numbers {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: bold;
}

.bg-lightgray {
    background: #F7F7F7;
}

.limegreen-btn {
    font-weight: 600;
    padding: 5px 16px;
    border: 1px solid var(--bs-gradient-bg);
    border-radius: 30px;
    font-size: 14px;
}

/*faq accordion*/
.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffe6eb;
}

.custom-accordion .accordion-button {
    background-color: #ffe6eb;
    color: #000;
    font-weight: 500;
    border: none;
    padding: 10px 15px;
    line-height: 1.4;
    box-shadow: 0px 4px 5px 0px #00000040;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #E61C4C;
    color: white;
}

.custom-accordion .accordion-body {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #dddddd;
    box-shadow: 0px 4px 5px 0px #E61C4C33;
    padding-top: 12px;
    padding-right: 24px;
    opacity: 1;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion-button::after {
    background-image: none !important;
    content: "";
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease, color 0.2s ease;
    margin-left: auto;
}

/* Rotate when open */
.accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}

/* Change color on hover */
.accordion-button:hover::after {
    color: #ff4c64;
    /* pink hover */
}

/* Active/expanded arrow color */
.accordion-button:not(.collapsed)::after {
    color: white;
    /* arrow turns white when active */
}

/*end*/
.lightpink {
    background: #FFF0F5;
}

.btngray {
    background: rgb(202 202 202 / 39%);
    border: 1px;
    padding: 5px;
    font-size: 14px;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-3 {
    letter-spacing: 3px;
}

.ls-4 {
    letter-spacing: 4px;
}

.bg-contentview {
    background: #fff;
    border-top: 3px solid #e21b45;
}

.col-md-5th {
    flex: 0 0 20%;
    max-width: 20%;
}

.btn-feature {
    background: linear-gradient(270deg, #B8860B 0%, #FFD700 50%, #FFDA03 100%);
    color: #000;
    font-weight: bold;
    border: 1px;
    padding: 5px 15px;
}

.btn-feature:hover {
    background: linear-gradient(270deg, #FFD700 0%, #B8860B 50%, #FFDA03 100%);
}

.top-1 {
    top: 5px;
}

.bottom-1 {
    bottom: 10px;
}

.end-1 {
    right: 10px;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

@media (max-width: 1120px) {
    .col-md-5th {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media (max-width: 768px) {
    .col-md-5th {
        flex: 0 0 50%;
        max-width: 50%;
        /* 2 per row in mobile */
    }
}

input[type=text],
input[type=url],
input[type=tel],
input[type=email] {
    font-size: 16px;
    line-height: 16px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    padding: 5px 9px;
    padding-top: 9px;
}

.one-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-pre {
    white-space: pre;
}

.authorimage {
    width: 20%;
}

.authormiddle {
    width: 60%;
}

.mainboxview {
    background: linear-gradient(90deg, #FFF3F9 0%, #FCE8F7 100%);
    border: 1px solid #E61C4CB2
}

.mainboxview_topbrdr {
    background: linear-gradient(90deg, #FFF3F9 0%, #FCE8F7 100%);
    border-top: 3px solid #E61C4CB2;
}

.borderinput {
    box-shadow: 0px 4px 4px 0px #E61C4C99 inset !important;
    border: 1px solid rgb(230 28 76 / 40%) !important;
}

.submitpressform input,
.submitpressform textarea,
.submitpressform select,
.submitpressform .wpforms-uploader.dz-clickable {
    box-shadow: 0px 4px 4px 0px #E61C4C99 inset !important;
    border: 1px solid rgb(230 28 76 / 40%) !important;
}

.submitpressform .wpforms-field-large.wpforms-field-required {
    border-radius: 12px;
}

.submitpressform .wpforms-container {
    background: #fff !important;
}

.bigcheckbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #E61C4C;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

.bigcheckbox:checked {
    background-color: #E61C4C;
    /* Bootstrap primary blue */
    border-color: #E61C4C;
}

.bigcheckbox:checked::after {
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}

.pinkborder {
    border: 1px solid #E61C4C;
}

.text-yellow {
    color: #FFCE31;
}

.tablelayout thead th {
    background: #e31c4b;
    color: #fff;
    border: 1px solid #e51c4c;
    border-right: 1px solid #acacac;
}

.text-pink {
    color: #E61C4C;
}

.contacticon .share-modal-icon {
    width: 40px;
    height: 40px;
}

.bg-pink {
    background-color: #E61C4C;
}

.breadcrumb li+li::before, .bg-breadcrumb li+li::before {
    content: "\f101";
    font-family: "Font Awesome 6 Free", sans-serif;
    font-weight: 900;
    margin: 0 6px;
}

.faqcustom .vc_toggle_title {
    background: #FFF0F5;
}

.faqcustom .vc_toggle_active .vc_toggle_title {
    background-color: #E61C4C !important;
}

.faqcustom .vc_toggle_active .vc_toggle_title h4 {
    color: #fff;
}

.presalebg {
    background: linear-gradient(90deg, #FBBF24 0%, #F59E0B 100%);
    border: 1px solid transparent;
    color: #fff;
    border-radius: 15px;
    font-weight: 600;
    font-size: 12px;
    padding: 1px 7px;
    letter-spacing: 1px;
    position: relative;
}

.lh-normal {
    line-height: normal !important;
}

/*end*/
/*myaccount*/
.upload-container {
    position: relative;
    width: 120px;
    height: 120px;
}

.upload-container img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ccc;
}

.upload-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #E61C4C;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    border: 2px solid #fff;
}

#fileInput {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove small gap */
}

/*end*/
.home-box:hover p {
    color: #fff !important;
}

.home-box {
    padding: 5px;
}

.home-box:hover {
    background: #E61C4C;
    color: #fff !important;
    border-radius: 10px;
}
.home-box:hover a {
    color: #fff;
}
.h-52 {
    min-height: 52px;
}

.table-price tbody#ico-listings td {
    font-size: 14px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #E61C4C !important;
}

.eventsimg img {
    margin-bottom: 0px;
    height: 55px !important;
    object-fit: contain;
}

.pr-like {
    position: absolute;
    top: -8px;
    left: 10px;
    background: #e61c4c;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 2px;
    white-space: nowrap;
}

.imgheight {
    max-height: 105px;
}

/* On screens <1280px → hide after 4 posts */
@media (max-width: 1280px) {
    .home-box:nth-child(n+9) {
        display: none;
    }
}

/* On screens <768px → hide after 3 posts */
@media (max-width: 767px) {
    .home-box:nth-child(n+4) {
        display: none;
    }
}

@media (max-width: 1280px) {

    h1,
    .h1 {
        font-size: 36px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 25px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 17px;
    }

    h6,
    .h6 {
        font-size: 15px;
    }

    .table-price tbody#ico-listings td {
        font-size: 12px;
    }
}

/* Tablets (≥768px and <992px) */
@media (max-width: 992px) {

    h1,
    .h1 {
        font-size: 32px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }

    h6,
    .h6 {
        font-size: 14px;
    }
}

/* Mobile (<768px, down to 480px) */
@media (max-width: 768px) {

    h1,
    .h1 {
        font-size: 28px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    h4,
    .h4 {
        font-size: 17px;
    }

    h5,
    .h5 {
        font-size: 15px;
    }

    h6,
    .h6 {
        font-size: 13px;
    }
}

/* Small Mobile (<480px) */
@media (max-width: 480px) {

    h1,
    .h1 {
        font-size: 24px;
    }

    h2,
    .h2 {
        font-size: 20px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    h5,
    .h5 {
        font-size: 14px;
    }

    h6,
    .h6 {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .imgheight {
        max-height: max-content;
    }

    .eventsimg img {
        margin-bottom: 0px;
        height: auto !important;
        object-fit: contain;
    }

    .footer-04 {
        padding: 0 15px;
    }

    .tdb_mobile_menu {
        padding-left: 10px;
    }

    .tdi_20 .tdb-mobile-menu-button i {
        font-size: 26px;
        width: 49.4px;
        height: 49.4px;
        line-height: 62.4px !important;
    }

    .tdb-header-search-button-mob {
        float: right;
    }

    .tdb-header-search-button-mob .tdb-mobile-search-icon-svg {
        justify-content: end !important;
    }
}

/*home page*/
.category-one-block .borderview {
    border-bottom: 3px solid #E61C4C;
    color: #211b2e;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
    padding-bottom: 15px;
    position: relative;
    text-align: left;
    width: calc(100% - 15px);
}

.category-one-block .borderview:after {
    background-color: #E61C4C;
    bottom: -11px;
    clip-path: polygon(14% 0, 100% 8%, 100% 23%, 86% 100%, 0 100%, 14% 0%);
    content: "";
    height: 16px;
    position: absolute;
    right: -12px;
    width: 178px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.slidersection .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.slidersection .owl-nav button.owl-prev {
    left: 0;
}

.slidersection .owl-nav button.owl-next {
    right: 0;
}

.slidersection .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.slidersection .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.slidersection .owl-dots button.owl-dot.active {
    background-color: #000;
}

.slidersection .owl-dots button.owl-dot:focus {
    outline: none;
}

.slidersection .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.slidersection .owl-nav button:focus {
    outline: none;
}

.slidersection .item {
    width: 100%;
}

/*directory*/
.instagram-border {
    border: 1px solid #d9d9d9;
    border-top: 4px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(90deg, #9100DB, #FE5376, #FE862B);
    border-radius: 16px;
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    outline: none;
    padding: 70px 16px 16px;
}

.twitter-border {
    border: 1px solid #d9d9d9;
    border-top: 4px solid #000;
    border-radius: 16px;
    outline: none;
    padding: 70px 16px 16px;
}

.telegram-border {
    border: 1px solid #d9d9d9;
    border-top: 4px solid #039BE5;
    border-radius: 16px;
    outline: none;
    padding: 70px 16px 16px;
}

.youtube-border {
    border: 1px solid #d9d9d9;
    border-top: 4px solid #FF0000;
    border-radius: 16px;
    outline: none;
    padding: 70px 16px 16px;
}

.reddit-border {
    border: 1px solid #d9d9d9;
    border-top: 4px solid #FF4500;
    border-radius: 16px;
    outline: none;
    padding: 70px 16px 16px;
}

.bg-darkpink {
    background-color: #d91c34;
}

.centerborder:after {
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background: #d91c34;
    border-radius: 5px;
    margin: 3px auto 0;
}

.influencer-img {
    top: -30px;
    left: 0;
    right: 0;
}


.directorytabs .nav-pills .nav-link {
    color: #000;
    border-radius: 0;
}

.directorytabs .nav-pills .nav-link.active {
    background: #fff0f5;
    color: #000;
    border-bottom: 3px solid #e81c4f;
}

.crypto-icon {
    width: 32px !important;
    height: 32px;
}

/*footer*/
.footer-04 {
    background: #272727;
    padding-bottom: 0;
}

.text-gradient {
    color: #eb1d54;
    position: relative;
    top: 5px;
}

.foot-lnk {
    color: #fff;
    text-decoration: none;
}

.gmail-clr {
    color: #4285f4;
}

.tele-clr {
    color: #08c !important;
}

.footer-04 .share-modal-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
}

.share-modal-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin: 5px;
    text-decoration: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.insta-clr {
    color: #d6249f !important;
}

.gradColor {
    background: linear-gradient(90deg, #FFF3F9, #FCE8F7);
    border-top: 5px solid #E61C4C;
    border-radius: 12px;
    padding: 16px 24px;
    margin-top: 16px;
}

.gradColor:hover {
    background: linear-gradient(90deg, #FCE8F7, #FFF3F9);
}

.circle {
    background: radial-gradient(50% 50% at 50% 50%, #FFBAD1 0%, #E61C4C 100%);
    border-radius: 50%;
    max-width: 56px;
    min-width: 56px;
    padding: 10px;
    margin: 0 auto;
}

/* author */
.profile-upload {
    position: relative;
    display: inline-block;
    text-align: center;
}

.upload-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #e61c4c;
    color: #fff;
    border-radius: 50%;
    padding: 6px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
}

.upload-btn input {
    display: none;
}

.preview-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ff4b84;
}
/**/
.coin-detl-list {
    font-size: 14px;
    margin: 3px;
    padding: 0 10px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid var(--bs-lime-green);
    border-radius: 0px 0px 15px 15px;
    margin: 10px 2px 10px 2px;
}


/*share modal*/
.share-modal-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin: 5px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: flex !important;
    border-radius: 50%;
}

.whatsapp-clr {
    color: #25d366 !important;
}

.dark-theme .fb-clr,
.fb-clr {
    color: #3b5998 !important;
}

.linkdin-clr {
    color: #0072b1 !important;
}

.reddit-clr {
    color: #ff4500 !important;
}

.twitter-clr {
    color: #0f1419 !important;
}

.pinterest-clr {
    color: #c8232c !important;
}

.discord-clr {
    color: #404eed !important;
}

.dark-theme .insta-clr,
.insta-clr {
    color: #d6249f !important;
}

.tele-clr {
    color: #08c !important;
}

.youtube-bg {
    background: #e51c24 !important;
}

.youtube-clr {
    color: #cd201f !important;
}

/* Backgrounds */
.twitter-bg {
    background: #0f1419 !important;
}

.reddit-bg {
    background: #ff4500 !important;
}

.linkdin-bg {
    background: #0072b1 !important;
}

.fb-bg {
    background: #3b5998 !important;
}

.whatsapp-bg {
    background: #25d366 !important;
}

.tele-bg {
    background: #08c !important;
}

.pinterest-bg {
    background: #c8232c !important;
}


/* Modal custom style */
.share-modal .modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.share-modal .modal-header {
    border: none;
    padding-bottom: 0;
}

.share-modal .modal-footer {
    border: none;
    padding-top: 0;
}

.share-link {
    text-align: center;
}

.share-link input {
    text-align: center;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}


.social-icons a:hover {
    transform: scale(1.1);
}

.share-modal .social-icons .icon-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-modal .social-icons {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    gap: 12px;
}

.share-modal .social-icons a {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    width: auto;
    height: auto;
}

.share-modal .social-icons small {
    display: none;
}

.share-copybtn {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-inline: 8px;
}

/* Social media brand colors */
.icon-twitter {
    background-color: #000000;
}

/* X (Twitter) */
.icon-reddit {
    background-color: #FF4500;
}

.icon-linkedin {
    background-color: #0077B5;
}

.icon-facebook {
    background-color: #1877F2;
}

.icon-whatsapp {
    background-color: #25D366;
}

.icon-telegram {
    background-color: #0088CC;
}

.icon-pinterest {
    background-color: #E60023;
}

.icon-copy {
    background-color: #6C757D;
}

.icon-circle i {
    color: #fff;
    font-size: 1.25rem;
}

.social-icons small {
    margin-top: 4px;
    font-size: 0.8rem;
}
.modal-backdrop {
    --bs-backdrop-opacity: 0.2;
}


.profileview {
    box-shadow: -10px 4px 6px 0px #0000001A;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid #f5f5f5;
}

.mainprofile {
    padding-left: 50px;
}

.profileimage img {
    position: absolute;
    height: 100%;
    width: auto;
    z-index: -9;
}
.news-serch {
    height: 41px;
    max-width: 500px;
    color: var(--bs-lime-green) !important;
    padding: 5px 60px 5px 18px;
    background: 0 0;
    border: 1px solid #ccc;
    border-radius: 30px;
    position: relative;
}

.news-serch .srch {
    width: 100%;
    font-size: 18px;
    line-height: 29px;
    border: 0;
}

.news-serch .serch-megnify {
    width: 55px;
    height: 41px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bs-gradient-bg);
    border: 1px solid var(--bs-gradient-bg);
    border-radius: 0 50px 50px 0;
    position: absolute;
    right: -1px;
    top: -1px;
}
.small-btn {
    font-size: 12px !important;
    padding: 2px 10px !important;
}
.likebtn {
    position: absolute;
    color: red;
    font-size: 11px;
    white-space: pre;
    top: auto;
    right: 0;
}
.presslike .likebtn {
    bottom: 25px;
}

.newsdetailsimage img {
    width: 100%;
    height: auto;
}

.tabledetail .wp-block-rank-math-toc-block ul li a {
    color: #c11f1f !important;
    text-decoration: underline;
    margin: 8px 0 !important;
    padding-left: 5px !important;
    line-height: 1.5 !important;
}
.tabledetail .wp-block-rank-math-toc-block ul, .tabledetail .wp-block-rank-math-toc-block ul ul, .tabledetail .wp-block-rank-math-toc-block ul ul ul {
    list-style-type: disc !important;
}
.tabledetail .wp-block-rank-math-toc-block ul{
        padding: 0 !important;
}
.tabledetail .wp-block-rank-math-toc-block nav ul li::marker {
    color: #c11f1f;
}
.tabledetail .wp-block-rank-math-toc-block {
    border-bottom: 3px solid #c11f1f;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-left: 20px !important;
}


.detailscontent h2 {
    font-size: 26px;
    font-weight: bold;
}
.detailscontent h3 {
    font-size: 24px;
    font-weight: bold;
}
.detailscontent h4 {
    font-size: 22px;
    font-weight: bold;
}
.detailscontent h5, .detailscontent h6{
    font-weight: bold;
}
.detailscontent img {
    max-width: 100%;
    border-radius: 15px;
    height: auto;
}
.projectright {
        position: sticky;
    top: 80px;
}