:root {
  --color1: #ff5b00;
  --color2: #0d0140;
  --color3: #eef2ff;
}

html {
    scroll-behavior: smooth;
}

body {
 font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}

.uppercase {
  text-transform: uppercase;
}

.font-800 {
  font-weight: 800;
}

.font-700 {
  font-weight: 700;
}

.font-600 {
  font-weight: 600;
}

.font-500 {
  font-weight: 500;
}

.font-400 {
  font-weight: 400;
}

.font-300 {
  font-weight: 300;
}

.clr_skyblue {
  color: var(--color1);
}

.clr_lskyblue {
  color: var(--color3);
}

.clr_blue {
    color: var(--color2) !important;
}

.clr_white {
  color: #ffffff;
}

.clr_grey {
  color: #333333;
}

.clr_lgrey {
  color: #64748B !important;
}

.clr_orange{
    color:#ff5b00;
}

.upload_color{
  color: rgb(18 18 36 / 50%) !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(86 90 93);
    content: var(--bs-breadcrumb-divider, "/");
}

.font_72 {
    font-size: 72px;
    line-height: 72px;
}

.font_60 {
  font-size: 60px;
}

.font_50 {
  font-size: 50px;
}

.font_48 {
    font-size: 48px;
    line-height: 50px;
}

.font_38 {
  font-size: 38px;
}

.font_36 {
  font-size: 36px;
}


.font_34 {
  font-size: 34px;
}

.font_30 {
  font-size: 30px;
}
.font_26 {
  font-size: 26px;
}

.font_24 {
  font-size: 24px;
}

.font_20 {
  font-size: 20px;
}

.font_18 {
  font-size: 18px;
}

.font_16 {
  font-size: 16px;
}

