@media(min-width: 1200px){
	.benefit-img{
		padding: 0 100px;
	}
	.container {
		max-width: 1200px;
	}
}

@media(min-width: 992px){
	.form-section{
		padding-top: 150px;
	}
	.steps-section .col:nth-child(even) .steps-item:after {
		transform: rotate(-50deg);
		top: -110px;
		right: -95px;
	}

	.steps-section .col:last-child .steps-item:after {
		display: none;
	}
	.steps-section .col:nth-child(even) .steps-item:after {
		transform: rotate(-50deg);
		top: -110px;
		right: -95px;
	}

	.ast-divyaastro__popup .modal-dialog{
		max-width: 700px;
	}
	.footer-widget{
		margin-bottom: 0px;
	}
	.main-header .navbar-nav li a:hover,
	.main-header .navbar-nav li a:focus,
	.main-header .navbar-nav li a.active {
		color: var(--primary-color);
	}
}


@media(min-width: 992px) and (max-width: 1299px){
	.main-content .content{
		margin-top: 70px;
	}
	.intro h2{
		font-size: 42px;
	}
	.main-header .navbar-nav li{
		padding: 0 6px;
	}
	.main-header .navbar-nav li a{
		font-size: 14px;
	}
	.mobile-form-wrapper .left-box{
		padding: 50px;
	}
	.mobile-form-wrapper .left-box .form-image .form-title{
		font-size: 28px;
	}
	.banner-section .hero-img-banner .mobile_img {
		max-width: 320px;
	}
	.banner-section .hero-img-banner:before {
		width: 380px;
		height: 380px;
	}
}

