:root {
    --ad-white: #ffffff;
    --ad-cream: #fffaf0;
    --ad-bg: #f7f8fb;
    --ad-navy: #0b1633;
    --ad-navy-soft: #14233f;
    --ad-text: #111827;
    --ad-muted: #667085;
    --ad-gold: #f5b400;
    --ad-gold-dark: #d69400;
    --ad-logo-green: #2f8f5b;
    --ad-logo-green-soft: #eef9f2;
    --ad-border: rgba(17, 24, 39, 0.1);
    --ad-shadow: 0 18px 50px rgba(11, 22, 51, 0.11);
    --ad-radius: 12px;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Header flush reset: prevents homepage/body spacing from appearing above the site header. */
.as_main_wrapper,
body.home-page,
body.home-page .as_main_wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body,
.as_main_wrapper {
    background: var(--ad-bg);
    color: var(--ad-text);
}

body {
    font-family: "Inter", Arial, sans-serif;
}

.as_contact_expert h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0 0;
}

.modal {
 
  z-index: 2000;
  
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.as_header_wrapper {
    position: sticky;
    top: 0 !important;
    margin-top: 0;
    z-index: 1200;
    display: flex;
    background: #ffffff;
    border-bottom: 2px solid var(--ad-gold);
    box-shadow: 0 10px 28px rgba(11, 22, 51, 0.08);
}

.as_header_wrapper.is-sticky {
    box-shadow: 0 14px 34px rgba(11, 22, 51, 0.12);
}

.as_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 8px 20px;
    background: #ffffff;
    border-right: 1px solid var(--ad-border);
}

.as_logo img {
    width: 108px;
    max-height: 110px;
    object-fit: contain;
}

.as_header_detail {
    width: 100%;
    min-width: 0;
}

.as_info_detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 56px;
    padding: 7px 24px;
    background: #ffffff;
}

.as_info_detail > ul {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.as_infobox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ad-text);
    font-size: 14px;
    font-weight: 600;
}

.as_infobox .as_infoicon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    background: var(--ad-navy);
    border: 1px solid rgba(245, 180, 0, 0.36);
    border-radius: 50%;
}

.as_infobox .as_infoicon img {
    max-width: 17px;
    filter: brightness(0) invert(1);
}

.as_orange,
.as_menu ul li a:hover,
.as_menu ul li a.active {
    color: var(--ad-gold-dark);
}

.as_right_info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.as_header_cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 17px;
    color: var(--ad-navy);
    background: var(--ad-gold);
    border: 1px solid var(--ad-gold);
    border-radius: 999px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(245, 180, 0, 0.22);
}

.as_header_cta:hover {
    color: var(--ad-white);
    background: var(--ad-navy);
    border-color: var(--ad-navy);
}

/* Language toggle: compact header control for EN/HN body-content translation. */
.astro-language-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 0;
    color: var(--ad-navy);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.astro-language-toggle button {
    width: 30px;
    height: 30px;
    padding: 0;
    color: var(--ad-text);
    background: #ffffff;
    border: 2px solid #8c91a0;
    border-radius: 0;
    font: inherit;
    line-height: 1;
    cursor: pointer;
}

.astro-language-toggle button.active {
    color: var(--ad-navy);
    background: #f7f8fb;
    border-color: var(--ad-navy);
}

.astro-language-toggle button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.astro-language-toggle span {
    color: var(--ad-navy);
    font-size: 15px;
    font-weight: 700;
}

.astro-language-toggle-mobile {
    display: none;
}

.astro-language-toggle.is-loading::after {
    content: "Translating...";
    margin-left: 6px;
    color: var(--ad-muted);
    font-size: 10px;
    font-weight: 700;
}

.as_btn:before,
.as_btn:after,
.hs_btn_hover-custom:before,
.hs_btn_hover-custom:after,
.btn:before,
.btn:after {
    display: none !important;
    content: none !important;
    border: 0 !important;
}

.as_menu_wrapper {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 24px;
    background: #ffffff;
    border-top: 1px solid var(--ad-border);
}

.as_menu {
    flex: 1;
    min-width: 0;
}

.as_menu > ul {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.as_menu > ul > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 13px 11px;
    color: var(--ad-text);
    font-size: 15px;
    font-weight: 550;
    text-transform: capitalize;
}