.font_14 {
  font-size: 14px;
}
.font_12 {
  font-size: 12px;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pb-100 {
  padding-bottom: 100px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.custom-gx-4 {
  column-gap: 1.5rem; 
}

.custom-gy-2 {
  row-gap: .5rem; 
}
.skyblue_btn {
    background: #ff5b00;
    border: 1px solid #ff5b00;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 0px 15px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: auto !important;
}

.skyblue_border {
    background: #ffffff;
    border: 1px solid #ff5b00;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #0d0140;
    padding: 0px 15px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: auto !important;
}

.blue_btn {
    background: #ffffff;
    border: 1px solid #0d0140;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #0d0140;
    padding: 0px 15px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: auto !important;
}

.blue_btn:hover{
    color: #0d0140 !important;
  background: (255, 94, 26, 0.08);
  border: 1px solid #0d0140 ;

}

.btn-light {
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #0d0140;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    
}

.btn-outline-light {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skyblue_btn:hover {
    color: #ff5b00 !important;
    background: #ffffff !important;
    border: 1px solid #ff5b00 !important;
}

.sky_bluel_btn {
  color: #ff5b00 !important;
  background: rgb(0 176 240 / 10%);
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 0;
}
.yellow_btn {
  background: #f9ab00;
  border: 1px solid #f9ab00;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 20px;
}

.yellow_btn:hover {
  background: transparent;
  border: 1px solid #f9ab00;
  color: #f9ab00;
}


span.text-primary {
    color: var(--color1) !important;
}

ol.breadcrumb.justify-content-center {
    margin-bottom: 0;
}
/* footer */

footer.footer {
  background: #30363f;
}

.footer-top .Subscribe {
    width: 480px;
    background: #ffffff;
    padding: 8px;
    border-radius: 10px;
    justify-content: space-between;
}

.footer-top .Subscribe .form-control {
  width: calc(100% - 190px);
  font-size: 14px;
  border: none !important;
  outline: none !important;
  font-weight: 500;
}

.footer-top .Subscribe .skyblue_btn {

    padding: 10px 10px !important;
    width: 180px !important;
}

.footer-middle .footer_logo.mb-3 img {
  width: 220px;
}

.footer-middle .download-app a {
  background: #ffffff0a;
  padding: 10px;
}

.footer-middle .download-app a i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.footer-middle .download-app a .small.text-start span {
  font-size: 12px;
  color: #f8f9fa;
  font-weight: 500;
}

.footer-middle .download-app a .small.text-start p {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.footer-middle .social_icon a {
  width: 38px;
  height: 38px;
  background: #ffffff12;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8e97a4;
}

.footer-middle ul.nav.flex-column li a:hover,
.footer-middle ul.nav.flex-column li a:focus {
  color: #ff5b00;
}

/* lofin_page */
.login-inner.card {
    box-shadow: 0px 8px 50px 0px #0d01401f !important;
    border-radius: 40px;
    padding: 30px 30px !important;
}

.login-inner .nav.nav-tabs {
  margin-bottom: 0;
  border: none !important;
  column-gap: 35px;
}

.login-inner .nav.nav-tabs li.nav-item button {
  border: 1px solid #ff5b00 !important;
  border-radius: 8px !important;
  margin-bottom: 0 !important;
  color: #0d0140;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 36px;
}

.login-inner .nav.nav-tabs li.nav-item button.active {
  background: #ff5b00 !important;
  color: #ffffff !important;
}

.login-inner span.input-group-text img {
  width: 20px;
}

a.forgot {
    color: #ff5b00 !important;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
}

.remmber_sec .form-check-label.small {
    font-size: 16px;
    color: #5e6670;
    font-weight: 400;
}
.form-check-input {
  width: 1.2em !important;
  height: 1.2em !important;
}

.form-check-input:checked {
  background-color: #ff5b00;
  border-color: #ff5b00;
}

.login_with {
  font-size: 22px;
  color: #4b556b;
  font-weight: 400;
  position: relative;
}

.login_with:before {
  content: "";
  position: absolute;
  background: rgb(172 178 185 / 60%);
  width: calc(50% - 70px);
  height: 1px;
  left: 0;
  top: 18px;
}

.login_with:after {
  content: "";
  position: absolute;
  background: rgb(172 178 185 / 60%);
  width: calc(50% - 70px);
  height: 1px;
  right: 0;
  top: 18px;
}

.input-group {
    height: 51px;
    border: 1px solid #acb2b973;
    border-radius: 8px;
    align-items: center;
}
.input-group .form-control {
    border: none;
}
.input-group .form-control::placeholder {
  background: #ffffff !important;
  font-weight: 500;
  color: rgb(18 18 36 / 50%) !important;
}

.input-group .form-control:focus {
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #333 !important;
  font-family: "Poppins", sans-serif !important;
  transition: background-color 5000s ease-in-out 0s;
}

.social a {
  width: 60px;
  height: 60px;
  background: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social a img {
  height: 25px;
  object-fit: contain;
}


.contact_info {
    height: auto;
    padding: 0 !important;
}

.contact_info .info_box {
    display: flex;
    align-items: center;
    width: 100%;
}

.contact_info .info_box  .icon {
    width: 60px;
    height: 60px;
    background: #fff3ec;
    color: #ff5b00;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 25px;
    margin-right: 15px;
}


.contact_form .form_card.card {
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.custom_control {
  height: 50px;
  border: 1px solid #acb2b973;
  color: rgb(18 18 36 / 50%);
  font-size: 18px;
  font-weight: 400;
}

.text_control {
  border: 1px solid #acb2b973;
  color: rgb(18 18 36 / 50%);
  font-size: 18px;
  font-weight: 400;
}

.input-group.custom_input {
    height: 52px;
    border: 1px solid #acb2b973;
    border-radius: 8px;
    align-items: center;
}

.input-group.custom_input .input-group-text {
    border-radius: 8px;
}

.input-group.custom_input .custom_control {
    height: 46px;
    border: none !important;
    color: rgb(18 18 36 / 50%);
    font-size: 16px !important;
    font-weight: 400;
}

.input-group.custom_input .custom_control::placeholder {
  color: rgb(18 18 36 / 50%);
  font-size: 16px;
  font-weight: 400;
}

/* Recruiter Dashboard */

.sidebar {
    box-shadow: 0 7px 10px rgb(0 34 47 / 10%);
    padding: 10px;
    min-height: calc(100vh - 73px);
    position: sticky;
    top: 73px;
}

.sidebar {
  transition: all 0.3s ease;
  z-index: 1050;
}

@media (max-width: 992px) {
  .sidebar {
    position: fixed;
    left: -260px;
    top: 0;
    width: 260px;
    height: 100%;
    background: #fff;
    z-index: 1060;
    overflow-y: auto;
  }
  .sidebar.active {
    left: 0;
  }
}



.sidebar ul.nav li a svg {
  stroke: #4b556b;
  width: 25px;
  margin-right: 10px;
}

.sidebar ul.nav .nav-item a {
  color: #4b556b;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 8px;
}

.sidebar ul.nav .nav-item a.active {
    color: #ff5b00 !important;
    background: #ffdfd1;
    font-weight: 700;
}

.sidebar ul.nav li a.active svg {
  stroke: #ff5b00;
}
.light_bg {
    background: #f8fafc;
    min-height: calc(100vh - 73px);
    padding: 30px !important;
    position: relative;
}


.white_box {
  border: 1px solid #ecedf2;
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  position: relative;
  border-radius: 8px;
}


.white_box_radius {
  border: 1px solid #acb2b980;
  border-radius: 20px;
  padding: 40px;
}


.user_dropdown_sec .dropdown-toggle {
    background: transparent !important;
    padding: 0 !important;
    padding: 4px !important;
    border:none !important;
}

.user_dropdown_sec .dropdown-toggle img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.user_dropdown_sec .dropdown-menu[data-bs-popper] {
    left: auto !important;
    right: 0 !important;
}

header {
    width: 100%;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 999;
}

header .navbar-brand {
    
}

.mat_logo{
  padding: 0px;
    border-radius: 9px;
    color: var(--color2);
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: 240px;
}

.mat_logo .logo_icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

header .navbar-nav .nav-link {
    padding: 10px 15px !important;
    position: relative;
    font-size: 16px;
    transition: all .3s linear;
    color: #0a0c1f;
    font-weight: 500;
    display: block;
}

.mat_logo .text-primary {
    color: #ff5b00 !important;
}

header .navbar-nav .nav-link.active, header .navbar-nav .nav-link.show {
    color: rgb(255 92 1);
    font-weight: 600 !important;
}
/* astrobanner */

.astro-banner {
    padding: 70px 0;
    background-image: radial-gradient(45% 45% at 50% 50%, rgba(255, 94, 26, 0.08) 0%, transparent 100%);
}
.astro-banner .text-gradient {
    color: #ff5b00;
    font-weight: bolder;
}

.astro-banner .stat-card {
    border-right: 1px solid #ffffff;
}
.astro-banner .banner_stats {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 25px 0;
}

.api-first {
    background-color: #f8fafc;
    position: relative;
}

.api-badge {
    padding: 6px 14px;
    border-radius: 20px;
    background: #fff3ec;
    color: var(--color2);
    font-size: 13px;
    font-weight: 600;
}

.api-first .api-card {
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    background-color: rgb(255 255 255) !important;
}

.api-first .api-card:hover .icon {
    transform: scale(1.1);

}

.api-first .api-card .icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
        transition: all 0.2s ease-in-out;
}

.api-first .icon.blue span {
    font-size: 30px !important;
}
.api-first .icon.blue {
    color: #ff5e1a;
    background-color: rgb(255 94 26 / 10%);
}
.api-first .icon.purple {
   color: #ff5e1a;
    background-color: rgb(255 94 26 / 10%);
}

.api-first .icon.green {
  color: #ff5e1a;
    background-color: rgb(255 94 26 / 10%);
}

/* astrology_api */

.astrology_api {
    background: #f8fafc;
    padding-top: 0;
}
.astrology_api .feature-tabs li button {
    color: #ff5b00;
    border-radius: 45px;
    font-weight: 600;
    padding: 6px 30px;
    font-size: 16px;
}

.astrology_api .feature-tabs li button.active {
    background: #ff5b00 !important;
    color: #ffffff !important;
}

.astrology_api .feature-tabs {
    column-gap: 20px;
    background: #ffffff;
    width: 600px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 10px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}

.astrology_api span.icon {
    color: #ff5b00;
}

.astrology_api .feature-image-box img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

/* astrology features */

.astrology_features {
    background: #f8fafc;
}

.astrology_features .service-card {
    position: relative;
    border-radius: 20px;
    padding: 20px 20px;
    height: 100%;
    border: 1px solid #f1f5f9;
    background-color: rgb(255 255 255) !important;
    transition: all 0.3s ease-in-out;
}

.astrology_features .service-card:hover .icon-circle {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.arrow{
      transition: all 0.3s ease-in-out;
      margin-left: 5px;
}

.astrology_features .service-card:hover  .arrow {
  transform: translateX(6px);
      transition: all 0.3s ease-in-out;
}
.astrology_features .service-card .icon-circle {
    height: auto;
    background: #ffffff;
    margin: auto;
    padding: 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
        transition: all 0.3s ease-in-out;
}

.astrology_features .service-card .icon-circle  .material-symbols-outlined {
    font-size: 35px;
 
}

.astrology_features .service-card  p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
}

.astrology_features  .colr_green {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    font-size: 16px;
    font-weight: 600;
}


 .astrology_features .service-card:hover .item-content:after,  .astrology_features .service-card:hover .item-content:before {
    height: 20px;
    width: 20px;
}

/* simple-integration */

.simple-integration {
    background: #ffffff;
}

.simple-integration .sim_int {
    color: #ff5b00;
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 20px !important;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    background-color: rgb(255 94 26 / 10%);
}
.simple-integration  .code-header {
    background: #1e293b;
    border-radius: 10px 10px 0 0;
    padding: 8px 15px;
    border-bottom: 1px solid #334155;
}
.simple-integration .code-box {
    background: #0f172a;
    padding: 0;
    border-radius: 15px;
}

.simple-integration .code-box code {
    color: #ffffff !important;
}

.simple-integration .code-box .dot {
    width: 12px;
    height: 12px;
    display: inline-flex;
    background: red;
    border-radius: 50%;
}

.simple-integration .code-box .dot.yellow {
    background: #eab308 !important;
}

.simple-integration .dot.green {
    background: #22c55e !important;
}

.simple-integration span.code-title {
    font-size: 14px;
    color: #ffffff;
}

.simple-integration .integration-list li {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.simple-integration .integration-list li .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    background-color: rgb(255 94 26 / 0.2);
}

.simple-integration .integration-list {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

/* pricing-section */

.pricing-section .pricing-card {
    border: 1px solid #e2e8f0;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    position: relative;
    background: #fcfcfc;
     transition: all 0.3s ease;
}

.pricing-card:hover {
    border-color: #ff5b00 !important;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255 94 26 / 0.2);
}


.pricing-section .btn-light {
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #0d0140;
    background: #ffffff !important;
    border: 1px solid #e2e8f0;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    transition: all 0.3s ease;
}

.pricing-section .pricing-card:hover .btn-light{
        border: 1px solid #ff5b00;
    color: #ff5b00;
}

.pricing-section i.far.fa-check-circle {
    color: #ff5b00;
}

.pricing-section .pricing-card.active {
    box-shadow: 0 0 10px rgba(255 94 26 / 0.2);
    border: 1px solid #ff5b00;
    background: #ffffff;
    transform: scale(1.08);
}
.pricing-section .pricing-card .plan-features {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
   
}

.pricing-section .pricing-card .plan-features li {
    display: flex;
    align-items: center;
    word-break: break-word;
}

.pricing-section .pricing-card .plan-features li i {
    width: 15px;
    margin-right: 10px;
}

.pricing-section .pricing-card .popular-badge {
    background: #ff5b00;
    color: #ffffff;
    position: absolute;
    font-size: 14px;
    padding: 5px 14px;
    border-radius: 30px;
    left: 50%;
    top: -18px;
    transform: translate(-50%, 0%);
}

.pricing-section .pricing-card  li.disabled {
    color: #d3dbeb;
}
.pricing-section .inner_content {
    height: calc(100% - 70px);
    margin-bottom: 15px;
}

/* about_page */
.about_banner {
    position: relative;
    background-color: #f8fafc;
}

.about_banner:before {
    content: "";
    position: absolute;
    background-image: radial-gradient(50% 98% at 50% 50%, rgba(255, 94, 26, 0.08) 0%, transparent 100%);
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-tabs-section {
    background: #f8fafc;
    position: relative;
}

.about-tabs-section .about-tabs{
    background: #ffffff;
    width: 600px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 10px 10px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}

.about-tabs-section .about-tabs li {
    width: 33.33%;
}

.all_pricing_plan .about-tabs {
    background: #ffffff;
    width: 420px;
}



.all_pricing_plan .about-tabs li {
    width: 50%;
}


.about-tabs-section .about-tabs li button {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--color1);
}

.about-tabs-section .about-tabs li button.active {
    background: var(--color1) !important;
    color: #ffffff !important;
    border-radius: 35px;
}

.about-tabs-section .about-image img {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 15px;
    object-fit: cover;
}

.about-tabs-section .about-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.about-tabs-section .about-list li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.about-tabs-section .about-list.mb-3 li i {
    width: 15px;
    color: var(--color1);
}

/* contact_sales */

.cnt_sales_banner {
    position: relative;
    background-color: #f8fafc;
}

.cnt_sales_banner:before {
    content: "";
    position: absolute;
    background-image: radial-gradient(50% 98% at 50% 50%, rgba(255, 94, 26, 0.08) 0%, transparent 100%);
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cnt_sales_banner .contact-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

 .form-control,  .form-select {
    background: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    color: rgb(18 18 36 / 100%) !important;
    border-radius: 8px !important;
    height: 45px;
}

.form-control::placeholder {
  background: #ffffff !important;
  font-weight: 500;
  color: rgb(18 18 36 / 50%) !important;
}

 textarea.form-control {
    height: auto !important;
}


.sales-why-choose .why-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px !important;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    color: #ff5e1a;
    background-color: rgb(255 94 26 / 5%);
}

.enterprise-section {
    background-color: #f8fafc;
    position: relative;
}


.enterprise-section .enterprise-item {
    display: flex;
    align-items: start;
    column-gap: 12px;
}

.enterprise-section .enterprise-item .icon-check i {
    width: 25px;
    color: var(--color1);
    font-size: 25px;
}

.enterprise-section .enterprise-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.enterprise-section .enterprise-list li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.enterprise-section .enterprise-list li i {
    width: 15px;
    color: var(--color1);
}

.enterprise-section .enterprise-card {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgb(152 152 152 / 30%);
    padding: 30px;
    border-radius: 20px;
}

.cta-perfect-plan {
    background: url(../images/home/cta_bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.cta-perfect-plan .cta_plan_box {
    background: #0F172A;
    border-radius: 24px;
    padding: 55px;
}

.cta-perfect-plan .cta_plan_box .cta_content {
    width: calc(100% - 570px);
}

.con_sales_faq .custom-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e7eb;
}

.con_sales_faq .custom-accordion .accordion-button {
  background: transparent;
  font-weight: 600;
  padding: 20px 0;
  box-shadow: none;
}

.con_sales_faq .custom-accordion .accordion-button:not(.collapsed) {
    color: #ff610a;
    background: transparent;
}

.con_sales_faq .custom-accordion .accordion-body {
  padding: 0 0 20px 0;
  color: #6b7280;
}

.con_sales_faq .custom-accordion .accordion-button:focus {
  box-shadow: none;
}

/*  */

.privacy-page .policy-list .w-50 {
    width: 48%!important;
}


.privacy-page .policy-list li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.privacy-page .policy-list li i {
    width: 15px;
    color: var(--color1);
}


.privacy-page .section-number {
    background: #fff3ec;
    color: #ff5b00;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}
.privacy-page .info-box {
    background: #fff3ec;
    margin-top: 15px;
    padding: 15px;
    border-radius: 5px;
}

/* contact_form */


.dashboard_user_info .user_name .icon {
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #475569;
}

.dashboard_user_info .user_info ul {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    border-top: 1px solid #dee2e6;
    padding-top: 30px;
}

.subsciption_sec .badge.bg-light.text-dark {
    background: #dee2e6 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    font-size: 12px !important;
    padding: 6px 15px;
}

.subsciption_sec .bg-primary.bg-opacity-10.rounded-circle.p-2 {
    background: #ffdfd1 !important;
    color: #ff5b00 !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subsciption_sec  .btn.btn-primary.btn-sm {
    background: #ffdfd1;
    color: #ff5b00;
    border-color: transparent;
    font-weight: 600;
}

.modal .btn-primary {
    background: #ff5b00;
    border-color: #ff5b00;
}


.astro_pricing_sec .pricing_list {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.astro_pricing_sec .pricing_list li {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 20px;
    padding: 20px 20px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    background-color: rgb(255 255 255) !important;
    border-left: 2px solid #ff5b00;
}

.astro_pricing_sec .pricing_list li .plan_info {
    display: flex;
    align-items: center;
    width: calc(100% - 200px);
    column-gap: 20px;
}

.astro_pricing_sec .pricing_list li .plan_info .icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff5e1a;
    background-color: rgb(255 94 26 / 10%);
}

.astro_pricing_sec .pricing_list li .plan_info .info {
    width: calc(100% - 50px);
}

.astro_pricing_sec .pricing_list li  .plan_price {
    width: 200px;
    text-align: center;
}



.documention_sec .doc_details_sec .before_start {
    background: #bae6fd4d;
    padding: 20px;
    border-left: 2px solid #0ea5e9;
}

.documention_sec .aside {
    border-right: 1px solid #e5e7eb;
    height: 100%;
}

.documention_sec .aside ul li a.active {
    color: #ff5b00;
}

.documention_sec .aside ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 22px;
}
.documention_sec .doc_details_sec .resources_list li a {
    color: #ef4444;
}

.documention_sec .doc_details_sec .doc_step_sec > li {
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    background-color: rgb(255 255 255) !important;
}

.documention_sec .doc_details_sec .doc_step_sec ol{
   list-style: decimal;
    padding-left: 25px;
}

.documention_sec .doc_details_sec .doc_step_sec {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.text-red {
    color: #ef4444;
}

.documention_sec  .intro_resource_sec {
    position: sticky;
    top: 90px;
}

.documention_sec .intro_resource_sec .in_re_list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.documention_sec .intro_resource_sec .in_re_list a.active {
    color: #ff5e1a;
}

.documention_sec .intro_resource_sec ul.in_re_list > li > ul {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    padding-left: 15px;
}

.documention_sec .api_download li {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px 10px;
    margin-top: 15px;
}

.documention_sec .daily_horoscope_api {
    background: #fff1f2;
    padding: 30px;
    border-radius: 20px;
}

.documention_sec .daily_horoscope_api .api_box p {
    background: #ffe4e6;
    padding: 8px 15px;
    border-radius: 5px;
}

.daily_horoscope_api.th_api {
    background: #eff6ff;
}

.daily_horoscope_api.th_api .api_box p{
    background: #dbeafe;
}

.daily_horoscope_api.yh_api {
    background: #f7fee7;
}

.daily_horoscope_api.yh_api .api_box p{
    background: #ecfccb;
}

.daily_horoscope_api.mh_api {
    background: #fefce8;
}

.daily_horoscope_api.mh_api .api_box p{
    background: #fef9c3;
}

.text_green {
    color: #4ade80;
}

.text_blue {
    color: #60a5fa;
}

.text_slate {
    color: #64748b;
      
}

.skyblue_btn.home_btn{
  box-shadow: 0 9px 20px rgba(255 94 26 / 0.5) !important;
}

.w-100 {
    width: 100% !important;
}


.payment_banner .inner_text img {
    width: 70px;
    margin-bottom: 10px;
}

.payment_banner .inner_text .spinner-border.text-warning {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}
.payment_success_inner .psuccess-inner.card{
    box-shadow: 0px 8px 50px 0px #0d01401f !important;
    border-radius: 40px;
    padding: 30px 30px !important;
}

.payment_success_inner .payment_btn .skyblue_btn {
    width: 48% !important;
}

.payment_success_inner .payment_btn .blue_btn {
    width: 48% !important;
}


/* services_details */

span.sim_int {
    color: #ff5b00;
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 20px !important;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    background-color: rgb(255 94 26 / 10%);
}


.services_details_banner .contact-card img {
    width: 100%;
    border-radius: 10px;
}

.built_developers_sec .integration-list li .icon {
    width: 14px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    background-color: transparent;
}

.built_developers_sec .integration-list li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.built_developers_sec {
    background: #f8fafc;
}

.built_developers_sec .integration-list {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.tech-spec .key_output .list-unstyled {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.tech-spec .key_output .list-unstyled li {
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgb(255 94 26 / 15%);
    background-color: rgb(255 94 26 / 3%);
}

.request_parameters .table-responsive {
    border: 1px solid #ffe3d8 !important;
    border-radius: 15px !important;
}

.request_parameters table thead.bg-light tr th {
    font-size: 16px;
    color: #0d0140 !important;
    background: #fffaf8;
    padding: 15px 20px;
    border-bottom: 1px solid #ffe3d8 !important;
}

.request_parameters table tbody tr td {
    font-size: 16px;
    color: #475569 !important;
     padding: 15px 20px;
        border-bottom: 1px solid #ffe3d8 !important;
}

.request_parameters table tbody tr td.text-danger {
    color: #FF5E1A !IMPORTANT;
}

.request_parameters table tbody tr  td.text-success {
    color: #16A34A !important;
    font-weight: 500;
}

.apy_key_table table thead tr th {
    background: #f5f7fc !important;
    padding: 15px 15px !important;
    color: #0d0140 !important;
    font-size: 16px;
    white-space: nowrap;
}
.apy_key_table table tr td {
    color: #696969;
    font-size: 16px;
    padding: 15px 15px !important;
}

.dashboard_content .blue_btn {
    height: 40px;
    width: auto !important;
}

.dashboard_content .text-primary {
    color: #ff5e1a !important;
}

.dashboard_content .bg-primary.bg-opacity-10.rounded-circle.p-3.me-3 {
    background: #ffdfd1 !important;
}

.dashboard_content .h_40{
    height: 40px !important;
}

#quick-start, #get-started, #initial_setup, #add_authentication, #request_parameters, #send_request, #postman_download, #postman_workflow {
  scroll-margin-top: 90px; /* header height */
}

.plan_features_sec .card .card-header.mb-3 {
    padding: 0;
    background: transparent;
    border: none;
    min-height: 55px;
}

.plan_features_sec .card .accordion-item.border-0 {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
    margin: 0;
}

.plan_features_sec .card button.accordion-button {
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 15px;
    border: none !important;
    outline: none !important;
    box-shadow: none !IMPORTANT;
}

.plan_features_sec .card .accordion-body {
    padding: 0;
    padding-left: 25px;
    padding-bottom: 25px;
}

.plan_features_sec .card ol {
    list-style: decimal !important;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.pro_setting_info {
    border-left: 1px solid #bbbbbb;
    height: 100%;
    padding-left: 50px;
    margin-left: 40px;
}

.pro_setting_info .delete_btn {
    background: #fef2f2;
    border-radius: 8px;
    font-size: 16px;
    padding: 0px 15px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 250px;
    font-weight: 600;
    column-gap: 8px;
    color: #dc2626;
}

.pro_setting_info .blue_btn {
    height: 45px;
    width: 250px !important;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #4d596b;
    column-gap: 8px;
}

.pro_setting_info ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}


span.saving_prize {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 10px);
    background: #ff5b00;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
}

span.saving_prize:after {
    content: "";
    position: absolute;
    left: -7px;
    top: 3px;
    border-top: 13px solid #ff5b00;
    border-left: 13px solid transparent;
    transform: rotate(-45deg);
}

span.saving_prize:before {
    content: "";
    position: absolute;
    right: -7px;
    top: 3px;
    border-top: 13px solid #ff5b00;
    border-left: 13px solid transparent;
    transform: rotate(-45deg);
    z-index: -2;
}

.privacy-page h3 {
    font-size: 20px;
    color: #0d0140;
    font-weight: 500;
    margin-bottom: 12px;
}

.privacy-page p {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 12px;
}


/* punchang_details */

.panchang_details {
    position: relative;
    background: #F8F6F5;
}

.panchang_details:before {
    content: "";
    position: absolute;
    background-image: radial-gradient(50% 98% at 50% 50%, rgba(255, 94, 26, 0.08) 0%, transparent 100%);
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.location_tabs_sec .location_box .form-control {
    border: 1px solid #acb2b973;
    align-items: center;
    width: 300px;
    background: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    color: rgb(18 18 36 / 100%) !important;
    border-radius: 8px !important;
    height: 45px;
    padding-left: 32px;
}

.location_tabs_sec .location_box i.fas.fa-map-marker-alt {
    position: absolute;
    left: 14px;
    top: 14px;
}


.location_tabs_sec ul.nav.nav-pills {
    background: #ffffff;
    width: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 7px 7px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}

.location_tabs_sec ul.nav.nav-pills li button {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--color1);
    padding: 6px 20px;
      border-radius: 35px;
}

.location_tabs_sec ul.nav.nav-pills li button.active {
    background: var(--color1) !important;
    color: #ffffff !important;
    border-radius: 35px;
}


.panchang_details .tithi__sec .card {
    border: 1px solid #FF5B0026;
    padding: 20px !important;
    box-shadow: 0px 0px 1px 0px #0000000D;
    border-radius: 12px;
}

.panchang_details .tithi__sec .card  .icon {
    margin-bottom: 12px;
    height: 25px;
}

.panchang_details .tithi__sec .card  ul.list-unstyled {
    display: flex;
    flex-direction: column;
}

.panchang_details .solar_lunar.card{
    padding: 20px !important;
    border-radius: 12px;
    border: 1px solid rgb(255 91 0 / 10%);
    background: rgb(255 91 0 / 3%);
}

.panchang_details .solar_lunar ul.list-unstyled.row li {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.panchang_details .solar_lunar ul .icon {
    width: 48px;
    height: 48px;
    background: #ffffff;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auspi_inauspi_sec .card.border-success {
    border: 1px solid #D1FAE5 !important;
    background: #ECFDF5;
    padding: 20px !important;
    border-radius: 12px;
    position: relative;
}


.auspi_inauspi_sec .card.border-danger {
    padding: 20px !important;
    border-radius: 12px;
    position: relative;
    border: 1px solid #FFE4E6 !important;
    background: #FFF1F2;
}

.auspi_inauspi_sec .card.border-success ul.list-unstyled li {
    border: 1px solid #D1FAE5;
    background: #ffffff;
    padding: 12px;
    border-radius: 12px;
}

.auspi_inauspi_sec .card.border-danger ul.list-unstyled li {
    border: 1px solid #FFE4E6;
    background: #ffffff;
    padding: 12px;
    border-radius: 12px;
}

.auspi_inauspi_sec ul.list-unstyled {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.card.upcoming_festivals {
    border: 1px solid #FF5B0026;
    padding: 20px !important;
    box-shadow: 0px 0px 1px 0px #0000000D;
    border-radius: 12px;
}

.upcoming_festivals ul.list-unstyled li {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.upcoming_festivals ul.list-unstyled li .date {
    width: 50px;
    height: 50px;
    background: #F8FAFC;
    border: 1px solid #F1F5F9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 12px;
}

.upcoming_festivals ul.list-unstyled li  .content {
    width: calc(100% - 60px);
}

.upcoming_festivals ul.list-unstyled {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}




/* kundli_page */

.charts_generated .user_images {
    display:flex;
    align-items:center;
}


.charts_generated .user_images img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-left: -25px;
}

/* First image reset */
.user_images img:first-child{
    margin-left:0;
}


.kundli_details {
    position: relative;
    background-color: #f8fafc;
}

.kundli_details:before {
    content: "";
    position: absolute;
    background-image: radial-gradient(50% 98% at 50% 50%, rgba(255, 94, 26, 0.08) 0%, transparent 100%);
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.kundli_details ul.nav.nav-tabs li.nav-item a {
    padding: 12px 20px;
    border: none !important;
}
.kundli_details ul.nav.nav-tabs li.nav-item a:hover {
    color: #ff5b00 !important;
}

.kundli_details ul.nav.nav-tabs li.nav-item a.active {
    color: #ff5b00;
    font-weight: 800;
    border-bottom: 2px solid #ff5a00 !important;
    background: transparent;
}


.kundli_details .card.white_box {
    border: 1px solid #F1F5F9;
    background: #ffffff;
    border-radius: 12px !important;
    overflow: hidden;
}

.kundli_details .card.white_box .card-header {
    background: rgb(241 245 249 / 50%);
    padding:15px 20px;
    border-bottom: 1px solid #F1F5F9;
}

.kundli_details .card.white_box .card-body {
    padding: 0px 20px;
    padding-bottom: 20px;
}

.kundli_details .factor-box {
    padding: 20px 10px !important;
    border-radius: 12px;
    border: 1px solid rgb(255 91 0 / 10%);
    background: rgb(255 91 0 / 3%);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 5px;
}

.kd_table table.table tbody tr td {
    border: none !important;
}

.kd_table table.table tbody tr:nth-child(odd) td{
    background: rgb(255 91 0 / 3%);
}

.kundli_details .divi_chart .chart-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kundli_details  .card.kd_career_sec {
    padding: 20px 20px !important;
    border-radius: 12px;
    border: 1px solid rgb(255 91 0 / 10%);
    background: rgb(255 91 0 / 3%);
}

.kundli_details .card.kd_career_sec.mb-4 ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.kundli_details .sidebar-dark.kd_remedies {
    padding: 20px 20px !important;
    border-radius: 12px;
    background: #0F172A;
}

.kundli_details .sidebar-dark.kd_remedies ul {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.kundli_details .sidebar-dark.kd_remedies ul li i {
    margin-top: 5px;
}


.kundli_details .kd_right_side {
    position: sticky;
    top: 130px;
}

.scroll-section {
    scroll-margin-top: 130px; 
}

.kd_tabs_box.is-sticky {
    position: fixed;
    top: 69px;
    z-index: 99;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kd_tabs_box{
transition: all 0.2s ease-in-out;
}

/* horoscope_sec */

.horoscope_sec {
    position: relative;
    background-color: #f8fafc;
}



.horoscope_sec:before {
    content: "";
    position: absolute;
    background-image: radial-gradient(50% 98% at 50% 50%, rgba(255, 94, 26, 0.08) 0%, transparent 100%);
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.all_horoscope .horoscope_tabs ul li a {
    border: 2px solid #FF5E1A26;
    width: 160px;
    height: 160px;
    padding: 20px;
    border-radius: 20px;
    background: #FFFFFFB2;
}

.all_horoscope .horoscope_tabs ul li a.active {
    border: 2px solid #FF5E1A;
    background: #FF5E1A1A;
    box-shadow: 0px 0px 20px 0px #EC5B1326;
}

.all_horoscope .horoscope_tabs ul li a.active h3.font_14 {
    color: #ff5b00 !important;
}

.all_horoscope .horoscope_tabs ul li a.active p {
    color: #FF5E1AB2 !important;
}



.all_horoscope .horoscope_tabs .horoscope_tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.all_horoscope .horoscope_tabs .horoscope_tab .icon {
    width: 55px;
    height: 54px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    color: #ff5e1a;
    background-color: rgb(255 94 26 / 10%);
    margin-bottom: 10px;
}

.all_horoscope .horoscope_tabs .horoscope_tab .icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.all_horoscope .horoscope_tabs ul {
    flex-wrap: nowrap;
}

.horoscope_tabs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 5px;
}

.all_horoscope .horoscope_content {
    border: 2px solid #FF5E1A26;
    padding: 20px;
    border-radius: 20px;
    background: #FFFFFFB2;
}



.all_horoscope .horoscope_content .score_box {
    border: 2px solid #FF5E1A26;
    padding: 20px;
    border-radius: 20px;
    background: #FFFFFFB2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    width: 100%;
}

.all_horoscope .horoscope_content .score_box.active {
    border: 2px solid #FF5E1A;
    background: #FF5E1A1A;
    box-shadow: 0px 0px 20px 0px #EC5B1326;
}


.progress-card .bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgb(255 91 0) !important;
}
/* ===== Custom Scrollbar ===== */

/* Chrome, Edge, Safari */
.horoscope_tabs::-webkit-scrollbar {
    height: 6px;
}

.horoscope_tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.horoscope_tabs::-webkit-scrollbar-thumb {
    background: #ff5b00;   /* aapka blue color */
    border-radius: 10px;
}

.horoscope_tabs::-webkit-scrollbar-thumb:hover {
    background: #ff5b00;
}

/* Firefox */
.horoscope_tabs {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#vimshottari_dasha table.table {
    vertical-align: middle;
}

#vimshottari_dasha table.table tr td:last-child {
    text-align: right;
}

.match_making_details .kd_table table.table thead tr {
    border: 1px solid rgb(255 91 0 / 10%);
}

.match_making_details .kd_table table.table thead tr th {
    background: rgb(255 91 0 / 5%) !important;
    padding: 10px 10px !important;
    color: #0d0140 !important;
    font-size: 16px !important;
    font-weight: 600;
}

.match_making_details .kd_table table.table tbody tr td {
    font-size: 16px;
    color: #0d0140 !important;
    font-weight: 500;
    padding: 10px !important;
}

 .muhurta {
    padding: 14px;
    border-radius: 10px;
    font-size: 14px;
}

 .red {
    background: rgba(255, 60, 60, .08);
    border: 1px solid rgba(255, 60, 60, .4);
}
 .green {
    background: rgba(0, 255, 170, .08);
    border: 1px solid rgba(0, 255, 170, .4);
}

.orange {
    background: rgba(255, 170, 0, .08);
    border: 1px solid rgba(255, 170, 0, .4);
}

.match_making_details ol#manglik_remedies {
    list-style: auto !IMPORTANT;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.match_making_details .scroll-section {
    scroll-margin-top: 140px;
}

.dash_report_inner .accordion-item {
    border-radius: 12px !important;
    border: 1px solid rgb(255 91 0 / 10%);
    background: rgb(255 91 0 / 3%);
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.dash_report_inner .accordion-item h2.accordion-header {
    width: 100%;
}

.dash_report_inner .accordion-item button.accordion-button {
    background: transparent;
    padding: 20px 20px;
    width: 100%;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.dash_report_inner .accordion-item .accordion-body {
    background: #ffffff;
}
.match_making_details .dash_report_inner .kd_table table.table thead tr th {
    background: rgb(248 250 252) !important;
    padding: 10px 10px !important;
    color: #0d0140 !important;
    font-size: 16px !important;
    font-weight: 500;
}



.match_making_details .dash_report_inner .kd_table table.table thead tr {
    border: 1px solid #eaeaea;
}

.match_making_details .dash_report_inner .kd_table table.table tbody tr td {
    font-size: 14px;
    color: #0d0140 !important;
    font-weight: 500;
    padding: 10px !important;
    border-top: 1px solid #eaeaea !important;
    vertical-align: middle;
}

.match_making_details .dash_report_inner .kd_table table.table tbody tr:nth-child(odd) td {
    background: rgb(255 255 255);
}

.match_making_details .dash_report_inner table.table {
    border: 1px solid #eaeaea;
}

.match_making_details .dash_report_inner span.badge.bg-primary {
    background: #ff5e1a !important;
    font-size: 12px;
    font-weight: 500;
}


button.btn.btn-outline-primary.btn-sm {
    border-color: #ff5e1a !important;
    color: #ff5e1a !important;
    background: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
}

