/*
Copyright (c) 2018
------------------------------------------------------------------
[Master Stylesheet]

Project: Astrology
Version: 1.0
Assigned to: Themeforest
-------------------------------------------------------------------

[Table of contents]

1. Body
2. Normal css / .ast_toppadder10
3. Header Start / .ast_top_header
4. Menu css start / .ast_header_bottom
5. Slider Css Start / .ast_slider_wrapper
6. Button css start / .ast_btn
7. Heading css start / .ast_heading
8. About Us css start / .ast_about_wrapper
9. Why We css start / .ast_whywe_wrapper
10. Services css start / .ast_service_wrapper
11. We Do css start / .ast_wedo_wrapper
12. Timer css start / .ast_timer_wrapper
13. Packages css start  / .ast_packages_wrapper
14. Horoscope css start / .ast_horoscope_wrapper
15. Gemstones css start / .ast_gemstones_wrapper
16. Overview css start / .ast_overview_wrapper
17. Testimonial css start / .ast_testimonial_wrapper
18. Download Wrapper css Start / .ast_download_wrapper
19. Footer Wrapper css start / .ast_footer_wrapper
20. Breadcrumb Start / .ast_pagetitle
21. Blog css start / .ast_blog_wrapper
22. Blog Single css start / .ast_blog_comment_wrapper
23. sidebar start / .sidebar_wrapper
24. Pagination start / .ast_pagination
25. Contact css start / .ast_contact_wrapper
26. Team css end / .ast_team_wrapper
27. Error css Start / .ast_error_wrapper
28. Numerology css start / .ast_numerology_wrapper
29. Tarot css start / .ast_tarot_wrapper
30. Vastu css start / .ast_vastu_wrapper
31. Journal css start / .ast_journal_wrapper
32. Responsive css start / .ast_packages_box ul li
-------------------------------------------------------------------*/
/*--------- Body Strat -------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #777777;
	background-color:#ffffff;
	-webkit-font-smoothing: antialiased;
}
/*--------- Body End -------*/
/*---------- Normal Css Start -------*/
a {
	color: #777777;
	text-decoration: none;
	cursor:pointer;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
a:hover, a:focus {
	color: #535465;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Philosopher', sans-serif;
	font-weight: 600;
	line-height: 1.1;
	color: #333333;
}
img {
	max-width: 100%;
}
input, textarea, select, button {
	outline: none;
	box-shadow:none;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
	box-shadow:none;
}
.ast_toppadder10{
	padding-top:10px;
}
.ast_toppadder30{
	padding-top:30px;
}
.ast_toppadder50{
	padding-top:50px;
}
.ast_toppadder70{
	padding-top:70px;
}
.ast_toppadder90{
	padding-top:90px;
}
.ast_toppadder100{
	padding-top:100px;
}
.ast_bottompadder20{
	padding-bottom:20px;
}
.ast_bottompadder50{
	padding-bottom:50px;
}
.ast_bottompadder70{
	padding-bottom:70px;
}
.ast_bottompadder100{
	padding-bottom:100px;
}
/*---------- Normal css End -------*/
/*---------- Header Start -------*/
.ast_top_header {
	float: left;
	width: 100%;
    background-color: #ffffff;
    padding: 15px 0px;
}
.ast_autho_wrapper {
	float: right;
	width: auto;
}
.ast_autho_wrapper ul{
	float: left;
	width:auto;
	padding:0px;
	margin:0px;
}
.ast_autho_wrapper li{
	float: left;
	width:auto;
	list-style: none;
	padding-left:20px;
}
.ast_autho_wrapper li a{
	float:left;
	width:auto;
	color: #222222;
	text-decoration: none;
	font-size:14px;
	cursor:pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_autho_wrapper li > a > i{
	color: #ff6f00;
}
.ast_autho_wrapper li a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#login-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
	text-align:right;
}
#login-dialog h1{
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 25px;
    font-size: 24px;
	text-align:left;
	text-transform:capitalize;
}
#login-dialog input{
	float:left;
	width:100%;
	border:1px solid #e1e1e1;
	border-radius:3px;
	height:45px;
	padding:0px 15px;
	margin-bottom:15px;
}
#signup-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
	text-align:right;
}
#signup-dialog h1{
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 25px;
    font-size: 24px;
	text-align:left;
	text-transform:capitalize;
}
#signup-dialog input, #signup-dialog select{
	float:left;
	width:100%;
	border:1px solid #e1e1e1;
	border-radius:3px;
	height:45px;
	padding:0px 15px;
	margin-bottom:15px;
}
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	opacity: 0;
}
.ast_contact_details{
	float:left;
	width:auto;
}
.ast_contact_details ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_contact_details ul li{
	float:left;
	width:auto;
	list-style:none;
	color:#222222;
	margin-right:15px;
    font-size: 14px;
}
.ast_contact_details ul li:last-child{
	margin-right:0px;
}
.ast_contact_details ul li a{
	text-decoration:none;
	color:#222222;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_details ul li a:hover{
    color: #ff6f00;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_details ul li i, .ast_contact_details ul li a i{
	padding-right:5px;
	color: #ff6f00;
}
/*---------- Header End -------*/
/*---------- Menu css start -------*/
.ast_header_bottom{
    height: 100px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.18);
    float: left;
    width: 100%;
    position: fixed;
    z-index: 10;
}
.ast_logo{
    float: left;
    width: 160px;
    /* padding: 16px 0px; */
}

.ast_menu {
    float: left;
    width: 100%;
	position: relative;
}
.ast_menu ul {
    float: right;
    width: auto;
	margin:0;
	padding:0;
}
.ast_menu ul li {
	list-style:none;
	float:left;
	margin-right:0px;
	position:relative;
}
.ast_menu ul li:last-child{
	margin-right:0px;
}
.ast_menu ul li a {
    height: 100px;
    display: block;
    text-transform: capitalize;
    color: #ffffff;
    padding: 38px 15px 38px 15px;
	position:relative;
	z-index:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform-origin: top;
}
.ast_menu ul li a:after{
	content:"";
	position:absolute;
	opacity:0;
	visibility:hidden;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:-1;
	background-color: #ff6f00;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li a:hover:after{
	opacity:1;
	visibility:visible;
	background-color: #ff6f00;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li a.active {
	background-color: #ff6f00;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.dropdown-toggle::after {
    border: none;
}

.ast_menu ul li ul.submenu li{
	float:left;
	width:100%;
}
.ast_menu ul li ul.submenu li a{
    padding: 10px 10px;
    width: 100%;
    border-top: 0px;
    border-bottom: 1px solid #555555;
    color: #ffffff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li ul.submenu li a:hover{
	border-top:0px;
	background-color: #ff6f00;
	color: #ffffff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li ul.submenu li ul.submenu {
    top: 0px;
    left: auto;
    right: 100%;
    width: 140px;
}

