.mynav .navbar {
    background: linear-gradient(135deg, #fffdf6 0%, #fbf2d8 45%, #f5e6bf 100%);
}

.btnclassforall {
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 45%, #c8941f 70%, #a9781a 100%);
    color: #3a2a05;
    border: none;
}

.btntheme {
    color: #FF0000;
}

.btnclassforall:hover {
    background: linear-gradient(135deg, #f0d060 0%, #e0b020 45%, #d4a017 70%, #b8861a 100%);
    color: #3a2a05;
    filter: brightness(1.04);
}

.ourkundlih2 {
    color: #584f47;
}

.horoscope_box_newkundli {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.collapse .btnhome {
    color: #000000;
}

.dropdown-content121 {
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #FF0000;
    box-shadow: 0 0 3px 0 #ccc;
    background-color: #fff;
}

.dropdown-content121 a {
    color: black;
}

.dropdown-content121 a:hover {
    background-color: #FF0000;
    color: white;
}

.dropdown-content121top {
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #FF0000;
    box-shadow: 0 0 3px 0 #ccc;
    background-color: #fff;
}

.dropdown-content121top a {
    color: black;
}

.dropdown-content121top a:hover {
    background-color: #FF0000;
    color: white;
}


/*index,html css*/

.collapse .btn:hover,
.services .btn:hover,
.whyus button:hover,
.ourastrologer .btn:hover
/*.ourproduct .btn:hover */

{
    background-color: #8B0000;
    color: white;
}

.whyus .subhead {
    color: #a9781a;
}

.whyuspara {
    color: #41454d;
}

/* ===== Why Choose Us : premium look (logo gold + silver) ===== */
.whyus .intro-text {
    background: linear-gradient(135deg, #6f6f6f 0%, #b8901e 55%, #a9781a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration-color: #d4a017;
}

.whyus .whyuspara h2 {
    color: #a9781a;
    font-weight: 700;
    margin: 12px 0 20px;
}

.whyus .whyuspara h3 {
    text-align: left;
    color: #3a3d44;
    font-weight: 700;
    font-size: 1.12rem;
    margin: 20px 0 8px;
    padding: 6px 0 6px 14px;
    border-left: 4px solid #d4a017;
    background: linear-gradient(90deg, rgba(212, 160, 23, 0.08), transparent 60%);
    border-radius: 4px;
}

.whyus .whyuspara p {
    text-align: left;
    color: #555;
    margin-bottom: 10px;
}

.whyus .whyuspara strong {
    color: #a9781a;
}

.whyus .whyuspara hr {
    border: 0;
    height: 1px;
    opacity: 1;
    background: linear-gradient(90deg, transparent, #d4a017, #c9ccd2, transparent);
    margin: 14px 0;
}

/* achievement counters */
.whyus .achievments .no1 .fs-1 {
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 50%, #a9781a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services .btn,
.whyus button {
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 45%, #c8941f 70%, #a9781a 100%);
    color: #3a2a05;
    border: none;
}


/**/

.ourservice .ph {
    color: #a9781a;
}

.ourservice .card-text {
    color: #555555;
}

/* ===== Our Services : premium look (logo gold + silver) ===== */
.toppro {
    background: linear-gradient(135deg, #6f6f6f 0%, #b8901e 55%, #a9781a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: none !important;
}

.ourservice .card {
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-top: 3px solid #d4a017 !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
    box-shadow: 0 10px 26px -14px rgba(40, 44, 52, 0.3) !important;
    transition: transform .3s ease, box-shadow .3s ease;
}

.ourservice .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -16px rgba(169, 120, 26, 0.45) !important;
}

.ourservice .squreimgbox {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(212, 160, 23, 0.18);
}

.ourservice .squareimg {
    border-radius: 12px;
    transition: transform .4s ease;
}

.ourservice .card:hover .squareimg {
    transform: scale(1.06);
}

.ourservice .card-hrad {
    color: #a9781a;
}

.services .btn {
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 45%, #c8941f 70%, #a9781a 100%) !important;
    color: #3a2a05 !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 6px 20px !important;
    box-shadow: 0 6px 16px -6px rgba(169, 120, 26, 0.55);
    transition: transform .25s ease, filter .25s ease;
}

.services .btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
    color: #3a2a05 !important;
    background: linear-gradient(135deg, #f0d060 0%, #e0b020 45%, #d4a017 70%, #b8861a 100%) !important;
}


/**/

.ourastrologer .heading
/*.ourproduct .heading*/

{
    background-color: #ffebdb;
}

.ourastrologer .btn1 {
    background-color: #ecc8ab;
}

.ourastrologer .card {
    background-color: #ffffff;
}

.ourastrologer img {
    border: 3px solid #d4a017;
}

/* ===== Our Top Astrologers : premium look (logo gold + silver) ===== */
.bgastro {
    background: linear-gradient(180deg, #f4f5f7 0%, #eceef1 50%, #ffffff 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ourastrologer .ourastrocard {
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-top: 3px solid #d4a017 !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 26px -14px rgba(40, 44, 52, 0.3) !important;
    transition: transform .3s ease, box-shadow .3s ease;
}

.ourastrologer .ourastrocard:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px -16px rgba(169, 120, 26, 0.45) !important;
}

.ourastrologer .ourastrocard .squareimg {
    border-radius: 50% !important;
    object-fit: cover;
    box-shadow: 0 4px 14px -5px rgba(169, 120, 26, 0.5);
    transition: transform .35s ease;
}

.ourastrologer .ourastrocard:hover .squareimg {
    transform: scale(1.05);
}

.ourastrologer .ourastrocard .card-title {
    color: #a9781a !important;
}

.ourastrologer .ourastrocard .card-text {
    color: #5a5a5a !important;
}

.more-astro {
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 45%, #c8941f 70%, #a9781a 100%) !important;
    color: #3a2a05 !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 700;
    padding: 10px 30px !important;
    box-shadow: 0 8px 20px -7px rgba(169, 120, 26, 0.6);
    transition: transform .25s ease, filter .25s ease;
}

.more-astro:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    color: #3a2a05 !important;
}

.chnagecolor {
    color: #4a3712;
}

.navbtn {
    background-color: #8B0000;
}

.navbtn:hover {
    background-color: #c42d2d;
}


/*SendOtp*/

.btn-check:checked+.btn {
    background-color: #8B0000;
    border: 1px solid #8B0000;
    color: white;
}

.btn-check .btn {
    outline: 1px solid #8B0000;
    color: black;
}

.sendotp:hover {
    background-color: #8B0000;
}

.purchase {
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 45%, #c8941f 70%, #a9781a 100%);
    border: none;
    color: #3a2a05;
    padding: 7px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0 6px 16px -7px rgba(169, 120, 26, 0.7);
    transition: transform .25s ease, filter .25s ease;
}

.purchase:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
    color: #3a2a05;
}

.searchbtn {
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 45%, #c8941f 70%, #a9781a 100%);
    color: #3a2a05;
    font-weight: 700;
    border: none;
    box-shadow: 0 6px 16px -8px rgba(169, 120, 26, 0.7);
    transition: transform .25s ease, filter .25s ease;
}

.searchbtn:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
    color: #3a2a05;
}

.ourtesti .info {
    color: #000000;
}

.ourtesti .pp {
    color: #515151;
}


/* .ourtesti {
    background: linear-gradient( 180deg, #ffffff 0%, rgba(255, 212, 175, 0.64) 100%);
} */

.ourtesti .btp {
    color: #727272;
}


/**/


/*
.ourproduct .imgone {
  background-color: #ffcb9a;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
} */


/* .ourproduct .imgtwo {
  background: #fff1c0;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}

.ourproduct .imgthree {
  background: #ffe0d9;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}

.ourproduct .card1 {
  background: #fdb068;
}
.ourproduct p {
  color: #000000;
}

.ourproduct .card2 {
  background: #d4e2bc;
}

.ourproduct .card3 {
  background: #fbb5a6;
}

.ourproduct {
  background: linear-gradient(
    180deg,
    #ff9c4b 0%,
    rgba(255, 191, 139, 0.2) 100%
  );
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
*/


/*
.ourproduct .toppro {
  background: #ffc89c;
  box-shadow: 10px 10px 21px rgba(0, 0, 0, 0.25);
}

.ourproduct .btn {
  border: 2px solid #ffc720;
  background-color: #ffc720;
  color: #000000;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.ourproduct .starbook {
  text-align: justify;
}*/


/*contact.html css*/

section .topcontact,
header {
    background-color: #FF0000;
}

.contactmap {
    background: linear-gradient( 180deg, #a87474 0%, rgba(255, 212, 175, 0.64) 100%);
}

section .contactcard {
    background-color: #d4e2bc;
}


/*Astroprofile.html  css*/

section .maincontent {
    border: 1px solid rgba(0, 0, 0, 0.886);
    background: linear-gradient( 180deg, #ffffff 0%, rgba(255, 212, 175, 0.64) 100%);
}

section .astroname {
    color: #000;
}

section .astroskill {
    color: #807f7f;
}

section .astrolang,
section .astroexp {
    color: #807f7f;
}

section .chat_details {
    color: #807f7f;
}

section .call_details,
section .chat_details {
    color: #807f7f;
}

section .astrocontact {
    background-color: #fff;
    box-shadow: 0 0 4px #ccc;
    color: black !important;
    border: 1px solid #8c8c8c !important;
}


/*revoew section*/

.rating_review {
    background: linear-gradient( 180deg, #ffffff 0%, rgba(255, 212, 175, 0.64) 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.rating_review .container .border_outline {
    border: 1px solid #0003;
}

.ratting_heading {
    color: #454545;
}

.ratting_number {
    color: #313131;
}

.ratting_star {
    color: #616161;
}

.full,
.half {
    color: #6c757d;
}

.number_progress_bar {
    color: #616161;
}

.rating_review .width_custom {
    background-color: #eee;
}

.progress,
.progress-bar {
    background-color: orangered;
}

.progress {
    background-color: #e9ecef;
}

.review_height_Set::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.review_height_Set::-webkit-scrollbar-track {
    background-color: #eee;
}

.review_border_radius {
    border: 1px solid #0003;
}

.bg_dark_green_name {
    background-color: darkred;
}

.picture_profile {
    background-color: orange;
    color: #fff;
}

.date_rate_reply {
    color: #616161;
}

.comment_rate_reply {
    color: #616161;
}

.box_reply_review,
.box_reply_review_loader {
    background-color: #fff;
    border: 1px solid #0003;
}

::-webkit-scrollbar-thumb {
    background: #ea871e;
    border: 1px solid #f4f4f4;
}

::-webkit-scrollbar-track {
    background: #ededed;
}

::selection {
    background: #ea871e;
    color: #fff;
}

.clr-black-1 {
    color: #22262a !important;
}

.clr-black-2 {
    color: #262626 !important;
}

.blogCardTwo.blgBlox3 a {
    border-bottom: 1px solid #dbdbdb;
}

a:hover {
    border-color: #ea871e !important;
}

.smallBlgCards .recent {
    background-color: #ffc107;
    color: black;
}

.blgBoxShdow {
    box-shadow: 0px 0px 10px #d5d5d5;
}

.blogCardTwo.blgBlox3 a {
    border-bottom: 1px solid #dbdbdb;
}

.discBox {
    background-color: rgb(32 192 69) !important;
}

.discBox:before {
    border-color: rgb(32 192 69 / 70%) transparent rgb(32 192 69 / 70%) rgb(32 192 69);
}

.discBox1 {
    background-color: #FF0000 !important;
}

.discBox1:before {
    border-color: #e96a026d transparent #e96a0281 #FF0000;
}

.discBox2 {
    background-color: blue !important;
}

.discBox2:before {
    border-color: rgba(0, 0, 255, 0.496) transparent rgba(0, 0, 255, 0.397) blue;
}


/* .topline input[type="checkbox"]{
  border: 2px solid rgba(0, 0, 0, 0.508) !important;
  background-color: white !important;
} */

.Astrologers {
    background: linear-gradient(180deg, #f4f5f7 0%, #eceef1 45%, #ffffff 100%);
}

.Astrologers .card {
    background-color: #ffffff;
}

.Astrologers ul {
    color: #a9781a;
}


/*about.html ki css*/

.aboutlearn {
    background: linear-gradient( 180deg, #ffffff 0%, rgba(255, 212, 175, 0.64) 100%);
}

.bgabout {
    background: linear-gradient( 180deg, #ff9c4b 0% rgba(255, 182, 122, 0.420833) 50%, rgba(255, 191, 139, 0.2) 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bgabout .aboutcard {
    background-color: #ffe7d3;
}

.socialmedia:hover,
.socialmedia:focus {
    background: #ddd;
    background-color: #fddb27ff;
}

.socialmedia {
    border: 1px solid #ddd;
    color: #666;
}


/*all in one footer*/

/* ===== Footer : premium look matched to logo (white + silver + gold) ===== */
footer {
    background: linear-gradient(180deg, #ffffff 0%, #f4f5f7 45%, #e8eaee 100%);
    color: #41454d;
    position: relative;
}

/* gold hairline at the top of the footer, echoing the logo's gold accents */
footer::before {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #a9781a, #e8c34a 50%, #a9781a);
}

/* gold gradient headings */
footer h6 {
    background: linear-gradient(135deg, #6f6f6f 0%, #b8901e 55%, #a9781a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 3px solid #d4a017;
}

footer strong {
    border-bottom: 3px solid #d4a017;
}

/* body text + links = silvery charcoal */
footer p,
footer .top span {
    color: #555 !important;
}

footer p i {
    color: #a9781a;
}

footer ul li a,
footer .service,
footer .text-light,
footer a.text-light {
    color: #555 !important;
    transition: color .25s ease, padding-left .25s ease;
}

footer ul li a:hover,
footer .service:hover,
footer .text-light:hover,
footer a.text-light:hover {
    color: #a9781a !important;
    padding-left: 4px;
}

footer li {
    color: #9a9a9a;
}

/* top (social) + bottom (copyright) bars = soft silver */
footer .top {
    background: linear-gradient(135deg, #eef0f3 0%, #e2e5ea 100%);
    color: #41454d;
}

footer .top span {
    color: #41454d !important;
}

footer .bottom {
    background: linear-gradient(135deg, #2b2f36 0%, #20232a 100%);
    color: #d7dae0;
}

footer .bottom a {
    color: #e8c34a;
    text-decoration: none;
}

/* social icons: silver default, gold on hover */
footer .top a {
    color: #6f6f6f !important;
    transition: transform .25s ease, color .25s ease;
    display: inline-block;
}

footer .top a:hover {
    color: #a9781a !important;
    transform: translateY(-3px);
}

/* footer VENDOR LOGIN button -> gold */
footer .navbtn.btnhome {
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 45%, #c8941f 70%, #a9781a 100%) !important;
    color: #3a2a05 !important;
}

.sideProfiles101 {
    box-shadow: 0 0 20px 4px #dbdbdb;
}

.btmTabData {
    border-top: 1px dashed #4e4e4e;
}

.userTitles h4 {
    color: #000;
}

.userTitles p {
    color: #6d6d6d;
}

.titleEditBtn button.btn786 {
    color: #bf6200 !important;
    background-color: #fff;
}

.userEditBtn button.btn {
    color: #fff;
    background-color: #00000091;
}

.MenuLists li p {
    color: #ffffff;
}

.MenuLists li.dividers {
    border: 0;
    background: linear-gradient(to right, #ffc720, #ceab42);
}

.MenuLists li {
    border-top: 1px dashed #bbbbbb;
}

.MenuLists li a.active,
.MenuLists li:hover a {
    color: #f58634;
}

.MenuLists li a {
    color: black;
}

a {
    color: white;
}


/*modal ki css*/

.modal-content select {
    border: 1px solid rgba(0, 0, 0, 0.271);
}

.modal-content .loginnumber,
.modal-content .loginotp {
    border: 1px solid rgba(0, 0, 0, 0.271);
    background-color: rgba(0, 0, 0, 0.43);
}

.modal-content .modal-header {
    background-color: #FF0000;
}

.modal-content .btn-close {
    border: 2px solid black;
    /* background-color: blue; */
}


/* .customerprofilemodal{
    background-color:  #FF0000;

  } */

.modal-content .myprofilecustomer {
    color: #fff;
}

.paydetail {
    background-color: #fff;
    box-shadow: 2px 2px 10px black;
}

.p {
    color: #313131;
    background-color: #fff;
    box-shadow: 0 0 4px 1px #ccc;
}

table,
td,
tr {
    background-color: #eee;
}

.coupon {
    border: 2px solid rgb(155, 124, 124);
    background: #ffffe4;
    color: #535665;
    box-shadow: 0 0 4px #6e6c6c;
}

.upi,
.DEBIT,
.Netbank {
    border: 2px solid black;
    background-color: #efefef;
}

.credit,
.paytm {
    border: 2px solid black;
    background-color: #efefef;
}

.credit:active,
.upi:active,
.DEBIT:active,
.paytm:active,
.Netbank:active,
.coupon:active {
    background-color: rgba(255, 235, 205, 0.442);
    box-shadow: 0 5px #666;
}


/*mywallet css*/

.nameDatas .namesList h5,
.inputForms label,
.lowFund {
    color: #4a4a4a;
}

.userIncomeData .nameDatas .namesList h3 {
    color: #121416 !important;
}

.lowFund {
    font-size: 10px;
    color: red;
}


/* input[type="email"], input[type="number"],
input[type="date"], input[type="time"],
.select2-container--default .select2-selection--single,
 select.form-control, .SignUpEnquiry_Main .form-group input,
 span.select2-container span.select2-selection, textarea.form-control {
    border: 1px solid #cdcdcd !important;
    background: #ffffff;
} */

.gtBtn {
    border: 2px solid black;
    background-color: #ffc720;
}

#walletAmount {
    border: 2px solid black;
}

.holidaysList li .a {
    border: 1px dotted #cdcdcd;
}

.table thead th {
    border-bottom: 2px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table td,
.table th {
    border-top: 1px solid #dee2e6;
}

table .odd .no {
    color: #065cbf;
}

.userTableDetails table thead tr {
    color: #fff;
    background: linear-gradient(to right, #ffc720, #ceab42);
}

.userTableDetails table tbody tr td {
    color: #000;
}

::-webkit-scrollbar-thumb {
    background: #ea871e;
    border: 1px solid #f4f4f4;
}

.shop-index__section.alt {
    background-color: #f5f5f5;
    border-color: rgba(0, 0, 0, 0.05);
}

.shop-index__heading+p {
    color: #777777;
}


/** Shop: Sorting **/

.shop__sorting {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shop__sorting>li>a {
    color: #757575;
}

.shop__sorting>li>a:hover,
.shop__sorting>li>a:focus {
    color: #333333;
}

.shop__sorting>li.active>a {
    color: #ed3e49;
    border-bottom-color: #ed3e49;
}

.shop__sorting>li>a {
    display: block;
    padding: 20px 10px;
    margin-bottom: -1px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear;
}

@media (max-width: 767px) {
    .shop__sorting>li>a {
        border-bottom: 1px solid rgba(24, 11, 11, 0.1);
    }
}


/* Has error */

.has-error .form-control {
    border-color: #d9534f;
}

.has-error .form-control:focus {
    border-color: #b52b27;
}

.has-error .help-block {
    color: #d9534f;
}

.radio label:before {
    border: 10px solid #eee;
    background-color: #333333;
}

.input_qty label {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.input_qty label>span:not(.output) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.input_qty label>span:not(.output):last-child {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.input_qty label>span:not(.output):hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.input_qty_sm label {
    color: #ccc;
}

.input_qty_sm label>span:not(.output):hover {
    color: #333333;
}

.input_qty_sm label output {
    color: #ccc;
}

.c_review li {
    border-bottom: 1px solid #e8e8e8;
}

.product_item:hover .cp_img img {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.product_item .product_details {
    color: #000;
}

.product_item .product_details h5 a {
    color: #444;
}

.product_item .product_details .product_price .new_price {
    font-weight: 600;
    color: #a9781a;
}

.details .colors .not-available:before {
    color: #fff;
}

.cart-table .quantity-grp .input-group-addon {
    background-color: #1ab1e3;
}

.cart-table .quantity-grp .input-group-addon a {
    color: #fff;
}

.cart-table .quantity-grp .form-control {
    background-color: #fff;
}

.cart-table .quantity-grp .form-control+.input-group-addon {
    background-color: #1ab1e3;
}

.card101 {
    background: #fff;
    background-color: #ffe7d3;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.card101 .body {
    color: #424242;
}

.regisform {
    box-shadow: 2px 6px 100px #fff;
}

.wizard-card .picture {
    background-color: #999999;
    border: 4px solid #cccccc;
    color: #ffffff;
}

.formsection {
    background: linear-gradient( 180deg, #ff9c4b 0%, rgba(255, 182, 122, 0.420833) 50%, rgba(255, 191, 139, 0.2) 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.BlackFridayBanner__wrapper {
    background-color: #0b2148;
}

.BlackFridayBanner__pinkTitle:after {
    -webkit-text-stroke: 5px #FF0000;
}

.heading_name_trending h4 {
    color: #323232;
}

.blog_box_content {
    background-color: #fff;
    box-shadow: 0 0 2px #919191;
}

.heading_top_trending {
    border-bottom: 1px dotted #919191;
}

.heading_name_trending h6 {
    color: #8c8c8c;
}

.content_blog_list .col-3 {
    border-right: 1px solid #ccc;
}

.review_upper_image span {
    color: #383535;
}

.search_box_astromall_new input {
    box-shadow: 0 0 4px 2px #ccc;
}

.description_blog {
    color: #212529 !important;
}

.description_blog {
    color: #000;
}

.shopproductcontent {
    color: #000;
}

.writter_blog_box {
    color: #616161;
}

.date_description_blog {
    color: #616161;
}

.review_upper_image {
    background-color: rgb(255 255 255 / 90%);
}

.recently_posted_blogs .trending_link {
    color: #323232;
}

.catergories_items .categories_link {
    color: #323232;
}

.gray-bg {
    background-color: #f5f5f5;
}


/* Blog
---------------------*/

.blog-grid {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    background: #ffffff;
}

.blog-grid .blog-img .date {
    background: #fc5356;
    color: #ffffff;
}

.blog-grid .blog-info h5 a {
    color: #20247b;
}


/* Blog Sidebar
-------------------*/

.blog-aside .widget {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    background: #ffffff;
}

.blog-aside .widget-title {
    border-bottom: 1px solid #eee;
}

.blog-aside .widget-title h3 {
    color: #fc5356;
}

.blog-aside .widget-author h6 {
    color: #20247b;
}

.blog-aside .post-aside .post-aside-title a {
    color: #20247b;
}

.blog-aside .post-aside .post-aside-meta a {
    color: #6f8ba4;
}

.blog-aside .latest-post-aside+.latest-post-aside {
    border-top: 1px solid #eee;
}

.blog-aside .latest-post-aside .lpa-title a {
    color: #20247b;
}

.blog-aside .latest-post-aside .lpa-meta a {
    color: #6f8ba4;
}

.tag-cloud a {
    color: #ffffff;
    background: #FF0000;
}

.tag-cloud a:hover {
    background: #fc5356;
}

.article {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    background: #ffffff;
}

.article .article-title h6 a {
    color: #fc5356;
    border-bottom: 1px solid #fc5356;
}

.article .article-title h2 {
    color: #20247b;
}

.article .article-title .media {
    border-bottom: 1px dashed #ddd;
}

.article .article-title .media .media-body label {
    color: #fc5356;
}

.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
    color: #20247b;
}

.article .article-content blockquote p {
    color: #fc5356;
}

.article .article-content blockquote .blockquote-footer {
    color: #20247b;
}

.article-comment {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    background: #ffffff;
}

.article-comment h4 {
    color: #20247b;
}

.ribbon::before,
.ribbon::after {
    border: 5px solid #2980b9;
}

.ribbon span {
    background-color: #FF0000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.panel-heading {
    border-color: #eff2f7;
}

.panel-title {
    color: #2a3542;
}


/*product list*/

.prod-cat li a {
    border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
    color: #3b3b3b;
}

.prod-cat li ul li a:hover,
.prod-cat li ul li a:focus,
.prod-cat li ul li.active a,
.prod-cat li a:hover,
.prod-cat li a:focus,
.prod-cat li a.active {
    color: #ff7261;
}

.adtocart {
    background: #fc5959;
    color: #fff;
    border: 3px solid #fff;
}

.adtocart i {
    color: #fff;
}

.pro-title {
    color: #5a5a5a
}

.product-list .price {
    color: #fc5959;
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.astro_promises {
    background-color: #ffebdb;
}

.astro_promises button {
    background-color: #ecc8ab;
}


/*add to cart ki css*/

.gradient-custom {
    background: #fdb068;
}


/*devieydetail css*/

.buynowsection {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
}

.card-custom {
    background-color: #f8f9fa;
}

.input-custom {
    background-color: white;
}

.white-text {
    color: hsl(52, 0%, 98%);
}

.back-button {
    background-color: hsl(52, 0%, 98%);
    color: black;
}


/*thoroscope detail ki css*/

.btnhoroscope {
    background-color: #ecc8ab;
}

.horoscopechat {
    background: linear-gradient( 180deg, #ff9c4b 0%, rgba(255, 182, 122, 0.420833) 50%, rgba(255, 191, 139, 0.2) 100%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.horoscope_box_new1 {
    background-color: #fff;
    box-shadow: 0 0 10px 2px #dbdbdb;
}

.horoscope_box_new1:hover {
    box-shadow: 0 0 20px 4px #dbdbdb;
}

.horoscope_box_new {
    background-color: #fff;
    box-shadow: 0 0 10px 2px #dbdbdb;
}

.horoscope_box_new:hover {
    box-shadow: 0 0 20px 4px #dbdbdb;
}


/*today panchang ki css*/

.daily_col {
    box-shadow: 0 0 10px 2px #ccc;
    background-color: #ff8c0020;
    border: 1px solid #e2800720 !important;
}

.night_col {
    background-color: #1e90ff20 !important;
    border: 1px solid #1e90ff !important;
}


/*getkundli css*/

.kundli_predict_card {
    background: #e4e4e4;
    box-shadow: 0 2px 6px 1px #e4e4e4;
    color: black;
}

.kundli_predict_card p {
    color: black;
}

.kundli_predict_card p:hover {
    color: white;
}

.kundli_predict_card:hover {
    background-color: #FF0000;
    color: white;
}

.getkundlidash a {
    color: black;
}

.getkundlidash:hover {
    background-color: #FF0000;
}

.submenu:hover {
    color: white;
}

.getkundlidash a:hover {
    color: white;
}


/*service page css*/

.AddressInsides {
    box-shadow: 0 10px 30px #2634421a;
}

.AddressInsides:hover {
    transform: scale( 1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    box-shadow: 0 0 20px 4px #dbdbdb;
}

.description_blog101 {
    color: #000;
}

.product-grid2:hover {
    color: #FF0000;
}

.product-grid2 .social li a {
    color: #505050;
    background-color: #fff;
}

.product-grid2 .social li a:hover {
    color: #fff;
    background-color: #FF0000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.product-grid2 .social li a:after,
.product-grid2 .social li a:before {
    color: #fff;
    background-color: #000;
}

.product-grid2 .add-to-cart {
    color: #fff;
    background-color: #FF0000;
}

.product-grid2 .add-to-cart:hover {
    background-color: #FF0000;
}

.product-grid2 .product-new-label {
    background-color: #FF0000;
    color: #fff;
}

.product-grid2 .title a {
    color: #303030;
}

.product-grid2 .title a:hover {
    color: #FF0000;
}

.product-grid2 .price {
    color: #303030;
}

.add-to-cart {
    background-color: #FF0000;
}

.description_blogpage {
    color: #000;
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg, #675479, #FF0000);
}

.shadow {
    box-shadow: 0 0.25rem 0.375rem -0.0625rem hsla(0, 0%, 8%, 0.12), 0 0.125rem 0.25rem -0.0625rem hsla(0, 0%, 8%, 0.07) !important;
}

.msg_head {
    background-color: #FF0000;
}

.search {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: white !important;
}

.type_msg {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: white !important;
}

.attach_btn {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: white !important;
}

.send_btn {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: white !important;
}

.search_btn {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: white !important;
}

.navbar-nav .anchortag:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.user_img {
    border: 2px solid #d4a017;
}

/* =================================================================
   Astrologers listing page : premium look (logo gold + silver)
   ================================================================= */
/* page header banner : premium light pearl-silver + gold */
.lowhead {
    background: linear-gradient(135deg, #ffffff 0%, #f1f2f5 45%, #e4e7ec 100%) !important;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* soft gold glow accents on the sides, echoing the logo */
.lowhead::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 50%, rgba(212, 160, 23, 0.12), transparent 38%),
        radial-gradient(circle at 88% 50%, rgba(212, 160, 23, 0.12), transparent 38%);
    pointer-events: none;
}

.lowhead::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, #a9781a, #e8c34a 50%, #a9781a);
}

/* works for both `al-breadcrumb-container` and `al-breadcrumb container` markup */
.lowhead h1,
.lowhead .text-light {
    background: linear-gradient(135deg, #6f6f6f 0%, #c8941f 55%, #a9781a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #a9781a !important;
    font-weight: 700;
}

.lowhead p,
.lowhead .text-white {
    color: #555 !important;
}

/* intro description card : clean & borderless (stays invisible when empty) */
.contact-form-wrapper.box-shadow {
    background: transparent;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* astrologer cards */
.astrobladecard {
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-top: 3px solid #d4a017 !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 26px -14px rgba(40, 44, 52, 0.3) !important;
    transition: transform .3s ease, box-shadow .3s ease;
}

.astrobladecard:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 42px -16px rgba(169, 120, 26, 0.45) !important;
}

.astrobladecard .user_img {
    box-shadow: 0 4px 14px -5px rgba(169, 120, 26, 0.5);
    transition: transform .35s ease;
}

.astrobladecard:hover .user_img {
    transform: scale(1.05);
}

.astrobladecard a.astro_name,
.astrobladecard .astro_name a {
    color: #a9781a !important;
    font-weight: 700;
}

.astrobladecard .description_blogastro,
.astrobladecard h6 {
    color: #5a5a5a !important;
}

/* rating stars in gold */
.astrobladecard .star.on,
.astrobladecard .star.half {
    color: #d4a017 !important;
}

/* rating stars (fa-star) -> gold instead of red */
.rating-star {
    color: #d4a017 !important;
}

/* =================================================================
   Service detail page : premium (logo gold + silver)
   ================================================================= */
.astro_post-items .astro_post-content {
    border: none !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 30px -16px rgba(40, 44, 52, 0.3);
    overflow: hidden;
}

.astro_post-items .news-one__title a {
    color: #a9781a !important;
    font-weight: 700;
}

.astro_post-items .astro_post-content-box p,
.astro_post-items .astro_post-content-box span,
.astro_post-items .astro_post-content-box li {
    color: #555 !important;
}

/* Book Services button -> gold */
.astro-btn {
    display: inline-block;
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 45%, #c8941f 70%, #a9781a 100%) !important;
    color: #3a2a05 !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 700;
    padding: 10px 28px !important;
    box-shadow: 0 8px 20px -7px rgba(169, 120, 26, 0.6);
    transition: transform .25s ease, filter .25s ease;
}

.astro-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    color: #3a2a05 !important;
}

/* share icon -> gold */
.post-share .dropdown-toggle,
.post-share .dropdown-toggle i {
    color: #a9781a !important;
}

.post-share .dropdown-menu .dropdown-item {
    color: #555 !important;
}

.post-share .dropdown-menu .dropdown-item:hover {
    background: rgba(212, 160, 23, 0.1) !important;
    color: #a9781a !important;
}

/* sidebar widget */
.sidebar .widget h5,
.sidebar .widget h5 span {
    color: #a9781a !important;
}

.sidebar .asideleft ul li a {
    color: #555 !important;
    transition: color .2s ease;
}

.sidebar .asideleft ul li a:hover,
.sidebar .asideleft ul li.active > a {
    color: #a9781a !important;
}

/* Banner Of The Day heading */
.astro_shop_section .widget {
    color: #a9781a !important;
}

/* =================================================================
   Carousel dots (owl) -> premium gold
   ================================================================= */
.owl-carousel .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span,
.main-slider .owl-dots .owl-dot span {
    background: rgba(169, 120, 26, 0.35) !important;
    width: 11px;
    height: 11px;
    margin: 5px 5px;
    border: 1px solid rgba(169, 120, 26, 0.5);
    transition: all .3s ease;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.main-slider .owl-dots .owl-dot.active span,
.main-slider .owl-dots .owl-dot:hover span {
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 50%, #a9781a 100%) !important;
    border-color: #a9781a !important;
    box-shadow: 0 0 8px rgba(212, 160, 23, 0.7);
    width: 28px;
    border-radius: 8px;
}

/* =================================================================
   Products page : premium (logo gold + silver)
   ================================================================= */
.shop__filter .headline span,
.well + .shop__filter .headline span {
    color: #a9781a !important;
    font-weight: 700;
}

.shop__filter .headline {
    border-bottom: 1px solid rgba(169, 120, 26, 0.25);
    padding-bottom: 6px;
}

/* filter radio/checkbox accents */
.shop__filter .radio input[type="radio"]:checked + label:before {
    border-color: #d4a017 !important;
    background: #d4a017 !important;
}

.shop__filter .checkbox input[type="checkbox"] {
    accent-color: #d4a017;
}

/* product card */
.card.product_item {
    background: linear-gradient(160deg, #ffffff 0%, #fbfbfc 55%, #f4f5f7 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    box-shadow: 0 10px 26px -16px rgba(40, 44, 52, 0.35);
    transition: transform .3s ease, box-shadow .3s ease;
}

.card.product_item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px -16px rgba(169, 120, 26, 0.45);
}

/* product name link -> gold (override body a red) */
.product_item .product_details h5 a,
.shopproductcontent a {
    color: #a9781a !important;
    font-weight: 600;
}

.product_item .product_details h5 a:hover,
.shopproductcontent a:hover {
    color: #c8941f !important;
}

/* old price -> muted silver-charcoal with strike */
.product_item .product_details .product_price .old_price {
    color: #8a8f98 !important;
}

/* =================================================================
   Blog cards : premium (logo gold + silver), no red on hover
   ================================================================= */
.blog_box_content,
.blog_box_content:hover,
.blog_box_content:focus {
    color: #41454d !important;
    text-decoration: none !important;
    transition: box-shadow .3s ease, transform .3s ease;
}

.blog_box_content:hover {
    box-shadow: 0 16px 32px -16px rgba(169, 120, 26, 0.45) !important;
    transform: translateY(-3px);
}

/* blog title -> gold (was inheriting red link color) */
.blog_box_content .description_blogtitle {
    color: #a9781a !important;
    transition: color .25s ease;
}

.blog_box_content:hover .description_blogtitle {
    color: #c8941f !important;
}

.blog_box_content .description_blog {
    color: #555 !important;
}

.blog_box_content .writter_blog_box {
    color: #a9781a !important;
}

.blog_box_content .date_description_blog {
    color: #8a8f98 !important;
}

/* =================================================================
   Blog detail page : premium (logo gold + silver), no red
   ================================================================= */
.blog-single .article-title h2 {
    color: #2c2f36 !important;
    font-weight: 700;
}

/* author name under main title */
.blog-single .blogger-detail-body label a,
.blog-single .media-body label a {
    color: #a9781a !important;
    font-weight: 600;
}

.blog-single .blogger-detail-body span {
    color: #8a8f98 !important;
}

/* sidebar widget headings (was #fc5356 red-pink) */
.blog-aside .widget-title h3 {
    color: #a9781a !important;
    font-weight: 700;
}

/* author widget name */
.blog-aside .widget-author h6 a,
.blog-aside .widget-author h6 {
    color: #a9781a !important;
}

.blog-aside .widget-author p {
    color: #555 !important;
}

/* latest post titles */
.blog-aside .latest-post-aside .lpa-title a {
    color: #2c2f36 !important;
    transition: color .2s ease;
}

.blog-aside .latest-post-aside .lpa-title a:hover {
    color: #a9781a !important;
}

.blog-aside .latest-post-aside .lpa-meta a {
    color: #8a8f98 !important;
}

/* article body links */
.blog-single .article-content a {
    color: #a9781a !important;
}

/* status badges -> premium palette from logo */
.discBox {            /* VIP */
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 60%, #a9781a 100%) !important;
}
.discBox:before {
    border-color: rgba(212,160,23,0.6) transparent rgba(212,160,23,0.6) #d4a017 !important;
}
.discBox h4 { color: #3a2a05 !important; }

.discBox2 {           /* Most Choice */
    background: linear-gradient(135deg, #6b7079 0%, #41454d 100%) !important;
}
.discBox2:before {
    border-color: rgba(65,69,77,0.6) transparent rgba(65,69,77,0.6) #41454d !important;
}

.discBox1 {           /* New */
    background: linear-gradient(135deg, #c9ccd2 0%, #9a9a9a 100%) !important;
}
.discBox1:before {
    border-color: rgba(154,154,154,0.6) transparent rgba(154,154,154,0.6) #9a9a9a !important;
}
.discBox1 h4 { color: #3a3d44 !important; }

/* call / chat / video price buttons -> gold */
.bggrn1,
.bggrn {
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 45%, #c8941f 70%, #a9781a 100%) !important;
    color: #3a2a05 !important;
}

.bggrn1:hover,
.bggrn:hover {
    background: linear-gradient(135deg, #f0d060 0%, #e0b020 45%, #d4a017 70%, #b8861a 100%) !important;
    color: #3a2a05 !important;
}

/* filter / reset buttons */
.Astrologers .btn-primary,
.Astrologers .dynemic-btn {
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 45%, #c8941f 70%, #a9781a 100%) !important;
    border: none !important;
    color: #3a2a05 !important;
    box-shadow: 0 6px 16px -6px rgba(169, 120, 26, 0.55) !important;
}

/* filter accordion active state */
.Astrologers .accordion-button:not(.collapsed) {
    color: #a9781a !important;
    background: rgba(212, 160, 23, 0.08) !important;
    box-shadow: inset 0 -1px 0 rgba(212, 160, 23, 0.25);
}

.Astrologers .accordion-button:focus {
    border-color: rgba(212, 160, 23, 0.4);
    box-shadow: 0 0 0 0.2rem rgba(212, 160, 23, 0.2);
}

.user_img_msg {
    border: 1.5px solid #f5f6fa;
}

.online_icon {
    background-color: #198754;
    border: 1.5px solid white;
}

.offline_icon {
    background-color: #dc3545;
    border: 1.5px solid white;
}

.video_cam span {
    color: white;
}

.msg_cotainer {
    color: #fff;
}

.msg_cotainerchat {
    color: black;
    background-color: #fff;
}

.msg_cotainer_send {
    background-color: #e96a02d8;
    color: #fff;
}

.msg_time {
    color: #fff;
}

.msg_time_send {
    color: rgba(255, 255, 255, 0.5);
}

.msg_head {
    position: relative;
}

#action_menu_btn {
    color: white;
}

.action_menu {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

.icon_containerchat {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.icon_containerchat {
    background: #f17a02;
}

.icon_containerchat::before {
    background: #f78e0e;
}

.action_menu ul li:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.anchortag:hover {
    color: #000;
    border-bottom: 4px solid #FF0000;
}


/*liveastro.html ki css*/

.reel__container {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.customer__container {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 768px) {
    .inputliveastro::placeholder {
        color: black;
    }
}

@media (min-width: 768px) {
    .livefooter {
        background-color: rgba(0, 0, 0, 0.518);
    }
}

.chathistcard {
    border-bottom: 5px solid #fa7406;
}


/*aman added css*/

.shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1) !important;
}

.shadow:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.pac-container {
    background-color: #FFF;
}

.alert-danger {
    --bs-alert-bg: #ff2034;
    --bs-alert-border-color: #f69ba4;
}

.alert-success {
    --bs-alert-bg: #428d6b;
}

.api-calculators-list-image {
    background-color: #FF0000;
}

.table-color {
    background-color: #FF0000 !important;
    color: #fff;
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg, #675479, #FF0000);
}

.lds-ellipsis div {
    background: #d4a017;
}

.star {
    color: gray;
}

.star.on {
    color: red;
}

.star.half:after {
    color: red;
}

.fs-titleveri {
    color: #FF0000;
}

.purple-text {
    color: #FF0000;
}

#progressbarveri {
    color: #9a9a9a
}

#progressbarveri .active {
    color: #a9781a;
}

#progressbarveri li:before {
    color: #3a2a05;
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 45%, #c8941f 70%, #a9781a 100%);
    border: 2px solid #f0d873;
    box-shadow: 0 6px 16px -6px rgba(169, 120, 26, 0.6);
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(212, 160, 23, 0.5);
    }
    100% {
        box-shadow: 0 0 0 30px rgba(212, 160, 23, 0);
    }
}

#progressbarveri:after {
    background: linear-gradient(90deg, #c9ccd2, #d4a017, #c9ccd2);
}

.progress-bar li:before {
    color: #d5dbdb;
    background: #ffffff;
    border: 2px #d5dbdb solid;
}

.progress-bar li:after {
    background: #d5dbdb;
}

#progressbarveri li.active:before,
#progressbarveri li.active:after {
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 45%, #c8941f 70%, #a9781a 100%)
}

.progress-bar {
    background-color: #FF0000
}

.bggrn {
    background-color: #10CA00;
    transition: transform 0.8s;
    width: 90px;
    font-size: 13px;
    padding: 6px 4px;
}

.bggrn:hover {
    background-color: #10CA00;
    transform: scale(1.2);
}

.bggrn1 {
    background-color: #10CA00;
    transition: transform 0.8s;
    width: 90px;
    font-size: 13px;
    padding: 8px 4px;
}

.bggrn1:hover {
    background-color: #10CA00;
    transform: scale(1.2);
}

.description_blogastro {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 19px;
    text-align: left;
}

.star-widget input {
    display: none;
}

.star-widget label {
    font-size: 35px;
    color: #444;
    padding: 10px;
    float: right;
    transition: all .2s ease;
}

input:not(:checked)~label:hover,
input:not(:checked)~label:hover~label {
    color: #fd4;
}

input:checked~label {
    color: #fd4;
}

#rate-1:checked~.rating-desc:before {
    content: "1😋";
}

#rate-2:checked~.rating-desc:before {
    content: "2";
}

#rate-3:checked~.rating-desc:before {
    content: "3";
}

#rate-4:checked~.rating-desc:before {
    content: "4😋";
}

#rate-5:checked~.rating-desc:before {
    content: "5😋";
}

.rating-desc {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 20px 0;
    text-align: center;
    transition: all .2s ease;
}

.textarea textarea {
    border: 1px solid #e4e5e7;
    background: white;
    color: #6C6C6E;
    padding: 22px;
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: -0.011em;
    border-radius: 10px;
    resize: none;
}

.textarea textarea:focus {
    border-color: #36bb91 !important;
    background: white;
    color: #1a1a1a;
    outline: none;
}

:not(.btn-check)+.btn:active {
    outline: none;
}

.star-rating-bx {
    background-color: #fff;
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 40px;
}

.star-icon {
    padding-bottom: 20px;
}

.modal-title {
    font-weight: 600;
}

#error-comment,
#error-rating {
    color: red;
}

.astrobladecard {
    height: 190px;
}

.seviceparaht {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 40px;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: linear-gradient(135deg, #e8c34a 0%, #d4a017 45%, #c8941f 70%, #a9781a 100%) !important;
    color: #3a2a05 !important;
    border: none !important;
    box-shadow: 0 4px 12px -3px rgba(169, 120, 26, 0.7);
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
    background: linear-gradient(135deg, #f0d060 0%, #e0b020 45%, #d4a017 70%, #b8861a 100%) !important;
    color: #3a2a05 !important;
    border: none !important;
    filter: brightness(1.05);
}

body a {
    color: #FF0000
}

.astrobladecard a.astro_name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
    text-align: left;
    font-size: 18px;
}

.btnred {
    background: #FF0000;
    margin-top: 10px;
    color: #ffffff;
}






.livespan{
    background: red;
}

.discBox4{
    background-color: #FF0000 !important;
}

.user_img_live_chat {
    border: 1.5px solid #f5f6fa;
}

.online_icon_live_chat {
    background-color: #198754;
    border: 1.5px solid white;
}

.type_msg_live_chat {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: white !important;
}

.send_btn_live_chat {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: white !important;
}

.discBox5{
    background-color: #FF0000 !important;
    color: white;
}

.discBox6{
    background-color: #FF0000 !important;
    color: white;
}

.discBox7{
    background-color: #FF0000 !important;
    color: white;
}

.discBox8{
    color: white;
}

.discBox9{
    background-color: #FF0000 !important;
    color: white;
}

.discBox10{
    background-color: #FF0000 !important;
    color: white;
}

.discBox11{
    background-color: #FF0000 !important;
    color: white;
}

.discBox12{
    background-color: #FF0000 !important;
    color: white;
}

.discBox14{
    background-color: #FF0000 !important;
    color: white;
}

.live-join-btn{
    background: red;
    color: white;
}

.live-join-btn:hover {
    color: white;
    background-color: #ff0000b3;
}

.msg_cotainer_send_live {
    background-color: transparent;
    color: #000;
}

.waitlist-count-in-live{
    color: brown;
    background: #c1c1c1;
}

.live-user-joined-count{
    border: 1px solid #8f8d8d;
    background: aliceblue;
    color: brown;
}

.live-gift-btn{
    background: red;
    color: white;
}

.live-gift-btn:hover {
    color: white;
    background-color: #ff0000b3;
}

.liveGiftBox{
    color: white;
}

.live-gift-row{
    background-color: #FF0000 !important;
}

@media only screen and (max-width: 600px) {
    .msg_cotainer_send_live {
        background-color: transparent!important;
        color: #fff!important;
    }
  }

  

/* Rashifal Css */
.zodiac_btn.active {
    background-color: #ffffff !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
}

.prediction_for_btn_ul{
    border: 1px solid #ea5427!important;
   
}

.vedicastro-prediction-daily-weekly-table{
    
    border: 1px solid #ea5427!important;
    
}

.rashifal-btn-bg{
    border: 1px solid #ea5427!important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {

    background-color: #ef5023;
    color: #ffffff!important;
}
.tab-bg p {
    color: #fff!important;
}
.rashi-box>p {
    color: #ffffff!important;
    font-size: 13px!important;
}
.nav-link:focus, .nav-link:hover {
    color: #000!important;
}
.horoscope h4 {
    color: #fff!important;
}


.rashi-box img {
    height: 60px;
    object-fit: contain;
}
/* Media Query */

@media only screen and (max-width : 1024px) {
    .prediction_for_btn_ul {
        width: 40%!important;
    }
    .rashi-box>p {
        font-size: 10px!important;
    }
    .rashi-box img {
        object-fit: contain;
    }
    }

    @media only screen and (max-width : 768px) {
        .prediction_for_btn_ul {
            width: 52%!important;
        }
        .rashi-nav-item {
            width: 12.33% !important;
        }
        .rashi-box img {
            height: 60px!important;
            object-fit: contain;
        }
        }

        @media only screen and (max-width : 767px) {
        .prediction_for_btn_ul {
            width: 90%!important;
        }
        .rashi-nav-item {
            width: 16.50% !important;
        }
        .rashi-box>p {
            font-size: 12px!important;
        }
        .rashi-box img {
            height: 50px!important;
            object-fit: contain;
        }
    }

    @media only screen and (max-width: 375px){
        .prediction_for_btn_ul {
            width: 54%!important;
        }
        .rashi-box>p {
            font-size: 10px!important;
        }
}

    @media only screen and (max-width : 320px) {
     
        .prediction_for_btn_ul {
            width: 64%!important;
        }
        .rashi-box>p {
            font-size: 8px!important;
        }
    }
  