.navbar {
    /* background-color: #f8f9fa; */
    border-bottom: 1px solid #eaeaea; /* Subtle border below the navbar */
}

.navbar-brand {
    font-weight: bold;
    color: orange;
    font-size: 1.5rem;
}

.navbar-brand span {
    color: #00bfff; /* Light blue for the "rishi" part */
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    margin-right: 15px;
}

.nav-link:hover {
    color: #007bff; /* Hover effect */
}

.navbar-toggler {
    border-color: transparent;
}

.cart-icon {
    font-size: 1.2rem;
    margin-left: 10px;
}

.astroja-logo-text {
    font-weight: bold;
    color: orange;
}

.astroja-logo-subtext {
    font-size: 0.8rem;
    color: #666;
}

/* Align icons neatly */
.top-navbar .btn-link {
    color: #333;
}

.btn-link i {
    font-size: 1.5rem;
}

@media (max-width: 576px) {
    .astroja-logo-ntext {
        display: block;
    }

    .top-navbar .btn-link {
        margin-left: 5px;
    }
}



.circle {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
  }

  #signSelectorContainer div:nth-child(1) .circle {
    border: 2px solid crimson;
  }

  #signSelectorContainer div:nth-child(2) .circle {
    border: 2px solid blue;
  }

  #signSelectorContainer div:nth-child(3) .circle {
    border: 2px solid green;
  }

  #signSelectorContainer div:nth-child(4) .circle {
    border: 2px solid orange;
  }

  #signSelectorContainer div:nth-child(5) .circle {
    border: 2px solid purple;
  }

  #signSelectorContainer div:nth-child(6) .circle {
    border: 2px solid teal;
  }

  #signSelectorContainer div:nth-child(7) .circle {
    border: 2px solid pink;
  }

  #signSelectorContainer div:nth-child(8) .circle {
    border: 2px solid yellow;
  }

  #signSelectorContainer div:nth-child(9) .circle {
    border: 2px solid brown;
  }

  #signSelectorContainer div:nth-child(10) .circle {
    border: 2px solid lightblue;
  }

  #signSelectorContainer div:nth-child(11) .circle {
    border: 2px solid lightgreen;
  }

  #signSelectorContainer div:nth-child(12) .circle {
    border: 2px solid lightcoral;
  }

  #signSelectorContainer div:nth-child(1) .circle:hover {
    transform: scale(1.2) rotate(15deg);
    box-shadow: 0 0 15px crimson;
  }

  #signSelectorContainer div:nth-child(2) .circle:hover {
    transform: scale(1.2) rotate(-15deg);
    box-shadow: 0 0 20px blue;
    border: 2px solid blue;
  }

  #signSelectorContainer div:nth-child(3) .circle:hover {
    transform: scale(1.2);
    box-shadow: 0 0 25px green;
  }

  #signSelectorContainer div:nth-child(4) .circle:hover {
    transform: scale(1.2) rotate(30deg);
    box-shadow: 0 0 20px orange;
  }

  #signSelectorContainer div:nth-child(5) .circle:hover {
    transform: scale(1.2) rotate(-30deg);
    box-shadow: 0 0 30px purple;
  }

  #signSelectorContainer div:nth-child(6) .circle:hover {
    transform: scale(1.2);
    box-shadow: 0 0 35px teal;
  }

  #signSelectorContainer div:nth-child(7) .circle:hover {
    transform: scale(1.2) rotate(45deg);
    box-shadow: 0 0 15px pink;
  }

  #signSelectorContainer div:nth-child(8) .circle:hover {
    transform: scale(1.2) rotate(-45deg);
    box-shadow: 0 0 20px yellow;
  }

  #signSelectorContainer div:nth-child(9) .circle:hover {
    transform: scale(1.2);
    box-shadow: 0 0 25px brown;
  }

  #signSelectorContainer div:nth-child(10) .circle:hover {
    transform: scale(1.2) rotate(60deg);
    box-shadow: 0 0 20px lightblue;
  }

  #signSelectorContainer div:nth-child(11) .circle:hover {
    transform: scale(1.2) rotate(-60deg);
    box-shadow: 0 0 30px lightgreen;
  }

  #signSelectorContainer div:nth-child(12) .circle:hover {
    transform: scale(1.2);
    box-shadow: 0 0 35px lightcoral;
  }

  div#signSelectorContainer {
    gap: 12px;
}
.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video-card {
    position: relative;
    width: 300px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
    text-align: center;
  }

  .video-card img.video-thumbnail {
    width: 100%;
    height: auto;
  }

  .youtube-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px !important;
    height: auto;
    cursor: pointer;
    pointer-events: none;
  }

  .video-card .video-title {
    padding: 10px;
    font-weight: bold;
    color: #0033cc;
    background-color: #f1f1f1;
    border-radius: 0 0 8px 8px;
  }
  #calculator {
    background-size: cover !important;
    background-position: 50% !important;

}
.product-card {
    border-radius: 15px;
    margin: 20px 0;
    padding: 20px;
    color: #333;
    text-align: center;
    height: 96%;
    display: flex;
    flex-direction: column;

}
.product-card h5 {
    font-weight: bold;
    margin-top: 10px;
}
.btn-buy {
    margin-top: auto;
    background-color: #007bff;
    color: white;
}

