body {
    font-family: "Montserrat", sans-serif !important;
}

.btn-orange {
    background: #FF8D37;
    color: #fff;
    padding: 5px 15px;
}

.web-textcolor {
    color: #A02737;
}

.newsshortimage .likebtn {
    top: 18px;
}

.w-fit {
    width: fit-content
}

.bg-maintitle h1 {
    font-weight: 700;
}

.bg-maintitle {
    background: url(../images/display-home-bg.webp);
    background-size: cover;
    padding: 40px 0;
    background-position: center;
    position: relative;
    z-index: 0;
    color: #fff;
}

.bg-maintitle:before {
    content: "";
    background: rgb(104 14 24 / 82%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1
}

/*content view*/
.contentview {
    background: #F5E9EB !important;
    padding: 15px 20px !important;
    margin-bottom: 1rem;
    border-top: 3px solid #a02737;
}

.contentview h1:after,
.contentview h2:after,
.contentview h3:after,
.contentview h4:after,
.contentview h5:after,
.contentview h6:after {
    content: "";
    width: 40%;
    background: #a02737;
    position: absolute;
    height: 3px;
    display: block;
    margin-top: 3px;
}

.contentview h1,
.contentview h2,
.contentview h3,
.contentview h4,
.contentview h5,
.contentview h6 {
    display: table;
    position: relative;
    font-weight: 700 !important;
    margin-bottom: 15px;
}

.contentview h1 b,
.contentview h2 b,
.contentview h3 b,
.contentview h4 b,
.contentview h5 b,
.contentview h6 b,
.contentview h1 strong,
.contentview h2 strong,
.contentview h3 strong,
.contentview h4 strong,
.contentview h5 strong,
.contentview h6 strong {
    font-weight: 700 !important;
}

.contentview h1 {
    font-size: 22px !important;
}

.contentview h2 {
    font-size: 20px !important;
}

.contentview h3 {
    font-size: 18px !important;
}

.contentview h4,
.contentview h5,
.contentview h6 {
    font-size: 16px !important;
}



/* Font sizes for spans inside headings */
.maincontentview h1 span {
    font-size: 22px !important;
}

.maincontentview h2 span {
    font-size: 20px !important;
}

.maincontentview h3 span {
    font-size: 18px !important;
}

.maincontentview h4 span,
.maincontentview h5 span,
.maincontentview h6 span {
    font-size: 16px !important;
}

/*end*/
.heading-border {
    position: relative;
    font-weight: 600;
}

.heading-border:after {
    content: "";
    background: #A02737;
    width: 40%;
    height: 5px;
    position: absolute;
    display: block;
    margin: 0 !important
}

.btn-primary {
    background: #A02737 !important;
    border: 1px solid #831322 !important
}

.btn-primary:hover {
    background: transparent !important;
    border: 1px solid #831322 !important;
    color: #A02737;
    text-decoration: none
}

.darkredcolor {
    color: #a02737
}

.lightredbg {
    background: #FAF4F5
}

.darkredbg {
    background: #a02737
}

.bordertopview {
    border: 1px solid #A02737;
    box-shadow: 0 4px 5px 0 #A02737 inset
}

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

.shadowcustom {
    box-shadow: 4px 4px 4px 0 #00000040
}

.gradientbg {
    background: linear-gradient(90deg, #FFFFFF 0%, #F5E9EB 90%);
    border-top: 5px solid #A02737;
    text-align: center;
}

.bg-premium-card {
    box-shadow: 4px 4px 4px 0 #A02737;
    border: 1px solid #A02737
}

.status-ongoing,
.status-upcoming {
    background-color: #ceebda;
    color: #245238;
    padding: 4px 10px;
    font-weight: 600;
    border-radius: 20px;
}

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

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

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

.custom-accordion .accordion-body {
    background-color: #fff;
    color: #000;
    border: 1px solid #ddd;
    box-shadow: 0 4px 5px 0 #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
}

.presale-badge,
.status-ongoing {
    border-radius: 20px
}

.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
}

.top-1 {
    top: 5px
}

.bottom-1 {
    bottom: 10px
}

.end-1 {
    right: 10px
}

.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
}

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

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

.one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1
}

.max-h250 {
    max-height: 250px
}

.bg-ongoing {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: .8rem;
    font-weight: 600;
    background-color: #ceebda;
    color: #245238
}