@media (max-width: 991px) {
	.main-header{
		position: relative;
		box-shadow: 0 2px 10px rgba(37, 99, 235, 0.1);
	}
	.main-header .navbar-toggler {
		width: 44px;
		height: 44px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 8px;
		position: relative;
		z-index: 1;
		border: 2px solid var(--primary-color);
		background: var(--primary-gradient);
		border-radius: 8px;
		transition: all 0.3s ease;
	}
	.main-header .navbar-toggler:hover {
		transform: scale(1.05);
		box-shadow: var(--shadow-md);
	}
	.main-header .navbar-toggler div {
		display: block;
		width: 24px;
		height: 3px;
		margin: 3px 0;
		background: #fff;
		border-radius: 2px;
		transition: all 0.3s ease;
	}
	.main-header .navbar-collapse {
		position: absolute;
		top: 100%;
		background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
		width: 100%;
		right: 0;
		padding: 20px 30px 30px;
		text-align: left;
		left: 0;
		border-radius: 0 0 16px 16px;
		box-shadow: var(--shadow-lg);
		margin-top: 8px;
	}
	.main-header .navbar-nav li {
		padding: 8px 0;
	}
	.main-header .navbar-nav li a,
	.main-header .navbar-nav li a.active {
		color: #fff;
		padding: 12px 16px;
		border-radius: 8px;
		display: block;
		transition: all 0.3s ease;
	}
	.main-header .navbar-nav li a:hover {
		background: rgba(255, 255, 255, 0.15);
		transform: translateX(5px);
	}
	.main-header .navbar-toggler div:last-child {
		margin-bottom: 0;
	}
	.timeline-item:not(:last-child){
		margin-bottom: 60px;
	}
	.intro h2{
		font-size: 42px;
		margin-bottom: 10px;
	}
	.intro p{
		margin-bottom: 12px;
	}
	.hero-buttons {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.hero-buttons .btn_block {
		width: 100%;
	}

	.hero-buttons .ast-theme-btn {
		width: 100%;
		text-align: center;
	}

	.content .ast-theme-btn{
		padding: 0.5rem 1.3rem;
		font-size: 16px;
	}
	.feature-card{
		padding: 15px;
	}
	.feature-card .card-body .card-title{
		font-size: 1.1rem;
	}
	.feature-card .card-body p{
		font-size: 16px;
	}
	.navbar-fixed{
		padding: 10px 0px;
	}
	.box-header:after{
		box-shadow: none;
	}
	.main-header .logo{
		height: 60px;
		line-height: 60px;
	}
	.breadcrumb-area{
		padding-top: 150px;
	}
	.cta-section-info .cta_box-wrapper{
		padding: 30px 22px;
	}
	.cta-section-info .cta__title{
		font-size: 16px;
	}
	.cta-section-info .cta__title a{
		font-size: 18px;
	}
	.mobile-form-wrapper .right-box{
		border-radius: 20px;
	}
	.mobile-form-wrapper:before{
		right: -30px;
	}
	.mobile-form-wrapper:after{
		left: -30px;
	}
}
@media (max-width: 767px) {
	.main-header .button-navbar{
		display: none;
	}
	.mobile-btn{
		display: block;
	}
	.mobile-btn .ast-theme-btn{
		position: fixed;
		right: 15px;
		color: #fff;
		border-radius: 30px;
		background: var(--primary-gradient);
		box-shadow: var(--shadow-lg);
		padding: 12px 24px;
		z-index: 98;
		transition: all 0.3s ease;
	}
	.mobile-btn .ast-theme-btn:hover {
		transform: scale(1.05);
		box-shadow: var(--shadow-xl);
	}
	.mobile-btn-01{
		bottom: 80px;
	}
	.mobile-btn-02{
		bottom: 10px;
	}
	.defualt-heading .theme_subtitle{
		font-size: 28px;
		line-height: 1.3;
	}
	.intro p{
		font-size: 17px;
		line-height: 1.6;
		margin-bottom: 24px;
		color: #4b5563;
	}
	.ast_mobile_section .ast_mobile-view-content{
		padding: 0px;
		margin-bottom: 30px;
	}  
	.ast_mobile_section .ast_mobile-view-content .ast_app_title{
		font-size: 35px;
	}  
	.benefit-img{
		padding: 0px;
	}
	.banner-section .hero-img-banner .right_icon,
	.banner-section .hero-img-banner .left_icon{
		display: none;
	}
	.banner-section::after {
		width: 400px;
		height: 400px;
		top: -200px;
		right: -150px;
	}
	.banner-section::before {
		width: 350px;
		height: 350px;
		bottom: -150px;
		left: -100px;
	}
	.banner-section .banner-pattern {
		opacity: 0.3;
		max-width: 100%;
	}
	.testimonial-card {
		padding: 24px;
	}
	.testimonial-text {
		font-size: 15px;
	}
	.author-name {
		font-size: 15px;
	}
	.author-role {
		font-size: 13px;
	}
	.banner-section .hero-img-banner .mobile_img {
		max-width: 280px;
		margin: 0 auto;
	}
	.banner-section .hero-img-banner:before {
		width: 320px;
		height: 320px;
	}
	.banner-section .hero-img-banner .mobile_img img {
		border-radius: 20px;
		box-shadow: 0 15px 40px rgba(37, 99, 235, 0.2);
	}
	.ast-theme-btn{
		padding: 8px 28px;
	}
	.mobile-form-wrapper .right-box{
		padding: 40px 24px;
	}
	.mobile-form-wrapper .left-box {
		padding: 50px 40px;
	}
	.mobile-form-wrapper .right-box .box-title {
		font-size: 24px;
	}
	.mobile-form .form-control {
		padding: 12px 16px;
		font-size: 15px;
	}
	.mobile-form .input-group-text {
		width: 45px;
		font-size: 16px;
	}
	.mobile-form .form-btn {
		padding: 14px 20px;
		font-size: 15px;
	}
	.mobile-form-wrapper:after, .mobile-form-wrapper:before{
		display: none;
	}
	.tr-pr_content {
		padding: 30px 24px;
	}
	.main-title {
		font-size: 28px;
	}
	.tr-pr_content .tr-pr-title-sm {
		font-size: 18px;
	}
}

@media (max-width: 525px) {
	.main-header .navbar-brand img{
		width: 130px;
		height: auto;
	}
	.main-header .navbar-toggler{
		width: 40px;
		height: 40px;
		padding: 6px;
	}
	.main-header .navbar-toggler div {
		width: 20px;
		height: 2.5px;
	}
	.main-header .ast-theme-btn{
		font-size: 13px;
		padding: 10px 18px;
	}
	.intro h2{
		font-size: 26px;
		margin-bottom: 16px;
		line-height: 1.3;
	}
	.banner-section .hero-img-banner .mobile_img {
		max-width: 250px;
	}
	.banner-section .hero-img-banner:before {
		width: 280px;
		height: 280px;
	}
	.intro p {
		font-size: 15px;
		line-height: 1.6;
	}
	.defualt-heading .theme_subtitle {
		font-size: 22px;
		line-height: 1.3;
	}
	.defualt-heading .theme_title {
		font-size: 0.85rem;
		padding: 4px 16px;
	}
	.install-app .ast-theme-btn{
		margin-bottom: 10px;
	}
	.main-header .navbar-collapse{
		top: 100%;
		padding: 15px 20px 25px;
		border-radius: 0 0 12px 12px;
	}
	.banner-section {
		padding: 60px 0;
	}
	
	.defualt-heading {
		margin-bottom: 35px;
	}
	
	.timeline-item {
		margin-bottom: 40px;
	}
	.grid-column {
		padding: 1.5rem;
		margin-bottom: 1rem;
	}
	.feature-card {
		padding: 24px 20px;
	}
	.pricing-section .price_cards .p_card {
		padding: 32px 20px 28px;
		margin-bottom: 1.5rem;
	}
	.benefit-card {
		padding: 24px 20px;
		margin-bottom: 1rem;
	}
	.benefit-number {
		font-size: 36px;
	}
	.benefit-title {
		font-size: 18px;
	}
	.benefit-description {
		font-size: 14px;
	}
	.main-footer {
		padding: 60px 0px 40px;
	}
	.main-footer .footer-widget {
		margin-bottom: 30px;
	}
	.main-footer img {
		height: 55px;
		margin-bottom: 20px;
	}
	.main-footer .footer-widget .title {
		font-size: 18px;
		margin-bottom: 18px;
	}
	.main-footer .footer-widget p {
		font-size: 14px;
		line-height: 1.6;
	}
	.main-footer ul li {
		padding: 6px 0;
	}
	.main-footer ul li a,
	.main-footer ul li {
		font-size: 14px;
	}
	.flex_group {
		margin-bottom: 14px;
		gap: 0.875rem;
	}
	.flex_group i {
		width: 38px;
		height: 38px;
		min-width: 38px;
		min-height: 38px;
		font-size: 16px;
	}
	.flex_group span {
		font-size: 14px;
	}
	.ast_fb_copyright-area {
		padding: 20px 0;
	}
	.ast_fb_copyright-area .ast_copyRight-text p {
		font-size: 14px;
	}
}