.parad-shivling {
    background-color: #ffff;
}
.kuber-yantra {
    background-color: #f5c542;
}
.pearl-mala {
    background-color: #cfd8dc;
}
.product-image {
     width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}
.button-blog, body .btn-success {
	padding: 8px 25px;
	font-size: 14px;
	color: #ffff;
	background-color: #f76c32;
	border: 2px solid #f76c32;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	height: 40px;
	letter-spacing: 1px;
}
.button-blog:hover, body .btn-success:hover {
    background-color: #fff !important;
    color: #f76c32 !important;
    border-color: #f76c32;
}

.font-28 {
    font-size: 28px !important;
}

.backimage {
    background: linear-gradient(171.5deg, #f7f7f7 50%, #ececec 0);
}


/* product list css  */

.vedic-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .vedic-card {
    background-color: #ffd966;
    width: auto; /* Fixed Width */
    /*height: 500px; */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .vedic-card:nth-child(3) {
    background-color: #ffddcc;
  }



  .vedic-title {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .vedic-subtitle {
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .vedic-description {
    flex-grow: 1; /* Ensures equal height content */
    margin-bottom: 10px;
    color: #333;
  }

  .vedic-image {
    max-width: 100%;
    height: 150px;
    object-fit: contain; /* Keeps the aspect ratio */
    margin: 15px 0;
  }

  .vedic-price {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .vedic-button {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .vedic-button:hover {
    background-color: #333;
  }

  .text-start {
    text-align: start !important;
}
.font-15 {
    font-size: 15px !important;
}
.kundli-card {
    background-color: #fdf5e6;
    border-radius: 12px;
    padding: 0px;
    text-align: center;
    position: relative;
  }
body .kundli-card .swiper-pagination {
	bottom: 18px;
}
.kundli-card .swiper-pagination-bullet-active {
	background: #f76c32;
}
  .kundli-card h2 {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .kundli-card p {
    margin-bottom: 5px;
  }

.kundli-card img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

  .btn-yellow {
    background-color: #fbc02d;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
  }

  .panchang-card {
	background: linear-gradient(139.71deg, rgba(247, 108, 51, 0.95) 24.47%, rgba(251, 126, 62, 0.95) 51.16%, rgba(251, 127, 63, 0.95) 73.19%, rgba(255, 148, 76, 0.95) 94.51%);
	border-radius: 12px;
	color: white;
	padding: 20px;
	text-align: left;
}

  .panchang-card h3 {
    margin-bottom: 15px;
  }

  .panchang-card .time-card {
    background-color: white;
    color: black;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

body .detailed-link {
	text-align: center;
	display: block;
	background-color: #f76c32;
	color: white;
	padding: 7px 20px 10px !important;
	border-radius: 8px;
	margin-top: 10px;
	text-decoration: none;
	border: 2px solid #f76c32;
	font-weight: 600;
	box-shadow: 0px 0px 5px #f76c32 !important;
}
body .detailed-link:hover {
	border: 2px solid #f76c32;
	text-decoration: none;
	background: #fff;
	color: #f76c32 !important;
}
.bg-fuchsia{
    background-color: #FDF4FF;
  }
  .bg-fuchsia:hover{
    background-color: #FAE8FF;
  }
  .bg-slate{
    background-color: #F8FAFC;
  }
  .bg-slate:hover{
    background-color: #F1F5F9;
  }
  .bg-purple{
    background-color: #FAF5FF;
  }
  .bg-purple:hover{
    background-color: #F3E8FF;
  }
  .bg-lime{
    background-color: #F7FEE7;
  }
  .bg-lime:hover{
    background-color: #ECFBCB;
  }
  .bg-rose{
    background-color: #FFF1F2;
  }
  .bg-rose:hover{
    background-color: #FFE4E6;
  }
  .bg-green{
    background-color: #F0FDF4;
  }
  .bg-green:hover{
    background-color: #DCFCE7 !important;
  }
  .bg-sky{
    background-color: #F0F9FF;
  }
  .bg-sky:hover{
    background-color: #E0F2FE;
  }

  .product-details-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px; /* Default height */
    overflow: hidden;
}

.product-details-img img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 576px) {
    /* Adjust for mobile view */
    .product-details-img {
        height: 300px; /* Smaller height for mobile */
    }
}

.bg-astrologer-pink-light {
    background: linear-gradient(90deg, #fff1f2 0%, #dcfce7 100%);
}

.astroja-astrologers .item{
    border: 1px solid #212529 !important;
}
.bg-gray{
    background: linear-gradient(90deg, #f76c3210 0%, #f76c3220 100%) !important;
}
.btn-chat-astro {
    background: #ffffff !important;
    /* box-shadow: 0 2px 3px #ffd70080; */
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    padding: 8px 20px !important;
    margin: 0 5px !important;
    white-space: nowrap !important;
}

.btn-chat-astro:hover {
    background: #fff;
    border: 2px solid gold;
}

.btn-load-more {
  display: block;
  width: fit-content;
  margin: 20px auto;
  padding: 7px 15px;
  background-color: #495057;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-load-more:hover:not(:disabled) {
  background-color: #495057;
  transform: translateY(-2px);
}

.btn-load-more:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.loader {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-top: 2px solid transparent;
  animation: spin 0.8s linear infinite;
  margin-right: 8px;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
/**********new thme changes11-12-2025*******/

body nav.navbar.navbar-expand-lg.navbar-light.top-navbar {
	background: linear-gradient(139.71deg, rgba(247, 108, 51, 0.95) 24.47%, rgba(251, 126, 62, 0.95) 51.16%, rgba(251, 127, 63, 0.95) 73.19%, rgba(255, 148, 76, 0.95) 94.51%);
}
.logo-header img {
	filter: brightness(0) invert(1);
	width: 140px;
	height: auto !important;
}
.header .astroja-logo-ntext span.astroja-logo-text, .header .astroja-logo-ntext span.astroja-logo-subtext {
	color: #fff !important;
}
.btn-chat-astro {
	background: #f76c32 !important;
	border: 1px solid #f76c32 !important;
	box-shadow: 0px 0px 5px #f76c32 !important;
	color: #fff !important;
}
.btn-chat-astro img {
	width: 18px;
	margin-right: 5px;
	filter: brightness(0) invert(1);
}
.button-right-header .btn {
	color: #ffffff !important;
}
.button-right-header .btn svg path{
	fill: #ffffff !important;
}
body .goog-te-gadget .goog-te-combo {
	margin: 4px -10px !important;
	background: rgba(253, 149, 76, 0.73);
	border: 1px solid #ffa96350;
	color: #fff !important;
}
.header-new-theme .navbar-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	gap: 10px;
}
body .header-new-theme.navbar {
	box-shadow: 0 3px 6px #f76c3223;
	padding: 20px 0 !important;
}
body .header-new-theme .navbar-nav .nav-item {
	display: flex;
	border: 1px solid #f76c33;
	justify-content: center;
	align-items: center;
	width: 10%;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 17px;
	min-height: 87px;
	box-shadow: -3px 4px 6px #f76c3223;
}
body .header-new-theme .navbar-nav .nav-item:nth-child(2n+1) {
	background: rgba(247, 108, 51, 0.10);
}
body .header-new-theme .navbar-nav .nav-item a {
	margin: 0;
	text-align: center;
	padding: 0;
}
body .header-new-theme .menu-img img {
	width: 42px;
	height: auto;
	margin-bottom: 7px;
} 
body .header-new-theme .navbar-nav .nav-link {
	color: #f76c33;
}
body .daily_horoscope_box img {
	filter: drop-shadow(0.35px 0.35px 4.4px rgba(247, 108, 51, 1));
	border: 6px solid #f76c3230;
	padding: 0;
}
.daily_horoscope_box h5 {
	color: #000;
	margin-bottom: 26px;
	margin-top: 15px;
}
body .daily_horoscope_box {
	background: rgba(253, 149, 76, 0.73);
    box-shadow: 0px 2.83px 10.62px 0px #0003;
}
body .vedic-button {
	background: #f76c32 !important;
	color: #fff;
	border-color: #f76c32;
}
body .vedic-card h2 {
	font-size: 20px !important;
	font-weight: 600 !important;
	color: #f76c32;
	text-align: center !important;
	min-height: 50px;
}
body .vedic-description {
	text-align: center !important;
	align-items: center !important;
	font-size: 14px !important;
	font-weight: 500;
	min-height: 70px;
}
body .vedic-button {
	background-color: #f76c32;
	color: white;
	border: none;
	padding: 7px 20px;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s;
	font-weight: 600;
	text-transform: capitalize;
}
body .video-card .video-title {
	color: #f76c32;
	height: auto;
}
body .video-card .btn {
	background: #f76c32;
	border-color: #f76c32;
	padding: 10px 15px;
	font-weight: 600;
}
body .backimage {
	background: linear-gradient(171.5deg, #f76c3210 50%, #f76c3270 );
	padding: 30px 0;
}
 .puja-footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .amt {
        color: #65A9FD;
        font-weight: bold;
    }

    .read {
        border: none;
        background: #ffd700;
        color: #0e0c0c;
        padding: 5px 8px;
        border-radius: 15px;
    }

    .puja-footer i {
        padding: 5px;
        border-radius: 15px;
    }
.read-more {
	color: #fff !important;
	background: #f76c32;
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: 600;
	border: 2px solid #f76c32;
}
body .btn-danger{
	color: #fff;
	background-color: #f76c32;
	border: 2px solid #f76c32 !important;
}
.read-more:hover, .button-blog:hover, body .video-card .btn:hover, body .vedic-button:hover, body .vedic-button:hover, body .btn-danger:hover {
	background: #fff !important;
	border-color: #f76c32 !important;
	color: #f76c32 !important;
	text-decoration: none;
}
body h2.heading .fa-chevron-down {
	border: 2px solid #f76c32 !important;
}
body h2.heading::after {
	background: #f76c32;
}
body .bg-pink-light {
	background: linear-gradient(90deg, #f76c3210 0%, #f76c3250 100%) !important;
}
h2.heading .fa-chevron-down {
	border: 2px solid #65a9fd;
	border-radius: 50%;
	padding: 5px;
	-webkit-text-stroke: 2px #fff5f6 ;
	font-size: 24px;
}
body h2.heading span[aria-expanded="true"] {
	display: initial !important;
}
#accordion .panel.panel-default, .astroja-about #faq .card, .astroja-about #faq .card-header, .chat-page-faq #faq .card, .chat-page-faq #faq .card-header {
	border-bottom: none !important;
}
body #footer {
	background: #f76c32 !important;
}
body .border-secondary {
	border-color: #fff !important;
}
.footer-link {
	color: #fff !important;
}
body .card {
	box-shadow: 0 3px 6px #f76c3223; 
}
body .login-offer-bg {
	background: #f76c32 !important;
}
body.Is-Offer .login-offer .offertxt2 {
	color: #fff !important;
}
body #loginSignUp .close {

	color: #ffffff;
	border: 1px solid #ffffff;

}
body .login-offer-bg .img-fluid {
	display: inline;
	filter: brightness(0) invert(1);
	max-width: 30px;
	margin: 0 5px 7px 0px !important;
}
body .bg-red {
	background: #f76c32 !important;
}
body .btn-chat {
	background: #f76c32;
	box-shadow: 0 2px 3px #f76c3250;
	color:#fff;
	border-radius: 10px !important;
	border: 2px solid #f76c32;
}
.pt-3 .btn-chat.active, .pt-3 .btn-chat:active, .pt-3 .btn-chat:focus, .pt-3 .btn-chat:hover {
	background: #fff !important;
	border: 2px solid #f76c32 !important;
}
body .read {
	background: #f76c32 !important;
	color: #fff !important;
	border: 2px solid #f76c32;
	border-radius: 10px;
}
body .btn-secondary {
	color: #fff;
	background-color: #f76c32;
	border-color: #f76c32;
}
body .btn-chat:hover, body .read:hover, body .btn-secondary:hover {
	background: #fff !important;
	border-color: #f76c32 !important;
	color: #f76c32 !important;
	text-decoration: none;
}
.red-color {
	color: #f76c32 !important;
} 
body .bg-astrologer-pink-light {
	background: linear-gradient(90deg, #f76c3210 0%, #f76c3220 100%) !important;
}
body .color-red {
	color: #f76c32 !important;
}
body h2.cat-heading::after {
	background: #f76c32 !important;
}
body .bg-pink { 
	background: linear-gradient(90deg, #f76c3210 0%, #f76c3220 100%) !important;
}
body .high {
	background-color: #f76c32 !important;
}
body .shadow-pink {
	box-shadow: 0px 0px 6px #f76c3320;
}
body .cat-pages #accordion .panel.panel-default {
	border-bottom: 1px solid #ccc !important;
	/* padding: 15px 0; */
}
body .shadow-pink-down {
	box-shadow: 0px 3px 6px #f76c3223;
}
body .astroja-menu .icon {
	background: #fff !important;
	overflow: hidden;
}
body .btn-outline-primary{
	color: #f76c32;
	border-color: #f76c32;
}

body .btn-dark, body .btn-primary, body .inpage .btn-primary.bigorange{
	color: #fff ;
border: 2px solid #f76c32 !important;
background: #f76c32 !important;
}
body .inpage .btn-primary.bigorange:hover{
    background: #fff !important;
  border-color: #f76c32 !important;
  color: #f76c32 !important;
}
body .btn-outline-primary:hover, body .btn-primary:hover{
	color: #fff;
	background-color: #f76c32;
	border-color: #f76c32 !important;

}
body .text-primary {
	color: #f76c32 !important;
}
body .shadow-sm {
	box-shadow: 0 0.125rem 0.25rem #f76c3223 !important;
}
#searchExpert form {
	margin-bottom: 0 !important;
}
#searchExpert form .fa.fa-search {
	position: relative;
	top: 4px;
	right: 4px;
}
body .marquee-wrapper .video-card .video-title {
	color: #fff;
	height: auto;
	background: #f76c32;
	margin: 0 !important;
}
body .panchang-card h3 {
	color: #fff !important;
}
.astroja-about .card .img-fluid {
	margin-right: 20px;
}
body .astroja-about #faq .card .card-header .btn-header-link:focus{
	display: inherit;
}
body .btn-chat-astro:hover {
	background: #fff !important;
	border-color: #f76c32 !important;
	border-width: 2px !important;
	color: #f76c32 !important;
}
body .btn-chat-astro:hover img {
	filter: none;
}
body .bg-warning {
	background-color: #f76c32 !important;
}
body .sticky-top .bg-white h2{
	color: #2c2c2c !important;
}
body .sticky-top .bg-white {
	padding: 15px !important;
}
body .sticky-top .bg-white .flex-grow-1 {
	padding-left: 15px;
}
body .expert-profile-page-new .btn-chat-profile {
	width: 280px;

}
.expert-profile-page-new .btn-chat-profile span {
	font-size: 16px;
}
.expert-profile-page-new .btn-chat-profile.expert-offline .bsy-txtded {
	width: 100%;
	text-align: center !important;
}
body .expert-profile-page-new .btn-chat-profile.expert-offline {
	border: 1px solid #f76c33;
}
body .loadGiftItems a {
	width: 205px;
	height: 150px;
	border: 1px solid #f76c33;
	color: #f76c33;
	padding: 10px;
	box-shadow: -3px 4px 6px #f76c3223;
}
.gift-name {
	white-space: normal !important;
}
.theme-color, .theme-color span {
	color: #f76c32 !important;
	font-weight: 600 !important;
	font-size: 16px !important;
}
body .btn-Waitlist.recharge-gift,body .btn-Waitlist.send-gift {
	border-color: #f76c32 !important;
	color: #fff !important;
	background: #f76c32 !important;
	box-shadow: 0px 0px 5px #f76c32 !important;
	border-radius: 10px;
}
body .schedule-progressbar > li.active div.schedule-range::after {
	background-color: #f76c32;
}
body .schedule-progressbar > li div.schedule-range::before {
	background-color: #f76c32;
}
body #scheduleContainer li.active > ul > li {
	border: 1px solid #f76c32;
	color: #f76c32;
}
.horizntl-border, hr {
	border-color: #f76c3230 !important;
}
body .product-detail .bg-success {
	background-color: #f76c32 !important; 
}
body .product-detail .btn-outline-primary {
	color: #ffffff;
	border: 2px solid #f76c32;
	background: #f76c32;
	padding: 10px;
}
body .product-detail .btn-outline-primary:hover {
	background: #fff !important;
	color: #f76c32;
}
body .product-detail  .bg-primary {
	--bs-bg-opacity: 1;
	background-color: #ff783e !important;
}
body .text-warning {
	color: #f76c32 !important;
}
.tab-content .section h6, .readmore-btn  {
	color: #f76c32 !important;
}
.tab-content #packages  ul li {
	gap: 10px;
}
.text-danger {
	color: #f76c32 !important;
}
#searchExpert {
	margin-top: 0 !important;
}
#expert-list .psychic-card {
	border: 1px solid #f76c32 !important;
	box-shadow: -3px 4px 6px #f76c3223 !important;
}
body .btn-report {
	background: #f76c32 !important;
	color: #ffffff !important;
	border: 2px solid #f76c32 !important;
}
body .psychic-card .btn:active, body .psychic-card .btn:focus, body .psychic-card .btn:hover {
	background-color: #ffffff !important;
	color: #f76c32 !important;
	/* box-shadow: 2px 2px 2px 0 #0003; */
	border: 2px solid #f76c32 !important;
}

body .inpage {
	border-color: #f76c33;
}
body .inpage .form-control {
border-color: #f76c33;
}
.product-detail h4 {
	font-size: 20px;
}
.product-detail h5 {
	font-size: 16px;
}
.container.mt-5.mb-5.ebooklist-show {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 0 !important;
}
body .owl-nav button {
	width: 34px;
	height: 34px;
	background: #f76c32 !important;
	color: #fff !important;
	border-radius: 4px !important;
	margin: 5px;
}
body .owl-nav button span {
	font-size: 33px !important;
	line-height: 33px;
	position: relative;
	top: -5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #f76c32 !important;
}
.owl-theme .owl-dots .owl-dot span {
	background: #f76c3250 !important;
}
#calculator {
	overflow: hidden;
}
.product-slider.owl-carousel .owl-nav.disabled{
	display: block;
}
button:focus:not(:focus-visible) {
	outline: 0 !important;
	box-shadow: none !important;
}
body .accordion-button:focus {
	z-index: 3;
	border-color: #ddd !important;
	outline: 0;
	box-shadow: none !important;
	background: transparent !important;
}
body .accordion-button:not(.collapsed) {
	background-color: transparent;
}
body .accordion-button:not(.collapsed) {
	color: #f60 !important;
	background-color: transparent;
	box-shadow: none !important;
}
body .owl-dots{display: none !important;}
.swal2-actions button {
	background-color: #ff6600 !important;
}
#googleLoginBtn {
	padding: 6px 15px;
	font-weight: 700;
}
body .btn-call {
	background: #f76c32 !important;
}
.c-button .fa-solid.fa-bell {
	font-size: 20px;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #f76c32 !important;
	border-color: #f76c32 !important;
}
.pujalist-show .scard h5 {
	min-height: 53px;
}
@media(min-width:1199px){
  .header-new-theme .navbar-nav {
	max-width: 1000px;
	justify-content: space-between;
}
    body .header-new-theme .navbar-nav .nav-item {
	width: 11.5%;
}
.product-slider .owl-nav, #blogSlider .owl-nav, .puja-slider .owl-nav{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -22px !important;
}
.product-slider .owl-prev, #blogSlider .owl-prev, .puja-slider .owl-prev{
	position: absolute;
	left: -50px;
}
.product-slider .owl-next, #blogSlider .owl-next, .puja-slider .owl-next{
	position: absolute;
	right: -50px;
}
}
@media(max-width:1198px){
 .owl-nav {
display: none !important;
}   
}
.c-button #notificationCount {
	background: #f76c32;
	border-radius: 30px;
	font-size: 10px;
	min-width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -7px;
	left: -7px;
}
@media(max-width:767px){
    
#blogHeading {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
	justify-content: center !important;
}
#blogSection {
	padding: 0 15px 20px !important;
}
    .btn-chat img {
	filter: brightness(0) invert(1);
}
.product-slider {
	padding: 0 15px;
}
body .header-new-theme .navbar-nav .nav-item {
	display: flex;
	border: 2px solid #f76c33;
	justify-content: center;
	align-items: center;
	width: 48%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 17px;
	min-height: 70px;
	/* align-items: start; */
}
body .header-new-theme .menu-img img {
	width: 30px;
}
.navbar-collapse.show, body .header-new-theme.navbar {
	box-shadow: none !important;
}
.header-new-theme .navbar-nav {
	padding: 0;
	flex-direction: row;
}
body .header-new-theme.navbar{
	box-shadow: none;
	padding: 0 !important;
}
.navbar-collapse {
	padding: 15px;
}
.navbar-light .navbar-toggler-icon {
	filter: invert(400);
}
#redirecthoroscope {
	padding-top: 0 !important;
}
.nav-item.d-lg-none.mb-2.mt-2.text-center {
	gap: 1%;
	/* border: none; */
	/* padding: 0 !important; */
	margin: 0 !important;
	flex-wrap: wrap;
	font-size: 10px !important;
	border: none;
	width: 100%;
	box-shadow: none;
}
body .header-new-theme .navbar-nav .nav-item a {
	margin: 0;
	text-align: center;
	padding: 7px 6px;
	width: 49%;
}
body nav.navbar.navbar-expand-lg.navbar-light.top-navbar {
	padding-right: 15px !important;
}
body .btn-chat {
	font-size: 13px;
}
.navbar .btn-chat:hover img {
	filter: none;
}
body .navbar-nav img {
	width: 14px;
}
body .dropdown-menu.show{
	position: absolute;
	float: none;
}
.footer-links ul {
	padding-left: 0;
}
body .header-new-theme .navbar-nav .nav-item:nth-child(2n+1) {
	background: #fff;
}
.astroja-menu .row .row {
	/* align-content: center; */
	justify-content: center;
	align-items: center;
}
.astroja-menu .row .col-4, .astroja-menu .row .col-8 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	align-content: center;
	justify-content: start;
	line-height: inherit;
}
.astroja-menu h1 {
	margin: 0;
	line-height: inherit;
	display: flex;
}
body .bodyHeader {
	margin-top: 0px !important;
}
body .astroja-menu {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
body .display-4 {
	font-size: 2rem;
}
.wrapper .container {
	padding-top: 0 !important;
	margin-top:0 !important;
}
.container.mt-5.mb-5.pujalist-show {
	margin-top: 0 !important;
}
body .loadGiftItems a {
	width: 44%;
}
  .looks-img-box img {
	width: 100%;
	max-width: 200px;
}
        body .btn-chat {
        	white-space: break-spaces;
        }
        .astrology-services ul {
	padding-left: 15px;
}
.video-card {
	width: 100%;

}
body {overflow-x:hidden;}
}