/*
Theme Name: Astrologer Bhairav
Theme URI: https://understrap.com
Template: understrap
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,translation-ready,block-styles,wide-blocks,editor-style,threaded-comments,accessibility-ready
Version: 1.2.4.1767070370
Updated: 2025-12-30 04:52:50

*/



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');



@import url("style2.css");


body {
	background-color: #ffffff;
	font-family: "Poppins", sans-serif;
}

body p {
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 line-height: 28px;
 color: #000;
 font-weight: 400;
}

body a {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	  font-family: "Playfair Display", serif;
	font-weight: 800;
}

.mobshow {
	display: none !important;
}


/**************** Tab responsive Start *********************/
@media only screen and (min-width: 767px) and (max-width: 1023px) {
	.ipad {
		width: 100% !important;
	}

	.deskshow {
		display: none !important;
	}

	.mobshow {
		display: block !important;
	}

	.vegacontainer {
		width: 100% !important;
		margin: 0 auto !important;
	}

	.ipad-50 {
		width: 50% !important;
		margin-bottom: 30px;
	}

	/************** header responsive start	 *************/

	body .navbar-brand img {
		max-width: 176px !important;
		margin: 0 !important;
		max-height: 100%;
		position: relative;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		position: absolute;
		left: 20px;
		top: 24px;
		width: 32px;
		height: 32px !important;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: -webkit-right;
		user-select: none;
		-webkit-tap-highlight-color: #0000;
		outline: none;
		white-space: nowrap;
		background-color: transparent;
		background-image: url(https://astrologerbhairav.com/wp-content/uploads/2025/12/menu-icon.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		transition: 0.6s ease all;
	}


	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
		width: 33px;
		height: 2px;
		background-color: #9e002200;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
		width: 33px;
		height: 2px;
		background-color: #9e002200;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		width: 33px;
		height: 2px;
		background-color: #9e002200;
	}

	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
		display: block;
		position: absolute;
		width: 100%;
		background: #c38f37;
		box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
		top: 69px;
		border-radius: 0;
		z-index: 9;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
		background-color: transparent;
		font-weight: 500;
		color: #fff !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
		display: list-item;
		margin: 0;
		clear: both;
		border: 0;
		border-bottom: 1px solid #e3dee8;
		padding: 7px 0;
	}

	#mega-menu-wrap-primary #megaa-menu-primary>li.mega-menu-item>a.mega-menu-link {
		font-size: 14px;
		color: #222 !important;
		font-weight: 400;
		font-family: "Poppins", sans-serif;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
		z-index: 999;
		position: relative !important;
		width: 100% !important;
		max-width: none;
		padding: 0px 0;
		border: 0;
		background: #38266b;
		border-radius: 0;
		top: 0 !important;
		margin-top: 9px;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover::before {
		display: none !important;
	}

	.home #content.site-content {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link::before {
		transform-origin: 0% 0% !important;
		transform: scale3d(0, 0, 0) !important;
	}


	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
		width: 100% !important;
		clear: both;
	}

	a.call-top-icon {
		display: inline-block;
		width: 36px;
		height: 36px;
		text-align: center;
		line-height: 30px;
		border-radius: 50%;
		background: #fff;
		margin-right: 6px;
	}

	a.call-top-icon img {
		width: 28px;
		animation: hithere 1.5s ease infinite;
	}

	.mobshow.mobile-number {
		background: #321f84;
		text-align: center;
		padding: 6px 0px;
		margin-bottom: -1px;
	}

	.mobshow.mobile-number a {
		font-size: 26px;
		color: #fff;
		background: linear-gradient(to right, #ffffff 20%, #fbb356 30% 30%, #ffffff 70%, #fbb356 80%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		text-fill-color: transparent;
		background-size: 500% auto;
		animation: textShine 5s ease-in-out infinite alternate;
		font-weight: 600;
	}

	body header#wrapper-navbar .container {
		display: block;
	}


	body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		font-size: 14px;
		color: #fff;
		font-weight: 400;
		height: auto;
		line-height: normal;
		padding: 0px 10px;
	}

	/************** header responsive End	 *************/

	header#masthead {
		margin-bottom: 0;
		background-color: #242671 !important;
		box-shadow: none;
		padding: 0px;
		position: relative;
		z-index: 99;
		box-shadow: 0 0.5rem 1rem rgb(2 2 14 / 12%), inset 0 0px 0 rgb(48 48 48 / 83%);
	}

	.home div#content {
		margin-top: 0px !important;
	}

	.home .entry-content {
		margin: 0;
	}

	nav.navbar.navbar-expand-xl.p-0 {
		display: block;
	}

	body .navbar-brand {
		margin-top: 0;
		max-width: 100%;
		display: block;
		text-align: center;
	}

	body header#wrapper-navbar {
		padding: 5px 0px 0px;
	}



	/* Home Page start */

	