.as_menu > ul > li > a::before {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 6px;
    height: 2px;
    background: var(--ad-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.as_menu > ul > li > a:hover::before,
.as_menu > ul > li > a.active::before {
    transform: scaleX(1);
}

.as_menu > ul > li > .as_submenu {
    width: 260px;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid rgba(245, 180, 0, 0.32);
    border-radius: 10px;
    box-shadow: var(--ad-shadow);
}

.as_menu > ul > li .as_submenu::before {
    border-bottom-color: #ffffff;
}

.as_menu > ul > li .as_submenu li a {
    display: flex;
    padding: 9px 18px;
    color: var(--ad-text);
    line-height: 20px;
    text-transform: capitalize;
}

.as_menu > ul > li .as_submenu li a:hover {
    color: var(--ad-navy);
    background: #fff6db;
}

.as_search_wrapper {
    margin-left: 14px;
}

.as_search {
    filter: sepia(1) saturate(4) hue-rotate(354deg);
}

.as_toggle {
    background: var(--ad-navy);
    border-radius: 8px;
}

.hs_indx_title_main_wrapper {
    position: relative;
    padding: 46px 0;
    background: linear-gradient(135deg, #f5b400 0%, #fffae6 100%);
    border-bottom: 1px solid rgba(245, 180, 0, 0.36);
}

.hs_title_img_overlay {
    display: none;
}

.hs_indx_title_left_wrapper h2 {
    margin: 0;
    color: var(--ad-navy);
    font-family: "Philosopher", Georgia, serif;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.15;
}

.hs_indx_title_right_wrapper {
    display: flex;
    justify-content: flex-end;
}

.hs_indx_title_right_wrapper ul {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 7px 0 0;
    padding: 10px 16px;
    list-style: none;
    color: var(--ad-navy);
    background: linear-gradient(135deg, #fff4bf 0%, var(--ad-gold) 100%);
    border: 1px solid rgba(245, 180, 0, 0.32);
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(11, 22, 51, 0.06);
}

.hs_indx_title_right_wrapper li {
    color: var(--ad-navy);
    font-weight: 700;
}

.hs_indx_title_right_wrapper a {
    color: var(--ad-navy);
}

.hs_indx_title_right_wrapper a:hover {
    color: var(--ad-gold-dark);
}

.hs_kd_sidebar_main_wrapper,
.hs_num_sidebar_main_wrapper,
.hs_blog_categories_main_wrapper,
.hs_contact_tittle_main_wrapper {
    padding: 64px 0;
    background: var(--ad-bg);
}

.cst-margin {
    margin: 0 auto 30px;
}

.ml-25 {
    margin-left: 0;
}

.card,
.cst-card,
.hs_blog_box1_main_wrapper,
.hs_blog_right_sidebar_main_wrapper,
.hs_contact_title_box_wrapper,
.custome-entry-text,
.custom-text {
    background: #ffffff;
    border: 1px solid var(--ad-border);
    border-radius: var(--ad-radius);
    box-shadow: var(--ad-shadow);
}

.card,
.cst-card {
    overflow: hidden;
}

.cst-card,
.custome-entry-text,
.custom-text,
.hs_blog_box1_main_wrapper,
.hs_blog_right_sidebar_main_wrapper,
.hs_contact_title_box_wrapper {
    padding: 28px;
}

.card.cst-margin {
    padding: 0;
}

.cst-card > .row {
    margin-left: -10px;
    margin-right: -10px;
}

.cst-card > .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.match_bg_overdiv {
    margin-bottom: 20px;
}

.festnewhome_heading.report-section-heading {
    margin: 0;
    padding: 18px 22px !important;
    min-height: 0 !important;
    color: var(--ad-navy);
    background: linear-gradient(135deg, var(--ad-logo-green-soft) 0%, #ffffff 100%);
    border: 1px solid rgba(47, 143, 91, 0.22);
    border-left: 5px solid var(--ad-logo-green);
    border-radius: 10px;
    font-family: "Philosopher", Georgia, serif;
    font-size: clamp(24px, 2.5vw, 34px);
    font-weight: 700;
    line-height: 1.2;
    text-align: left !important;
    box-shadow: 0 10px 26px rgba(47, 143, 91, 0.08);
}

.report-summary-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    margin: 28px auto;
    padding: 28px;
    text-align: center;
    background: linear-gradient(135deg, #fff9dd 0%, var(--ad-logo-green-soft) 100%);
    border: 1px solid rgba(245, 180, 0, 0.32);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(11, 22, 51, 0.08);
}

.shadi_section.report-summary-card {
    float: none;
    width: min(100%, 820px);
    min-height: auto;
    margin: 32px auto !important;
}

.shadi_section.report-summary-card > [class*="col-"] {
    float: none;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.report-summary-card img {
    max-width: 260px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 8px !important;
}

.report-summary-card .match_total {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
}

.report-summary-card .match_total p {
    margin: 0 0 12px;
    color: var(--ad-navy);
    font-size: 22px;
    font-weight: 700;
}

.colorV_total {
    display: inline-block;
    margin-left: 6px;
    padding: 6px 12px;
    color: var(--ad-navy);
    background: #ffffff;
    border: 1px solid rgba(47, 143, 91, 0.22);
    border-radius: 999px;
}

.report-cta,
.bg-pink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 22px;
    color: var(--ad-navy) !important;
    background: var(--ad-gold) !important;
    border: 1px solid var(--ad-gold-dark);
    border-radius: 999px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(245, 180, 0, 0.24);
}

.report-cta:hover,
.bg-pink:hover {
    color: var(--ad-navy) !important;
    background: #ffd45b !important;
}

.cst-text-section {
    max-width: 820px;
    margin: 28px auto;
    padding: 24px;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--ad-border);
    border-radius: 12px;
}

.cst-section {
    margin: 0 0 14px;
    padding-bottom: 10px;
    color: var(--ad-navy);
    border-bottom: 2px solid rgba(47, 143, 91, 0.18);
    font-family: "Philosopher", Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.cst-text-section .cst-para {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: #344054;
    font-size: 18px;
    line-height: 1.7;
}

.free-kundli-form-wrap {
    float: none;
    margin: 0 auto;
}

.free-kundli-report {
    float: none;
    width: 100%;
}

.free-kundli-report #section-anchor-menu {
    margin-bottom: 24px;
}

.free-kundli-report .centered-container {
    padding: 12px;
    background: linear-gradient(135deg, #fff4bf 0%, var(--ad-gold) 100%) !important;
    border: 1px solid rgba(245, 180, 0, 0.36);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(11, 22, 51, 0.08);
}

.free-kundli-report .centered-container[style*="fixed"] {
    top: 0 !important;
    z-index: 1001 !important;
    border-radius: 0 0 12px 12px;
}

.free-kundli-report .h-scroll {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.free-kundli-report .button.get-id {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    color: var(--ad-navy);
    background: #ffffff;
    border: 1px solid rgba(47, 143, 91, 0.2);
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
}

.free-kundli-report .button.get-id:hover,
.free-kundli-report .button.get-id.is-active,
.free-kundli-report .active-cs .button.get-id,
.free-kundli-report .button.get-id:focus {
    color: #ffffff;
    background: var(--ad-logo-green);
    border-color: var(--ad-logo-green);
}

.free-kundli-report .cst-bg {
    margin: 24px 0 18px;
    padding: 16px 20px;
    color: var(--ad-navy);
    background: linear-gradient(135deg, var(--ad-logo-green-soft) 0%, #ffffff 100%);
    border: 1px solid rgba(47, 143, 91, 0.22);
    border-left: 5px solid var(--ad-logo-green);
    border-radius: 10px;
    font-family: "Philosopher", Georgia, serif;
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 700;
    box-shadow: 0 10px 26px rgba(47, 143, 91, 0.08);
}

.free-kundli-report .table {
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
}

.free-kundli-report .table th {
    width: 34%;
    color: var(--ad-navy);
    background: #fff8dc;
}

.free-kundli-report .table thead th {
    background: #fff4bf;
    border-color: rgba(245, 180, 0, 0.28);
}

.free-kundli-report .kundli-head,
.free-kundli-report .font-20-bold {
    color: var(--ad-navy);
    font-family: "Philosopher", Georgia, serif;
    font-weight: 700;
}

.free-kundli-report .yoga-bg {
    margin: 16px 0;
    padding: 18px;
    background: #ffffff;
    border: 1px solid rgba(47, 143, 91, 0.18);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(11, 22, 51, 0.06);
}

.free-kundli-report .yoga-bg h4,
.free-kundli-report .exp-heading {
    color: var(--ad-logo-green);
    font-weight: 800;
}

.box-result {
    margin: 24px 0;
    padding: 22px;
    background: var(--ad-logo-green-soft);
    border: 1px solid rgba(47, 143, 91, 0.22);
    border-radius: 14px;
}

.box-result img {
    max-width: 84px;
    margin-right: 12px;
}

.alert-info-cst,
.alert-warning-cst {
    margin-bottom: 16px;
    padding: 16px 18px;
    color: var(--ad-navy);
    border-radius: 10px;
}

.alert-info-cst {
    background: var(--ad-logo-green-soft);
    border: 1px solid rgba(47, 143, 91, 0.22);
}

.alert-warning-cst {
    background: #fff8dc;
    border: 1px solid rgba(245, 180, 0, 0.3);
}

.card-header,
.kundalimatchheader {
    padding: 24px 26px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--ad-navy), var(--ad-navy-soft));
    border-bottom: 3px solid var(--ad-gold);
}

.card-header h2,
.card-header h3 {
    margin: 0;
    color: #ffffff;
    font-family: "Philosopher", Georgia, serif;
    line-height: 1.25;
}

.card-header h2 {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 700;
}

.card-header h3 {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 20px;
}

.card-body {
    padding: 26px;
}

.form-section {
    padding: 0;
}

.form-section h4 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    color: var(--ad-navy);
    border-bottom: 1px solid var(--ad-border);
    font-family: "Philosopher", Georgia, serif;
    font-size: 26px;
    font-weight: 700;
}

label,
.text-muted {
    color: #344054 !important;
    font-size: 14px;
    font-weight: 700;
}

.form-group {
    margin-bottom: 18px;
}

.input-icon-group {
    position: relative;
}

.form-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    z-index: 2;
    color: var(--ad-gold-dark);
    transform: translateY(-50%);
}

.input-icon-group .form-control {
    padding-left: 42px;
}

.form-control,
input.form-control,
select.form-control,
textarea.form-control {
    width: 100%;
    min-height: 46px;
    color: var(--ad-text);
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    box-shadow: none;
}

.form-control:focus {
    color: var(--ad-text);
    background: #ffffff;
    border-color: var(--ad-gold);
    box-shadow: 0 0 0 4px rgba(245, 180, 0, 0.16);
    outline: 0;
}

.is-invalid,
.form-control.is-invalid {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.text-danger {
    color: #dc2626 !important;
}

.hs_btn_hover-custom,
.btn-danger,
.as_btn,
button[type="submit"].btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 24px;
    color: var(--ad-navy) !important;
    background: var(--ad-gold) !important;
    border: 1px solid var(--ad-gold) !important;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(245, 180, 0, 0.22);
}

.hs_btn_hover-custom:hover,
.btn-danger:hover,
.as_btn:hover,
button[type="submit"].btn:hover {
    color: #ffffff !important;
    background: var(--ad-navy) !important;
    border-color: var(--ad-navy) !important;
}

.custome-entry-text,
.custom-text {
    margin: 36px 0 0;
    padding: 30px;
    color: #344054;
}

.custome-entry-text h1,
.custome-entry-text h2,
.custome-entry-text h3,
.custom-text h1,
.custom-text h2,
.custom-text h3,
.hs_about_heading_wrapper h2,
.hs_blog_cont_heading_wrapper h2 {
    color: var(--ad-navy);
    font-family: "Philosopher", Georgia, serif;
    font-weight: 700;
}

.custome-entry-text h2,
.custome-entry-text h3,
.custom-text h2,
.custom-text h3 {
    margin: 24px 0 10px;
    font-size: 26px;
}

.custome-entry-text p,
.custom-text p {
    margin: 10px 0;
    color: #475467;
}

.custome-entry-text ul,
.custom-text ul,
.hs_blog_cont_heading_wrapper ul,
#result ul {
    padding-left: 22px;
    list-style: disc;
}

.custome-entry-text li,
.custom-text li {
    margin-top: 8px;
}

.hs_about_heading_main_wrapper {
    margin-bottom: 34px;
}

.hs_about_heading_wrapper {
    text-align: center;
}

.hs_about_heading_wrapper h2 {
    margin: 0 0 10px;
    font-size: clamp(30px, 4vw, 44px);
}

.hs_about_heading_wrapper h2 span {
    color: var(--ad-gold-dark);
}

.hs_about_heading_wrapper p {
    color: var(--ad-muted);
}

.hs_contact_title_box_wrapper {
    min-height: 190px;
    padding: 30px 22px;
    text-align: center;
}

.hs_service_icon_wrapper,
.hs_contact_indx_icon_wrapper {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--ad-navy);
    background: #fff3c4;
    border: 1px solid rgba(245, 180, 0, 0.36);
    border-radius: 50%;
    font-size: 24px;
}

.hs_contact_title_box_wrapper p {
    margin: 0;
    color: #344054;
    font-weight: 700;
}

.hs_blog_categories_main_wrapper img,
.hs_blog_box1_img_wrapper img {
    width: 100%;
    border-radius: 10px;
}

.hs_blog_box1_main_wrapper {
    padding: 24px;
}

.hs_blog_box1_cont_main_wrapper {
    padding-top: 22px;
}

.hs_blog_cont_heading_wrapper {
    color: #475467;
}

.hs_blog_cont_heading_wrapper h2 {
    margin: 0 0 16px;
    font-size: clamp(30px, 4vw, 44px);
}

.hs_blog_box1_bottom_cont_main_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid var(--ad-border);
}

