/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 Oct, 2022, 3:19:14 PM
    Author     : ADMIN
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #7a7a7a;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    background-color: #0f1014;
    line-height: normal;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

button {
    border: none;
}


/* #floating Form
================================================== */
input {
    border: none;
    width: 100%;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 2px 0 0 rgba(208, 218, 229, 0.30);

}
textarea{
    border: none;
    width: 100%;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 2px 0 0 rgba(208, 218, 229, 0.30);
}
.floating-label {
    position: relative;
    margin-bottom: 25px;
}
.floating-input, .floating-select {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.67;
    color: #13171B;
    padding: 20px 20px 5px 20px;
    display: block;
    width: 100%;
    height: 56px;
    background: #fff; 
    border-radius: 16px;
}
.floating-input:focus, .floating-select:focus, .floating-textarea:focus{
    outline: none;
}
.floating-input:disabled{
    border: solid 1.5px #f2d95e;
}
.floating-form .floating-label label {
    font-size: 14px;
    color: #757A81;
    font-weight: 500;
    position: absolute;
    pointer-events: none;
    top: 21px;
    left: 20px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: 12px;
    font-size: 11px;
    color: #757A81;
    margin-top: 0; 
}
.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: 12px;
    font-size: 11px;
    color: #757A81;
}
/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%; 
}
.floating-textarea {
    min-height: 120px;
    max-height: 200px;
    overflow: hidden;
    overflow-x: hidden;
    padding: 20px 20px 5px 20px;
    line-height: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.67;
    color: #13171B;
    padding: 25px 20px 5px 20px;
    display: block;
    width: 100%;
    background: #fff; 
    border-radius: 16px;
}
.floating-textarea:focus ~ label, .floating-textarea:not([value=""]):valid ~ label {
    top: 12px;
    font-size: 11px;
    color: #757A81;
}
/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; 
}

/* #header
================================================== */
.header_section {
    border-bottom: 1px solid #EEE;
    background: #FFF;
    position: sticky;
    top: 0;
    z-index: 999;
}
.header_section .custom_menu-btn {
    /*z-index: 9;*/
    position: absolute;
    right: 0px;
    top: 11px;
}

.header_section .custom_menu-btn button {
    background-color: transparent;
}

.header_section .custom_menu-btn span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #111827;
    margin: 5px auto;
    transition: all 0.3s;
}

.header_section .custom_menu-btn span.s-2 {
    width: 26px;
}

.header_section .custom_menu-btn .custom_menu-btn .s-2 {
    transition: all 0.1s;
}

.header_section .menu_btn-style button span {
    margin: 8px -8px 8px 11px;
}

.header_section .menu_btn-style button {
    position: fixed;
    right: 30px;
    top: 13px;
}

.header_section .menu_btn-style button .s-1 {
    transform: rotate(45deg) translateY(13px);
    width: 26px;
}

.header_section .menu_btn-style button .s-2 {
    transform: translateX(100px);
    width: 26px;
}

.header_section .menu_btn-style button .s-3 {
    transform: rotate(-45deg) translateY(-14px);
    width: 26px;
}

.header_section .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 500px;
}

.header_section .overlay .closebtn {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 60px;
}


.header_section .overlay .links a {
    padding: 14px 0px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    padding-left: 30px;
    color: #111827;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}
.header_section .overlay .links select.form-control{
    width: auto;
    border: 0;
    padding: 0;
    color: #041224;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
}


.header_section .overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    margin-top: 0px;
    height: calc(100% - 130px);
    overflow-y: auto;
}

/* Sidebar Custom UI */
.sidebar-header {
    padding: 24px 20px;
    border-bottom: 1px solid #F5F5F5;
}
.sidebar-brand h4 {
    color: #5B42E8;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.sidebar-brand p {
    color: #636770;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.sidebar-header .close-btn {
    position: relative;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F8F9FA;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: unset;
}
.custom-sidebar-links {
    padding: 0 20px;
}
.custom-sidebar-links .nav-link {
    padding: 16px 0 !important;
    color: #111827 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-bottom: 1px solid #eee !important;
    padding-left: 0 !important;
}
.custom-sidebar-links .nav-val {
    color: #111827;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.custom-sidebar-links .chevron-icon {
    transition: transform 0.3s ease;
}
.custom-sidebar-links .nav-link[aria-expanded="true"] .chevron-icon {
    transform: rotate(180deg);
}
.custom-sidebar-links .sub-links {
    padding-left: 0;
}
.custom-sidebar-links .sub-link {
    padding: 12px 0 12px 0 !important;
    font-size: 16px !important;
    font-weight: 400;
    color: #111827 !important;
    border-bottom: 0 !important;
}
.sidebar-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F8F9FA;
    padding: 16px 20px;
    text-align: center;
    border-top: 1px solid #F0F0F0;
}
.sidebar-footer p {
    color: #6B7280;
    font-size: 11px;
    font-weight: 500;
}

