/* =========================================
   Astrology WordPress Theme - Custom Styles
   ========================================= */

/* PAGE TITLE BANNER */
.ast_pagetitle {
    background: linear-gradient(135deg, #1a0025 0%, #3d1265 50%, #1a0025 100%);
    padding: 80px 0;
    position: relative;
    text-align: center;
}
.ast_pagetitle .ast_img_overlay {
    position: absolute; top:0; left:0; right:0; bottom:0;
    background: rgba(0,0,0,0.45);
}
.ast_pagetitle_info { position: relative; z-index: 2; }
.ast_pagetitle_info h1 { color: #fff; font-size: 36px; text-transform: capitalize; margin-bottom: 15px; }
.ast_pagetitle_info ul { list-style:none; padding:0; margin:0; display:flex; justify-content:center; gap:8px; flex-wrap:wrap; }
.ast_pagetitle_info ul li { color: rgba(255,255,255,0.7); font-size: 14px; }
.ast_pagetitle_info ul li a { color: #d4af37; text-decoration: none; }
.ast_pagetitle_info ul li:not(:last-child)::after { content:' /'; margin-left:8px; color:rgba(255,255,255,0.4); }

/* PAGE CONTENT */
.ast_page_content p  { color: rgba(255,255,255,0.8); line-height: 1.8; margin-bottom: 15px; }
.ast_page_content h2,.ast_page_content h3 { color: #d4af37; margin-top: 25px; }
.ast_page_content img { max-width:100%; border-radius:8px; margin:10px 0; }
.ast_page_content a { color: #d4af37; }

/* BLOG */
.ast_blog_box {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(123,45,139,0.25);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform .3s, box-shadow .3s;
}
.ast_blog_box:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(123,45,139,0.3); }
.ast_blog_img img { width:100%; max-height:260px; object-fit:cover; }
.ast_blog_info { padding: 25px; }
.ast_blog_info ul { list-style:none; padding:0; margin:0 0 12px; display:flex; gap:15px; flex-wrap:wrap; }
.ast_blog_info ul li { font-size:13px; color:rgba(255,255,255,0.6); }
.ast_blog_info ul li i { color:#d4af37; margin-right:4px; }
.ast_blog_info ul li a { color:rgba(255,255,255,0.6); text-decoration:none; }
.ast_blog_info h4 a, .ast_blog_info h1 { color:#fff; text-decoration:none; font-size:20px; line-height:1.4; display:block; margin-bottom:10px; transition:color .3s; }
.ast_blog_info h4 a:hover { color:#d4af37; }
.ast_blog_info p { color:rgba(255,255,255,0.75); margin-bottom:15px; }

/* SIDEBAR */
.ast_blog_sidebar .widget { background:rgba(255,255,255,0.03); border:1px solid rgba(123,45,139,0.2); border-radius:10px; padding:25px; margin-bottom:25px; }
.ast_blog_sidebar .widget-title { color:#d4af37; font-size:18px; margin-bottom:15px; padding-bottom:10px; border-bottom:1px solid rgba(123,45,139,0.3); }
.ast_recent_post,.ast_categories { list-style:none; padding:0; margin:0; }
.ast_recent_post li,.ast_categories li { padding:8px 0; border-bottom:1px solid rgba(255,255,255,0.05); }
.ast_recent_post li a,.ast_categories li a { color:rgba(255,255,255,0.8); text-decoration:none; font-size:14px; transition:color .3s; }
.ast_recent_post li a:hover,.ast_categories li a:hover { color:#d4af37; }

/* SEARCH FORM */
.search-form { display:flex; gap:5px; }
.search-field { flex:1; padding:10px 15px; background:rgba(255,255,255,0.05); border:1px solid rgba(123,45,139,0.4); border-radius:5px; color:#fff; font-size:14px; }
.search-field::placeholder { color:rgba(255,255,255,0.4); }
.search-submit { padding:10px 20px; background:#7b2d8b; color:#fff; border:none; border-radius:5px; cursor:pointer; transition:background .3s; }
.search-submit:hover { background:#d4af37; color:#1a0025; }

/* PAGINATION */
.ast_pagination { text-align:center; margin:30px 0; }
.ast_pagination .page-numbers { display:inline-block; width:40px; height:40px; line-height:40px; text-align:center; border-radius:50%; margin:0 3px; color:#7b2d8b; border:1px solid #7b2d8b; transition:all .3s; text-decoration:none; }
.ast_pagination .page-numbers.current,.ast_pagination .page-numbers:hover { background:#7b2d8b; color:#fff; }

/* WORDPRESS NAV MENU */
.ast_menu > ul,.ast_menu > div > ul { list-style:none; padding:0; margin:0; display:flex; flex-wrap:wrap; align-items:center; }
.ast_menu ul li { position:relative; }
.ast_menu ul > li > a { color:rgba(255,255,255,0.9); text-decoration:none; padding:10px 14px; display:block; text-transform:capitalize; font-size:14px; font-weight:600; transition:color .3s; white-space:nowrap; }
.ast_menu ul > li > a:hover,
.ast_menu ul > li.current-menu-item > a,
.ast_menu ul > li.current_page_item > a { color:#d4af37; }
.ast_menu ul ul { position:absolute; top:100%; left:0; background:#1a0025; min-width:200px; border-radius:5px; box-shadow:0 10px 30px rgba(0,0,0,0.6); display:none; z-index:9999; border:1px solid rgba(123,45,139,0.3); }
.ast_menu ul li:hover > ul { display:block; }
.ast_menu ul ul li a { color:rgba(255,255,255,0.8) !important; padding:10px 20px !important; font-size:13px !important; border-bottom:1px solid rgba(255,255,255,0.05); display:block; }
.ast_menu ul ul li a:hover { color:#d4af37 !important; background:rgba(123,45,139,0.2); }
.ast_menu ul ul ul { left:100%; top:0; }

/* CUSTOM LOGO */
.custom-logo-link img { max-height:64px; width:auto; }

/* COMMENTS */
.comment-list { list-style:none; padding:0; }
.comment-body { background:rgba(255,255,255,0.03); border-radius:8px; padding:20px; margin-bottom:15px; border:1px solid rgba(123,45,139,0.2); }
.comment-author .fn { color:#d4af37; font-weight:600; }
.comment-meta,.comment-metadata { font-size:12px; color:rgba(255,255,255,0.5); margin-bottom:10px; }
.comment-meta a { color:rgba(255,255,255,0.5); }
.comment-content p { color:rgba(255,255,255,0.8); margin:0; }
.comment-respond { background:rgba(255,255,255,0.03); padding:25px; border-radius:10px; margin-top:30px; }
.comment-respond h3 { color:#d4af37; margin-bottom:20px; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea { width:100%; padding:10px 15px; background:rgba(255,255,255,0.05); border:1px solid rgba(123,45,139,0.4); border-radius:5px; color:#fff; font-size:14px; margin-bottom:15px; box-sizing:border-box; }
.comment-form textarea { height:120px; }
.comment-form .submit { background:#7b2d8b; color:#fff; border:none; padding:12px 30px; border-radius:5px; cursor:pointer; font-size:14px; font-weight:600; transition:background .3s; }
.comment-form .submit:hover { background:#d4af37; color:#1a0025; }

/* WHY WE ICONS */
.ast_whywe_info_box { display:flex; align-items:center; gap:15px; padding:20px; margin-bottom:20px; background:rgba(255,255,255,0.03); border-radius:8px; border:1px solid rgba(123,45,139,0.2); transition:transform .3s; }
.ast_whywe_info_box:hover { transform:translateY(-3px); }
.ast_whywe_info_box span { flex-shrink:0; }

/* SERVICE BOX */
.ast_service_box { background:rgba(255,255,255,0.03); border:1px solid rgba(123,45,139,0.2); border-radius:10px; padding:25px; margin-bottom:25px; text-align:center; transition:transform .3s,box-shadow .3s; }
.ast_service_box:hover { transform:translateY(-5px); box-shadow:0 15px 35px rgba(123,45,139,0.3); }
.ast_service_box img { max-width:80px; margin-bottom:15px; }
.ast_service_box h4 { color:#d4af37; margin-bottom:10px; font-size:18px; }
.ast_service_box p { color:rgba(255,255,255,0.75); font-size:14px; margin-bottom:15px; }

/* TEAM BOX */
.ast_team_box { text-align:center; padding:25px; background:rgba(255,255,255,0.03); border:1px solid rgba(123,45,139,0.2); border-radius:10px; margin-bottom:25px; transition:transform .3s; }
.ast_team_box:hover { transform:translateY(-5px); }
.ast_team_box img { width:130px; height:130px; border-radius:50%; object-fit:cover; margin:0 auto 15px; border:3px solid #7b2d8b; }
.ast_team_box h4 a { color:#fff; text-decoration:none; font-size:18px; transition:color .3s; }
.ast_team_box h4 a:hover { color:#d4af37; }
.ast_team_box p { color:#d4af37; font-size:14px; margin-bottom:10px; }
.ast_team_box ul { list-style:none; padding:0; margin:0; display:flex; justify-content:center; gap:10px; }
.ast_team_box ul li a { width:35px; height:35px; border-radius:50%; background:rgba(123,45,139,0.3); display:flex; align-items:center; justify-content:center; color:#fff; text-decoration:none; transition:background .3s; }
.ast_team_box ul li a:hover { background:#d4af37; color:#1a0025; }

/* FOOTER LINKS */
.ast_footer_info a { color:#d4af37; text-decoration:none; }
.ast_footer_info p { color:rgba(255,255,255,0.75); margin:10px 0; font-size:14px; line-height:1.7; }
.ast_footer_info ul { list-style:none; padding:0; margin:15px 0 0; display:flex; gap:10px; }
.ast_footer_info ul li a { width:38px; height:38px; border-radius:50%; background:rgba(123,45,139,0.4); display:flex; align-items:center; justify-content:center; color:#fff; text-decoration:none; transition:background .3s; font-size:14px; }
.ast_footer_info ul li a:hover { background:#d4af37; color:#1a0025; }
.ast_servicelink ul,.ast_sociallink ul { list-style:none; padding:0; margin:0; }
.ast_servicelink ul li a,.ast_sociallink ul li a { color:rgba(255,255,255,0.75); text-decoration:none; font-size:14px; line-height:2.2; display:block; transition:color .3s; }
.ast_servicelink ul li a:hover,.ast_sociallink ul li a:hover { color:#d4af37; padding-left:5px; }
.ast_gettouch ul { list-style:none; padding:0; margin:0; }
.ast_gettouch ul li { display:flex; gap:12px; align-items:flex-start; margin-bottom:12px; }
.ast_gettouch ul li i { color:#d4af37; margin-top:3px; flex-shrink:0; width:16px; }
.ast_gettouch ul li p,.ast_gettouch ul li a { color:rgba(255,255,255,0.75); font-size:14px; margin:0; text-decoration:none; }

/* NEWSLETTER */
.ast_newsletter p { color:rgba(255,255,255,0.75); font-size:14px; margin-bottom:12px; line-height:1.6; }
.ast_newsletter_box form { display:flex; }
.ast_newsletter_box input { flex:1; padding:10px 15px; background:rgba(255,255,255,0.08); border:1px solid rgba(123,45,139,0.4); border-radius:5px 0 0 5px; color:#fff; font-size:14px; }
.ast_newsletter_box button { padding:10px 18px; background:#d4af37; border:none; border-radius:0 5px 5px 0; color:#1a0025; cursor:pointer; transition:background .3s; font-size:16px; }
.ast_newsletter_box button:hover { background:#7b2d8b; color:#fff; }

/* PACKAGES/PRICING */
.ast_packages_box { background:rgba(255,255,255,0.03); border:1px solid rgba(123,45,139,0.3); border-radius:12px; padding:30px; text-align:center; margin-bottom:25px; transition:transform .3s; position:relative; overflow:hidden; }
.ast_packages_box:hover,.ast_packages_box.active { transform:translateY(-8px); box-shadow:0 20px 50px rgba(123,45,139,0.4); border-color:#d4af37; }
.ast_packages_box.active { background:linear-gradient(135deg,rgba(123,45,139,0.3),rgba(212,175,55,0.15)); }
.ast_packages_box > span { background:#d4af37; color:#1a0025; font-size:11px; font-weight:700; text-transform:uppercase; padding:4px 15px; border-radius:20px; display:inline-block; margin-bottom:12px; }
.ast_packages_box h3 { color:#fff; font-size:20px; margin-bottom:15px; }
.ast_price h2 { color:#d4af37; font-size:42px; font-weight:700; margin:0; }
.ast_price p { color:rgba(255,255,255,0.5); font-size:13px; margin-bottom:20px; }
.ast_packages_box ul { list-style:none; padding:0; margin:0 0 20px; text-align:left; }
.ast_packages_box ul li { color:rgba(255,255,255,0.8); font-size:14px; padding:8px 0; border-bottom:1px solid rgba(255,255,255,0.06); }
.ast_packages_box ul li .fa-check { color:#d4af37; margin-right:8px; }
.ast_packages_box ul li .fa-times { color:rgba(255,255,255,0.3); margin-right:8px; }

/* TESTIMONIALS */
.ast_testimonials_slider_box { text-align:center; padding:20px; }
.ast_testimonials_slider_box img { width:90px; height:90px; border-radius:50%; margin:0 auto 15px; object-fit:cover; border:3px solid #7b2d8b; display:block; }
.ast_testimonials_slider_box_text p { color:rgba(255,255,255,0.8); font-style:italic; line-height:1.8; margin-bottom:15px; }
.ast_testimonials_slider_box_text h4 { color:#d4af37; font-size:16px; }
.ast_testimonials_slider_box_text h4 span { color:rgba(255,255,255,0.6); font-size:13px; }

/* OVERVIEW / CTA */
.ast_overview_wrapper { position:relative; background:linear-gradient(135deg,#1a0025,#2d0040); }
.ast_overview_info { text-align:center; position:relative; z-index:2; }
.ast_overview_info h1 { color:#fff; font-size:36px; margin-bottom:20px; }
.ast_overview_info h1 span { color:#d4af37; }
.ast_overview_info p { color:rgba(255,255,255,0.8); max-width:700px; margin:0 auto; line-height:1.8; }

/* COUNTER */
.ast_counter { text-align:center; padding:20px; }
.ast_counter img { max-width:60px; margin-bottom:15px; }
.ast_counter h2 { color:#d4af37; font-size:48px; font-weight:700; margin:10px 0 5px; }
.ast_counter h4 { color:rgba(255,255,255,0.8); font-size:15px; }

/* BUTTON */
.ast_btn { display:inline-block; background:transparent; border:2px solid #d4af37; color:#d4af37; padding:10px 28px; border-radius:4px; text-decoration:none; font-size:14px; font-weight:600; text-transform:capitalize; transition:all .3s; cursor:pointer; }
.ast_btn:hover { background:#d4af37; color:#1a0025; }