.hs_blog_box1_bottom_cont_main_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs_blog_box1_bottom_cont_main_wrapper a {
    color: var(--ad-muted);
}

.hs_blog_box1_bottom_cont_main_wrapper a:hover {
    color: var(--ad-gold-dark);
}

.hs_blog_right_sidebar_main_wrapper {
    padding: 22px;
}

.hs_blog_right_search_wrapper {
    position: relative;
    margin-bottom: 24px;
}

.hs_blog_right_search_wrapper input {
    width: 100%;
    min-height: 46px;
    padding: 10px 48px 10px 14px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
}

.hs_blog_right_search_wrapper button {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 38px;
    height: 38px;
    color: var(--ad-navy);
    background: var(--ad-gold);
    border: 0;
    border-radius: 8px;
}

.hs_blog_right_cate_list_heading_wrapper h2 {
    margin: 20px 0 12px;
    color: var(--ad-navy);
    font-size: 22px;
    font-weight: 900;
}

.hs_blog_right_cate_list_cont_wrapper ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs_blog_right_cate_list_cont_wrapper a {
    display: block;
    padding: 10px 12px;
    color: var(--ad-text);
    background: #fffaf0;
    border-radius: 8px;
}

.hs_blog_right_cate_list_cont_wrapper a:hover {
    color: var(--ad-navy);
    background: #fff0bd;
}

.hs_blog_right_recnt_cont_wrapper {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 14px;
}

.hs_footer_ln_img_wrapper img {
    width: 72px;
    height: 62px;
    object-fit: cover;
    border-radius: 8px;
}

.hs_footer_ln_cont_wrapper h4 {
    margin: 0;
    color: var(--ad-navy);
    font-size: 14px;
    line-height: 1.35;
}

.hs_footer_ln_cont_wrapper p {
    margin: 4px 0 0;
    color: var(--ad-muted);
    font-size: 12px;
}

.filter_data {
    width: 100%;
}

.blog-listing-wrap {
    padding-top: 42px;
    padding-bottom: 58px;
}

.filter_data .blog-posts {
    row-gap: 32px;
}

.filter_data .blog-posts > [class*="col-"] {
    display: flex;
    margin-bottom: 0;
}

.hs_lest_news_box_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
    background: #ffffff;
    border: 1px solid var(--ad-border);
    border-radius: var(--ad-radius);
    box-shadow: var(--ad-shadow);
}

.filter_data .hs_lest_news_box_wrapper {
    margin-bottom: 0;
}

.hs_lest_news_img_wrapper {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef2f7;
}

.hs_lest_news_img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hs_lest_news_cont_wrapper,
.hs_lest_news_cont_bottom {
    padding: 18px;
}

.hs_lest_news_cont_wrapper {
    flex: 1 1 auto;
}

.hs_lest_news_cont_wrapper h5 {
    min-height: 58px;
    margin: 0 0 12px;
    color: var(--ad-navy);
    font-family: "Philosopher", Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.22;
}

.hs_lest_news_cont_wrapper p {
    min-height: 78px;
    margin-bottom: 18px;
    color: #344054;
    font-size: 15px;
    line-height: 1.7;
}

.hs_lest_news_cont_wrapper h4 {
    margin: 0;
}

.hs_lest_news_cont_wrapper h4 a {
    color: var(--ad-navy);
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
}

.hs_lest_news_cont_wrapper h4 a:hover {
    color: var(--ad-gold-dark);
}

.hs_lest_news_cont_bottom {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    border-top: 1px solid #eef2f7;
    background: #fffaf0;
}