.header_section .overlay .add-content .add-box {
    margin-bottom: 25px;
}

.header_section .overlay .add-content h4 {
    font-size: 32px;
    line-height: 1.5;
    color: #23252b;
    font-weight: 700;
    padding-bottom: 5px;
}

.header_section .overlay .add-content p {
    font-size: 15px;
    line-height: 2;
    color: #23252b;
    max-width: 300px;
}

.header_section .overlay .add-content ul {
    margin: 0px 0 15px;
    display: flex;
    align-items: center;
}



.header_section .menu_width {
    width: 100%;
}
.header_section .logo{
    padding: 20px 30px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.03);


}
.overlay {
    width: 0;
    transition: 0.4s ease;
    position: fixed;
}

.menu-open {
    overflow: hidden; /* stop background scroll */
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
}
.header_section .custom_nav-container {
    /*z-index: 99999;*/
    padding: 10px 0;
}

.user_option {
    margin-left: auto;
    margin-right: 240px;
}

.header_section .user_option a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #23252b;
    margin: 0 10px;
}

.header_section .user_option a:hover {
    opacity: 1;
}


.page-title{
    padding: 20px 0;
}
.page-title p{
    border-radius: 19px;
    border: 3px solid #F2F2F2;
    background: #F7F9FB;
    padding: 10px 16px;
    color: #041224;
    font-family: satoshi-bold;
    font-size: 13px;
    font-weight: 700;
    width: max-content;
    margin: 0 auto 12px;
}
.page-title h2{
    color: #041224;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
}
@media (min-width: 500px) {
    .header_section .overlay, .overlay {
        right: calc(50% - 250px) !important;
    }
}