.bg-upcoming {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: .8rem;
    font-weight: 600;
    background-color: #FFF7CC;
    color: #DFC00E
}

.bg-end {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: .8rem;
    font-weight: 600;
    background-color: #D9D9D980;
    color: #939393
}

.btn-gradient {
    background: linear-gradient(90deg, rgba(160, 39, 55, .4) 0%, #FFFFFF 50%, rgba(160, 39, 55, .4) 100%);
    color: #000
}

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

.card-slide {
    perspective: 1000px;
    cursor: pointer;
    width: 250px;
    height: 160px
}

.card-inner-slide {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d
}

.card-slide:hover .card-inner-slide {
    transform: rotateY(180deg)
}

.card-front-slide,
.card-back-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden
}

.card-back-slide {
    transform: rotateY(180deg)
}

.category-image img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    margin: 0 -6px
}

.btmviewimage img {
    transform: rotate(180deg)
}

.borderlightred {
    border: 1px solid #ca8e95
}

.inputview,
.formborder .form-control {
    border: .5px solid #A02737 !important;
    box-shadow: 4px 0 4px 0 #A02737 inset !important;
    padding: 10px 15px !important
}

.formtopview .select2-container.select2-container--default .select2-selection--single {
    height: 39px;
    border: .5px solid #A02737;
    box-shadow: 4px 0 4px 0 #A02737 inset
}

.formtopview .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px
}

.forminputview .stm_submit_ico__field_value {
    display: block;
    width: 96%
}

.forminputview .stm_submit_ico__field_label {
    display: block;
    padding-right: 60px;
    vertical-align: middle;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 700
}

.forminputview .stm_submit_ico__field {
    width: 50%;
    display: block;
    margin-bottom: 20px;
    vertical-align: center
}

.drop-zone {
    border: 2px dashed #c44;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    color: #c44;
    cursor: pointer;
    transition: 0.3s ease
}

.drop-zone.dragover {
    background: #fff5f5;
    border-color: #a22
}

.drop-zone input[type="file"] {
    display: none
}

.drop-zone i {
    font-size: 32px;
    display: block;
    margin-bottom: 8px
}

.drop-zone .message {
    color: #c44
}

.drop-zone.uploaded .message {
    color: green;
    font-weight: 700
}

.hotdeal {
    position: absolute;
    width: 100px;
    top: 0;
    left: -14px
}

.card-option {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 12px
}

.card-option input[type="checkbox"] {
    display: none
}

.card-option .check-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    background: #fff;
    transition: 0.3s
}

.card-option input[type="checkbox"]:checked~.check-icon {
    background: #28a745;
    border-color: #28a745
}

.card-option input[type="checkbox"]:checked~.card-body {
    border: 2px solid #28a745;
    box-shadow: 0 0 10px rgba(40, 167, 69, .4)
}

@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
    }
}

@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
    }


}

@media (max-width: 768px) {

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

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

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



}

@media (max-width: 480px) {

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

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

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




}

/*custom css*/
a {
    text-decoration: none;
}

.mainborderbtn {
    padding: 12px 31px;
    font-size: 16px;
    background-color: transparent;
    border: 2px solid #dd384b;
    border-radius: 6px;
    color: #fff;
}

.mainborderbtn:hover {
    background-color: #f3833a !important;
    border-color: #f3833a;
    color: #000 !important;
}

/*footer*/
.footer-heading:after {
    content: "";
    position: absolute;
    background: #fd745a;
    width: 45%;
    height: 2px;
    display: block;
    margin-top: 4px;
}

.footer-heading {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}

.listing_image img {
    width: 30px;
    height: 30px;
}