body	.navbar-brand:before {
  display:none;
}
	
    body .home-form-section
 {
        position: relative;
        margin-top: 0px;
        overflow: hidden;
    }
	
	
	body .form-col-box {
    position: relative;
    margin-top: 0px;
    z-index: 1;
}
	
    body .home-form-section:before {
        position: absolute;
        content: '';
        width: 300px;
        height: 300px;
        background-image: url(https://astrologerbhairav.com/wp-content/uploads/2025/12/chakra.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        top: 341px;
        z-index: 1;
        animation: rotate 15s linear infinite;
        left: calc(50% - 150px);
    }
	
 body	.why-us-section:before {
display:none;
}
	
body	.why-us-row {
    margin-top: 0px;
}
	
body	.home-why-box {
    width: 100%;
    min-height: 412px;
    border-radius: 40px;
    background-color: transparent;
    border: 1px solid #f3c985;
    text-align: center;
    padding: 25px 17px;
}
	
	
body .main-heading h1 {
    font-size: 32px;
}
	
body	.faq-section-home {
    border-radius: 40px;
    background-color: #fffcf3;
    border: 1px solid #f3c985;
    padding: 20px 0px;
    border-radius: 0px 0px 40px 40px;
    padding-bottom: 11px;
	margin:0 !important;
}
	
body	.main-heading h5 {
    font-size: 21px;
    line-height: normal;
}
	
	
body	.faq-heading h4 {
    font-size: 25px;
    line-height: 33px;
    color: #2c0732;
    font-weight: 400;
    font-family: "Playfair Display";
    text-align: center;
}
	
	
body	.home-form-box {
    border-radius: 175px;
    filter: drop-shadow(0 0 7.5px rgba(204, 204, 204, 0.35));
    background-color: #ffffff;
    border: 1px solid #f3c985;
    text-align: center;
    padding: 31px 15px;
    margin: 20px 0;
}
	

 
    body .footer-form {
        background-color: #000;
        padding: 20px;
        margin-bottom: 0px;
        padding-bottom: 0;
        text-align: center;
        border-radius: 30px;
    }
	
body	.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a {
    color: #ffffff;
    border: 1px solid #ffeecc;
    padding: 17px 44px;
    position: relative;
    margin: 4px 0;
    font-size: 14px;
    line-height: normal;
    filter: drop-shadow(0 0 7.5px rgba(252, 225, 213, 0.35));
    background-color: #1a1745;
    font-family: 'Poppins';
    border-radius: 30px;
    background-image: linear-gradient(0deg, #f3c985 0%, #bd872c 100%);
    font-weight: 400;
    padding-right: 22px;
}
	
body	.faq-section-home .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border-radius: 35px !important;
    background-color: #ffffffee;
    margin: 10px 0;
    border: 2px solid #f0c680;
    padding: 23px 18px;
}
	
body	.accordation-for-width {
    padding-bottom: 10px;
}
	




}

/**************** Tab responsive End *********************/