.hs_lest_news_cont_bottom p {
    margin: 0;
}

.hs_lest_news_cont_bottom a {
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}

.daily-horoscope-grid {
    padding-top: 38px;
}

.daily-horoscope-intro {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 28px;
    padding: 24px;
    background: linear-gradient(135deg, #fff9dd 0%, var(--ad-logo-green-soft) 100%);
    border: 1px solid rgba(245, 180, 0, 0.34);
    border-radius: 16px;
    box-shadow: 0 14px 38px rgba(11, 22, 51, 0.08);
}

.daily-horoscope-intro img {
    width: 92px;
    height: 92px;
    object-fit: contain;
}

.daily-horoscope-intro h3 {
    margin: 0 0 8px;
    color: var(--ad-navy);
    font-family: "Philosopher", Georgia, serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 700;
}

.daily-horoscope-intro p {
    margin: 0;
    color: #475467;
    font-size: 17px;
}

.cst-card-daily-horo {
    position: relative;
    height: auto;
    min-height: 230px;
    margin-bottom: 28px;
    padding: 0;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 249, 221, 0.86) 0%, rgba(238, 249, 242, 0.92) 100%),
        url("../images/zodiac.png") right -28px bottom -32px / 150px auto no-repeat;
    border: 1px solid rgba(47, 143, 91, 0.18);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(11, 22, 51, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.cst-card-daily-horo:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 180, 0, 0.5);
    box-shadow: 0 20px 44px rgba(11, 22, 51, 0.13);
}

.cst-card-daily-horo .card-boy,
.cst-card-daily-horo a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.cst-card-daily-horo .d-flex {
    align-items: flex-start !important;
    gap: 18px;
    height: 100%;
    padding: 24px;
}

.cst-card-daily-horo .hs_slider_tabs_icon_wrapper {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ad-navy);
    background: #ffffff;
    border: 1px solid rgba(245, 180, 0, 0.42);
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(245, 180, 0, 0.16);
}

.cst-card-daily-horo .hs_slider_tabs_icon_wrapper i:before {
    margin: 0;
    color: var(--ad-gold-dark);
    font-size: 42px;
}

.cst-card-daily-horo .card-title {
    margin: 0 0 10px;
    color: var(--ad-navy);
    font-family: "Philosopher", Georgia, serif;
    font-size: 25px;
    font-weight: 700;
}

.cst-card-daily-horo p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #475467;
    font-size: 15px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.daily-zodiac-heading {
    margin: 0 0 12px !important;
    padding: 16px 18px !important;
    background: linear-gradient(135deg, #fff4bf 0%, var(--ad-gold) 100%) !important;
    border-radius: 12px 12px 0 0;
}

.daily-zodiac-heading h2 {
    margin: 0;
    color: var(--ad-navy);
    font-family: "Philosopher", Georgia, serif;
    font-size: 24px;
    font-weight: 700;
}

.daily-zodiac-tabs {
    padding: 14px;
    background: #ffffff;
    border: 1px solid var(--ad-border);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 14px 34px rgba(11, 22, 51, 0.08);
}

.daily-zodiac-tabs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.daily-zodiac-tabs li {
    margin: 0;
}

.daily-zodiac-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 14px;
    color: var(--ad-navy);
    background: #fff8dc;
    border: 1px solid rgba(245, 180, 0, 0.32);
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.daily-zodiac-tabs a:hover,
.daily-zodiac-tabs .active-cs a {
    color: #ffffff !important;
    background: var(--ad-logo-green);
    border-color: var(--ad-logo-green);
}

.as_menu > ul > li > .as_submenu {
    min-width: 270px;
}

.as_menu > ul > li > .as_submenu li a {
    gap: 8px;
    white-space: normal;
}

.rudraank-content-page,
.rudraank-services-page {
    padding: 70px 0;
    background:
        radial-gradient(circle at 10% 12%, rgba(47, 143, 91, 0.12) 0, rgba(47, 143, 91, 0) 28%),
        radial-gradient(circle at 90% 8%, rgba(245, 180, 0, 0.22) 0, rgba(245, 180, 0, 0) 30%),
        linear-gradient(135deg, #fffdf4 0%, #fff6d6 52%, #eef9f2 100%);
}

.rudraank-content-shell,
.rudraank-section-intro,
.rudraank-service-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(245, 180, 0, 0.34);
    border-radius: 18px;
    box-shadow: 0 20px 54px rgba(11, 22, 51, 0.1);
}

.rudraank-content-shell {
    overflow: hidden;
}

.rudraank-content-hero {
    padding: 42px;
    color: var(--ad-navy);
    background:
        radial-gradient(circle at 88% 18%, rgba(47, 143, 91, 0.16) 0, rgba(47, 143, 91, 0) 28%),
        linear-gradient(135deg, #fff4bf 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(245, 180, 0, 0.26);
}

.rudraank-eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 14px;
    color: var(--ad-logo-green);
    background: #eef9f2;
    border: 1px solid rgba(47, 143, 91, 0.18);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.rudraank-content-hero h1,
.rudraank-section-intro h1 {
    margin: 0 0 14px;
    color: var(--ad-navy);
    font-family: "Philosopher", Georgia, serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.1;
}

.rudraank-content-hero p,
.rudraank-section-intro p {
    max-width: 820px;
    margin: 0 0 22px;
    color: #475467;
    font-size: 17px;
    line-height: 1.8;
}

.rudraank-content-body {
    padding: 42px;
}

.rudraank-content-body h2 {
    margin: 34px 0 14px;
    padding: 15px 18px;
    color: var(--ad-navy);
    background: linear-gradient(135deg, #eef9f2 0%, #ffffff 100%);
    border: 1px solid rgba(47, 143, 91, 0.18);
    border-left: 5px solid var(--ad-logo-green);
    border-radius: 12px;
    font-family: "Philosopher", Georgia, serif;
    font-size: 28px;
    font-weight: 700;
}

.rudraank-content-body h2:first-child {
    margin-top: 0;
}

.rudraank-content-body p {
    margin: 0 0 18px;
    color: #344054;
    font-size: 17px;
    line-height: 1.85;
}

.rudraank-check-list {
    display: grid;
    gap: 12px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.rudraank-check-list li {
    position: relative;
    padding: 13px 16px 13px 44px;
    color: #344054;
    background: #fffaf0;
    border: 1px solid rgba(245, 180, 0, 0.24);
    border-radius: 12px;
}

.rudraank-check-list li:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 18px;
    width: 10px;
    height: 10px;
    background: var(--ad-gold);
    border: 3px solid rgba(47, 143, 91, 0.22);
    border-radius: 50%;
}

.rudraank-section-intro {
    margin-bottom: 30px;
    padding: 34px;
}

.rudraank-service-card {
    min-height: 340px;
    margin-bottom: 30px;
    padding: 30px;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.rudraank-service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(47, 143, 91, 0.42);
    box-shadow: 0 26px 64px rgba(11, 22, 51, 0.14);
}

.rudraank-service-icon {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--ad-gold) 0%, #ffd966 100%);
    border-radius: 16px;
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.22), 0 12px 24px rgba(245, 180, 0, 0.18);
}

.rudraank-service-icon img {
    max-width: 38px;
    filter: brightness(0) invert(1);
}

.rudraank-service-card h3 {
    margin: 0 0 12px;
    color: var(--ad-navy);
    font-family: "Philosopher", Georgia, serif;
    font-size: 25px;
    font-weight: 700;
}

.rudraank-service-card p {
    min-height: 104px;
    color: #475467;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .rudraank-content-page,
    .rudraank-services-page {
        padding: 42px 0;
    }

    .rudraank-content-hero,
    .rudraank-content-body,
    .rudraank-section-intro,
    .rudraank-service-card {
        padding: 24px;
    }
}

/* Home page warm brand palette */
body.home-page {
    background: #fffaf0;
}

body.home-page .as_banner_wrapper.as_video_banner_wrapper::before {
    content: "";
    inset: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(3, 8, 24, 0.18) 0%, rgba(3, 8, 24, 0.38) 100%);
}