/* #Language
================================================== */
.language{
    position: relative;
    min-height: 100vh;
}
.language .main-content{
    background: url(/images/language/b.png)no-repeat;
    background-size: cover;
    padding: 80px 0 120px;
}
.language .main-content img{
    padding-bottom: 18px;
}
.language .main-content h1{
    color: #111827;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 4px;
}
.language .main-content p{
    color: #636770;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 26px;
}
.language .lang-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.language .lang-item {
    display: flex;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    justify-content: space-between;
    border-radius: 14px;
    border: 1px solid #EEE;
    background: #FFF;
    backdrop-filter: blur(5.550000190734863px);
}
.language .lang-item:active {
    transform: scale(0.98);
}
.language .lang-item.selected {
    border-color: #5B42E8;
    background: #f7f5fe;
}
.language .lang-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(91, 66, 232, 0.10);
    color: #5B42E8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    margin-right: 16px;
}
.language .lang-item.selected .lang-avatar {
    background: #ebe6ff;
}
.language .lang-info {
    text-align: left;
}
.language .lang-name {
    color: #111827;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 3px;
}
.language .lang-en-name {
    color: #636770;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
}
.language .radio-btn {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.language .lang-item.selected .radio-btn {
    border-color: #6b4cde;
}
.language .radio-inner {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6b4cde;
    transform: scale(0);
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.language .lang-item.selected .radio-inner {
    transform: scale(1);
}
.language .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    background: linear-gradient(to top, rgba(255,255,255,1) 80%, rgba(255,255,255,0));
    z-index: 10;
}
.language .continue-btn {
    display: block;
    width: 100%;
    padding: 14px;
    text-align: center;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.language .continue-btn:disabled {
    background: #f8fafc;
    color: #64748b;
    cursor: not-allowed;
    border: 1px solid #f1f5f9;
    box-shadow: none;
}
.language .continue-btn.active {
    background: #5B42E8;
    color: #ffffff;
}
.language .continue-btn.active:active {
    transform: translateY(2px);
}

/* #home
================================================== */
.home{
    background-color: #fff;
}
.home .home-slider{
    background: url(/images/home-slider.png) center no-repeat;
    background-size: cover;
    height: 344px;
    position: relative;
}
.home .home-slider .title-txt{
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.home .home-slider .title-txt h2{
    color: #111827;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 8px;
}
.home .home-slider .title-txt p{
    color: #F58709;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 4px;
}
.home .home-slider .title-txt h6{
    color: #636770;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.home .astro-data{
    padding-bottom: 40px;
}
.home .astro-data .tab-item{
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 14px 16px 10px 16px;
    width: 100%;
    text-align: center;
}
.home .astro-data .tab-item.active{
    border-radius: 12px;
    border: 1px solid #F58709;
    background: #FFF;
}
.home .astro-data .tab-box img{
    padding-bottom: 7px;
}
.home .astro-data .tab-box p{
    color:#111827;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
}
.home .astro-data .tab-data.active {
    display: block;
}
.home .astro-data .tab-data {
    display: none;
}
.home .astro-data .title-txt{
    padding-bottom: 19px;
}
.home .astro-data .title-txt p{
    color: #F58709;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
}
.home .astro-data .title-txt h2{
    color: #111827;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}
.home .astro-data .astro-box{
    border-radius: 16px;
    border: 1px solid #EEE;
    background: #FFF;
    margin-bottom: 16px;
}
.home .astro-data .astro-box .img-box{
    position: relative;
}
.home .astro-data .astro-box .img-box img{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.home .astro-data .astro-box .img-box .rate{
    position: absolute;
    right: 10px;
    top: 10px;
}
.home .astro-data .astro-box .img-box .rate h6{
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.40);
    padding: 4px 5px 4px 6px;
    color: #FFF;
    font-family: Inter;
    font-size: 8px;
    font-weight: 600;
    display: flex;
    align-items: baseline;
}
.home .astro-data .astro-box .txt-data{
    padding: 10px 15px;
    border-bottom: 1px solid #EEE;
}
.home .astro-data .astro-box .txt-data h4{
    color: #111827;
    font-size: 16px;
    font-weight: 600;
}
.home .astro-data .astro-box .txt-data p{
    color: #636770;
    font-size: 12px;
    font-weight: 400;
}
.home .astro-data .astro-box .txt-data h6{
    color:  #636770;
    font-size: 12px;
    font-weight: 400;
}
.home .astro-data .astro-box .btn-box{
    padding: 16px;
}
.home .astro-data .astro-box .btn-box button{
    border-radius: 8px;
    border: 1px solid rgba(91, 66, 232, 0.12);
    background: rgba(91, 66, 232, 0.08);
    color: #5B42E8;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    padding: 12.5px;
}


/* #chat
================================================== */
.chat{
    min-height: 100vh;
    position: relative;
    background-color: #fff;
}
.progress-section {
    display: flex;
    align-items: center;
    padding: 10px 0px 39px;
    background: #fff;
}
.progress-track {
    flex: 1;
    height: 8px;
    background: #eee;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #5B42E8;
    border-radius: 4px;
    transition: width 0.4s ease;
}
.progress-badge {
    background: #5B42E8;
    padding: 7px 12px;
    border-radius: 13px;
    margin-left: 15px;
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Step Container */
.step-container {
    display: none;
    flex: 1;
    flex-direction: column;
    animation: fadeIn 0.4s ease forwards;
    padding-bottom: 60px; /* space for fixed footer */
}
.step-container.active {
    display: flex;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateX(10px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Date Selection Box */
.custom-date-card {
    border-radius: 14px;
    border: 1px solid #EEE;
    background:#FFF;
    padding: 24px 20px;
    /*margin: 10px 20px 20px;*/
}
.card-header-date {
    text-align: center;
    margin-bottom: 24px;
}
.selected-label {
    color: #F58709;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.selected-value {
    color: #111827;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
.date-columns {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.date-col-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.col-title {
    color: #636770;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.roller-viewport {
    border-radius: 12px;
    background: #F7F9FB;
    height: 200px;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    padding: 12px 0;
    scrollbar-width: none;
}
.roller-viewport::-webkit-scrollbar {
    display: none;
}
.roller-item {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #636770;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    scroll-snap-align: center;
}
.roller-item.active {
    color: #111827;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}





/* Typography & Headers */
.step-img-wrap {
    text-align: center;
    margin: 10px 0 20px;
}
.step-img-wrap img {
    padding-bottom: 26px;
}
.step-title {
    color: #111827;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 22px;
}

.final-subtitle {
    font-size: 13px;
    color: #64748b;
    text-align: center;
    line-height: 1.6;
    padding: 0 30px;
    margin-top: -10px;
    margin-bottom: 30px;
}
.step-titles {
    color: #111827;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.final-subtitles {
    color: #636770;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 30px;
}
/* Inputs - Step 2 */
.form-group {
    margin-bottom: 20px;
}
.form-label {
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 8px;
}
.input-wrap {
    position: relative;
}
.input-control {
    width: 100%;
    padding: 16px 45px 16px 16px;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    outline: none;
    transition: border-color 0.2s;
    box-shadow: none;
}
.input-control:focus {
    border-color: #6b4cde;
}
.input-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #636770;
    pointer-events: none;
}

/* Grids - Steps 3, 4, 5 */
.options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.option-card {
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 20px 21px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.option-card:active {
    transform: scale(0.96);
}
.option-card.selected {
    border-color: #F58709;
    background: #fff;
}
.option-icon {
    margin-bottom: 11px;
}
.option-label {
    color: #111827;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}

/* Footer Button */
.fixed-footer {
    /*    position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;*/
    padding: 16px 24px 20px;
    background: #fff;
    z-index: 10;
}
.continue-btn {
    display: block;
    width: 100%;
    padding: 16px;
    text-align: center;
    background: #5B42E8;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.continue-btn:disabled {
    background: #e2e8f0;
    color: #94a3b8;
    box-shadow: none;
    cursor: not-allowed;
}
.continue-btn:active:not(:disabled) {
    transform: translateY(2px);
}
.footer-secure {
    text-align: center;
    font-size: 10px;
    color: #94a3b8;
    margin-top: 12px;
}

/* Roller Date Picker (Visual Mockup) */
.roller-highlight-text {
    text-align: center;
    color: #f58709;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}
.date-roller-wrap {
    position: relative;
    height: 150px;
    margin: 0 24px;
    display: flex;
    justify-content: space-between;
    background: #f8fafc;
    border-radius: 16px;
    overflow: hidden;
}
/* Fade effect overlay for rollers */
.date-roller-wrap::before, .date-roller-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(248,250,252,1) 0%, rgba(248,250,252,0) 100%);
    z-index: 2;
    pointer-events: none;
}
.date-roller-wrap::after {
    top: auto;
    bottom: 0;
    background: linear-gradient(to top, rgba(248,250,252,1) 0%, rgba(248,250,252,0) 100%);
}
/* Selector line */
.roller-selection-line {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    height: 40px;
    transform: translateY(-50%);
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    z-index: 1;
    pointer-events: none;
}
.roller-col {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scrollbar-width: none; /* Firefox */
    padding: 55px 0; /* padding to allow first/last items to center */
}
.roller-col::-webkit-scrollbar {
    display: none; /* Safari/Chrome */
}
.roller-item {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #64748b;
    scroll-snap-align: center;
}
.roller-col-head {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    display: flex;
    justify-content: space-around;
    padding: 0 24px;
    z-index: 3;
}

/* #profile
================================================== */
.profile-wrapper {
    background-color: #ffffff;
    padding-bottom: 10px;
}
.profile-wrapper .profile-header-bg {
    width: 100%;
    height: 125px;
    background: url(/images/astrologer-profile/back.png)no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-size: cover;
}
.profile-wrapper .profile-header-bg.one{
    background: url(/images/astrologer-profile/1/back.png)no-repeat;
    background-size: cover;
}
.profile-wrapper .profile-header-bg.two{
    background: url(/images/astrologer-profile/2/back.png)no-repeat;
    background-size: cover;
}
.profile-wrapper .profile-header-bg.three{
    background: url(/images/astrologer-profile/3/back.png)no-repeat;
    background-size: cover;
}
.profile-wrapper .profile-header-bg.four{
    background: url(/images/astrologer-profile/4/back.png)no-repeat;
    background-size: cover;
}
.profile-wrapper .profile-header-bg.five{
    background: url(/images/astrologer-profile/5/back.png)no-repeat;
    background-size: cover;
}
.profile-wrapper .profile-header-bg.six{
    background: url(/images/astrologer-profile/6/back.png)no-repeat;
    background-size: cover;
}
.profile-wrapper .profile-header-bg.seven{
    background: url(/images/astrologer-profile/7/back.png)no-repeat;
    background-size: cover;
}
.profile-wrapper .profile-header-bg.eight{
    background: url(/images/astrologer-profile/8/back.png)no-repeat;
    background-size: cover;
}
.profile-wrapper .profile-header-bg.nine{
    background: url(/images/astrologer-profile/9/back.png)no-repeat;
    background-size: cover;
}
.profile-wrapper .profile-header-bg.ten{
    background: url(/images/astrologer-profile/10/back.png)no-repeat;
    background-size: cover;
}
.profile-wrapper .profile-header-bg.eleven{
    background: url(/images/astrologer-profile/11/back.png)no-repeat;
    background-size: cover;
}
.profile-wrapper .profile-header-bg.twelve{
    background: url(/images/astrologer-profile/12/back.png)no-repeat;
    background-size: cover;
}
.profile-wrapper .profile-header-bg.thirteen{
    background: url(/images/astrologer-profile/13/back.png)no-repeat;
    background-size: cover;
}
.profile-wrapper .profile-header-bg.fourteen{
    background: url(/images/astrologer-profile/14/back.png)no-repeat;
    background-size: cover;
}
.profile-wrapper .profile-header-bg.fifteen{
    background: url(/images/astrologer-profile/15/back.png)no-repeat;
    background-size: cover;
}
.profile-wrapper .avatar-container {
    position: relative;
    transform: translateY(50px);
    overflow: hidden;
}
.profile-wrapper .avatar-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-wrapper .profile-info {
    text-align: center;
    padding: 58px 20px 18px;
}
.profile-wrapper .profile-name {
    color: #111827;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
}
.profile-wrapper .profile-tagline {
    color: #636770;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.profile-wrapper .stats-grid {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
    border-radius: 16px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0 3px 21.8px 0 rgba(44, 47, 46, 0.04);
    max-width: 350px;
    margin: 0 auto 20px;
}
.profile-wrapper .stat-item {
    padding: 12px 20px;
    text-align: center;
    flex: 1;
}
.profile-wrapper .stat-text {
    color: #636770;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.profile-wrapper .bio-section {
    color: #111827;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 16px;
    margin-bottom: 26px;
    border-bottom: 1px solid #EEE;
}
.profile-wrapper .read-more-btn {
    color: #5B42E8;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    margin-top: 4px; border: none; background: transparent; padding: 0;
}
.profile-wrapper .bio-text.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.profile-wrapper .section-title {
    color: #111827;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
}
.profile-wrapper .featured-container {
    padding-bottom: 26px;
}
.profile-wrapper .featured-thumbnail {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #EEE;
    background:#FFF;
    padding: 10px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.profile-wrapper .featured-thumbnail img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.profile-wrapper .ratings-section {
    padding: 0 0px 30px;
}
.profile-wrapper .rating-summary-card {
    border-radius: 16px;
    border: 0.787px solid #EEE;
    background: #FFF;
    margin-bottom: 24px;
}
.profile-wrapper .rating-top {
    padding: 9px 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EEE;
}
.profile-wrapper .rating-score {
    color: #111827;
    font-size: 22px;
    font-weight: 600;
    padding-right: 12px;
    margin-right: 12px;
    line-height: 1;
    border-right: 1px solid #eee;
}
.profile-wrapper .rating-stars-total {
    color: #EABD08;
    display:flex; gap:2px; font-size:14px; margin-bottom:4px;
}
.profile-wrapper .rating-count-text {
    color: #111827;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.profile-wrapper .rating-bars {
    padding: 16px 16px;
    border-bottom: 1px solid #eee;
}
.profile-wrapper .rating-bar-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #111827;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.profile-wrapper .rating-bar-row:last-child { margin-bottom: 0; }
.bar-bg {
    flex-grow: 1;
    height: 8px;
    background: #F7F9FB;
    border-radius: 4px;
    margin: 0 10px 0 0px;
    overflow: hidden;
}
.profile-wrapper .bar-fill {
    height: 100%;
    background: #EABD08;
    border-radius: 4px;
}
.profile-wrapper .add-btn{
    padding: 18px 16px;
}
.profile-wrapper .btn-add-review {
    width: 100%;
    padding: 12px;
    border: 1px solid #eee;
    background: #FFF;
    border-radius: 8px;
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}
.profile-wrapper .btn-add-review:hover { background: #f3f4f6; }
.profile-wrapper .review-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 15px;
}
.profile-wrapper .review-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.profile-wrapper .reviewer-name {
    color: #111827;
    font-size: 16px;
    font-weight: 600;
}
.profile-wrapper .review-meta {
    color: #111827;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.profile-wrapper .review-stars {
    color: #111827;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 2px;
    border-left: 1px solid #eee;
    padding-left: 6px;
}
.profile-wrapper .review-text {
    color: #636770;
    font-size: 12px;
    font-weight: 400;
}
.profile-wrapper .view-more-btn {
    display: block;
    text-align: center;
    padding: 10px;
    color: #4b5563;
    font-size: 14px;
    font-weight: 600;
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-top: 10px;
    text-decoration: none;
}
.profile-wrapper .view-more-btn:hover { background: #f9fafb; text-decoration: none; color: #111827; }
.fixed-footer-action {
    background-color: #fff;
    padding: 0px 12px 44px;
    z-index: 100;
    display: flex;
    justify-content: center;
}
.fixed-footer-action .wrapper {
    width: 100%;
    max-width: 480px; /* match wrapper */
}
.btn-chat {
    width: 100%;
    background: #5d3ebc;
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.btn-chat:hover { background: #4a3294; }
.modal-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
    justify-content: center;
    align-items: flex-end; /* Slide from bottom */
}
.modal-overlay.show {
    display: flex;
    opacity: 1;
}
.review-modal-box {
    background: #ffffff;
    width: 100%;
    max-width: 500px;
    border-radius: 22px 22px 0 0;
    padding: 18px 16px;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    position: relative;
}
.modal-overlay.show .review-modal-box {
    transform: translateY(0);
}
.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 20px;
    color: #6b7280;
    cursor: pointer;
}
.modal-title {
    text-align: center;
    color: #111827;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.18px;
    margin-bottom: 3px;
    margin-top: 5px;
}
.modal-subtitle {
    text-align: center;
    color: #636770;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 1.5;
}
.star-rating-input {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
}
.star-rating-input span {
    font-size: 32px;
    color: #e5e7eb;
    cursor: pointer;
    transition: color 0.1s;
}
.star-rating-input span.active {
    color: #fbbf24;
}
.rating-textarea-wrap {
    margin-bottom: 20px;
}
.rating-textarea-wrap label {
    display: block;
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.rating-textarea {
    width: 100%;
    background: #F7F7F7;
    border-radius: 12px;
    padding: 12px;
    min-height: 100px;
    color: #636770;
    font-size: 12px;
    font-weight: 400;
    resize: none;
}
.rating-textarea:focus { outline: none; border-color: #5d3ebc; }
.btn-submit {
    width: 100%;
    background: #5B42E8;
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: 12px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
}
.btn-submit:hover { background: #4a3294; }

/* #c-vehicle
================================================== */
.c-vehicle{
    background-color: #fff;
    padding-bottom: 60px;
}
.c-vehicle .c-box{
    border-radius: 16px;
    border: 1px solid #EEE;
    background: #FFF;
    margin-bottom: 20px;
}
.c-vehicle .c-box .box{
    border-right: 1px solid #EEE; 
}
.c-vehicle .c-box .txt-box{
    background-color: #F7F9FB;
    padding: 14px 16px;
}
.c-vehicle .c-box .c-detail{
    background-color: #F7F9FB;
    padding: 14px 16px;
}
.c-vehicle .c-box .c-detail p{
    color: #041224;
    font-family: satoshi;
    font-size: 10px;
}
.c-vehicle .c-box .c-detail h6{
    color: #041224;
    font-family: satoshi-bold;
    font-size: 10px;
}
.c-vehicle .c-view{
    padding-bottom: 40px;
}
.c-vehicle .c-view table{
    border-radius: 16px;
    border: 1px solid #EEE;
    background:#FFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-collapse: separate; 
    border-spacing: 0;
    overflow: hidden;
}
.c-vehicle .c-view .table-data tr.heading{
    padding: 15px 19px 17px 19px;
    background-color: #F8F8F8 !important;
    width: 100%;
}
.c-vehicle .c-view .table-data tr th{
    padding: 15px 0 17px 19px;
    color: #041224;
    font-family: satoshi-medium;
    font-size: 16px;
    font-weight: 500;
}
.c-vehicle .c-view .table-data tr:nth-child(odd) {
    background-color: #F7F9FB;
}
.c-vehicle .c-view .table-data tr:nth-child(even) {
    background-color: #ffffff;
}
.c-vehicle .c-view .table-data tr td{
    color: #64748B;
    font-family: satoshi-medium;
    font-size: 12px;
    padding: 15px 19px 17px 19px;
}
.c-vehicle .c-view .table-data tr td.dark{
    color: #041224;
    font-family: satoshi-medium;
    font-size: 12px;
}


/* #blog
================================================== */
.blog{
    background-color: #fff;
}
.blog .blog-data{
    padding-bottom: 40px;
}
.blog .blog-data .first-blog-box{
    margin-bottom: 16px;
}
.blog .blog-data .first-blog-box .img-box img{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-bottom: 6px;
}
.blog .blog-data .first-blog-box h4{
    color: #041224;
    text-align: center;
    font-family: satoshi-bold;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 4px;
}
.blog .blog-data .first-blog-box p{
    color: #64748B;
    text-align: center;
    font-family: satoshi;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
}
.blog .blog-data .first-blog-box h6{
    color: #64748B;
    text-align: center;
    font-family: satoshi;
    font-size: 12px;
}


.blog .blog-data .blog-box{
    margin-bottom: 16px;
    border-radius: 16px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.blog .blog-data .blog-box .img-box img{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.blog .blog-data .blog-box .blog-txt{
    padding: 16px;
}
.blog .blog-data .blog-box .blog-txt h4{
    color: #041224;
    font-family: satoshi-bold;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
}
.blog .blog-data .blog-box .blog-txt p{
    color: #64748B;
    font-family: satoshi;
    font-size: 10px;
}

/* #blog-detail
================================================== */
.blog-detail{
    padding: 20px 0 40px;
    background-color: #fff;
}
.blog-detail .img-box img{
    border-radius: 16px;
    margin-bottom: 20px;
}
.blog-detail .blog-title{
    padding-bottom: 20px;
}
.blog-detail .blog-title h2{
    color: #041224;
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 5px;
}
.blog-detail .blog-title p{
    color: #64748B;
    font-family: satoshi;
    font-size: 16px;
}
.blog-detail .point{
    padding-bottom: 20px;
}
.blog-detail .point h4{
    color: #041224;
    font-family: satoshi-bold;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 4px;
}
.blog-detail .point p{
    color: #64748B;
    font-family: satoshi;
    font-size: 16px;
}
.blog-detail .point ul li{
    color: #64748B;
    font-family: satoshi;
    font-size: 16px;
}
.blog-detail .point ul li::before {
    content: "\2022";
    color: #64748B;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
}

/* #form-data
================================================== */
.form-data{
    padding: 20px 0 40px;
    background-color: #fff;
}
.form-data .form-group label{
    color: #041224;
    font-family: satoshi-bold;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 4px;
}
.form-data .form-group input{
    border-radius: 10px;
    border: 1px solid #EEE;
    background: #FFF;
    color: #041224;
    font-family: satoshi-medium;
    font-size: 14px;
}
.form-data .form-group select{
    appearance: none;
    background: #fff url(/images/drop.png) no-repeat right .90rem center;
    border-radius: 10px;
    border: 1px solid #EEE;
    background-color: #FFF;
    color: #041224;
    font-family: satoshi-medium;
    font-size: 14px;
}
.form-data .form-group input::-webkit-input-placeholder,
.form-data .form-group textarea::-webkit-input-placeholder {
    color: #64748B;
    font-family: satoshi-medium;
    font-size: 12px;
}
.form-data p{
    padding: 10px 24px;
    color:  #64748B;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
}
.form-data button{
    margin-top: 20px;
    background-color: #041224;
    border-radius: 23px;
    font-size: 20px;
    font-family: satoshi-medium;
    color: #fff;
    padding: 12px;
    width: 100%;
}

/* #modal
================================================== */
.emi-modal .modal-content{
    border-radius: 18px;
    background: #FFF;
}
.emi-modal .modal-content .modal-header{
    background: #F7F9FB;
    border-bottom: 0;
    justify-content: center;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.emi-modal .modal-content .modal-header .modal-title h4{
    color: #041224;
    font-family: satoshi-bold;
    font-size: 20px;
    font-weight: 700;
}
.emi-modal .modal-content .modal-body p{
    color: #64748B;
    text-align: center;
    font-family: satoshi-medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.emi-modal .modal-content .modal-footer{
    border-top: 0;
    justify-content: center;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding-top: 0;
}
.emi-modal .modal-content .modal-footer a{
    border-radius: 23px;
    background: #F7F9FB;
    color: #041224;
    text-align: center;
    font-family: satoshi-medium;
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
    width: 100%;
    display: block;
}
.emi-modal .modal-content .modal-footer a.dark{
    border-radius: 23px;
    background: #041224;
    color: #fff;
    text-align: center;
    font-family: satoshi-medium;
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
    width: 100%;
    display: block;
}


.city-modal .modal-content{
    border-radius: 18px;
    background: #FFF;
}
.city-modal .modal-content .modal-header{
    background: #F7F9FB;
    border-bottom: 0;
    justify-content: center;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.city-modal .modal-content .modal-header .modal-title h4{
    color: #041224;
    font-family: satoshi-bold;
    font-size: 20px;
    font-weight: 700;
}
.city-modal .modal-content .modal-body a{
    color: #64748B;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
    display: block;
    padding: 12px;
}
.city-modal .modal-content .modal-body{
    height: 250px;
    overflow-y: scroll;
}
.city-modal .modal-content .modal-footer{
    border-top: 0;
    justify-content: center;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding-top: 0;
}
.city-modal button{
    margin-top: 20px;
    background-color: #041224;
    border-radius: 23px;
    font-size: 20px;
    font-family: satoshi-medium;
    color: #fff;
    padding: 12px;
    width: 100%;
}

/* #footer
================================================== */
footer{
    border: 1px solid #EEE;
    background: #F7F9FB;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 14px;
}
footer p{
    color: #636770;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
}

/* #Zodiac Page
================================================== */
.zodiac-page {
    background-color: #fff;
    padding-bottom: 60px;
}
.zodiac-intro-text {
    padding: 30px 0px 10px;
}
.zodiac-intro-text h3 {
    color: #111827;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.zodiac-intro-text p {
    color: #636770;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 10px;
}

.zodiac-card {
    border-radius: 16px;
    padding: 0px 0px 20px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #F6DB96;
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
}

.zodiac-card .card-icon-wrap {
    margin: 0 auto 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.zodiac-card img {
    width: 70%;
    height: auto;
}*/
.zodiac-card h5 {
    color:#111827;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}
.zodiac-card span {
    color: #636770; 
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

/* Zodiac Detail View */
.detail-back-btn a {
    font-size: 14px;
    font-weight: 600;
    color: #64748B;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.detail-header {
    margin-top: 10px;
}
.detail-header h1 {
    color: #111827;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.detail-header p {
    color: #636770;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 16px;
}
.detail-desc {
    color: #636770;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.detail-hero-icon {
    margin: 0 auto;
    border-radius: 20px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid #F6DB96;
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);

}
.detail-sections {
}
.detail-section h4.section-title {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.detail-section p {
    color: #636770;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}
.detail-section ul {
    list-style-type: disc;
    padding-left: 22px;
}
.detail-section ul li {
    color: #636770;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

/* Zodiac specific styles */
.bg-aries { border-color: #F6DB96; }
.bg-taurus {border-color: #BAD5F4; }
.bg-gemini {border-color: #F5A5A4; }
.bg-cancer {border-color: #B691E9; }
.bg-leo {border-color: #F6BBB1; }
.bg-virgo {border-color: #FADCDB; }
.bg-libra {border-color: #D9EDC1; }
.bg-scorpio { border-color: #F6BA86; }
.bg-sagittarius { border-color: #DA93EB; }
.bg-capricorn {border-color: #F6BA97; }
.bg-aquarius { border-color: #76E5D0; }
.bg-pisces {border-color: #8DB4EC; }


.bg-aries-glow {border: 1px solid #F6DB96; }
.bg-taurus-glow {border: 1px solid #BAD5F4; }
.bg-gemini-glow {border: 1px solid #F5A5A4; }
.bg-cancer-glow {border-color: #B691E9; }
.bg-leo-glow-glow {border-color: #F6BBB1; }
.bg-virgo-glow {border-color: #FADCDB; }
.bg-libra-glow {border-color: #D9EDC1; }
.bg-scorpio-glow { border-color: #F6BA86; }
.bg-sagittarius-glow { border-color: #DA93EB; }
.bg-capricorn-glow {border-color: #F6BA97; }
.bg-aquarius-glow { border-color: #76E5D0; }
.bg-pisces-glow {border-color: #8DB4EC; }