 /* Profile Dropdown in li */
 p{
    font-size: 18px !important;
 }
.nav-item.profile {
    position: relative;
}
.nav-item.profile>a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 8px 12px;
    width: 160px;
}
.nav-item.profile>a:hover {
    color: #0d6efd;
}

.nav-item.profile .dropdown-menu-profile {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    min-width: 104px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 6px 0;
}
.nav-item.profile .dropdown-menu-profile li {
    list-style: none;
}
.nav-item.profile .dropdown-menu-profile a {
    display: block;
    padding: 8px 14px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.nav-item.profile .dropdown-menu-profile a:hover {
    background: #f8f9fa;
}
.nav-item.profile:hover .dropdown-menu-profile {
    display: block;
    right: -20px; /* push 20px more to right */        
}
.nav-item.profile {
    width: auto !important;
    display: inline-block;
}
.myNav {
    margin-bottom: 2%;
    /* background-color: #00000061 !important; */
    background:rgba(255,255,255,0.05);
}
.custom-input {
    width: 100%;
    background: transparent;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    color: white;
}
.custom-input:focus {
    border-color: #00bcd4;
    outline: none;
    box-shadow: 0 0 8px rgba(0, 188, 212, 0.5);
}
.custom-input.textarea {
    resize: none;
}
.custom-label {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 500;
}
.contact-heading,
.contact-text,
.contact-info,
.contact-title {
    color: white;
}
.menu {
    display: block;
}
.menu_icon {
    display: none;
}
@media (max-width: 768px) {
    .menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 220px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
        padding: 20px;
        transition: left 0.4s ease-in-out;
        z-index: 1000;
    }
    .menu ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 2%;
    }
    .menu ul li a {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }
    .nav-item.profile > a {
        color: #000 !important;
    }
    .nav-item.profile > a:hover {
        color: #0d6efd !important;
    }
    .menu_icon {
        display: block;
        font-size: 28px;
        color: #fff;
        cursor: pointer;
        z-index: 1100;
        overflow: hidden;
        width: 121px;
    }
    .menu.active {
        left: 0;
    }
    .close-btn {
        font-size: 28px;
        font-weight: bold;
        color: #000;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 20px;
    }
    .close-btn:hover {
        color: #e74c3c;
    }
}
.chart_wrapper_content {
    color: #fff;
    margin: 0 auto;
}
.transit-box {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
.chart_wrapper_content h2 {
    font-size: 40px;
    margin-top: 1rem;
}
.transit-box h3 {
    font-size: 24px;
}
.transit-box p {
    color: aliceblue;
    font-size: 14px;
    margin-top: 5px;
}
.transit-box-right {
    text-align: right;
}
.transit-box-right p a {
    color: whitesmoke;
}
.graph-img {
    text-align: center;
    margin-top: 20px;
}
.graph-img img {
    width: 500px;
}
.table_box {
    margin-top: 2rem;
}
table {
    color: #fff !important;
}
.table_box .nav-tabs {
    border-bottom: 0 !important;
}
.nav-tabs .nav-link {
    color: #fff !important;
    width: 100%;
    border-radius: 0 !important;
}

 
.nav {
    flex-wrap: nowrap !important;
}
.pad-large {
    padding: 1rem !important;
}
td,
.table-bordered thead th {
    border-bottom-width: 1px;
    font-size: 16px;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    font-size: 14px;
    border: 1px solid #dee2e6;
}
.chart_wrapper_content h4 {
    margin-top: 1rem;
}
.chart_info h4 {
    margin-top: 1rem;
    font-size: 32px;
}
.chart_info h6 {
    margin-top: 1rem;
    font-size: 22px;
}
.chart_info p {
    font-size: 18px;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .chart_info h4 {
        margin-top: 12px;
        font-size: 24px;
    }
    .chart_wrapper_content h2 {
        font-size: 24px;
    }
    .transit-box h3 {
        font-size: 20px;
    }
    .transit-box p {
        font-size: 13px;
    }
    .chart_wrapper_content h4 {
        font-size: 18px;
    }
    .table_box {
        margin-top: 1rem;
    }
    .chart_info h6 {
        margin-top: 12px;
        font-size: 18px;
    }
    .chart_info p {
        font-size: 14px;
        margin-top: 6px;
    }
    .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .nav-tabs .nav-item {
        flex: 0 0 auto;
    }
    .nav-tabs::-webkit-scrollbar {
        display: none;
    }
}
/* .chart_tabs {
    border-bottom: none !important;
} */
.astrology-form {
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 20px;
    color: #fff;
    position: relative;
    opacity: 0.8;
}
.astrology-form::before {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 12px;
    z-index: 1;
}
.astrology-form .form_content {
    position: relative;
    z-index: 2;
    color: white;
}
.custom-form-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
/* .custom-form-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    z-index: 1;
} */
.custom-form-wrapper .custom-form-content {
    position: relative;
    z-index: 2;
    background: transparent;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    max-width: 600px;
    margin: auto;
    color: #fff;
}
.custom-form-wrapper label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #f1f1f1;
}
.custom-form-wrapper input,
.custom-form-wrapper select,
.custom-form-wrapper textarea {
    font-family: "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 8px;
    padding: 12px 14px;
    display: block;
    width: 100%;
    margin-bottom: 18px;
    transition: all 0.25s ease;
    background: transparent;
    color: #fff; 
    border: 2px solid #9a9eff;
}
.custom-form-wrapper input:focus,
.custom-form-wrapper select:focus,
.custom-form-wrapper textarea:focus{
    border-color: #00bcd4;
    outline: none;
    box-shadow: 0 0 8px rgba(0, 188, 212, 0.5);
}
.custom-form-wrapper input::placeholder,
.custom-form-wrapper textarea::placeholder {
    color: #fff;
    font-weight: 600;
}
    .custom-form-wrapper select option {
       font-weight: bold;
        background: #18204f;
        color: #fff;
    }