body.home-page .as_video_banner_wrapper .as_banner_detail h5 {
    color: var(--ad-navy);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(245, 180, 0, 0.42);
}

body.home-page .as_video_banner_wrapper .as_banner_detail h1,
body.home-page .as_video_banner_wrapper .as_banner_detail p {
    color: var(--ad-navy);
    text-shadow: 0 2px 16px rgba(255, 255, 255, 0.42);
}

body.home-page .as_about_wrapper,
body.home-page .as_customer_wrapper,
body.home-page .as_blog_wrapper,
body.home-page .as_product_wrapper {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 10%, rgba(245, 180, 0, 0.18) 0, rgba(245, 180, 0, 0) 24%),
        radial-gradient(circle at 10% 85%, rgba(47, 143, 91, 0.1) 0, rgba(47, 143, 91, 0) 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 250, 240, 0.96) 100%),
        #fffaf0 !important;
}

body.home-page .as_service_wrapper,
body.home-page .as_zodiac_sign_wrapper,
body.home-page .as_know_sign_wrapper,
body.home-page .as_whychoose_wrapper,
body.home-page .as_overview_wrapper {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 16%, rgba(47, 143, 91, 0.16) 0, rgba(47, 143, 91, 0) 27%),
        radial-gradient(circle at 88% 18%, rgba(245, 180, 0, 0.32) 0, rgba(245, 180, 0, 0) 30%),
        linear-gradient(135deg, #ffe075 0%, #fff6c8 48%, #eef9f2 100%) !important;
}

body.home-page .as_service_wrapper:before,
body.home-page .as_zodiac_sign_wrapper:before,
body.home-page .as_know_sign_wrapper:before,
body.home-page .as_whychoose_wrapper:before,
body.home-page .as_overview_wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(45deg, rgba(255, 255, 255, 0.24) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255, 255, 255, 0.18) 25%, transparent 25%);
    background-position: 0 0, 0 14px;
    background-size: 28px 28px;
    opacity: 0.26;
}

body.home-page .as_about_wrapper:before,
body.home-page .as_customer_wrapper:before,
body.home-page .as_blog_wrapper:before,
body.home-page .as_product_wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(245, 180, 0, 0.16) 1px, transparent 1px),
        linear-gradient(135deg, rgba(47, 143, 91, 0.08) 0, rgba(47, 143, 91, 0) 36%);
    background-position: 0 0, center;
    background-size: 24px 24px, cover;
    opacity: 0.34;
}

body.home-page .as_service_wrapper > .container,
body.home-page .as_zodiac_sign_wrapper > .container,
body.home-page .as_know_sign_wrapper > .container,
body.home-page .as_whychoose_wrapper > .container,
body.home-page .as_overview_wrapper > .container {
    position: relative;
    z-index: 1;
}

body.home-page .as_about_wrapper > .container,
body.home-page .as_customer_wrapper > .container,
body.home-page .as_blog_wrapper > .container,
body.home-page .as_product_wrapper > .container {
    position: relative;
    z-index: 1;
}

body.home-page .as_zodiac_sign_wrapper {
    background:
        radial-gradient(circle at 12% 10%, rgba(47, 143, 91, 0.2) 0, rgba(47, 143, 91, 0) 28%),
        radial-gradient(circle at 88% 18%, rgba(245, 180, 0, 0.36) 0, rgba(245, 180, 0, 0) 30%),
        linear-gradient(135deg, #ffe075 0%, #fff6c8 48%, #eef9f2 100%) !important;
}

body.home-page .as_zodiac_sign_wrapper .as_heading:after {
    border-bottom-color: var(--ad-logo-green);
}

body.home-page .as_service_wrapper .as_service_box,
body.home-page .as_know_sign_wrapper .as_sign_form,
body.home-page .as_whychoose_wrapper .as_whychoose_box,
body.home-page .as_overview_wrapper .as_overview_inner {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.88) !important;
    border: 1px solid rgba(245, 180, 0, 0.34);
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(11, 22, 51, 0.09);
}

body.home-page .as_service_wrapper .as_service_box:before,
body.home-page .as_know_sign_wrapper .as_sign_form:before,
body.home-page .as_whychoose_wrapper .as_whychoose_box:before,
body.home-page .as_overview_wrapper .as_overview_inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--ad-gold) 0%, var(--ad-logo-green) 100%);
}

body.home-page .as_service_wrapper .as_service_box:hover,
body.home-page .as_whychoose_wrapper .as_whychoose_box:hover,
body.home-page .as_overview_wrapper .as_overview_inner:hover {
    transform: translateY(-4px);
    border-color: rgba(47, 143, 91, 0.42);
    box-shadow: 0 24px 58px rgba(11, 22, 51, 0.13);
}

