/*-----------------------------------------------------------------------------------------------------------
                                    ----Dashboard Menu---
------------------------------------------------------------------------------------------------------------*/
.dashboard-navbar-item li a {
    font-size: 16px;
}
.dashboard-menu {
    background: #111827;
}
.dashboard-alert {
    padding: 0;
    margin-bottom: 0;
}
.dashboard-navbar {
    display: flex;
    margin: 14px 0;
    padding: 9px;
    list-style: none;
    gap: 25px;
    background: #1f2937;
    border-radius: 11px;
}
.dashboard-user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px dotted #046fbc;
    padding: 2px;
    margin-right: 4px;
}
.dashboard-dropdown-box {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    padding: 11px;
    top: 64px !important;
    border-radius: 0 0 7px 7px;
}
.dashboard-alert a:not([class]) {
    text-decoration: none;
}
.dashboard-alert a:not([class]):hover {
    text-decoration: none;
    color: #12aa98;
}
.close-button {
    padding: 8px;
    color: #666d7b;
    border-radius: 4px;
    opacity: unset;
    background: black;
}
.close-button:hover {
    background: #374151;
    color: #666d7b;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header Part---
------------------------------------------------------------------------------------------------------------*/
.mobile-menu {
    background: #a00038;
    padding: 14px 0px;
}
.menu-link-button a {
    background: #ffffff;
    padding: 8px 13px;
    border: 1px solid #ffffff;
    display: inline-block;
    border-radius: 3px;
    color: #ff6f00;
}
.menu-link-button a:hover {
    background: #a00038;
    color: #ffffff;
}
.user-dropdown-area-mobile {
    background: #ffffff;
    top: -2px;
    max-width: 158px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    left: 156px !important;
}
.user-dropdown-area-mobile a {
    display: block;
    background: #ffffff;
    padding: 3px 8px 3px 8px;
    font-size: 15px;
    font-family: 'Philosopher';
    font-weight: 500;
    color: #242424;
}
.user-dropdown-area-mobile a:hover {
    background: #a00038;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-logo img {
    height: 42px;
}
.main-menu {
    padding: 25px 0px 25px 0px;
    background: #a00038;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}
.main-navbar-nav {
    display: flex;
    gap: 30px;
}
.navbar-item li a {
    font-size: 18px;
    font-weight: 700;
    transition: all .3s ease;
    color: #ffffff;
    font-family: Philosopher;
}
.nav-bar-lines::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0px;
    right: 100%;
    border-bottom: 1px solid #cc8800;
    transition: right .3s ease-out;
}
.navbar-item li a:hover {
    color: #ff6f00;
}
.nav-bar-lines:focus::before, .nav-bar-lines:hover::before {
    right: 0px;
}
.nav-bar-lines {
    position: relative;
}
.dropdown-box {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    padding: 11px;
    top: 93px !important;
    border-radius: 0 0 7px 7px;
}
.dropdown-navbar-item li a {
    font-size: 14px;
    color: #3e3e3e;
    padding: 0;
}
.dropdown-navbar-item li a:hover {
    color: #ff6f00;
    padding: 0;
    background: none;
}
.uk-sticky-fixed {
    top: 0 !important;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.login-link-button a {
    background: #a00038;
    border: 1px solid #ff6f00;
    padding: 8px 13px;
    font-size: 15px;
    color: white;
    border-radius: 3px;
    display: inline-block;
}
.login-link-button a:hover {
    background: #ff6f00;
    color: white;
}
.signup-link-button a {
    background: #ff6f00;
    padding: 8px 13px;
    font-size: 15px;
    border: 1px solid #ff6f00;
    border-radius: 3px;
    color: white;
    display: inline-block;
}
.signup-link-button a:hover {
    background: #a00038;
    color: white;
}
.user-details img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 3px;
}
.user-details span {
    font-size: 17px;
    font-weight: 400;
    color: white;
}
.user-dropdown-area {
    background: #ffffff;
    top: 8px;
    max-width: 158px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    left: 83px !important;
}
.user-dropdown-area a {
    display: block;
    background: #ffffff;
    padding: 3px 8px 3px 8px;
    font-size: 15px;
    font-family: 'Philosopher';
    font-weight: 500;
    color: #242424;
}
.user-dropdown-area a:hover {
    background: #ff6f00;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body Part---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: "rubik", sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #0d72ba;
}
.services-box {
    padding: 50px 22px 50px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
    position: relative;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s linear;
}
.services-box:hover {
    background: -webkit-linear-gradient(top, #f4aa36 2%, #f37335 100%);
    transform: translateY(-5px);
}
.jyotish-profile-section {
    background-image: url(../image/jyotish-bg.jpg);
    padding: 95px 0 95px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
.call-button-links a {
    background: #00b816;
    padding: 10px 10px;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
}
.message-button-links a {
    background: #0084ff;
    padding: 10px 10px;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
}
.jyotish-profile-card {
    position: relative;
    transition: all 0.3s linear;
}
.jyotish-profile-card:hover {
    transform: translateY(-5px);
}
.uk-notification-message {
    position: relative;
    padding: 11px;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-radius: 3px;
}
.uk-notification-close {
    display: none;
    position: absolute;
    top: 8px;
    right: 15px;
    background: #2c2c2c;
    padding: 6px;
    color: #ffffff !important;
    border-radius: 50%;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.services-text-details h3 {
    font-size: 20px;
    font-family: 'Philosopher';
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 0;
}
.services-text-details p {
    margin: 0;
    font-size: 14px;
    margin-bottom: 10px;
    color: #383838;
}
.read-more-links a {
    color: #ff7010;
    font-size: 16px;
}
.services-box:hover .services-text-details h3,
.services-box:hover .services-text-details p {
    color: white;
}
.services-box:hover .read-more-links a {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}
.jyotish-details p {
    margin: 0;
    font-size: 14px;
    color: #5e5e5e;
}
.jyotish-details h4 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 2px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Kundali Form---
------------------------------------------------------------------------------------------------------------*/
.form-label-text {
    font-size: 15px;
    font-weight: 500;
    color: #565656 !important;
}
.input-area {
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    transition: all .3s ease;
    height: 41px !important;
    border-radius: 3px;
    font-size: 14px;
}
.select-type {
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    height: 41px !important;
}
.match-kundali-link-button a {
    background: #a00038;
    padding: 15px 10px 15px 10px;
    color: white;
    font-family: 'Philosopher';
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px;
}
.procced-button {
    --color: #ffffff;
    padding: 0.8em 1.7em;
    border-radius: .3em;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .5s;
    font-weight: 400;
    font-size: 17px;
    border: 1px solid;
    font-family: 'Rubik';
    color: var(--color);
    z-index: 1;
    background: #a00038;
}
.procced-button::before {
    top: -1em;
    left: -1em;
}
.procced-button::after {
    left: calc(100% + 1em);
    top: calc(100% + 1em);
}
.procced-button::before, .procced-button::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--color);
    transition: 1s ease;
}
.procced-button:hover {
    color: rgb(160 0 56);
}
.procced-button:hover::before, .procced-button:hover::after {
    height: 410px;
    width: 410px;
}
.procced-button:active {
    filter: brightness(.8);
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Table---
------------------------------------------------------------------------------------------------------------*/
.table-area thead {
    background: #a00038;
}
.table-area th {
    color: white;
    font-size: 16px;
    text-transform: none;
}
.table-area td {
    border: 1px solid #d9d9d9;
}
.table-area .view-links {
    background: #ff6f00;
    padding: 7px 10px;
    color: white;
    font-size: 15px;
    border-radius: 3px;
}
.table-area .delete-button {
    background: #a00038;
    border: none;
    padding: 7px 10px;
    font-size: 15px;
    font-family: 'rubik';
    color: white;
    cursor: pointer;
    border-radius: 3px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image---
------------------------------------------------------------------------------------------------------------*/
.slider-thumnail img {
    height: 485px;
}
.mobile-slider-thumnail img {
    height: 200px;
}
.services-icon img {
    height: 70px;
}
.services-box:hover .services-icon img {
    filter: brightness(0) invert(1);
}
.large-jyotish-thumnail img {
    height: 385px;
    background: -webkit-linear-gradient(top, #f4aa36 2%, #f37335 100%);
}
.medium-jyotish-thumnail img {
    height: 275px;
    width: 275px;
    border-radius: 50%;
    background: -webkit-linear-gradient(top, #f4aa36 2%, #f37335 100%);
    text-align: center;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Heading Text---
------------------------------------------------------------------------------------------------------------*/
.heading-text h1 {
    font-size: 35px;
    margin-bottom: 3px;
    font-family: 'Philosopher';
    font-weight: 600;
    color: #464646;
}
.heading-thumnail img {
    height: 15px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-section {
    background: #222222;
    padding: 35px 0px;
}
.footer-heading {
    font-size: 20px;
    font-weight: 600;
    color: white;
    position: relative;
    padding: 0 0 12px;
    display: inline-block;
}
.footer-heading:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #ff6f00;
    width: 85%;
}
.footer-text p {
    font-size: 15px;
    line-height: 22px;
    color: white;
}
.footer-links a {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
.social-media h3 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 6px;
}
.trademark-area {
    background: #a00038;
}
.trademark-content p {
    margin: 0;
    font-size: 15px;
}
.trademark-content a {
    color: #ff6f00;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Sidebar Menu Modal---
------------------------------------------------------------------------------------------------------------*/
.canvas-bar {
    background: #f2faff;
    max-width: 250px !important;
}
.navbar-logo-box {
    padding: 19px;
    background: #f2faff;
}
.navbar-category li a {
    padding-left: 15px;
}
.navbar-category a {
    font-size: 15px;
    font-weight: 400;
    color: #ff6f00 !important;
}
.dropdown-icon {
    background: #f2faff;
    color: #ff6f00;
    margin-right: 15px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 19px;
}
.navbar-category-dropdown a {
    padding-left: 0 !important;
    font-size: 11px;
}
.search-input {
    height: 46px !important;
    color: #fff !important;
    background: #ff6f00 !important;
    font-size: 16px;
}
.signin-area {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #a00038;
    padding: 10px 0 10px 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----404 Blade---
------------------------------------------------------------------------------------------------------------*/
.not-found-heading-text h2 {
    font-size: 25px;
    font-weight: 600;
    color: #c41616;
    margin: 0;
}
.not-found-heading-text h5 {
    font-size: 18px;
    margin: 0;
    color: #666666;
}
.home-page-button a {
    background: #c41616;
    padding: 6px 12px;
    color: white;
    display: inline-block;
}