/**************** Mobile responsive Start *********************/

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.deskshow {
		display: none !important;
	}

	.mobshow {
		display: block !important;
	}

	.vegacontainer {
		width: 100% !important;
		margin: 0 auto !important;
	}

	.form-left-section h2.title {
		color: #fbad48;
		padding-top: 30px;
	}

	.form-left-section p {
		color: #fff;
	}
	
    .ipad-50 {
        width: 50% !important;
        margin-bottom: 30px;
        display: inline-block;
    }

	/************** header responsive start	 *************/




	body .navbar-brand img {
		max-width: 176px !important;
		margin: 0 !important;
		max-height: 100%;
		position: relative;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		position: absolute;
		left: 20px;
		top: 24px;
		width: 32px;
		height: 32px !important;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: -webkit-right;
		user-select: none;
		-webkit-tap-highlight-color: #0000;
		outline: none;
		white-space: nowrap;
		background-color: transparent;
		background-image: url(https://astrologerbhairav.com/wp-content/uploads/2025/12/menu-icon.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		transition: 0.6s ease all;
	}


	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
		width: 33px;
		height: 2px;
		background-color: #9e002200;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
		width: 33px;
		height: 2px;
		background-color: #9e002200;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		width: 33px;
		height: 2px;
		background-color: #9e002200;
	}

	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
		display: block;
		position: absolute;
		width: 100%;
		background: #c08a31;
		box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
		top: 69px;
		border-radius: 0;
		z-index: 9;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
		background-color: transparent;
		font-weight: 500;
		color: #fff !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
		display: list-item;
		margin: 0;
		clear: both;
		border: 0;
		border-bottom: 1px solid #e3dee8;
		padding: 7px 0;
	}

	#mega-menu-wrap-primary #megaa-menu-primary>li.mega-menu-item>a.mega-menu-link {
		font-size: 14px;
		color: #222 !important;
		font-weight: 400;
		font-family: "Poppins", sans-serif;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
		z-index: 999;
		position: relative !important;
		width: 100% !important;
		max-width: none;
		padding: 0px 0;
		border: 0;
		background: #38266b;
		border-radius: 0;
		top: 0 !important;
		margin-top: 9px;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover::before {
		display: none !important;
	}

	.home #content.site-content {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link::before {
		transform-origin: 0% 0% !important;
		transform: scale3d(0, 0, 0) !important;
	}


	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
		width: 100% !important;
		clear: both;
	}

	a.call-top-icon {
		display: inline-block;
		width: 36px;
		height: 36px;
		text-align: center;
		line-height: 30px;
		border-radius: 50%;
		background: #fff;
		margin-right: 6px;
	}

	a.call-top-icon img {
		width: 28px;
		animation: hithere 1.5s ease infinite;
	}

	.mobshow.mobile-number {
		background: #321f84;
		text-align: center;
		padding: 6px 0px;
		margin-bottom: -1px;
	}

	.mobshow.mobile-number a {
		font-size: 26px;
		color: #fff;
		background: linear-gradient(to right, #ffffff 20%, #fbb356 30% 30%, #ffffff 70%, #fbb356 80%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		text-fill-color: transparent;
		background-size: 500% auto;
		animation: textShine 5s ease-in-out infinite alternate;
		font-weight: 600;
	}

	body header#wrapper-navbar .container {
		display: block;
	}


	body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		font-size: 14px;
		color: #fff !important;
		font-weight: 400;
		height: auto;
		line-height: normal;
		padding: 0px 10px;
	}

	/************** header responsive End	 *************/

	header#masthead {
		margin-bottom: 0;
		background-color: #242671 !important;
		box-shadow: none;
		padding: 0px;
		position: relative;
		z-index: 99;
		box-shadow: 0 0.5rem 1rem rgb(2 2 14 / 12%), inset 0 0px 0 rgb(48 48 48 / 83%);
	}

	.home div#content {
		margin-top: 0px !important;
	}

	.home .entry-content {
		margin: 0;
	}

	nav.navbar.navbar-expand-xl.p-0 {
		display: block;
	}

	body .navbar-brand {
		margin-top: 0;
		max-width: 100%;
		display: block;
		text-align: center;
	}

	body header#wrapper-navbar {
		padding: 0px 0px 0px;
	}



	/* Home Page start */

	