.table-bg tr th {
    background: linear-gradient(180deg, #c34, #e26573);
    color: #fff;
}

.text-paragraph {
    color: #000;
}

.web-color,
.bg-breadcrumb {
    background-color: #c34;
}


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

.headingfont p {
    font-size: 18px !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headingfont h1 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 28px;
    transition: all 0.3s ease;
}

.headingfont h1.h1decrease {
    font-size: 26px;
}

/*author*/
.sliderview .card {
    position: relative;
    width: 300px;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* Common slide styling */
.sliderview .card .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.7s ease;
}

/* First slide (image) */
.sliderview .card .slide.slide1 {
    background: linear-gradient(135deg, #cc3344, #ff6b81);
    z-index: 2;
    transform: translateY(0);
    /* Start at normal position */
}

.sliderview .card:hover .slide.slide1 {
    transform: translateY(-100%);
    /* Slide up fully */
}

/* Avatar/icon */
.sliderview .card .slide.slide1 .icon img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
}

/* Second slide (text) */
.sliderview .card .slide.slide2 {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    z-index: 1;
    transform: translateY(100%);
    /* Hidden below */
    text-align: center;
}

.sliderview .card:hover .slide.slide2 {
    transform: translateY(0);
    /* Slide into view */
}

.sliderview .card .slide.slide2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #2c73df;
}

/* Slide 2 content */
.sliderview .card .slide.slide2 .content span {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 22px;
    color: #414141;
    font-weight: bold;
}

.sliderview .card .slide.slide2 .content p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #555;
}