body.home-page .as_service_wrapper .as_service_box,
body.home-page .as_whychoose_wrapper .as_whychoose_box,
body.home-page .as_overview_wrapper .as_overview_inner {
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.home-page .as_whychoose_wrapper .as_number > span,
body.home-page .as_whychoose_wrapper .as_number > span span {
    z-index: 2;
    color: #ffffff !important;
    font-weight: 800;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

body.home-page .as_whychoose_wrapper .as_whychoose_box {
    min-height: 210px;
    padding: 26px 20px 20px;
}

body.home-page .as_whychoose_wrapper .as_number {
    width: 104px;
}

body.home-page .as_whychoose_wrapper .as_number img {
    position: relative;
    z-index: 1;
    opacity: 0.72;
}

body.home-page .as_whychoose_wrapper .as_whychoose_box .as_number > span {
    font-size: 22px;
}

body.home-page .as_whychoose_wrapper .as_whychoose_box h4 {
    min-height: 48px;
    margin: 18px 0 8px;
    color: var(--ad-navy);
    font-family: "Inter", Arial, sans-serif;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
}

body.home-page .as_about_slider .as_aboutimg,
body.home-page .as_blog_wrapper .as_blog_box,
body.home-page .as_product_wrapper .as_product_box {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(245, 180, 0, 0.32);
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(11, 22, 51, 0.09);
}

body.home-page .as_blog_wrapper .as_blog_box,
body.home-page .as_product_wrapper .as_product_box {
    padding: 16px;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.home-page .as_about_slider .as_aboutimg:before,
body.home-page .as_blog_wrapper .as_blog_box:before,
body.home-page .as_product_wrapper .as_product_box:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52);
}

body.home-page .as_about_slider .as_aboutimg img,
body.home-page .as_blog_wrapper .as_blog_img img,
body.home-page .as_product_wrapper .as_product_img img {
    border-radius: 14px;
}

body.home-page .as_blog_wrapper .as_blog_box:hover,
body.home-page .as_product_wrapper .as_product_box:hover {
    transform: translateY(-4px);
    border-color: rgba(47, 143, 91, 0.42);
    box-shadow: 0 24px 58px rgba(11, 22, 51, 0.13);
}

body.home-page .as_product_wrapper .as_product_img {
    margin-bottom: 16px;
    border-radius: 14px;
}

body.home-page .as_blog_wrapper .as_blog_img {
    margin-bottom: 28px;
    border-radius: 14px;
}

body.home-page .as_blog_wrapper .as_blog_img img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

body.home-page .as_blog_wrapper .as_blog_box .as_subheading a {
    color: inherit;
    text-decoration: none;
}

body.home-page .as_blog_wrapper .as_blog_box p {
    min-height: 74px;
}

body.home-page .home-blog-read-more {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    color: var(--ad-gold-dark);
    font-weight: 800;
    text-decoration: none;
}

body.home-page .home-blog-read-more:hover {
    color: var(--ad-logo-green);
}

body.home-page .as_product_wrapper .as_product_box .as_subheading,
body.home-page .as_blog_wrapper .as_blog_box .as_subheading {
    color: var(--ad-navy);
}

body.home-page .as_product_wrapper .as_price,
body.home-page .as_blog_wrapper .as_blog_box ul li a {
    color: #475467;
}

body.home-page .as_heading,
body.home-page .as_subheading,
body.home-page .as_service_box .as_subheading,
body.home-page .as_sign_box h5 {
    color: var(--ad-navy);
}

body.home-page p,
body.home-page .as_font14,
body.home-page .as_service_box p,
body.home-page .as_sign_box p {
    color: #475467;
}

body.home-page .as_contact_expert,
body.home-page .as_service_box,
body.home-page .as_zodiac_inner,
body.home-page .as_sign_box,
body.home-page .as_customer_box,
body.home-page .as_overview_inner {
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid rgba(245, 180, 0, 0.32);
    box-shadow: 0 16px 42px rgba(11, 22, 51, 0.08);
}

body.home-page .as_zodiac_inner {
    padding: 34px 28px;
    background: rgba(255, 255, 255, 0.72) !important;
    border: 1px solid rgba(245, 180, 0, 0.42);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(11, 22, 51, 0.1);
    backdrop-filter: blur(4px);
}

body.home-page .as_sign_img {
    max-width: 520px;
    margin: 20px auto;
    padding: 22px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.58) 68%, rgba(255, 255, 255, 0) 69%);
    border-radius: 50%;
}

body.home-page .as_sign_img img {
    opacity: 0.82;
    filter: sepia(0.24) saturate(1.1) hue-rotate(344deg);
}

body.home-page .as_sign_ul li {
    margin-top: 34px;
}