body	.navbar-brand:before {
  display:none;
}
	
    body .home-form-section
 {
        position: relative;
        margin-top: 0px;
        overflow: hidden;
    }
	
	
	body .form-col-box {
    position: relative;
    margin-top: 0px;
    z-index: 1;
}
	
    body .home-form-section:before {
        position: absolute;
        content: '';
        width: 300px;
        height: 300px;
        background-image: url(https://astrologerbhairav.com/wp-content/uploads/2025/12/chakra.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        top: 341px;
        z-index: 1;
        animation: rotate 15s linear infinite;
        left: calc(50% - 150px);
    }
	
 body	.why-us-section:before {
display:none;
}
	
body	.why-us-row {
    margin-top: 0px;
}
	
body	.home-why-box {
    width: 100%;
    min-height: 412px;
    border-radius: 40px;
    background-color: transparent;
    border: 1px solid #f3c985;
    text-align: center;
    padding: 25px 17px;
}
	
	
body .main-heading h1 {
    font-size: 32px;
}
	
body	.faq-section-home {
    border-radius: 40px;
    background-color: #fffcf3;
    border: 1px solid #f3c985;
    padding: 20px 0px;
    border-radius: 0px 0px 40px 40px;
    padding-bottom: 11px;
	margin:0 !important;
}
	
body	.main-heading h5 {
    font-size: 21px;
    line-height: normal;
}
	
	
body	.faq-heading h4 {
    font-size: 25px;
    line-height: 33px;
    color: #2c0732;
    font-weight: 400;
    font-family: "Playfair Display";
    text-align: center;
}
	
	
body	.home-form-box {
    border-radius: 175px;
    filter: drop-shadow(0 0 7.5px rgba(204, 204, 204, 0.35));
    background-color: #ffffff;
    border: 1px solid #f3c985;
    text-align: center;
    padding: 31px 15px;
    margin: 20px 0;
}
	
body	.container {
    position: relative;
    overflow: hidden;
}
 
body header#wrapper-navbar .container {
    overflow: visible !important;
}
    body .footer-form {
        background-color: #000;
        padding: 20px;
        margin-bottom: 0px;
        padding-bottom: 0;
        text-align: center;
        border-radius: 30px;
    }
	
body	.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a {
    color: #ffffff;
    border: 1px solid #ffeecc;
    padding: 17px 44px;
    position: relative;
    margin: 4px 0;
    font-size: 14px;
    line-height: normal;
    filter: drop-shadow(0 0 7.5px rgba(252, 225, 213, 0.35));
    background-color: #1a1745;
    font-family: 'Poppins';
    border-radius: 30px;
    background-image: linear-gradient(0deg, #f3c985 0%, #bd872c 100%);
    font-weight: 400;
    padding-right: 22px;
}
	
body	.faq-section-home .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border-radius: 35px !important;
    background-color: #ffffffee;
    margin: 10px 0;
    border: 2px solid #f0c680;
    padding: 23px 18px;
}
	
body	.accordation-for-width {
    padding-bottom: 10px;
}
	

}

/**************** Mobile responsive End *********************/





/**************** Start Header menu  ********************/

header#masthead {
	margin-bottom: 0;
	background-color: #00000024;
	box-shadow: none;
	padding: 0px 0px;
	position: relative;
	z-index: 99;
	/* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 12%), inset 0 -1px 0 rgba(0, 0, 0, .1); */
}

header#wrapper-navbar.sticky {
	background-color: #fff;
	padding-top: 0px;
}

.sticky {
  position: sticky!important;
  top: 0;
  width: 100%;
  z-index: 99!important;
  transition:all 0.6s ease-in-out;
  animation:smothScroll 1s forwards;
}


@keyframes smothScroll{
	0%{
		transform:translateY(-40px);
	}
	100%{
		transform:translateY(0px);
	}
}



.navbar-brand img {
	max-width: 228px;
	object-fit: cover;
	margin-bottom: 3px;
	margin-top: -25px;
	margin-left: -11px;
}

.navbar-brand {
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
	padding-top: 7px;
}


div#mega-menu-wrap-primary {
	background-color: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	margin-left: 0px;
	height: auto;
	line-height: normal;
	padding: 6px 13px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
	background-color: transparent;
	font-weight: 400;
	color: #be882d;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
	background-color: transparent;
	color: #221845;
	font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
	background: transparent !important;
	color: #072a5e;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	text-decoration: none;
	border-color: #072a5e;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus {
	background: transparent;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	text-decoration: none;
	border-color: #fff;
	color: #be882d;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
	width: 24px;
	height: 3px;
	background-color: transparent;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
	background-color: transparent;
	color: #072a5e;
}


#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
	z-index: 999;
	position: absolute;
	width: 286px;
	max-width: none;
	padding: 0px 0;
	border: 0;
	background: #072a5e;
	border-radius: 0;
	top: 34px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
	padding: 5px;
	width: 100%;
	border-bottom: 1px solid #eeee;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 400;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	display: block;
	border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
	z-index: 999;
	border-radius: 0;
	background: #87477a;
	border: 0;
	position: absolute;
	min-width: 735px;
	padding: 15px;
	left: 0px;
	box-shadow: 0 0px 5px 2px rgba(64, 60, 67, .16);
}