/* .custom-form-wrapper button:hover {
    background: linear-gradient(45deg, #5d40d4cf, #c9299a5c);
    box-shadow: 0 6px 18px rgba(108, 99, 255, 0.5);
    transform: translateY(-1px);
} */
/* .custom-form-wrapper input:active {
        transform: translateY(1px);
        box-shadow: 0 3px 10px rgba(108, 99, 255, 0.4);
    } */
@media (max-width: 768px) {
    .custom-form-wrapper .custom-form-content {
        padding: 20px;
    }
    .custom-form-wrapper textarea {
        width: 100%;
    }
    .img-with-content {
    width: 350px;
    min-height: 350px;
    }
}

.img-with-content {
    position: relative;
}
.img-with-content img {
    opacity: 0.3;
}
.content-absolute {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #fff;
    z-index: 9999;
}
.img-with-content {
    width: 450px;
    min-height: 450px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    color: #fff;
    border-radius: 439px;
}
.content-absolute-new {
    position: relative;
    z-index: 2;
    margin-bottom: 5%;
    padding: 40px;
}
.cosmic-btn {
    padding: 5px 60px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    color: white;
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid #8fc9ff;
    background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, transparent 50%),
     linear-gradient(90deg, #001f54a6 0%, #0052cc96 50%, #05e5ffad 100%);    
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
    outline: none;
    width: 100%;
} 

/* Hover Effect: Making it "pulse" or brighten */
.cosmic-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 0 25px rgba(0, 122, 255, 0.9);
  border-color: #ffffff;
}


/* ------------------------------ */
.custom_box{
    /* background: transparent; */
    /* border-radius: 10px; */
    /* border: 3px solid #9a9eff; */
        border-radius:20px;
        background:rgba(255,255,255,0.06);
        backdrop-filter:blur(25px);
        border:1px solid rgba(255,255,255,0.1);
        color: #fff; 
        padding: 15px;
        /* margin: 20px;  */
        gap: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align:center;
}

.personal_guidance_modal{
    /* background: transparent !important; */
     border:2px solid rgba(255,255,255,0.1) !important;
}
.modal-dialog{
    min-width: 97% !important;
}

/* -------------------chart page----------------------------- */