body.home-page .as_sign_box {
    width: 100%;
    max-width: 280px;
    min-height: 92px;
    padding: 12px 18px;
    border-color: rgba(245, 180, 0, 0.38);
    border-radius: 16px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.home-page .as_sign_box:before,
body.home-page .as_sign_box:after,
body.home-page .as_sign_box .as_sign:before,
body.home-page .as_sign_box .as_sign:after {
    display: none !important;
    content: none !important;
}

body.home-page .as_sign_box > a {
    width: 100%;
    gap: 16px;
}

body.home-page .as_sign_box .as_sign {
    width: 66px;
    height: 66px;
    min-width: 66px;
    margin-right: 0;
    background: linear-gradient(135deg, var(--ad-gold) 0%, #ffd966 100%) !important;
    border: 1px solid rgba(245, 180, 0, 0.58);
    border-radius: 14px;
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.22), 0 10px 20px rgba(245, 180, 0, 0.18);
}

body.home-page .as_sign_box .as_sign img {
    max-width: 34px;
    filter: brightness(0) invert(1);
}

body.home-page .as_sign_box:hover {
    border-color: rgba(47, 143, 91, 0.5);
    box-shadow: 0 20px 44px rgba(47, 143, 91, 0.14);
}

body.home-page .as_sign_box:hover .as_sign {
    background: linear-gradient(135deg, var(--ad-logo-green) 0%, #53b27a 100%) !important;
    border-color: rgba(47, 143, 91, 0.6);
}

body.home-page .as_contact_expert h5,
body.home-page .as_white {
    color: var(--ad-navy) !important;
}

body.home-page .as_contact_expert .as_icon,
body.home-page .as_service_box .as_icon,
body.home-page .as_sign_box .as_sign,
body.home-page .as_customer_img {
    background: var(--ad-gold) !important;
}

body.home-page .as_service_box .as_icon:after,
body.home-page .as_contact_expert .as_icon:before,
body.home-page .as_sign_box .as_sign:after,
body.home-page .as_sign_box .as_sign:before {
    border-color: rgba(245, 180, 0, 0.5) !important;
}

body.home-page .as_service_box:hover .as_icon,
body.home-page .as_sign_box:hover .as_sign {
    background: var(--ad-logo-green) !important;
}

body.home-page .as_zodiac_sign_wrapper .as_sign_box .as_sign {
    background: linear-gradient(135deg, var(--ad-gold) 0%, #ffd966 100%) !important;
}

body.home-page .as_zodiac_sign_wrapper .as_sign_box:hover .as_sign {
    background: linear-gradient(135deg, var(--ad-logo-green) 0%, #53b27a 100%) !important;
}

body.home-page .as_link,
body.home-page .as_orange {
    color: var(--ad-gold-dark) !important;
}

body.home-page .as_customer_slider .slick-arrow {
    width: 54px;
    height: 54px;
    min-width: 54px;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: transparent;
    font-size: 0;
    line-height: 0;
    background: var(--ad-gold) !important;
    border: 1px solid rgba(245, 180, 0, 0.72) !important;
    border-radius: 50%;
    box-shadow: 0 16px 34px rgba(245, 180, 0, 0.24);
}

body.home-page .as_customer_slider .slick-arrow:before,
body.home-page .as_customer_slider .slick-arrow:after {
    display: none !important;
    content: none !important;
}

body.home-page .as_customer_slider .slick-arrow span {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.home-page .as_customer_slider .slick-arrow span svg {
    width: 13px;
    height: 16px;
}

body.home-page .as_customer_slider .slick-arrow span svg path {
    fill: var(--ad-navy) !important;
}

body.home-page .as_customer_slider .slick-arrow:hover,
body.home-page .as_customer_slider .slick-arrow:focus {
    background: var(--ad-logo-green) !important;
    border-color: var(--ad-logo-green) !important;
    box-shadow: 0 18px 38px rgba(31, 122, 82, 0.22);
}

body.home-page .as_customer_slider .slick-arrow:hover span svg path,
body.home-page .as_customer_slider .slick-arrow:focus span svg path {
    fill: #ffffff !important;
}

body.home-page .as_customer_slider .slick-arrow.slick-prev {
    left: -78px;
}

body.home-page .as_customer_slider .slick-arrow.slick-next {
    right: -78px;
}

body.home-page .as_customer_wrapper {
    background:
        radial-gradient(circle at 16% 18%, rgba(47, 143, 91, 0.12) 0, rgba(47, 143, 91, 0) 28%),
        radial-gradient(circle at 86% 12%, rgba(245, 180, 0, 0.22) 0, rgba(245, 180, 0, 0) 30%),
        linear-gradient(135deg, #fffdf4 0%, #fff7d8 58%, #eef9f2 100%) !important;
}

body.home-page .as_customer_slider {
    margin: 34px 82px 0;
}

body.home-page .as_customer_slider .slick-list {
    padding: 46px 0 18px;
}

body.home-page .as_customer_slider .slick-slide {
    padding: 0 18px;
}

body.home-page .as_customer_box {
    min-height: 250px;
    margin: 0;
    padding: 38px 38px 34px;
    overflow: visible;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(245, 180, 0, 0.38);
    border-radius: 18px;
    box-shadow: 0 20px 54px rgba(11, 22, 51, 0.1);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.home-page .as_customer_box:hover {
    transform: translateY(-4px);
    border-color: rgba(47, 143, 91, 0.42);
    box-shadow: 0 26px 64px rgba(11, 22, 51, 0.14);
}

body.home-page .as_customer_box:before {
    display: none !important;
    content: none !important;
}

body.home-page .as_customer_box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 18px 18px 0 0;
    background: linear-gradient(90deg, var(--ad-gold) 0%, var(--ad-logo-green) 100%);
}

body.home-page .as_customer_box .as_customer_img {
    display: none !important;
}

body.home-page .as_customer_box p:first-of-type {
    max-width: 620px;
    margin: 0 auto !important;
    color: #475467;
    font-size: 15px;
    line-height: 1.8;
}

body.home-page .as_customer_box h3 {
    margin: 22px 0 4px;
    color: var(--ad-navy);
    font-size: 22px;
    font-weight: 700;
}

body.home-page .as_customer_box h3 + p {
    color: var(--ad-logo-green);
    font-weight: 700;
}

body.home-page .as_customer_slider .slick-dots {
    margin-top: 34px;
}

body.home-page .as_customer_slider .slick-arrow {
    top: 54%;
}

@media (max-width: 1199px) {
    body.home-page .as_customer_slider {
        margin-left: 56px;
        margin-right: 56px;
    }

    body.home-page .as_customer_slider .slick-arrow.slick-prev {
        left: -58px;
    }

    body.home-page .as_customer_slider .slick-arrow.slick-next {
        right: -58px;
    }
}

@media (max-width: 991px) {
    body.home-page .as_customer_slider {
        margin-left: 0;
        margin-right: 0;
    }
}

.table,
.table-bordered {
    background: #ffffff;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    color: #344054;
    border-color: #e4e7ec;
}

.as_footer_wrapper {
    color: rgba(255, 255, 255, 0.78);
    background: var(--ad-navy);
}

.as_newsletter_wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.as_footer_wrapper .as_heading,
.as_footer_heading {
    color: #ffffff;
}

.as_newsletter_wrapper p,
.as_footer_widget p,
.as_footer_widget a,
.as_contact_list p,
.as_contact_list a {
    color: rgba(255, 255, 255, 0.76);
}

.as_newsletter_box {
    background: #ffffff;
    border: 1px solid rgba(245, 180, 0, 0.3);
    border-radius: 999px;
}

.as_newsletter_box .form-control {
    color: var(--ad-text);
    background: transparent;
    border: 0;
}

.as_footer_widget ul {
    padding-left: 0;
    list-style: none;
}

.as_footer_widget li {
    margin-bottom: 10px;
}

.as_footer_widget a:hover,
.as_contact_list a:hover {
    color: var(--ad-gold);
}

.as_share_box ul {
    display: flex;
    gap: 10px;
}

.as_share_box li a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(245, 180, 0, 0.24);
    border-radius: 50%;
}

.as_copyright_wrapper {
    color: rgba(255, 255, 255, 0.72);
    background: #070f24;
}

.as_copyright_wrapper p {
    margin: 0;
    padding: 18px 0;
}

.as_logo {
    padding: 8px 20px;
}

.as_header_detail {
    width: calc(100% - 150px);
}

.as_info_detail {
    padding-right: 24px;
}

.as_info_detail ul li {
    padding: 7px 16px;
}

.as_menu_wrapper {
    padding-right: 24px;
}

.as_menu > ul > li {
    margin: 0 10px;
}

.as_menu > ul > li > a {
    padding: 13px 0;
}

.as_footer_wrapper.as_padderTop80 {
    padding-top: 48px;
}

.as_newsletter_wrapper.as_padderBottom60 {
    padding-bottom: 34px;
}

.as_footer_inner.as_padderTop50 {
    padding-top: 28px;
}

.as_footer_inner.as_padderBottom80 {
    padding-bottom: 44px;
}

.modal-content {
    border: 0;
    border-radius: var(--ad-radius);
    box-shadow: var(--ad-shadow);
}

.modal-header {
    color: #ffffff;
    background: var(--ad-navy);
    border-bottom: 3px solid var(--ad-gold);
}

@media (min-width: 1400px) and (max-width: 1810px) {
    .as_logo {
        padding: 8px 20px;
    }
}

@media (max-width: 1199px) {
    .as_info_detail {
        align-items: flex-start;
        flex-direction: column;
    }

    .as_right_info {
        width: 100%;
        justify-content: space-between;
    }

    .as_menu > ul > li > a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .as_header_wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 72px;
    }

    .as_logo {
        flex: 0 0 auto;
        justify-content: space-between;
        min-width: 0;
        padding: 8px 16px;
        border-right: 0;
        border-bottom: 0;
    }

    .as_logo img {
        width: 92px;
        max-height: 58px;
    }

    .as_header_detail {
        width: auto;
        flex: 0 0 auto;
    }

    .as_info_detail {
        display: none;
    }

    .as_menu_wrapper {
        min-height: 0;
        padding: 0 16px 0 0;
        border-top: 0;
        justify-content: flex-end;
    }

    .astro-language-toggle-mobile {
        display: inline-flex;
        margin-left: auto;
        margin-right: 12px;
    }

    .as_toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        background: var(--ad-navy);
        border-radius: 12px;
        box-shadow: 0 10px 22px rgba(11, 22, 51, 0.18);
    }

    .as_toggle img {
        max-width: 22px;
        filter: brightness(0) invert(1);
    }

    .as_menu {
        position: fixed;
        top: 0;
        left: -310px;
        width: 300px;
        max-width: calc(100vw - 40px);
        height: 100vh;
        overflow-y: auto;
        padding: 24px 18px;
        background: #ffffff;
        box-shadow: var(--ad-shadow);
        transition: left 0.25s ease;
    }

    .menu_open .as_menu {
        left: 0;
    }

    .as_menu > ul {
        display: grid;
        gap: 4px;
    }

    .as_menu > ul > li > a {
        width: 100%;
        padding: 12px 8px;
    }

    .as_menu > ul > li > .as_submenu,
    .as_menu > ul > li .as_submenu {
        position: static;
        width: 100%;
        max-height: none;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin: 0 0 10px;
        padding: 8px;
        box-shadow: none;
        border-radius: 8px;
        background: #fffaf0;
    }

    .as_menu ul li .as_submenu.active {
        display: block;
    }

    .as_search_wrapper {
        margin-left: auto;
    }

    .hs_indx_title_main_wrapper {
        padding: 34px 0;
    }

    .hs_indx_title_right_wrapper {
        justify-content: flex-start;
        margin-top: 16px;
    }

    .hs_blog_box1_bottom_cont_main_wrapper {
        align-items: flex-start;
        flex-direction: column;
    }

    body.home-page .as_sign_ul li,
    body.home-page .as_sign_ul li:first-child,
    body.home-page .as_sign_ul li:last-child,
    body.home-page .as_sign_ul li:nth-child(2),
    body.home-page .as_sign_ul li:nth-child(5),
    body.home-page .as_sign_ul.as_sign_ul_right li:first-child,
    body.home-page .as_sign_ul.as_sign_ul_right li:last-child,
    body.home-page .as_sign_ul.as_sign_ul_right li:nth-child(2),
    body.home-page .as_sign_ul.as_sign_ul_right li:nth-child(5) {
        transform: none;
    }

    body.home-page .as_sign_box,
    body.home-page .as_sign_ul_right .as_sign_box {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    body.home-page .as_video_banner_wrapper {
        min-height: 470px;
    }

    body.home-page .as_video_banner_wrapper .as_banner_detail {
        padding: 34px 18px 42px;
    }

    body.home-page .as_video_banner_wrapper .as_banner_detail h5 {
        width: auto;
        margin-bottom: 24px;
        padding: 9px 18px;
        font-size: 18px;
        line-height: 1.2;
    }

    body.home-page .as_video_banner_wrapper .as_banner_detail h1 {
        max-width: 420px;
        margin: 0 auto 18px;
        font-size: clamp(31px, 8vw, 40px);
        line-height: 1.18;
    }

    body.home-page .as_video_banner_wrapper .as_banner_detail p {
        max-width: 390px;
        margin: 0 auto 28px;
        font-size: 16px;
        line-height: 1.55;
    }

    body.home-page .as_video_banner_wrapper .as_banner_detail .as_btn {
        min-width: 190px;
        min-height: 48px;
    }

    .container {
        width: 100%;
        max-width: 100%;
    }

    .hs_kd_sidebar_main_wrapper,
    .hs_num_sidebar_main_wrapper,
    .hs_blog_categories_main_wrapper,
    .hs_contact_tittle_main_wrapper {
        padding: 42px 0;
    }

    .card-body,
    .cst-card,
    .custome-entry-text,
    .custom-text,
    .hs_blog_box1_main_wrapper,
    .hs_blog_right_sidebar_main_wrapper {
        padding: 20px;
    }

    .card-header,
    .kundalimatchheader {
        padding: 20px;
    }

    .form-section h4 {
        font-size: 22px;
    }

    .card .row > [class*="col-"],
    form .row > [class*="col-"] {
        margin-bottom: 12px;
    }

    .hs_indx_title_right_wrapper ul {
        border-radius: 10px;
    }

    .as_newsletter_box {
        align-items: stretch;
        flex-direction: column;
        padding: 8px;
        border-radius: 10px;
    }

    .as_newsletter_box .as_btn {
        width: 100%;
    }

    .hs_lest_news_cont_wrapper h5,
    .hs_lest_news_cont_wrapper p {
        min-height: 0;
    }

    .hs_lest_news_cont_bottom {
        grid-template-columns: 1fr;
    }
}

.astro-bottom-actions {
    position: fixed;
    right: 18px;
    z-index: 1030;
    display: flex;
    flex-direction: column;
    width: 58px;
    gap: 10px;
    transform: translateY(-50%);
    bottom: 10px;
}

.astro-bottom-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    min-height: 58px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    box-shadow: 0 12px 28px rgba(16, 24, 50, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.astro-bottom-action svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.astro-bottom-action:hover,
.astro-bottom-action:focus {
    color: #fff;
    text-decoration: none;
    transform: translateX(-4px);
    box-shadow: 0 16px 34px rgba(16, 24, 50, 0.3);
}

.astro-bottom-call {
    background: linear-gradient(135deg, #ffb400 0%, #ff6b00 100%);
}

.astro-bottom-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #079b50 100%);
}

.astro-bottom-form {
    background: linear-gradient(135deg, #7c3aed 0%, #e11d48 100%);
}

.astro-enquiry-card {
    margin: 20px 0 40px;
    padding: 34px;
    border: 1px solid rgba(245, 180, 0, 0.25);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(255, 248, 220, 0.98) 0%, rgba(255, 255, 255, 0.96) 52%, rgba(238, 249, 242, 0.96) 100%);
    box-shadow: 0 16px 42px rgba(16, 24, 50, 0.13);
}

.astro-enquiry-card h3 {
    margin-top: 0;
    color: #101832;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
}

.astro-enquiry-card p,
.modal-body .astro-enquiry-message + .astro-enquiry-form {
    font-size: 15px;
}

#astro_enquiry_modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 247, 210, 0.98) 0%, rgba(255, 255, 255, 0.98) 58%, rgba(235, 247, 240, 0.98) 100%);
}

#astro_enquiry_modal .modal-dialog {
    align-items: flex-start;
    height: auto;
    min-height: calc(100vh - 140px);
    margin: 120px auto 30px;
}

#astro_enquiry_modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 0;
    background: linear-gradient(135deg, #101832 0%, #213b2b 100%);
}

#astro_enquiry_modal .modal-title {
    margin: 0;
    text-align: left;
}

#astro_enquiry_modal .modal-header h4,
#astro_enquiry_modal .modal-header .close {
    color: #fff;
}

#astro_enquiry_modal .modal-header .close {
    flex: 0 0 auto;
    margin: 0;
    order: 2;
}