/*  author details  */
.profile-card {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.profile-sidebar {
    background: linear-gradient(to right, #fe9a5e 0, #fd825c 51%, #c53748 100%) !important;
    color: white;
    padding: 40px 30px;
    text-align: center;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profile-avatar {
    width: 120px;
    height: 120px;
    background-color: #e0e0e0;
    border-radius: 12px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid rgba(255, 255, 255, 0.3);
}

.profile-name {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.profile-body {
    padding: 40px;
}

.info-section {
    margin-bottom: 30px;
}

.section-title {
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 8px;
    text-align: left;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.info-icon {
    color: #2575fc;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f0f4fc;
    border-radius: 8px;
}

.info-content {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.bio {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    color: #495057;
    line-height: 1.6;
    margin-top: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .profile-sidebar {
        padding: 30px 20px;
        min-width: auto;
    }

    .profile-card {
        display: block;
    }
}

.start {
    width: 16%;
    padding: 10px;
    position: relative;
}

.start::before {
    content: "";
    background: url(https://d1fj0xwbldmb8x.cloudfront.net/wp-content/uploads/2025/09/arrow.png);
    position: absolute;
    width: 75px;
    height: 50px;
    z-index: 9;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    left: 100%;
    top: 30%;
}

.start:last-child::before {
    background: none;
}

/*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;
}

}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #a02737;
}

.headerdropdown .dropdown-toggle:hover {
    background: #fff !important;
    color: #d54757;
}

.likebtn {
    position: absolute;
    color: red;
    font-size: 11px;
    white-space: pre;
    top: auto;
    right: 0;
}

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

.modal-title {
    color: #fff;
}

.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;
}


.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;
}

.attachment-full {
    max-width: 60px !important;
    max-height: 60px !important;
    border-radius: 50% !important;
    width: auto;
    height: auto;
}

.social-icon {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.06), -3px -3px 8px rgba(255, 255, 255, 0.8);
    color: #4a5568;
    font-size: 16px;
    transition: all 0.3s ease;
}

.twitter {
    color: #1da1f2;
}

.bottomstickybanner {
    position: fixed;
    bottom: 80px;
    right: 60px;
    z-index: 99999;
}

.bottomstickybanner img {
    width: 200px;
    height: 200px;
}

.bottomstickybanner img {
    box-shadow: 0 0 10px #aaa;
    border-radius: 15px;
}

.bottomstickybanner .close-btn {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding: 0;
    line-height: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    right: -18px;
    top: -10px;
}

.tab-links a.active {
    font-weight: 800;
    color: #d34252;
    border-bottom: 2px solid #d84f5e;
}

.tab-links a {
    padding: 8px 18px;
    text-decoration: none;
    margin-right: 5px;
    border-radius: 0;
    color: #000;
    font-weight: 600;
}

.tab-links {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    flex-wrap: wrap;
}


.social-icons {
    display: flex;
    gap: 5px;
}

/* Base style */
.social-icon {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

/* Brand Colors */
.telegram {
    color: #0088cc;
    border-color: #0088cc;
}

.twitter {
    color: #000;
    border-color: #000;
}

.instagram {
    color: #E4405F;
    border-color: #E4405F;
}

.reddit {
    color: #FF4500;
    border-color: #FF4500;
}

.discord {
    color: #5865F2;
    border-color: #5865F2;
}

/* Hover effect */
.social-icon:hover {
    background: rgb(204 51 68);
    color: #fff;
    border: 1px solid #ba2032;
}

.contentview a {
    color: #a02737;
    font-weight: bold;
    text-decoration: underline;
}

/*responsive css*/
.categorylisting img {
    height: 100px;
    width: 100px;
}

.newsshortimage img {
    max-height: 156px;
    height: 156px !important;
}

.likedetails .likebtn {
    bottom: 25px;
}

.bottomdetaillike .likebtn {
    bottom: -16px;
    z-index: 9;
}

/*modal css*/
:root {
    --brand-primary: #A02737;
    --brand-light: #fef2f4;
    --brand-medium: #fce4e7;
    --brand-accent: #d63952;
}



.custom-login-modal .modal-content {
    overflow: hidden;
    position: relative;
}

.share-link input {
    padding-right: 55px;
    /* space for button */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-header {
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
    padding: 10px 15px;
    overflow: hidden;
    position: relative;
}

.modal-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.modal-header::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}


.btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
    position: relative;
    z-index: 1;
}

.btn-close:hover {
    opacity: 1;
}

.modal-body {
    padding: 2.5rem 2rem;
}



.custom-login-modal .form-control {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.custom-login-modal .form-control:focus {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 4px rgba(160, 39, 55, 0.1);
}

.custom-login-modal .form-check-input {
    border: 2px solid #cbd5e0;
    border-radius: 6px;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
}

.custom-login-modal .form-check-input:checked {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
}

.custom-login-modal .form-check-label {
    color: #4a5568;
    font-size: 0.9rem;
    cursor: pointer;
}

.custom-login-modal .forgot-link {
    color: var(--brand-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.custom-login-modal .forgot-link:hover {
    color: var(--brand-accent);
}

.custom-login-modal .register-text {
    color: #4a5568;
    font-size: 0.95rem;
}

.custom-login-modal .register-link {
    color: var(--brand-primary);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s ease;
}

.custom-login-modal .register-link:hover {
    color: var(--brand-accent);
}

.custom-login-modal .divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #e2e8f0 50%, transparent 100%);
    margin: 2rem 0 1.5rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modal.show .modal-dialog {
    animation: fadeIn 0.3s ease;
}

/*end*/
.profilesticky {
    min-height: 100vh;
    position: sticky;
    top: 76px;
    background-image: linear-gradient(180deg, #a02737, #8b0b1a);
}

.profilesticky .nav-pills .nav-link {
    text-align: left;
    color: #fff;
}

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

.border-web {
    border: 1px solid #a02737;
}

.profilesticky .nav-pills .nav-link.active {
    background: #ffffff;
    border-radius: 0;
    color: #000;
    border-right: none;
    width: 100%;
}

.profilesticky .nav-pills {
    padding: 5px;
}

/*login*/
:root {
    --brand-primary: #A02737;
    --brand-dark: #7a1d28;
    --brand-light: #c03044;
}

.login-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.login-header {
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-dark) 100%);
    padding: 15px 40px;
    text-align: center;
    color: white;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: rgb(160 39 55 / 54%);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(162 75 86 / 24%);
}

/*details page*/
.newsdetailsleft .wp-block-rank-math-toc-block ul li a {
    color: #831322 !important;
    text-decoration: underline;
    margin: 8px 0 !important;
    padding-left: 5px !important;
    line-height: 1.5 !important;
}

.newsdetailsleft .wp-block-rank-math-toc-block ul,
.newsdetailsleft .wp-block-rank-math-toc-block ul ul,
.newsdetailsleft .wp-block-rank-math-toc-block ul ul ul {
    list-style-type: disc !important;
}

.newsdetailsleft .wp-block-rank-math-toc-block ul {
    padding: 0 !important;
}

.newsdetailsleft .wp-block-rank-math-toc-block nav ul li::marker {
    color: #831322;
}

.newsdetailsleft .wp-block-rank-math-toc-block {
    border-bottom: 3px solid #831322;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-left: 20px !important;
}


.newsdetailsleft h2,
.newsdetailsleft h2 strong,
.newsdetailsleft h2 b {
    font-size: 26px;
    font-weight: 700;
}

.newsdetailsleft h3,
.newsdetailsleft h3 strong,
.newsdetailsleft h3 b {
    font-size: 24px;
    font-weight: 700;
}

.newsdetailsleft h4,
.newsdetailsleft h4 strong,
.newsdetailsleft h4 b {
    font-size: 22px;
    font-weight: 700;
}

.newsdetailsleft h5,
.newsdetailsleft h5 strong,
.newsdetailsleft h5 b,
.newsdetailsleft h6,
.newsdetailsleft h6 strong,
.newsdetailsleft h6 b {
    font-weight: 700;
}

.newsdetailsleft img {
    max-width: 100%;
    border-radius: 15px;
    height: auto;
}

/**/
:root {
    --primary-color: #A02737;
    --primary-light: #C84F60;
    --primary-lighter: #E8A5AE;
    --primary-pale: #F5E5E8;
}



.author-card {
    background: linear-gradient(135deg, var(--primary-pale) 0%, #ffffff 100%);
    border-radius: 12px;
        padding: 15px 30px;
    box-shadow: 0 2px 12px rgba(160, 39, 55, 0.08);
    margin-bottom: 30px;
    border: 1px solid var(--primary-pale);
    position: relative;
}

.author-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary-color), var(--primary-light));
    border-radius: 12px 0 0 12px;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(160 39 55 / 50%), rgb(200 79 96 / 70%));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(160, 39, 55, 0.25);
    flex-shrink: 0;
}

.author-content {
    flex: 1;
}

.author-name {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.author-role {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 12px;
}

.author-role a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.author-role a:hover {
    color: var(--primary-light);
    text-decoration: underline;
}

.author-bio {
    color: #495057;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 15px;
}

.read-more-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.read-more-link:hover {
    color: var(--primary-light);
    gap: 8px;
}

.comment-card {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 12px rgba(160, 39, 55, 0.08);
}

.comment-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary-pale);
}

.form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
}
.bgreplyview {
    border-left: 4px solid #a02737;
}
.bg-webcolor {
    background-color: #f8e8eb;
    color: #a02737 !important;
    padding: 5px 8px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
}
.bg-darkview{
        background: #a02737;
    color: #fff;
}
.replyfirst{
        background: #c14051;
    color: #fff !important;
    padding: 5px 8px;
    border-radius: 15px;
}
.bgreplyview{
    border-left: 4px solid #a02737;
}
.newsdetailsleft br {
    display: none;
}
/*end*/
@media (min-width: 992px) {

    /* apply only on desktop */
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 1800px) {}

@media (max-width: 1400px) {
    .newsshortimage img {
        max-height: 131px;
        height: 131px !important;
    }
}

@media (max-width: 1280px) {}

.sidebtn {
    display: none;
}

@media only screen and (max-width: 1280px) and (min-width: 992px) {
    .lap-btn {
        display: none;
    }

    .sidebtn {
        display: block;
        background: linear-gradient(to bottom, #f44336 0, #d32f2f 100%);
        box-shadow: 0 3px 12px rgba(249, 115, 22, .3);
        transition: .3s;
        display: block !important;
        position: fixed;
        right: -50px;
        transform: rotate(90deg);
        top: 50%;
        z-index: 99;
    }
}

@media (max-width: 1200px) {
    .headingfont h1.h1decrease {
        font-size: 18px;
    }

    .headingfont p {
        font-size: 16px !important;
    }

    .logomain {
        width: 90px;
        height: auto;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 4px;
        font-size: 15px;
        font-weight: 500 !important;
    }

}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {
    .bottomstickybanner img {
        height: 90px;
        width: 90px;
    }

    .bottomstickybanner {
        bottom: 41px;
        right: 23px;
    }

    .detailsheading.w-80 {
        width: auto !important;
    }

    .shadowcustom .card-content {
        text-align: center;
    }

    .shadowcustom .image-card img {
        border-radius: 50%;
    }

    .boxcategory span {
        font-size: 14px;
    }

    .social-icon {
        width: 22px;
        height: 22px;
    }

    .informationblock span {
        font-size: 14px;
    }

    .category-image img {
        width: 30px !important;
        height: 30px !important;
    }

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

    .categoryblock p span {
        display: block;
        font-weight: bold;
    }

    .bg-maintitle {
        padding: 20px 0;
    }

    .newsshortimage img {
        max-height: fit-content;
        height: auto !important;
    }

    .table-bg tr th {
        white-space: pre;
    }

}

@media (max-width: 480px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}