#mega-menu-wrap-primary #mega-menu-primary {
	text-align: start;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
	background-color: #ff0000;
}


#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	display: block;
	background: transparent;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 10px 0px 10px;
	line-height: 35px;
	text-decoration: none;
	text-transform: none;
	vertical-align: baseline;
	transition: 0.6s ease all;
	border-bottom: 1px solid #ffffff;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {
	border: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
	width: 27px;
	height: 24px;
	display: inline-block;
	position: relative;
	outline: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link::before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-12 {
	width: 49%;
	margin-left: 5px;
}


#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu:hover li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item:hover>a.mega-menu-link {
	color: #fff;
	font-weight: 400;
	/* 	background-color:#190f17; */
	font-family: "Poppins", sans-serif;
	transition: all .5s ease-in-out;

}

.mega-menu-toggle.mega-menu-open {
	background-image: none !important;


}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open span.mega-toggle-animated-inner {
	background-color: #ff0000;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-inner::after {
	background-color: #9e0022;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	background: #fd9911;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

a {
	color: #ff1276;
}

.menus {
	display: flex;
	align-items: center;
	column-gap: 30px;
}

a.whatsapp-img img {
	display: inline-block;
	width: 84px;
	animation: zoom-in-zoom-out 2s ease-out infinite;
}

.first-text {
	display: block;
	font-size: 12px;
	color: #fff;
}

span.second-text {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.whatsapp-chat {
	text-align: center;
	background-image: linear-gradient(0deg, #4baf4f 0%, #267329 99%, #267329 100%);
	border-radius: 30px 30px 0px 0px;
	padding: 20px 10px 39px;
	position: relative;
}

a.text-link {
	display: block;
	margin-bottom: 20px;
}

nav#main-nav {
	background: transparent !important;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
	z-index: 1;
}

header#wrapper-navbar {
	padding: 0px 0 10px;
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 2px 8px 1px rgba(64, 60, 67, .24);
}

a.whatsapp-img {
	position: absolute;
	bottom: -41px;
	left: 50%;
	transform: translateX(-50%);
}


.top-links img {
	width: 16px;
}

.top-links ul {
	list-style: none;
	display: flex;
	align-items: center;
	column-gap: 28px;
	background-color: #fba73a;
	margin: auto;
	padding: 10px 30px 10px 10px;
	margin-bottom: 0;
	border-radius: 30px;
	position: absolute;
	bottom: -97px;
	right: 0;
}

.top-links span {
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	line-height: 33px;
}

.top-links a {
	font-size: 16px;
	color: #222;
}

a.mail-size {
	font-size: 14px;
}

.top-links li {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.top-links.deskshow {
	max-width: 630px;
	margin: auto;
}

.inner-menu {
	position: relative;
	top: -18px;
}



/*************** End Header menu  ************/


/* sticky header css start */

.sticky {
	position: sticky !important;
	top: 0;
	width: 100%;
	z-index: 9999 !important;
	/* 	  animation:smothScroll 1s forwards; */
}

@keyframes smothScroll {
	0% {
		transform: translateY(-40px);
	}

	100% {
		transform: translateY(0px);
	}
}

.sticky+.site-content {
	padding-top: 102px;
}

/* sticky header css End */


/* 	Main Header start */

.navbar-brand {
	max-width: 188px;
	padding-top: 0;
	margin-top: 0px;
	position: relative;
}

/* mian header end */



.wrapper {
	padding: 0;
}

.navbar-brand:before {
	position: absolute;
	content: '';
	min-width: 380px;
	background-color: #fff;
	height: 132px;
	z-index: -1;
	clip-path: polygon(20% 0, 76% 0, 100% 100%, 0 100%);
	left: -86px;
	bottom: -18px;
}


/* top-header start */

a.icon-box img {}

a.icon-box {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.icon-box img {
    max-width: 20px;
}

section.top-cta-header {
    background-color: #be882d;
    padding: 5px 0;
    position: relative;
}

.left-side-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.left-side-cta a {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.right-side-cta {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.right-side-cta a {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
}

section.top-cta-header:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://astrologerbhairav.com/wp-content/uploads/2025/12/header-shape.png);
    background-repeat: no-repeat;
    top: 0;
    background-size: contain;
    z-index: 0;
}


section.top-cta-header:after {
    position: absolute;
    content: '';
    width: 162px;
    height: 100%;
    background-image: url(https://astrologerbhairav.com/wp-content/uploads/2025/12/header-shape.png);
    background-repeat: no-repeat;
    top: 0;
    background-size: contain;
    z-index: 0;
    right: 0;
    transform: rotateY(-188deg);
}

/* TOp  Header End */


/* Top Header Start */
section.top-header {
    padding: 8px 0;
    background-color: #f2c783;
}

.mob-number a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 28px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    animation: blink 3s linear infinite;
    gap: 13px;
}

.mob-number img {
    max-width: 25px;
    margin-right: 10px;
}

#content.site-content {
    padding-bottom: 10px;
    padding-top: 10px;
}


.mob-number {display: flex;justify-content: center;}

/* Top Header End */



/* ++++++++++
	===================== 
	Home page Start 
	===================== 
	++++++++++++  */


@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1127px;
	}
}

a.banner {
	display: block;
	width: 100%;
	text-align: center;
}

a.banner img {
	width: 100% !important;
}

/* Services Icon Section Start */

.services-top-slider-section {
    background-color: #000;
    padding-top: 3px;
}

.puls-icon {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #f3c985;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse4;
}

.puls-icon img {
    max-width: 25px !important;
}

a.icon-services {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
}

a.icon-services p {
    color: #fff;
}

.services-top-slider-section .owl-dots.disabled {
    padding: 0 !important;
}


@keyframes pulse4 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #f3c985 ;
        box-shadow: 0 0 0 0 #f3c985 ;
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 10px rgba(21, 101, 192, 0);
    }
}