.ast_menu_btn{
	display:none;
}
.menu_fixed {
    position: fixed;
    z-index: 1000;
    padding: 0px 0px;
    -moz-box-shadow: 0px -5px 20px;
    -webkit-box-shadow: 0px -5px 20px;
    box-shadow: 0px -5px 20px;
}
.menu_fixed.ast_header_bottom {
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.7);
}
.menu_fixed .ast_menu ul li ul.submenu {
    background-color:#333333;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    background-color:#333333;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
}
/*---------- Menu css end -------*/
/*---------- Slider Css Start -------*/
.ast_slider_wrapper{
    float: left;
    width: 100%;
    position: relative;
	background-color:#111111;
	z-index:1;
    background-image: url(../images/content/banner.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.ast_banner_text{
	float:left;
	width:100%;
	text-align:center;
	color:#fff;
	position:relative;
    overflow: hidden;
	padding:15vh 0px;
}
.ast_bannertext_wrapper{
	float:left;
	width:100%;
}
.ast_bannertext_wrapper h1{
	float:left;
	width:100%;
	text-transform:capitalize;
	margin:50px 0px 0px 0px;
    font-size: 60px;
	color:#ffffff;
	font-weight:400;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	background-color: rgba(0, 0, 0, 0.18);
	padding: 15px;
	border-radius: 5px;
}
.ast_bannertext_wrapper ul{
	float:left;
	width:100%;
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	background-color: rgba(0, 0, 0, 0.18);
	padding: 10px;
	border-radius: 5px;
}
.ast_bannertext_wrapper ul li{
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    text-transform: capitalize;
    font-family: 'Philosopher', sans-serif;
    font-size: 24px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.ast_bannertext_wrapper ul li:last-child{
	margin-right:0px;
}
.ast_bannertext_wrapper ul li:after{
    content: "*";
    position: absolute;
    top: 3px;
    right: -20px;
}
.ast_bannertext_wrapper ul li:last-child:after{
    display:none;
}
.starfield {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
    z-index: -1;
}
.starfield > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-image: -webkit-radial-gradient(2px 2px at 40px 60px, #cccccc, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 20px 50px, #dddddd, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 30px 100px, #eeeeee, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 40px 60px, #ffffff, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 110px 90px, #cccccc, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 190px 150px, #dddddd, rgba(0, 0, 0, 0));
  background-image: radial-gradient(2px 2px at 40px 60px, #cccccc, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 20px 50px, #dddddd, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 30px 100px, #eeeeee, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 40px 60px, #ffffff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 110px 90px, #cccccc, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 190px 150px, #dddddd, rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
  -webkit-animation-name: starfieldRotate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.starfield > *:nth-child(1) {
  -webkit-animation-duration: 18s;
}
.starfield > *:nth-child(2) {
  -webkit-animation-duration: 22s;
}
.starfield > *:nth-child(3) {
  -webkit-animation-duration: 36s;
}
.starfield > *:nth-child(4) {
  -webkit-animation-duration: 40s;
}
@-webkit-keyframes starfieldRotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* code for waves on Banner */
.ast_waves {
	position: absolute;
	width: 800px;
	bottom: -75px;
	left: 0%;
	margin-left: -400px;
}
.ast_waves2 {
    position: absolute;
    width: 100%;
    top: 385px;
    right: 0px;
    margin: 0px auto;
    left: 0px;
}
.ast_waves3 {
	position: absolute;
	width: 900px;
	bottom: 15px;
	right: -400px;
}
.ast_wave {
	width: 700px;
	height: 700px;
	background: rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	margin-left: 50%;
	left: -350px;
	position: absolute;
	bottom: -350px;
    z-index: -1;
	-webkit-transform: scale(0.1, 0.1);
	-moz-transform: scale(0.1, 0.1);
	-ms-transform: scale(0.1, 0.1);
	-o-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
	opacity: 0;
	-webkit-animation: pulse 3000ms ease-out infinite;
	-moz-animation: pulse 3000ms ease-out infinite;
	-ms-animation: pulse 3000ms ease-out infinite;
	-o-animation: pulse 3000ms ease-out infinite;
	animation: pulse 3000ms ease-out infinite;
}
.ast_wave:nth-of-type(2) {
	-webkit-animation-delay: 600ms;
	-moz-animation-delay: 600ms;
	-ms-animation-delay: 600ms;
	-o-animation-delay: 600ms;
	animation-delay: 600ms;
}
.ast_wave:nth-of-type(3) {
	-webkit-animation-delay: 1200ms;
	-moz-animation-delay: 1200ms;
	-ms-animation-delay: 1200ms;
	-o-animation-delay: 1200ms;
	animation-delay: 1200ms;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/*---------- Slider Css End  -------*/
/*---------- Button css start -------*/
.ast_btn{
    margin-top: 10px;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    padding: 0px 20px;
    min-width: 130px;
    background-color: #ff6f00;
    color: #ffffff;
    text-transform: capitalize;
    border: 1px solid #ff6f00;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_btn:hover, .ast_btn:focus{
	background-color:transparent;
	color:#ff6f00;
	border:1px solid #ff6f00;
	outline:none;
	box-shadow:none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*---------- Button css end -------*/
/*---------- Heading css start -------*/
.ast_heading {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.ast_heading h1{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
	text-transform:capitalize;
}
.ast_heading h1 span{
	color: #ff6f00;
}

.ast_heading p {
	float: none;
    width: 55%;
    font-size: 16px;
    margin: auto;
    text-align: center;
}
/*---------- Heading css end -------*/
/*---------- About Us css start -------*/
.ast_about_wrapper{
    padding-left: 10px;
    padding-right: 10px;
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_about_wrapper.ast_about_wrapper_01 {
    padding:70px 0px 70px;
}
.ast_about_info{
	float:left;
	width:100%;
}
.ast_about_info h4{
	float:left;
	width:100%;
	font-size:20px;
	margin-top:0px;
	margin-bottom:15px;
	text-transform:capitalize;
}
.ast_about_info p{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.ast_about_info_img {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 70px;
}
.ast_about_info_img img{
    width: 350px;
    margin-top: -50px;
}
.ast_list {
    padding-left: 20px;
    list-style: none;
}
.ast_list li {
    padding: 5px 0;
}
.ast_list i {
    color: #ff6f00;
    margin-right: 10px;
}
/*---------- About Us css end -------*/
/*---------- Why We css start -------*/
.ast_whywe_wrapper{
    padding-left: 10px;
    padding-right: 10px;
	float:left;
	width:100%;
	background-color:#f4f4f4;
}
.ast_whywe_info{
	float:left;
	width:100%;
}
.ast_whywe_info_box{
	float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom:30px;
}
.ast_whywe_info_box span{
    float: left;
    width: 120px;
    height: 120px;
    line-height: 120px; /* Adjusted for vertical centering */
    border-radius: 100%;
    background-color: #ff6f00;
    text-align: center;
    border: 10px solid #FFFFFF;    
    -webkit-box-shadow: -1px 0px 1px 0px #e1e1e1;
    box-shadow: -1px 0px 1px 0px #e1e1e1;
}
.ast_whywe_info_box span i { /* New rule for icon styling */
    padding: 26px 0;
    font-size: 48px;
    color: #ffffff;
}
.ast_whywe_info_box span img{
	display:inline-block;
    width: 48px;
}
.ast_whywe_info_box_info{
    position: absolute;
    top: 20px;
    left: 50px;
    right: 0;
    height: 80px;
    background-color: #ffffff;
    margin-bottom: 0px;
    border-radius: 3px;
    z-index: -1;
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 75px;
    -webkit-box-shadow: 0px 0px 1px 0px #e1e1e1;
    box-shadow: 0px 0px 1px 0px #e1e1e1;
}
.ast_whywe_info_box_info h4{
    margin-bottom: 5px;
    font-size: 18px;
}
.ast_whywe_info_box_info p{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    color: #333333;
}
/*---------- Why We css end -------*/
/*---------- Services css start -------*/
.ast_service_wrapper{
    padding-left: 10px;
    padding-right: 10px;
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_service_wrapper.ast_bottompadder50 {
    padding-bottom: 70px;
}
.ast_service_box{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    padding: 30px 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box:hover{
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box:hover img {
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box img{
	display:inline-block;
	border: 5px solid #ffffff;
    border-radius: 100%;
    padding: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box:hover h4{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box h4{
    float: left;
    width: 100%;
    font-size: 20px;
    text-transform: capitalize;
    margin: 25px 0px 10px 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box p{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
/*---------- Services css end -------*/
/*---------- Process Section Start -----------*/
.ast_process_box {
    text-align: center;
    margin-bottom: 30px;
}
.ast_process_count {
    width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 50%;
    background-color: #ff6f00;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 20px;
    position: relative;
    border: 5px solid #ffffff;
}
.ast_process_box h4 {
    text-transform: capitalize;
    margin-bottom: 10px;
}
/*---------- Preparation Section Start -----------*/
.ast_preparation_box {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.ast_preparation_box h4 {
    color: #ff6f00;
    margin-bottom: 15px;
}
.ast_preparation_box h4 i {
    margin-right: 10px;
}
.ast_preparation_box ul {
    list-style: none;
    padding-left: 0;
}
.ast_preparation_box ul li {
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
}
.ast_preparation_box ul li:before {
    content: '\f00c'; /* FontAwesome check icon */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #ff6f00;
}
/*---------- Timer css start -------*/
.ast_timer_wrapper{
    float: left;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	 background-image: url(https://dummyimage.com/1920x700);
    background-position: center center;
	 background-repeat: no-repeat;
     z-index: 1;
}
.ast_timer_wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #00000082;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ast_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.ast_timer_wrapper .ast_heading h1, .ast_timer_wrapper .ast_heading p{
    color:#ffffff;
}
.ast_counter_wrapper{
	float:left;
	width:100%;
	padding:0px;
    position: relative;
    z-index: 1;
}
.ast_counter{
	float:left;
	width:100%;
	text-align:center;
	padding:0px;
	margin-bottom:30px;
}
.ast_counter span{
    display: inline-block;
    margin-bottom: 20px;
    border: 2px dotted #ffffff;
    border-radius: 100%;
    padding: 20px;
}
.ast_counter span img{
	display:inline-block;
}
.ast_counter h2{
	float:left;
    font-size: 36px;
    margin: 0px;
    color: #ff6f00;
    width: 100%;
    margin-bottom: 10px;
}
.ast_counter h4{
    margin: 0px;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 20px;
    float: left;
    width: 100%;
}
/*---------- Timer css end -------*/
/*---------- Testimonial css start -------*/
.ast_testimonial_wrapper{
    padding-left: 10px;
    padding-right: 10px;
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_testimonials_slider{
	float:left;
	width:100%;
}
.ast_testimonials_slider_box{
	float: left;
    width: 100%;
    padding: 0px 30px;
}
.ast_testimonials_slider_box img{
    float:left;
    width: 100px !important;
    border-radius: 100%;
    margin: 10px 0px;
    padding: 0px;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_testimonials_slider_box_text{
    float: left;
    width: calc(100% - 100px);
    padding-left: 45px;
	background-image:url(../images/content/testimonial.png);
    background-size: 64px;
    background-repeat: no-repeat;
    background-position: 10px -10px;
}
.ast_testimonials_slider_box_text h4{
	float:left;
	width:100%;
	text-transform:capitalize;
	font-size:18px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:25px;
	position:relative;
}
.ast_testimonials_slider_box_text h4:after{
    content: "";
    position: absolute;
    background-color: #ff6f00;
    width: 15px;
    height: 2px;
    top: 8px;
    left: 0px;
}
.ast_testimonials_slider_box_text span{
    font-size: 16px;
	text-transform:capitalize;
	font-weight:100;
	padding-left:5px;
}
.ast_testimonials_slider_box_text p{
    float: left;
    width: 100%;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 10px;
}
.ast_testimonials_slider .owl-theme .owl-nav{
	display:none;
}
.ast_testimonials_slider .owl-theme .owl-dots {
    margin-top: 30px;
}
.ast_testimonials_slider .owl-theme .owl-dots .owl-dot span{
	background:#e1e1e1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_testimonials_slider .owl-theme .owl-dots .owl-dot.active span, .ast_testimonials_slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ff6f00;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/*---------- Testimonial css end -------*/
/*---------- Download Wrapper css Start -------*/
.ast_download_wrapper{
    float: left;
    width: 100%;
    background-color: #f4f4f4;
    margin-bottom: 30px;
}
.ast_download_box{
	float:left;
	width:100%;
}
.ast_download_box ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}
.ast_download_box ul li{
	display:inline-block;
    width: auto;
    list-style: none;
    margin-right: 10px;
}
.ast_download_box ul li:last-child{
	margin-right:0px;
}
/*---------- Download Wrapper css end -------*/
/*---------- Footer Wrapper css start -------*/
.ast_footer_wrapper{
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
    background-color: #222222;
    position: relative;
    z-index: 1; /* Changed z-index to make it visible */
}
.ast_footer_info{
	float:left;
	width:100%;
	text-align:center;
    margin-bottom: 50px;
}
.ast_footer_info img{
	display:inline-block;
	margin-bottom:15px;
	max-width: 150px; /* Added to control logo size in footer */
}
.ast_footer_info p{
	float:left;
	width:100%;
	color:#ffffff;
	margin-bottom:20px;
}
.ast_footer_info ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_footer_info ul.ast_social_icons{
	float:none;
	width:auto;
	display:inline-block;
}
.ast_footer_info ul.ast_social_icons li{
	display:inline-block;
	width:auto;
	list-style:none;
}
.ast_footer_info ul.ast_social_icons li a{
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    background-color: #555555;
    margin: 5px;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_footer_info ul.ast_social_icons li a i{
    font-size: 16px;
    line-height: 40px;
}
.ast_footer_info ul.ast_social_icons li:nth-child(1) a{
    background-color: #3b5998; /* Facebook blue */
}
.ast_footer_info ul.ast_social_icons li:nth-child(2) a{
    background-color: #dd4b39; /* Google+ red */
}
.ast_footer_info ul.ast_social_icons li:nth-child(3) a{
    background-color: #bd081c; /* Pinterest red */
}
.ast_footer_info ul.ast_social_icons li:nth-child(4) a{
    background-color: #e4405f; /* Instagram pink */
}
.ast_footer_info ul.ast_social_icons li:nth-child(5) a{
    background-color: #1da1f2; /* Twitter blue */
}
.widget.text-widget{
	float:left;
	width:100%;
    margin-bottom: 70px;
}
.widget-title{
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;
}
.ast_newsletter{
    float: left;
    width: 100%;
}
.ast_newsletter p{
    float: left;
    width: 100%;
    color: #ffffff;
    margin-bottom: 25px;
}
.ast_newsletter_box{
	float:left;
	width:100%;
}
.ast_newsletter_box input{
    float: left;
    width: calc(100% - 65px);
    height: 45px;
    padding: 0px 15px;
    border: 1px solid #ffffff;
    border-right: 0px;
    color:#ffffff;
    border-radius: 3px 0px 0px 3px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_newsletter_box input:hover, .ast_newsletter_box input:focus{
	background-color:rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_newsletter_box input::-webkit-input-placeholder { 
  color: #ffffff;
}
.ast_newsletter_box input::-moz-placeholder {
  color: #ffffff;
}
.ast_newsletter_box input:-ms-input-placeholder {
  color: #ffffff;
}
.ast_newsletter_box input:-moz-placeholder {
  color: #ffffff;
}
.ast_newsletter_box button{
    float: right;
    width: 65px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ff6f00;
    border: 1px solid #ffffff;
    border-radius: 0px 3px 3px 0px;
    padding: 0px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_newsletter_box button:hover, .ast_newsletter_box button:focus{
	background-color: #ff6f00;
	color:#ffffff;
	border: 1px solid #ff6f00;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_servicelink{
	float:left;
	width:100%;
}
.ast_servicelink ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_servicelink ul li{
	float:left;
	width:100%;
	list-style:none;
}
.ast_servicelink ul li a{
    float: left;
    width: 100%;
    color: #ffffff;
    text-transform: capitalize;
    padding: 5px 0px 7px 0px;
    border-bottom: 1px solid #444444;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_servicelink ul li:first-child a{
	padding-top: 0px;
}
.ast_servicelink ul li:last-child a{
	padding-bottom: 0px;
	border-bottom:0px;
}
.ast_servicelink ul li a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_sociallink{
	float:left;
	width:100%;
}
.ast_sociallink ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_sociallink ul li{
	float:left;
	width:100%;
	list-style:none;
}
.ast_sociallink ul li a{
    float: left;
    width: 100%;
    color: #ffffff;
    text-transform: capitalize;
    padding: 5px 0px 7px 0px;
    border-bottom: 1px solid #444444;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_sociallink ul li:first-child a{
	padding-top: 0px;
}
.ast_sociallink ul li:last-child a{
	padding-bottom: 0px;
	border-bottom:0px;
}
.ast_sociallink ul li a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_gettouch{
	float:left;
	width:100%;
}
.ast_gettouch ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_gettouch ul li{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:15px;
}
.ast_gettouch ul li:last-child{
	margin-bottom:0px;
}
.ast_gettouch ul li i{
	float:left;
	width:30px;
	color: #ff6f00;
	font-size:20px;
    padding-top: 3px;
}
.ast_gettouch ul li p{
	float:right;
	width:calc(100% - 30px);
	color:#ffffff;
	margin-bottom:0px;
}
.ast_gettouch ul li a{
    float: left;
    width: calc(60% - 30px);
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_gettouch ul li a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_copyright_wrapper{
	float:left;
	width:100%;
	text-align:center;
	border-top:1px dotted #ffffff;
	padding-top:20px;
}
.ast_copyright_wrapper p{
	float:left;
	width:100%;
	margin-bottom:0px;
	text-transform:capitalize;
	color:#ffffff;
}
.ast_copyright_wrapper p a{
    font-weight: 700;
	color: #ff6f00;
}
/*---------- Footer Wrapper css end -------*/
/*----Breadcrumb Start-----------*/
.ast_pagetitle{
	float: left;
	width: 100%;
	background-color: #111111; /* Changed to match index.html slider background */
	position:relative;
	background-attachment:fixed;
	background-size: cover;
	color:#ffffff;
	padding:200px 0px 100px 0px;
	background-image: url(../images/content/banner.png); /* Changed to banner.png */
    background-position: center center;
	background-repeat: no-repeat;
	text-align:center;
	}
.page_title h2{
	float:left;
	width:100%;
	color:#ffffff;
	margin:0px;
	font-size:36px;
	text-transform:capitalize;
	}
.ast_pagetitle .breadcrumb {
    display:inline-block;
    padding: 0px;
    width:auto;
	}
.ast_pagetitle ul.breadcrumb {
	margin:0px;
	padding:0px;
	background-color: transparent;
}
.ast_pagetitle ul.breadcrumb  li{
    display: inline-block;
    width: auto;
    list-style: none;
    padding-top: 5px;
	}
.ast_pagetitle ul.breadcrumb li a{
	color: #ffffff;
	font-size: 18px;
	padding: 0px 10px;
	text-decoration: none;
	text-transform:capitalize;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	}
.ast_pagetitle ul.breadcrumb li:first-child a{
	padding-left:0px;
	}
.ast_pagetitle ul.breadcrumb li:last-child a{
	padding-right:0px;
	}
.ast_pagetitle ul.breadcrumb li:hover a{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	}
.ast_pagetitle ul.breadcrumb li:last-child a{
	color: #ff6f00;
    cursor: text;
	}
.ast_pagetitle ul.breadcrumb li i{
	font-size: 10px;
    border:1px solid #ffffff;
    border-radius:3px;
    padding: 3px 5px 3px 4px;
}
.ast_pagetitle ul.breadcrumb > li + li:before{
	display:none;
}
/*--------Breadcrumb End-----------*/
/*-------- Contact css start ---------*/
.ast_contact_wrapper{
	float:left;
	width:100%;
	background-color:#f4f4f4;
}
.ast_contact_info{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_info span{
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 75px;
    font-size: 36px;
    border-radius: 100%;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_info span i{
	font-size:36px;
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_info:hover span{
	background-color: #ff6f00;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_contact_info:hover span i{
	color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_info h4{
	float:left;
	width:100%;
	text-transform:capitalize;
	font-size:20px;
	margin:35px 0px 15px 0px;
}
.ast_contact_info p{
	float:left;
	width:100%;
}
.ast_contact_info p a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_mapnform_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_contact_form {
    width: 50%;
    position: absolute;
    background-color: #ffffff;
    padding: 50px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_contact_form label{
	float:left;
	width:100%;
	text-transform:capitalize;
	color:#333333;
	font-weight:600;
	border-radius: 3px;
}
.ast_contact_form input, .ast_contact_form textarea{
	float:left;
	width:100%;
	height:45px;
	padding:0px 15px;
	border:1px solid #e1e1e1;
	margin-bottom:15px;
}
.ast_contact_form textarea{
	height:auto;
	padding:10px 15px;
    resize: vertical;
}
.ast_contact_map{
    float: left;
    width: 100%;
    position: relative;
    padding-top: 300px;
}
.ast_contact_map iframe{
	float:left;
	width:100%;
	height:1300px;
	border:0px;
}
/*-------- Contact css end ---------*/
/*-------- Team css end ---------*/
.ast_team_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_team_box{
    float: left;
    width: 100%;
    background-color: #f4f4f4;
	border:10px solid #f4f4f4;
    text-align: center;
    padding: 30px 15px;
	margin-bottom:30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.gray_wrapper .ast_team_box{
	background-color:#ffffff;
	border-color:#ffffff;
}
.ast_team_box:hover{
	border:10px solid #f4f4f4;
	background-color:#ffffff;
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.gray_wrapper .ast_team_box:hover{
	background-color:#f4f4f4;
	border-color:#ffffff;
}
.ast_team_box img{
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 10px solid #ffffff;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_team_box:hover img{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_team_box h4{
    float: left;
    width: 100%;
    margin: 30px 0px 5px 0px;
    text-transform: capitalize;
}
.ast_team_box h4 a{
	color:#333333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_team_box h4 a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_team_box p{
    float: left;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.ast_team_box ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_team_box ul li{
	list-style:none;
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	margin:5px;
}
.ast_team_box ul li a{
	float:left;
	width:100%;
	background-color:#ffffff;
	color:#333333;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: inset 1px 1px 7px -5px #000000;
    box-shadow: inset 1px 1px 7px -5px #000000;
}
.gray_wrapper .ast_team_box ul li a{
	background-color:#f4f4f4;
}
.ast_team_box:hover ul li a{
	background-color:#f4f4f4;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.gray_wrapper .ast_team_box:hover ul li a{
	background-color:#ffffff;
}
.ast_team_box:hover ul li a i{
	color: #ff6f00;
	background-color:#f4f4f4;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/*-------- Team css end ---------*/
/*-------- Error css Start ---------*/
.ast_error_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_error_info{
	float:left;
	width:100%;
	text-align:center;
	padding:100px 0px;
}
.ast_error_info img{
	display:inline-block;
}
.ast_error_info h1{
	float:left;
	width:100%;
	text-transform:uppercase;
	letter-spacing:10px;
	margin-top:100px;
}
.ast_error_info p{
	float:left;
	width:100%;
	text-transform:capitalize;
	letter-spacing:2px;
	font-size:18px;
	margin-bottom:50px;
}
/*-------- Error css end ---------*/
/*-------- Tarot css start ---------*/
.ast_tarot_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_tarot_info{
	float:left;
	width:100%;
    margin-bottom: 50px;
}
.ast_tarot_info h3{
	float:left;
	width:100%;
	margin:0px;
	margin-bottom:15px;
	text-transform:capitalize;
}
.ast_tarot_info p{
	float:left;
	width:100%;
}
.ast_tarot_box_wrapper{
	float:left;
	width:100%;
}
.ast_tarot_box{
	display:none;
    float: left;
    width: 100%;
    background-color: transparent;
    border: 10px solid transparent;
    text-align: center;
    padding: 15px;
	position:relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_tarot_box:hover{
    border: 10px solid #f4f4f4;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_tarot_box a{
    float: left;
    width: 100%;
}
.ast_tarot_box a h4{
    float: left;
    width: 100%;
	text-transform:capitalize;
	margin:15px 0px 0px 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_tarot_box:hover a h4{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_tarot_box a img {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
}
.ast_tarot_box a:hover img{
    transform: rotateY(180deg);
    opacity: 0;
}
.terot_content h3 {
    text-transform: uppercase;
}
.ast_tarot_box a .terot_content{
    position: absolute;
    top: 15px;
    left: 15px;
	bottom:50px;
	right:15px;
    z-index: 0;
    opacity: 0;
	padding:10px;
	color: #ffffff;
	border-radius:13px;
    background-color: #ff6f00;
	border:1px solid transparent;
    transform: rotateY(180deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}	
.ast_tarot_box a:hover .terot_content {
    opacity: 1;
    z-index: 1;
    transform: rotateY(0deg);
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.ast_tarot_box a .terot_content h3{
	color:#ffffff;
}
.ast_tarot_box .terot_content p{
	margin-top:20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
}
	
/*-------- Tarot css end ---------*/
/*-------- Journal css start ---------*/
.ast_journal_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_journal_info{
	float:left;
	width:100%;
    margin-bottom: 50px;
}
.ast_journal_info h3{
	float:left;
	width:100%;
	margin:0px;
	margin-bottom:15px;
	text-transform:capitalize;
}
.ast_journal_info p{
	float:left;
	width:100%;
}
.ast_journal_box_wrapper{
	float:left;
	width:100%;
}
.ast_journal_box_wrapper form{
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 40px 25px;
    -webkit-box-shadow: 0px 4px 25px -6px #777777;
    box-shadow: 0px 4px 25px -6px #777777;
}
.ast_journal_box_wrapper form h3{
	float:left;
	width:100%;
	text-transform:capitalize;
	text-align:center;
	margin:0px 0px 20px 0px;
}
.ast_journal_box_wrapper form label{
    float: left;
    width: 100%;
	text-transform:capitalize;
	font-weight:600;
	color:#333333;
	margin-bottom:3px;
}
.ast_journal_box_wrapper form input, .ast_journal_box_wrapper form select, .ast_journal_box_wrapper form textarea{
    float: left;
    width: 100%;
	color:#333333;
	height:45px;
	border:1px solid #e1e1e1;
	margin-bottom:25px;
	border-radius:3px;
	padding:0px 10px;
}
.ast_journal_box_wrapper form textarea{
    height: auto;
    padding: 10px 15px;
    resize: vertical;
}
/*-------- Journal css end ---------*/
/*---------- Responsive css start -------*/
@media (min-width: 991px){
.ast_menu ul li ul.submenu{
	position:absolute;
	top:100%;
	left:0px;
	width:140px;
	opacity:0;
	visibility:hidden;
	background-color:#333333;
    z-index: 10;
	-webkit-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
    transition: all 0.3s;
}
.ast_menu ul li:hover > ul.submenu{
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
}
@media (max-width: 1200px) {
	.ast_team_box h4 {
	    font-size: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
.ast_footer_wrapper {
    position: initial;
}
.ast_download_wrapper {
    margin-bottom: 0px;
}
.ast_menu ul li a {
    padding: 28px 10px 30px 10px;
}
}
@media (max-width:991px){

	.ast_menu_btn{
    display: block;
    float: none;
    position: absolute;
    top: 20px;
    right: 15px;
    border: none;
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    background-color: #ff6f00;
    border-radius: 3px;
}
.ast_menu_btn:hover, .ast_menu_btn:focus{
	outline:none;
	border:none;
	box-shadow:none;
	text-shadow:none;
}
.ast_menu ul li ul.submenu {
    width: 100%;
    display: none;
}
.ast_about_info_img img {
    margin-top: 30px;
}
.ast_main_menu_wrapper{
	z-index: 2;
	position:fixed;
    left: 0px;
    top: 0px;
	bottom:0px;
    background-color:#333333;
	-webkit-transform: translateX(-100%);
    transform: translateX(-100%);
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100vh;
}
.ast_main_menu_wrapper {
    width: 300px;
}
.ast_main_menu_wrapper.ast_main_menu_hide{
	-webkit-transform: translateX(0%);
    transform: translateX(0%);
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu {
    overflow-y: scroll;
    height: 100%;
}
.ast_menu::-webkit-scrollbar {
    width: 5px;
}
.ast_menu::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}
.ast_menu::-webkit-scrollbar-thumb {
	background-color: #ff6f00;
	outline: 0px;
}
.ast_menu ul {
    width: 100%;
}
.ast_menu ul li {
    width: 100%;
}
.ast_menu ul li a:hover, .ast_menu ul li a.active{
	background-color: #ff6f00;
	color:#ffffff;
	border-top: 0px;
}
.ast_menu ul li a{
    padding: 10px;
    border-top: 0px;
    border-bottom: 1px solid #555555;
    color: #ffffff;
}

.menu_fixed .ast_menu ul li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li a{
	padding-left:25px;
	font-size:14px;
}
.ast_menu ul li ul.submenu li ul.submenu{
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    right: auto;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li ul.submenu li a{
	padding-left:40px;
}
.ast_header_bottom .col-sm-3{
	width:100%;
}
}
@media (max-width: 767px) {
    .ast_about_wrapper.ast_about_wrapper_01 {
        padding: 70px 0px 70px;
    }
.ast_contact_details {
    width: 100%;
    text-align: center;
}
.ast_contact_details ul {
    float: none;
    width: auto;
    display: inline-block;
}
.ast_contact_details ul li {
    float: none;
    margin-right: 0px;
    margin: 2px 0px;
    display: inline-block;
}
.ast_autho_wrapper {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.ast_autho_wrapper ul {
    float: none;
    width: auto;
    display: inline-block;
}
.ast_logo {
    width: 135px;
}
.ast_footer_wrapper {
    position: initial;
}
.ast_download_wrapper {
    margin-bottom: 0px;
}
.ast_about_info_img img {
    margin-top: 0;
    margin-bottom: 20px;
}
.ast_about_info {
    text-align: center;
}
.ast_about_info.ast_about_info_justify {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}
.ast_contact_map {
    padding-top: 450px;
}
.ast_testimonials_slider_box {
    padding: 0px 5px;
}
.ast_banner_text {
    padding: 100px 0px;
}
.ast_waves{
	display:none;
}
.ast_waves3{
	display:none;
}
.ast_about_info_img {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 0;
}

}
@media (min-width: 480px) and (max-width: 767px) {
.ast_counter_wrapper .col-xs-12 {
    width: 50%;
}
}
@media (max-width: 479px) {
.ast_main_menu_wrapper {
    width: 240px;
}
.ast_contact_form {
    padding: 15px 5px;
}
.ast_download_box ul li {
    margin-right: 0;
    margin: 5px;
}
.ast_download_box ul li:last-child {
    margin-right: 5px;
}
.ast_footer_info ul li a {
    margin: 2px;
}
.page_title h2 {
    font-size: 26px;
}
.ast_pagetitle ul.breadcrumb li a {
    font-size: 16px;
}
.ast_pagetitle {
    padding: 100px 0px 60px;
}
.ast_heading h1 {
    font-size: 28px;
}
.ast_heading p {
    font-size: 15px;
}
.ast_testimonials_slider_box {
    text-align: center;
}
.ast_testimonials_slider_box img {
    float: none;
    display: inline-block !important;
}
.ast_testimonials_slider_box_text {
	width:100%;
    padding-left: 0px;
    background-size: 44px;
}
.ast_testimonials_slider_box_text p {
    margin-top: 20px;
}
.ast_banner_text {
    padding: 100px 0px;
}
.ast_bannertext_wrapper h1 {
    margin: 0px 0px 0px 0px;
    font-size: 36px;
}
.ast_bannertext_wrapper ul li {
    margin-right: 30px;
    font-size: 18px;
}
.ast_whywe_info_box_info {
    padding-top: 15px;
    padding-right: 0px;
}
.ast_whywe_info_box_info p {
    font-size: 15px;
}
.ast_waves{
	display:none;
}
.ast_waves3{
	display:none;
}
}
@media (max-width: 380px) {
.ast_header_bottom {
    /* margin-top: 110px; */
}
}
@media (max-width: 320px) {
.ast_main_menu_wrapper {
    width: 210px;
}
}
/*---------- Responsive css end -------*/


/*----------- karishma css -----------*/
.ast_header_bottom{
	position:absolute;
}
.ast_header_bottom.menu_fixed{
	position:fixed;
}
.ast_top_header{
	padding:0;
}
.ast_top_header .ast_contact_details{
	padding:15px 0;
}
.ast_top_header .ast_autho_wrapper{
	position:relative;
}
.ast_top_header .ast_autho_wrapper ul li{
	padding-top:15px;
	padding-bottom:15px;
}
li.ast_search , li.ast_cart{
	padding-left:0;
	margin-left:20px;
}
.ast_search .ast_search_field{
	position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    padding: 12px 20px;
	width:350px;
    z-index: 100;
    box-shadow: 0px 0px 18px 0px rgba(4, 4, 4, 0.3);
	opacity:0;
	visibility:hidden;
	border-radius:30px;
	transform:translateY(20px);
	transition:all .3s;
}
.ast_search .ast_search_field input{
	height:35px;
	width:100%;
	border:1px solid #e1e1e1;
	padding:0 10px;
	border-radius:20px;
}
.ast_search:hover .ast_search_field{
	transform:translateY(0px);
	opacity:1;
	visibility:visible;
}
.ast_search .ast_search_field button{
	position: absolute;
    top: 12px;
    right: 20px;
    border-radius: 35px;
    height: 35px;
    padding: 0 20px;
    border: 1px solid transparent;
    background-color: #ff6f00;
    color: #ffffff;
	transition:all .3s;
}
.ast_search .ast_search_field button:hover{
	background-color:transparent;
	border-color:#ff6f00;
	color:#333333;
}
.ast_cart_box{
	position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    background-color: #ffffff;
    min-width: 250px;
	padding:20px 0 20px 20px;
	box-shadow:0px 0px 18px 0px rgba(4, 4, 4, 0.3);
	opacity:0;
	visibility:hidden;
	transform:translateY(10px);
	-webkit-transition:all .3s;
	transition:all .3s;
}
.ast_cart:hover .ast_cart_box{
	transform:translateY(0px);
	opacity:1;
	visibility:visible;
}
.ast_cart_list:after , .ast_cart_btn:after{
	width:100%;
	content:"";
	display:table;
}
.ast_top_header .ast_cart_list{
	border-bottom:1px solid #f5f5f5;
	max-height:172px;
	overflow-x:hidden;
	overflow-y:auto;
}

.ast_top_header .ast_cart_list ul li{
	padding:0 ;
	padding-bottom:15px;
	position:relative;
}
.ast_top_header .ast_cart_list a.ast_cart_remove{
	position:absolute;
	top:0;
	right:-25px;
	width:auto;
	color:#ff6f00;
}
.ast_cart_list .ast_cart_img{
	float:left;
}
.ast_cart_list .ast_cart_img img{
	width:70px;
	border:1px solid #e1e1e1;
}
.ast_cart_info{
	width:calc(100% - 70px);
	float:right;
	padding-left:10px;
}
.ast_cart_list .ast_cart_info a{
	font-size:16px;
	font-weight:500;
	font-family:'Philosopher', sans-serif;
	color:#333333;
	margin-bottom:5px;
	width:110px;
	text-transform:capitalize;
}
.ast_cart_list .ast_cart_info p{
	font-size:14px;
}
.ast_cart_box .ast_cart_total , .ast_cart_box .ast_cart_btn{
	padding-right:20px;
}
.ast_cart_box .ast_cart_total p{
	color:#333333;
	margin-top:10px;
	text-align:left;
	text-transform:capitalize;
}
.ast_cart_box .ast_cart_total p span{
	float:right;
	font-family:'Philosopher', sans-serif;
}
.ast_cart_box .ast_cart_btn{
	text-align:center;
	padding-top:5px;
}
.ast_cart_box .ast_cart_btn button{
	border:1px solid transparent;
	background-color:#ff6f00;
	color:#ffffff;
	display:inline-block;
	padding:8px 15px;
	border-radius:3px;
	text-transform:capitalize;
	-webkit-transition:all .3s;
	transition:all .3s;
}
.ast_cart_box .ast_cart_btn button:hover{
	background-color:transparent;
	color:#ff6f00;
	border-color:#ff6f00;
}
.ast_cart_list::-webkit-scrollbar {
	width:4px;
}
.ast_cart_list::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}
.ast_cart_list::-webkit-scrollbar-thumb {
	background-color:#ff6f00;
	outline:#708090 solid 1px;
}
#login-dialog , #signup-dialog{
	text-align:center;
}
#login-dialog .ast_login_data{
	width:100%;
	float:left;
	margin-bottom:20px;
}
#login-dialog .ast_login_data a{
	float:right;
	transition:all .3s;
	-webkit-transition:all .3s;
	text-transform:capitalize;
}
#login-dialog .ast_login_data label{
	cursor:pointer;
	font-weight:400;
	float:left;
	text-transform:capitalize;
	transition:all .3s;
	-webkit-transition:all .3s;
}
#login-dialog .ast_login_data label:hover , #login-dialog .ast_login_data a:hover{
	color:#ff6f00;
}
#login-dialog input[type='checkbox']{
	box-shadow: none;
    width: auto;
    float: left;
    height: auto;
    margin: 0;
    margin-right: 10px;
    margin-top: 7px;
}
#signup-dialog p , #login-dialog p{
	text-align:center;
	margin-top:10px;
	margin-bottom:0;
}
#signup-dialog p a , #login-dialog p a{
	color:#ff6f00;
}
#signup-dialog .ast_btn{
	margin-top:10px;
}
/*--- privacy and policy page css start ---*/
.ast_pp_wrapper{
	width:100%;
	float:left;
	background-color:#ffffff;
}
.ast_pp_section{
	width:100%;
	float:left;
	padding:30px;
	box-shadow:0px 4px 25px -6px #777777;
	background-color:#f4f4f4;
}
.ast_pp_section h5{
	font-size:18px;
}
.ast_pp_section p{
	margin:0 0 25px;
}
/*--- privacy and policy page css end ---*/
/*--- about slider ---*/

.ast_about_wrapper .row {
    align-items: center;
}
.ast_about_wrapper.ast_bottompadder70 {
    padding-bottom: 130px;
}
.about_slider{
	width:100%;
	float:left;
	position:relative;
	height:300px;
}
.about_slider .card {
  position: absolute;
  left:25%;
  display: block;
  width: 300px;
  height: 207px;
 -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 4px;
  border-radius:30px;
}
.about_slider .a {
  -webkit-transform: translate3d(70px, -80px, -50px);
  transform: translate3d(-70px, 55px, -50px);
  opacity: .6;
}
.about_slider .c {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  z-index:8;
  -webkit-box-shadow: 0 20px 50px rgba(0, 34, 45, 0.5);
  box-shadow: 0 20px 50px rgba(0, 34, 45, 0.5);
}
.about_slider .btn-wrap{
    position: absolute;
    z-index: 20;
    bottom: 12px;
    right: 95px;
}
.about_slider .btn {
  position: absolute;
  top: 0;
  display: block;
  width: 10px;
  height: 10px;
  outline:none;
  padding:0px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: .5;
  border-radius: 50%;
  background-color: #cbcbcb;
}
.about_slider .focus {
   width: 15px;
  height: 15px;
  -webkit-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
  opacity: 1;
  background-color: #ff6f00;
}
.about_slider #one {
  left: 0;
}
.about_slider #two {
  left: 25px;
}
.about_slider img{
	border-radius:30px;
	border:2px solid #ff6f00;
	width:300px;
	margin-top:-30px;
}
.ast_about_info_img.abt_img img{
	display:inline-block;
	margin-top:20px;
}
.about_slider.slider_half img , .about_slider.slider_half .card{
	width:auto;
}
.about_slider.slider_half .btn-wrap{
	bottom:-38px;
}
/*--- about slider ---*/
.ast_slider_wrapper.ast_index_tarot{
	background-image:linear-gradient(rgba(0,0,0,0.4) , rgba(0,0,0,0.4)) , url(https://dummyimage.com/1920x1080);
}
/*--- faq page css start ---*/
.ast_faq_wrapper{
	width:100%;
	float:left;
	background-color:#ffffff;
}
.ast_faq_section .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #ff6f00;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.ast_faq_section .accordion-button:focus {
    z-index: 3;
    border-color: #ff6f00;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(255 111 0);
}
.ast_faq_section .accordion-body {
    background-color: #f4f4f4;
    margin-top: 10px;
    border-top: none;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgb(4 4 4 / 20%);
}
.ast_faq_section .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "+";
    font-size: 30px;
    line-height: 22px;
    background-image: none;
    transition: transform .2s ease-in-out;
}
.ast_faq_section .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #ff6f00;
    box-shadow: 0px 0px 5px 0px rgb(4 4 4 / 20%);
    border-radius: 5px;
}
.ast_faq_section .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
    content: "-";
    font-size: 40px;
    line-height: 13px;
}
.ast_faq_section button.accordion-button {
    color: #333333;
    background-color: #f4f4f4;
    box-shadow: 0px 0px 5px 0px rgb(4 4 4 / 20%);
    font-size: 18px;
    line-height: 22px;
}
.ast_faq_section .accordion-item {
    background-color: #fff;
    border: none;
    margin: 15px 0;
}
/*--- responsive css start ---*/
@media(max-width:1400px){
.ast_contact_form {
	    width: 60%;
	}
}
@media(max-width:1199px){
	.about_slider .btn-wrap{
		right:25px;
	}
	.about_slider.slider_half .btn-wrap{
		bottom:12px;
	}
	.ast_contact_form {
	    width: 65%;
	}
}
@media(max-width:991px){
	.about_slider , .about_slider.slider_half{
		margin-bottom:30px;
		height:282px;
	}
	.about_slider .card , .about_slider.slider_half .card{
		left:35%;
		width:auto;
	}
	.about_slider.slider_half img , .about_slider.slider_half .card{
		width:300px;
	}
.ast_menu ul li.as_submenu_li:after {
    position: absolute;
    content: '';
    border-left: 5px solid #ef1f1f00;
    border-right: 5px solid #ff000000;
    border-top: 5px solid #ffffff;
    top: 20px;
    right: 10px;
    z-index: 1;
}
.ast_contact_form {
    width: 80%;
}
.ast_heading p {
    width: 100%;
}
.about_slider .card {
    height: auto;
}
}

@media(max-width:767px){
	.about_slider .card {
	    height: 207px;
	}
	.ast_top_header .ast_contact_details , .ast_top_header .ast_autho_wrapper ul li{
		padding-top:8px;
		padding-bottom:8px;
	}
	.ast_top_header{
		text-align:center;
	}
	.ast_autho_wrapper{
		display: inline-block;
		float: none;
		width: auto;
	}
	.about_slider , .about_slider.slider_half{
		height:325px;
	}
	.about_slider .btn-wrap{
		bottom:6%;
		right:50%;
	}
	.ast_tarot_box a .terot_content{
		max-width:213px;
		left:0;
		right:0;
		margin:0 auto;
	}
	.ast_search .ast_search_field {
	    width: 100%;
	}
}

@media(max-width:479px){
	.about_slider .card , .about_slider.slider_half .card{
		left:25%;
		height:0;
	}

}						

@media(max-width:500px){
	.ast_bannertext_wrapper {
    padding-top: 30px;
}
.ast_error_info h1 {
    margin-top: 50px;
    font-size: 24px;
}
.ast_error_info p {
    font-size: 16px;
    margin-bottom: 40px;
}
.ast_contact_details ul li:last-child {
    margin: 10px;
}
.ast_contact_form {
    width: 100%;
    /* padding: 40px; */
}				
}				

@media(max-width:420px){
	.about_slider.slider_half img, .about_slider.slider_half .card {
	    width: 200px;
	}
	.about_slider img {
	    margin-top: 0;
	}
}	

@media(max-width:380px){
	.ast_header_bottom {
    /* margin-top: 130px; */
}
}

.form-group {
    margin-bottom: 20px;
}

.ast_result_box {
    margin-top: 20px;
}
.ast_single_calculator_box {
    margin-bottom: 100px;
}
.gray_wrapper{
	background-color:#f4f4f4;
}
.ast_white_wrapper{
	background-color:#ffffff;
}

/* Enhanced Coming Soon Styles */
.ast_coming_soon_card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.ast_coming_soon_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.ast_coming_soon_header {
    background: linear-gradient(135deg, #ff6f00 0%, #ff8f00 100%);
    color: white;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ast_coming_soon_header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.ast_tarot_icon_wrapper {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.ast_coming_soon_header h2 {
    font-size: 48px;
    margin: 0 0 10px 0;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.ast_coming_soon_header p {
    font-size: 18px;
    margin: 0;
    opacity: 0.9;
    font-weight: 300;
}

.ast_coming_soon_content {
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ast_coming_soon_image {
    margin-bottom: 40px;
    position: relative;
}

.ast_coming_soon_image img {
    max-width: 180px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.ast_coming_soon_image img:hover {
    transform: scale(1.05);
}

.ast_coming_soon_text {
    text-align: center;
    max-width: 100%;
}

.ast_coming_soon_text > p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
}

.ast_what_to_expect {
    margin-bottom: 40px;
}

.ast_what_to_expect h4 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.ast_what_to_expect h4 i {
    color: #ff6f00;
    margin-right: 10px;
}

.ast_expect_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.ast_expect_item {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 111, 0, 0.1);
}

.ast_expect_item:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #ff6f00;
}

.ast_expect_icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6f00, #ff8f00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
    color: white;
    transition: all 0.3s ease;
}

.ast_expect_item:hover .ast_expect_icon {
    transform: scale(1.1);
}

.ast_expect_text h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.ast_expect_text p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.ast_coming_soon_footer {
    background: #f8f9fa;
    padding: 40px;
    text-align: center;
    border-top: 1px solid rgba(255, 111, 0, 0.1);
}

.ast_notify_text {
    margin-bottom: 30px;
}

.ast_notify_text p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.ast_coming_soon_buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.ast_btn_outline {
    background: transparent;
    border: 2px solid #ff6f00;
    color: #ff6f00;
}

.ast_btn_outline:hover {
    background: #ff6f00;
    color: white;
}

.ast_btn i {
    margin-right: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .ast_coming_soon_header {
        padding: 30px 20px;
    }
    
    .ast_coming_soon_header h2 {
        font-size: 36px;
    }
    
    .ast_coming_soon_content {
        padding: 30px 20px;
    }
    
    .ast_expect_grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .ast_coming_soon_buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .ast_btn {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .ast_coming_soon_header h2 {
        font-size: 28px;
    }
    
    .ast_coming_soon_header p {
        font-size: 16px;
    }
    
    .ast_expect_item {
        padding: 20px;
    }
    
    .ast_coming_soon_footer {
        padding: 30px 20px;
    }
}

.ast_download_img {
    text-align: center;
}

@media (max-width: 767px) {
    .ast_download_info {
        text-align: center;
        padding-bottom: 30px;
    }
}