#astro_enquiry_modal .modal-body {
    padding: 26px;
}

.astro-enquiry-message {
    display: none;
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 600;
}

.astro-enquiry-message.success,
.astro-enquiry-message.error {
    display: block;
}

.astro-enquiry-message.success {
    color: #126032;
    background: #e7f8ee;
}

.astro-enquiry-message.error {
    color: #8a1f11;
    background: #fdecea;
}

.astro-enquiry-form label {
    color: #101832;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
}

.astro-enquiry-form .form-control {
    height: 50px;
    border: 1px solid #d9dfeb;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: #101832;
    font-size: 15px;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.astro-enquiry-form .form-control:focus {
    border-color: #f5b400;
    box-shadow: 0 0 0 3px rgba(245, 180, 0, 0.18);
}

.astro-enquiry-form .as_btn {
    border: 0;
    min-width: 150px;
    font-weight: 800;
    letter-spacing: 0.3px;
    background: linear-gradient(135deg, #f5b400 0%, #ff7a00 100%) !important;
    box-shadow: 0 12px 24px rgba(245, 180, 0, 0.25);
}

@media (max-width: 575px) {
    .astro-bottom-actions {
        right: 10px;
        bottom: 16px;
        width: 44px;
        gap: 8px;
        transform: none;
    }

    .astro-bottom-action {
        width: 44px;
        min-height: 44px;
        font-size: 18px;
        box-shadow: 0 10px 22px rgba(16, 24, 50, 0.2);
    }

    .astro-bottom-action svg {
        width: 20px;
        height: 20px;
    }

    .astro-enquiry-card {
        padding: 22px;
    }

    #astro_enquiry_modal .modal-dialog {
        width: calc(100% - 24px);
        min-height: auto;
        margin: 86px auto 24px;
    }
}