/* Services Icons Section End */

/* Home Form Section Start */
.banner-services- {
    border-radius: 40px;
    background-color: #000000;
    border: 1px solid #f3c985;
    padding: 27px 20px;
    position: relative;
    z-index: 1;
}

.banner-services- h4 {
    font-size: 24px;
    line-height: 32px;
    color: #fd4380;
    font-weight: 400;
    background: -webkit-linear-gradient(
87deg, #f3c985, #be882d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.list-style-one li a {
    position: relative;
    font-size: 12px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 400;
}

ul.list-style-one {
    position: relative;
    list-style: none;
}

ul.list-style-one li a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(https://astrologerbhairav.com/wp-content/uploads/2025/12/up-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 5px;
    left: -31px;
}

.home-form-section {
    position: relative;
    margin-top: -460px;
}


.home-form-box {
    border-radius: 175px;
    filter: drop-shadow(0 0 7.5px rgba(204,204,204,0.35));
    background-color: #ffffff;
    border: 1px solid #f3c985;
    text-align: center;
    padding: 31px;
}

.home-form-box .form-header h6 {
    color: #2c0732;
    font-size: 24px;
}

.home-form-box .form-header h6 h4 {}

.home-form-box .form-header h4 {
    font-size: 34px;
    color: #2c0732;
}

.home-form-box .form-header p {
    font-size: 14px;
    line-height: 28px;
    color: #2c0732;
}

.home-form-box input.home-input {
    border-radius: 25px;
    background-color: #eeeeee;
    height: 50px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 28px;
    color: #222222;
    border: 0;
    padding-left: 21px;
}

.home-form-box textarea.home-input {
    border-radius: 30px;
    background-color: #eeeeee;
    height: 124px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 28px;
    color: #222222;
    border: 0;
    padding-left: 21px;
}


.home-form-section .home-form-box .home-submit-btn {
    border-radius: 25px;
    background-image: linear-gradient(0deg, #f3c985 0%, #bd872c 100%);
    border: 0 !important;
    padding: 12px;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}

.youtube-btn {
    position: relative;
    background-image: url(http://astrologerbhairav.com/wp-content/uploads/2025/12/youtube-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 84px;
    padding-bottom: 74px;
}

.youtube-btn img {
    animation: gelatine 0.5s infinite;
}

.form-col-box {
    position: relative;
    margin-top: -300px;
    z-index: 1;
}

.home-form-section:before {
    position: absolute;
    content: '';
    width: 598px;
    height: 598px;
    background-image: url(https://astrologerbhairav.com/wp-content/uploads/2025/12/chakra.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    top: 185px;
    z-index: 1;
    animation: rotate 15s linear infinite;
    left: calc(50% - 300px);
}

.main-heading h5 {
    font-size: 34px;
    line-height: normal;
}

.main-heading h1 {
    font-size: 70px;
}

/* HOme Form Section End */

.add-banner img {
    border-radius: 40px;
}

.home-form-box input.home-input:focus {
    box-shadow: none;
    border: 1px solid #b5b5b5;
    background-color: #eeeeee;
}

.home-form-box input.home-input::placeholder {color: #222;}
.home-form-box textarea.home-input::placeholder {color: #222;}



/* home why Us start */

.home-why-box {
    width: 256px;
    min-height: 412px;
    border-radius: 40px;
    background-color: transparent;
    border: 1px solid #f3c985;
    text-align: center;
    padding: 25px 17px;
}

.home-why-box h4 {
    font-size: 20px;
    line-height: 32px;
    color: #2c0732;
    font-weight: 700;
    text-align: center;
}

.why-icon {
    margin-bottom: 16px;
    margin-top: 19px;
}

.home-why-box p {
    font-size: 14px;
    line-height: 30px;
    color: #2c0732;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    padding: 0 10px;
}


.box-flex {
    display: flex;
    justify-content: flex-end;
}

.flex-right {
    display: flex;
    justify-content: end;
}

.why-us-row {
    margin-top: -530px;
}

.why-shape img {
    min-width: 459px;
    margin-left: -54px;
    position: relative;
    z-index: 1;
    margin-top: -6px;
}

.why-us-section {
    position: relative;
}

.why-us-section:before {
    position: absolute;
    content: '';
    width: 650px;
    height: 50px;
    background-image: url(https://astrologerbhairav.com/wp-content/uploads/2025/12/why-us-design-2.png);
    background-repeat: no-repeat;
    background-size: auto;
    top: -360px;
    left: calc(50% - 322px);
    z-index: 0;
}
/* home why section end */

/* Home Services Section Start */

.home-services-section {
    padding: 90px 0;
    background-image: url(http://astrologerbhairav.com/wp-content/uploads/2025/12/home-services-section-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.text-grendint {
    font-size: 72px;
    background: -webkit-linear-gradient(91deg, #f3c985, #765419);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.home-services-box {
    background-image: linear-gradient(
0deg, #f3c985 0%, #bd872c 210%);
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    text-align: center;
    padding: 20px 0;
    padding-bottom: 0;
}

.service-img {
    max-height: 338px;
}

.service-img img {
    object-fit: cover;
    position: relative;
    object-position: top;
    margin-top: -50px;
    z-index: 0;
}

.home-services-box .services-content {
    position: relative;
    z-index: 1;
}

a.arrow-icon {
    width: 74px;
    height: 74px;
    border-radius: 37px;
    background-image: linear-gradient(0deg, #f3c985 0%, #bd872c 100%);
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

a.arrow-icon img {
    max-width: 45px !important;
}

.home-services-box .services-content p {
    color: #fff;
}

.services-overflow {
    margin-top: -30px;
    position: relative;
    text-align: center;
}

a.srv-btn {
    border: 2px solid transparent;
    padding: 8px 45px;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(130deg, #be882e, #f1c782) border-box;
    color: #fff;
    text-transform: uppercase;
}

.home-about-sec {
    padding-top: 50px;
    padding-bottom: 80px;
}

/* home Services Section End */


/* Faq Section */

.faq-section-home {border-bottom: 2px solid #ff1276;}



	
	.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a{color: #ffffff;border: 1px solid #ffeecc;padding: 17px 51px;position: relative;margin: 4px 0;font-size: 14px;line-height: normal;filter: drop-shadow(0 0 7.5px rgba(252,225,213,0.35));background-color: #1a1745;font-family: 'Poppins';border-radius: 30px;background-image: linear-gradient(0deg, #f3c985 0%, #bd872c 100%);font-weight: 400;}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #ffffff !important;
}

.faq-section-home  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
	    border-color: transparent !important;
    background-color: transparent !important;
}


.faq-section-home .accordation-for-width i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{
    border-color: #ffffff !important;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{
    border-color: #ffffff !important;
}

.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a:before{
    content: '';
    background-image: url(https://astrologerbhairav.com/wp-content/uploads/2025/12/sun-1.png);
    position: absolute;
    width: 29px;
    left: 13px;
    height: 29px;
    background-repeat: no-repeat;
    margin-top: -4px;
    background-size: contain;
}


.faq-section-home .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{border-radius: 35px !important;background-color: #ffffffee;margin: 10px 0;border: 2px solid #f0c680;padding: 23px 41px;}







img.firt-chakra-2 {
    position: relative;
    animation: rotation 10s infinite linear;
}


	
p.faq-pehra {
    font-size: 12px;
    line-height: 26px;
    color: #222222;
}	

.vc_tta.vc_general .vc_tta-panel.vc_active a {
    border: 0px solid #ff1276 !important;
}

.faq-section-home {
    border-radius: 40px;
    background-color: #fffcf3;
    border: 1px solid #f3c985;
    padding: 80px;
    border-radius: 0px 0px 40px 40px;
    padding-bottom: 11px;
}

.faq-heading h4 {
    font-size: 34px;
    line-height: 46px;
    color: #2c0732;
    font-weight: 400;
    font-family: "Playfair Display";
    text-align: center;
}

.faq-section-home .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p {
    font-size: 12px;
}
/* faq Section End */


/* Home Testimonial Section Start */
.testimonial-box {
    text-align: center;
    background-color: #fff;
    padding: 32px 15px;
    border-radius: 40px;
    border: 1px solid #f3c985;
    margin-bottom: 40px !important;
}

img.quote-icon {
    margin-bottom: -80px !important;
}

.testimonial-box h4 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
}

.testimonial-box p {
    font-size: 14px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
}

/* Home Testimonial Section End */

.accordation-for-width {
    padding-bottom: 50px;
}

/* footer Start */

div#wrapper-footer {
    padding-bottom: 10px;
    position: relative;
    overflow: visible !important;
    display: block;
    padding-top: 140px;
}

div#wrapper-footer p {
    color: #fff;
}

.site-info {
    padding-top: 20px;
}

.footer-detials {
    border-radius: 40px;
    background-color: #ffffff;
    border: 1px solid #f3c985;
    margin-top: -60px;
    margin-bottom: 120px;
    position: relative;
    display: block;
}

.footer-form {
    background-color: #000;
    padding: 20px;
    margin-bottom: -116px;
    padding-bottom: 0;
    text-align: center;
}

.footer-form textarea.home-input {
    height: 79px;
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    font-family: "Poppins";
    border: 0;
    margin-bottom: 20px;
}

.footer-form  input.home-input {
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    font-family: "Poppins";
    border: 0;
    margin-bottom: 10px;
    height: 41px;
border-radius: 20px;
background-color: #ffffff;
}

div#wrapper-footer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background-color: #000;
    bottom: 0;
    z-index: -1;
}

.footer-form .footer-form-header h3 {
    font-size: 24px;
    text-align: center;
    background: -webkit-linear-gradient(91deg, #f3c985, #765419);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

.footer-form .footer-form-header p {
    font-size: 12px;
}

.quick-links {
    padding: 23px 20px;
}

.quick-links h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}

ul.footer-list {
    list-style: none;
}

ul.footer-list li a {
    font-size: 14px;
    line-height: 29px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 7px;
    display: block;
    position: relative;
}

.footer-form  input.has-spinner.home-submit-btn {
    border-radius: 20px;
    background-image: linear-gradient(0deg, #f3c985 0%, #bd872c 100%);
    border: 0;
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

ul.footer-list li a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(https://astrologerbhairav.com/wp-content/uploads/2025/12/up-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 12px;
    left: -31px;
}


.our-flex {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.our-flex .icon-mv {
    min-width: 50px;
    height: 50px;
    border-radius: 25px;
    background-image: linear-gradient(0deg, #f3c985 0%, #bd872c 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-flex .icon-mv img {
    max-width: 24px;
}

.footer-contact {
    padding: 30px;
    padding-bottom: 0;
}

.footer-contact p {
    color: #000 !important;
}

.our-flex p span {
    display: block;
    font-size: 12px;
    line-height: normal;
    color: #222222;
    font-weight: 400;
}

.our-flex p {
    font-size: 24px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
}


p.email-text {
    font-size: 14px;
}

p.location-text {
    font-size: 18px;
}

.site-info a {
    color: #fff;
}
/* Footer End */