/*
Theme Name: Understrap Child
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.1752063790
Updated: 2025-07-09 12:23:10

*/


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

@import url("style-2.css");


@font-face {
    font-family: 'Gillie Quest';
    src: url('fonts/GillieQuest-Regular.woff2') format('woff2'),
        url('fonts/GillieQuest-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/EuclidCircularA-Regular.woff2') format('woff2'),
        url('fonts/EuclidCircularA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
	background-color: #ffffff;
	font-family: 'Euclid Circular A';
}

body p{
			font-family: 'Euclid Circular A';
			font-size: 14px;
			line-height: 26px;
			color: #222;
			font-weight: 400;
}

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

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

.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	 *************/

.navbar-brand img {
    max-width: 176px !important;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    right: -12px;
    top: -55px;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    z-index: 1;
    cursor: pointer;
    background: #00000000;
    border-radius: 35px;
    line-height: 40px;
    height: 40px;
    text-align: -webkit-right;
    user-select: none;
    -webkit-tap-highlight-color: #0000;
    outline: none;
    white-space: nowrap;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{
		width: 33px;
		height: 2px;
		background-color: #ff9013;
		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: #ff9013;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
			width: 33px;
			height: 2px;
			background-color: #ff9013;
}
	
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: #ff9013;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 0px;
}
	
#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: #ffffff !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 #ffffff6e;
        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: 'Euclid Circular A';
}
	
#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;
}

#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;
}

	
/************** header responsive End	 *************/	
	
	header#masthead {
    margin-bottom: 0;
    background-color: #ffffff !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 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: 'Euclid Circular A';
    margin-left: 0px;
    height: auto;
    line-height: normal;
    padding-right: 18px;
}
	
body	#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: 'Euclid Circular A';
    text-decoration: none;
    border-color: #000000;
    color: #fff;
}
	
	
body	.main-menu-section {
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    border: 0px solid #251e3e;
    margin-top: 0px;
    border-bottom: 0px ;
    background-image: none;
    position: relative;
    z-index: 1;
}
	
body	.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}
	
	
/* Home Page start */

	
	
 body	.home-about-sec:before {
 display:none;
}
	
	body h2.main-heading {
    font-size: 20px;
    line-height: 40px;
    color: #3b0039;
    font-weight: 700;
    font-family: "Playfair Display";
}
	
body	a.theme-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    height: 10px;
    left: 167px;
    bottom: 5px;
}
	
	
body	.home-about-sec {
    background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/about-bg-img.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 10px;
    margin-top: -53px;
    z-index: 1;
    background-position: bottom;
}
	
	
    body .chat-bot-content {
        position: relative;
        transform: rotate(0deg);
        bottom: 0px;
        left: 0px;
        height: 100%;
        float: right;
        width: 100%;
        text-align: center;
    }
	
body	.chat-bot-content a {
    font-size: 36px;
    line-height: 24px;
    color: #3b0039;
    font-weight: bold;
    font-family: "Euclid Circular A";
}
	
body	.chat-bot {
    text-align: center;
}

	
body	.chat-bot-content p {
    font-size: 16px;
    line-height: 24px;
    color: #3b0039;
    font-weight: 400;
    font-family: "Playfair Display";
    text-align: center;
}
	
    body .home-form {
        margin-top: -250px;
        background-color: #3b0039;
        border-radius: 40px;
        overflow: hidden;
    }
	
body	.pt-50 {
    padding-top: 0px;
}
	
	
	body h2.main-heading br {
		display:none;
	}
	
body	.home-services-section:before {
   display:none;
}
	
    body .srv-box {
        background-color: #fff;
        padding: 0px 30px;
        border-radius: 40px;
        background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/srv-bg-img.jpg);
        background-attachment: fixed;
        background-position: bottom;
        display: flex;
        align-items: center;
        gap: 13px;
        overflow: visible;
        position: relative;
        margin-right: 0px;
        padding-top: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 60px;
        text-align: center;
    }
	
body	.srv-icon {
    margin-right: 0px;
    position: relative;
    margin-bottom: 40px;
    margin-top: -40px;
}
	
	
    body .testimonial-section {
        padding-top: 20px;
        padding-bottom: 10px;
    }
	
body	.test-inner-section-box:before {
  display:none;
}
	
body	.testimonial-box {
    width: 100%;
    height: 100%;
    border-radius: 222px;
    background-color: #721a62;
    float: right;
    padding: 50px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
	
body	.testimonial-box:before {
 display:none;
}
	
	
body	.test-inner-section-box {
    padding-top: 0px;
    position: relative;
}
	
body	.why-us-section:before {
  display:none;
}
	
	
body	.chat-cta-box {
    margin-top: 0px;
}
	
body	.about-inner-box {
    padding-right: 0px;
}
	

	
body	.why-box {
    display: flex;
    flex-wrap: wrap;
    display: block;
    background-color: #721a62;
    position: relative;
    z-index: 1;
    padding: 29px;
    text-align: center;
    border-radius: 40px;
    border: 2px solid #fff;
}
	
	
	
body	.why-box .why-icon {
    min-width: 214px;
    height: 150px;
    border-radius: 0px;
    background-color: transparent;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    z-index: -1;
    margin-top: 0px;
    position: relative;
    padding-left: 0px;
}
	
body	.why-box .why-content {
    max-width: 100%;
    min-height: 100%;
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
}

body	.why-box .why-content:before {
  display:none;
}
	
body	.why-box .why-content h4 {
    font-size: 24px;
    line-height: 28px;
    color: #ff9013;
    font-weight: 700;
    font-family: "Playfair Display";
    margin-bottom: 16px !important;
}
	
body	.faq-section-home {
    padding-top: 0px;
    padding-bottom: 20px;
}
	
body	a.theme-btn-2:before {
    position: absolute;
    content: '';
    width: 100%;
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    height: 10px;
    left: 167px;
    bottom: 5px;
}
	
    body .footer-address {
        margin-bottom: 50px;
        border-radius: 40px;
        background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%
100%
);
        padding: 30px 0;
        position: relative;
        overflow: hidden;
    }
	
    body .footer-main-map {
        width: 100%;
        height: 324px;
        border-radius: 177px;
        background-color: #1a142d;
        display: flex
;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }
	
body	span.wpcf7-spinner {
    position: relative;
}
	
	
body	input.wpcf7-form-control.wpcf7-submit.has-spinner.home-submit-btn {
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    padding: 20px 0px;
    border: 0;
    border-radius: 0;
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Euclid Circular A";
    text-align: center;
    margin-bottom: -40px;
}
	
	
body	.home-form input.home-input, focus {
    width: 80%;
    margin: 0 auto;
    background-color: transparent !important;
    border: 0;
    border-bottom: 4px solid #fff;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 19px !important;
    font-size: 14px;
    color: #fff !important;
}
	
	
body	.home-form textarea.home-input {
    width: 80%;
    margin: 0 auto;
    background-color: transparent;
    border: 0;
    border-bottom: 4px solid #fff;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 39px !important;
    height: 120px;
    font-size: 14px;
    color: #ffff !important;
}
	
	
body.footer-main-map:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 347px;
    background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/horoscope-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotate 15s linear infinite;
}
	
	
body ul#menu-footer-menu li {
    position: relative;
    display: block;
    margin-bottom: 18px;
}
	
body	.footer-menu .row {
    display: flex;
    align-items: center;
    border-radius: 40px 40px 0px 0px;
    background-color: #ffffff;
    position: relative;
    padding: 10px 0;
    z-index: 0;
    padding-right: 10px;
}
	
body	section.main-tittle h1 {
    font-size: 28px;
}


body .about-page-sec-1
 {
    padding-top: 40px;
    padding-bottom: 0px;
}
	
	body .footer-details {
    text-align: center;
    padding-top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    flex-direction: column;
}
	
	
body	.inner-form-heading {
    padding-bottom: 25px;
}
	
	
	
body .inner-form-heading h2 {
    color: #fd8c13;
    text-align: center;
}

body a.mail-text {
    font-size: 16px !important;
}
	
	
body	.social-text a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
	
	
body	footer#colophon {
    background-color: #ffffff;
    /* background-image: linear-gradient(180deg, #251e3e 0%, #1a142d 100%); */
    padding-top: 30px;
}
	
     body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        z-index: 999;
        border-radius: 0;
        background: #dc7d11;
        border: 0;
        position: relative;
        min-width: 100%;
        padding: 0px;
        left: 0px;
        box-shadow: none;
        margin-top: 8px;
        max-height: 250px;
        overflow-x: hidden;
        overflow-y: auto;

    }
	
body	#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: 6px;
    width: 100%;
    border-bottom: 1px solid #eeee;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 22px;
}
	
	
	
body .inner-heading {
    font-size: 23px;
    font-weight: 700;
    color: #3b0039;
    margin-bottom: 20px;
}
	
body	.about-page-sec-3 {
    padding-bottom: 0px;
}
	
body	.box-content {
    position: relative;
    display: block;
    min-height: 91px;
}

	
	body 	.read-btn {
           color: #fff;
        padding: 7px 12px;
        position: relative;
        bottom: -43px;
        font-size: 17px;
        background-color: #ffffff;
        -webkit-animation-timing-function: ease-in-out;
        border-radius: 30px;
        background-image: linear-gradient(0deg, #55c90e 0%, #359605 100%);
        border: 1px solid #ffffff;
        margin: 0 auto;
        text-align: center;
        display: block;
        left: 0;
}

	body .testimonial-innerbox p {
    color: #fff;
}


}
/**************** 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;}

/************** header responsive start	 *************/
	
.navbar-brand img {
    max-width: 190px !important;
    margin-left: 13px;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    right: -12px;
    top: -55px;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    z-index: 1;
    cursor: pointer;
    background: #00000000;
    border-radius: 35px;
    line-height: 40px;
    height: 40px;
    text-align: -webkit-right;
    user-select: none;
    -webkit-tap-highlight-color: #0000;
    outline: none;
    white-space: nowrap;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{
		width: 33px;
		height: 2px;
		background-color: #ff9013;
		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: #ff9013;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
			width: 33px;
			height: 2px;
			background-color: #ff9013;
}
	
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: #ff9013;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 0px;
}
	
#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: #ffffff !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 #ffffff6e;
        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: 'Euclid Circular A';
}
	
#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;
}

#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;
}

	
/************** header responsive End	 *************/	
	
	header#masthead {
    margin-bottom: 0;
    background-color: #ffffff !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 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: 'Euclid Circular A';
    margin-left: 0px;
    height: auto;
    line-height: normal;
    padding-right: 18px;
}
	
body	#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: 'Euclid Circular A';
    text-decoration: none;
    border-color: #000000;
    color: #fff;
}
	
	
body	.main-menu-section {
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    border: 0px solid #251e3e;
    margin-top: 0px;
    border-bottom: 0px ;
    background-image: none;
    position: relative;
    z-index: 1;
}
	
body	.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}
	
	
/* Home Page start */

	
	
 body	.home-about-sec:before {
 display:none;
}
	
	body h2.main-heading {
    font-size: 20px;
    line-height: 40px;
    color: #3b0039;
    font-weight: 700;
    font-family: "Playfair Display";
}
	
body	a.theme-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    height: 10px;
    left: 167px;
    bottom: 5px;
}
	
	
body	.home-about-sec {
    background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/about-bg-img.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 10px;
    margin-top: -53px;
    z-index: 1;
    background-position: bottom;
}
	
	
    body .chat-bot-content {
        position: relative;
        transform: rotate(0deg);
        bottom: 0px;
        left: 0px;
        height: 100%;
        float: right;
        width: 100%;
        text-align: center;
    }
	
body	.chat-bot-content a {
    font-size: 36px;
    line-height: 24px;
    color: #3b0039;
    font-weight: bold;
    font-family: "Euclid Circular A";
}
	
body	.chat-bot {
    text-align: center;
}

	
body	.chat-bot-content p {
    font-size: 16px;
    line-height: 24px;
    color: #3b0039;
    font-weight: 400;
    font-family: "Playfair Display";
    text-align: center;
}
	
    body .home-form {
        margin-top: -250px;
        background-color: #3b0039;
        border-radius: 40px;
        overflow: hidden;
    }
	
body	.pt-50 {
    padding-top: 0px;
}
	
	
	body h2.main-heading br {
		display:none;
	}
	
body	.home-services-section:before {
   display:none;
}
	
    body .srv-box {
        background-color: #fff;
        padding: 0px 30px;
        border-radius: 40px;
        background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/srv-bg-img.jpg);
        background-attachment: fixed;
        background-position: bottom;
        display: flex;
        align-items: center;
        gap: 13px;
        overflow: visible;
        position: relative;
        margin-right: 0px;
        padding-top: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 60px;
        text-align: center;
    }
	
body	.srv-icon {
    margin-right: 0px;
    position: relative;
    margin-bottom: 40px;
    margin-top: -40px;
}
	
	
    body .testimonial-section {
        padding-top: 20px;
        padding-bottom: 10px;
    }
	
body	.test-inner-section-box:before {
  display:none;
}
	
body	.testimonial-box {
    width: 100%;
    height: 100%;
    border-radius: 222px;
    background-color: #3b0039;
    float: right;
    padding: 50px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
	
body	.testimonial-box:before {
 display:none;
}
	
	
body	.test-inner-section-box {
    padding-top: 0px;
    position: relative;
}
	
body	.why-us-section:before {
  display:none;
}
	
	
body	.chat-cta-box {
    margin-top: 0px;
}
	
body	.about-inner-box {
    padding-right: 0px;
}
	

	
body	.why-box {
    display: flex;
    flex-wrap: wrap;
    display: block;
    background-color: #3b0039;
    position: relative;
    z-index: 1;
    padding: 29px;
    text-align: center;
    border-radius: 40px;
    border: 2px solid #fff;
}
	
	
	
body	.why-box .why-icon {
    min-width: 214px;
    height: 150px;
    border-radius: 0px;
    background-color: transparent;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    z-index: -1;
    margin-top: 0px;
    position: relative;
    padding-left: 0px;
}
	
body	.why-box .why-content {
    max-width: 100%;
    min-height: 100%;
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
}

body	.why-box .why-content:before {
  display:none;
}
	
body	.why-box .why-content h4 {
    font-size: 24px;
    line-height: 28px;
    color: #ff9013;
    font-weight: 700;
    font-family: "Playfair Display";
    margin-bottom: 16px !important;
}
	
body	.faq-section-home {
    padding-top: 0px;
    padding-bottom: 20px;
}
	
body	a.theme-btn-2:before {
    position: absolute;
    content: '';
    width: 100%;
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    height: 10px;
    left: 167px;
    bottom: 5px;
}
	
    body .footer-address {
        margin-bottom: 50px;
        border-radius: 40px;
        background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%
100%
);
        padding: 30px 0;
        position: relative;
        overflow: hidden;
    }
	
    body .footer-main-map {
        width: 100%;
        height: 324px;
        border-radius: 177px;
        background-color: #1a142d;
        display: flex
;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }
	
body	span.wpcf7-spinner {
    position: relative;
}
	
	
body	input.wpcf7-form-control.wpcf7-submit.has-spinner.home-submit-btn {
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    padding: 20px 0px;
    border: 0;
    border-radius: 0;
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Euclid Circular A";
    text-align: center;
    margin-bottom: -40px;
}
	
	
body	.home-form input.home-input, focus {
    width: 80%;
    margin: 0 auto;
    background-color: transparent !important;
    border: 0;
    border-bottom: 4px solid #fff;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 19px !important;
    font-size: 14px;
    color: #fff !important;
}
	
	
body	.home-form textarea.home-input {
    width: 80%;
    margin: 0 auto;
    background-color: transparent;
    border: 0;
    border-bottom: 4px solid #fff;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 39px !important;
    height: 120px;
    font-size: 14px;
    color: #ffff !important;
}
	
	
body.footer-main-map:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 347px;
    background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/horoscope-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotate 15s linear infinite;
}
	
	
body ul#menu-footer-menu li {
    position: relative;
    display: block;
    margin-bottom: 18px;
}
	
body	.footer-menu .row {
    display: flex;
    align-items: center;
    border-radius: 40px 40px 0px 0px;
    background-color: #ffffff;
    position: relative;
    padding: 10px 0;
    z-index: 0;
    padding-right: 10px;
}
	
body	section.main-tittle h1 {
    font-size: 28px;
}


body .about-page-sec-1
 {
    padding-top: 40px;
    padding-bottom: 0px;
}
	
	body .footer-details {
    text-align: center;
    padding-top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    flex-direction: column;
}
	
	
body	.inner-form-heading {
    padding-bottom: 25px;
}
	
	
	
body .inner-form-heading h2 {
    color: #fd8c13;
    text-align: center;
}

body a.mail-text {
    font-size: 16px !important;
}
	
body	.social-text a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
	
	
body	footer#colophon {
    background-color: #fdfdfd;
    /* background-image: linear-gradient(180deg, #251e3e 0%, #1a142d 100%); */
    padding-top: 30px;
}
	
    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        z-index: 999;
        border-radius: 0;
        background: #dc7d11;
        border: 0;
        position: relative;
        min-width: 100%;
        padding: 0px;
        left: 0px;
        box-shadow: none;
        margin-top: 8px;
        max-height: 250px;
        overflow: scroll;
    }
	
	
body	#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: 6px;
    width: 100%;
    border-bottom: 1px solid #eeee;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 22px;
}
	
	
	
body .inner-heading {
    font-size: 23px;
    font-weight: 700;
    color: #3b0039;
    margin-bottom: 20px;
}
	
body	.about-page-sec-3 {
    padding-bottom: 0px;
}
	
	
body 	.read-btn {
           color: #fff;
        padding: 7px 12px;
        position: relative;
        bottom: -43px;
        font-size: 17px;
        background-color: #ffffff;
        -webkit-animation-timing-function: ease-in-out;
        border-radius: 30px;
        background-image: linear-gradient(0deg, #55c90e 0%, #359605 100%);
        border: 1px solid #ffffff;
        margin: 0 auto;
        text-align: center;
        display: block;
        left: 0;
}
	

body .testimonial-innerbox p {
    color: #fff;
}
	
 body .home-form-section {
    background: #eceef1;
}
	
}
/**************** Mobile responsive End *********************/





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

header#wrapper-navbar {
    margin-bottom: 0;
    background-color: #3b0039;
    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: #3b0039;
}


.navbar-brand img {
    max-width: 100%;
}

.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: 14px;
    color: #222;
    font-weight: 400;
    font-family: 'Euclid Circular A';
    margin-left: 0px;
    height: auto;
    line-height: normal;
    padding-right: 31px;
}

#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: #222;
}

#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: #ffffff;
  font-family: 'Euclid Circular A';
        font-weight: 400;
        text-decoration: none;
        border-color: #fff;
    }

#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: 'Euclid Circular A';
        text-decoration: none;
        border-color: #222;
        color: #222;
    }

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


#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: #f79009;
    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: 20px;
}
#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: 'Euclid Circular A';
    font-size: 14px;
    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: #ec6e13;
    border: 0;
    position: absolute;
    min-width: 1009px;
    padding: 0px;
    left: 0px;
    box-shadow: 0 0px 5px 2px rgba(64, 60, 67, .16);
}

#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: 'Euclid Circular A';
    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-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;
   font-family: 'Euclid Circular A';
	transition: all .5s ease-in-out;
	
}

#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: #e03525;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
a {
    color: #fe8d13;
}


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


/* sticky header css start */

.sticky {
  position: sticky!important;
  top: -116px;
  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);
	}
}
.sticky + .site-content {
  padding-top: 102px;
}

/* sticky header css End */

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
	display: block;
}

/* 	Main Header start */
	
.navbar-brand {
    max-width: 222px;
}

	
/* mian header end */	

a.round-icon {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

a.round-icon img {
    max-width: 28px;
}

.top-contact-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.item-content p {
    margin:0;
    font-size: 14px;
line-height: 28px;
color: #ffffff;
font-family: 'Euclid Circular A';
}

.item-content a {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: bold;
   font-family: 'Euclid Circular A';
}

a.round-icon:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 35px;
    border: 1px solid transparent;
    background: linear-gradient(#f3f3f3, #ffffff) padding-box, linear-gradient(130deg, #ff8f13, #e96813) border-box;
    z-index: -1;
    animation: pulse 1s infinite ease-in-out alternate;
}

.top-right-chat-box {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 25px;
}

.top-right-chat-box .item-box a {
    background-color: #57e20c;
    background-image: none;
}

.top-right-chat-box .item-box a:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background-color: #fff;
    background: #1a142d;
    border-color: #57e20c;
}

.top-right-chat-box .item-content a {
    font-size: 24px ;
line-height: 28px;
color: #ffffff;
font-weight: bold;
font-family: 'Euclid Circular A';
text-align: right;
}

.top-right-chat-box .item-content p {
    text-align:right;
}

a.menu-side-btn {
    border-radius: 25px;
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    color: #fff;
    padding: 13px 22px;
    margin: 0 9px;
}

.main-menu-section {
    padding: 16px 30px;
    border-radius: 40px 40px 0px 0px;
    background-color: #fff;
    border: 1px solid #251e3e;
    margin-top: 20px;
    border-bottom: 1px solid #ffff;
    position: relative;
    z-index: 1;
    margin-left: 5px;
    margin-right: 5px;
}

nav#main-nav {
    padding: 0;
}


#mega-menu-wrap-primary #mega-menu-primary {
    text-align: left;
    padding-top: 15px;
}


/* Top Header Start */
section.top-header {
    padding: 5px 0;
    background-image: linear-gradient(250deg, #ff9013 0%, #ff9013 100%);
}

.mob-number a {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

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

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


a.link-img
 {
    position: absolute;
    top: 22px;
    left: 101px;
}




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

/* Top Header End */

.wrapper {
    padding: 0px 0;
}


a.main-banner img {
    margin: 0 auto;
    text-align: center;
    display: block !important;
}

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



a.banner-side-icon {
    width: 109px;
    height: 109px;
    border-radius: 55px;
    box-shadow: inset 0 0 17px rgb(230 141 47);
    background-color: #ff9013;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}

a.banner-side-icon.left {
	position: absolute;
	left: 80px;
	bottom: 320px;
}

a.banner-side-icon.right {
	position: absolute;
	right: 80px;
	bottom: 320px;
}

a.banner-side-icon img {
    max-width: 55px;
}

a.banner-side-icon:before {
    position: absolute;
    content: '';
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px solid #fc8b13;
    z-index: -1;
}

a.theme-btn:before {
    position: absolute;
    content: '';
    width: 329px;
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    height: 10px;
    left: 167px;
    bottom: 5px;
}


/* ABout Section Start  */




.home-about-sec {
    background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/about-bg-img.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 10px;
    margin-top: -53px;
    z-index: 1;
}

.home-about-sec:before {
    position: absolute;
    content: '';
    width: 27px;
    height: 100%;
    left: 50%;
    top: 0;
    background-image: linear-gradient(90deg, #e96913 0%, #ff9013 100%);
}


.about-inner-box {
    padding-right: 40px;
}

h2.main-heading {
    font-size: 26px;
    line-height: 40px;
    color: #3b0039;
    font-weight: 700;
    font-family: "Playfair Display";
}

a.theme-btn {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    font-family: "Playfair Display";
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ea6913 0%, #fe8e13 100%);
    position: relative;
}


/* ABout Section End  */


/* Form Section Start  */

.home-form-section {
    background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/form-section-bg.jpg);
    background-repeat: no-repeat;
    padding-top: 40px;
    background-position: top;
    padding-bottom: 80px;
    min-height:601px;
}

a.chat-bot-icon img {
    max-width: 151px;
}

.chat-bot-content {
    position: absolute;
    transform: rotate(90deg);
    bottom: -243px;
    left: -170px;
    height: 100%;
    float: right;
}

.chat-bot-content a {
    font-size: 46px;
    line-height: 24px;
    color: #3b0039;
    font-weight: bold;
    font-family: "Euclid Circular A";
}

.chat-bot-content p {
    font-size: 21px;
    line-height: 24px;
    color: #3b0039;
    font-weight: 400;
    font-family: "Playfair Display";
}


.home-form {
    margin-top: -350px;
    background-color: #3b0039;
    border-radius: 40px;
    overflow: hidden;
}

span.wpcf7-spinner {
    position: absolute;
}

input.home-submit-btn {
    border-radius: 43px;
    background-color: #1a142d;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.home-submit-btn {
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    padding: 20px 0px;
    border: 0;
    border-radius: 0;
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Euclid Circular A";
    text-align: center;
}

.home-form p {
    margin: 0 !important;
}

.form-heading {
    padding: 20px;
}

.home-form input.home-input,focus {
    width: 80%;
    margin: 0 auto;
    background-color: transparent !important;
    border: 0;
    border-bottom: 4px solid #fff;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 19px !important;
    font-size:14px;
    color: #fff !important;
}

.home-form textarea.home-input {
    width: 80%;
    margin: 0 auto;
    background-color: transparent;
    border: 0;
    border-bottom: 4px solid #fff;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 39px !important;
    height: 120px;
    font-size:14px;
    color: #ffff !important;
}

.form-heading h4 {
    font-size: 20px;
    line-height: 30px;
    color: #ff9013;
    font-weight: 700;
    font-family: "Playfair Display";
    text-align: center;
}

.home-form textarea.home-input::placeholder{
    position:absolute;
    bottom:10px;
    color:#fff;

}

.home-form input.home-input::placeholder{
    color:#fff;
}

.pt-50 {
    padding-top: 50px;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #dc3545;
    padding-left: 40px;
}


/* Form Section End  */

/* Home Services section Start  */



.srv-box {
    background-color: #fff;
    padding: 0px 30px;
    border-radius: 40px;
    background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/srv-bg-img.jpg);
    background-attachment: fixed;
    background-position: bottom;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: visible;
    position: relative;
    margin-right: 65px;
    padding-top: 14px;
    background-repeat: no-repeat;
    background-size: cover;
}

.srv-box .srv-content {
    max-width: 450px;
}

.srv-box .srv-title-box h5 {font-size: 22px;line-height: normal;color: #ff9013;font-weight: 700;font-family: "Playfair Display";margin: 0;}

.srv-title-box h3 {
    font-size: 40px;
    line-height: normal;
    color: #ff9013;
    font-weight: 700;
    font-family: "Playfair Display";
    margin: 0;
}

a.srv-btn {
    border-radius: 20px;
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    padding: 10px 30px;
    color: #fff;
    margin-right: 9px;
}


.srv-box .srv-img {
    min-width: 271px;
    text-align: center;
}

.srv-icon a {
    width: 92px;
    height: 92px;
    border-radius: 70px;
    display: flex;
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    align-items: center;
    justify-content: center;
    position: relative;
}

.srv-icon {
    margin-right: -80px;
    position: relative;
}

.srv-title-box {
    min-width: 219px;
}

.srv-icon:before {
    position: absolute;
    content: '';
    width: 133px;
    height: 133px;
    background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/home-srv-icon-before.png);
    top: -20px;
    left: -20px;
    z-index: 0;
    animation: rotate 15s linear infinite;
}

@keyframes rotate {
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}

a.srv-btn:hover {
    background-image: none;
    background-color: transparent;
    border: 1px solid #ff9013;
    color: #ff9013;
}

.home-services-section {
    position: relative;
    overflow: visible !important;
}

.home-services-section:before {
    position: absolute;
    content: '';
    width: 30px;
    background-image: linear-gradient(90deg, #e96913 0%, #ff9013 100%);
    height: 1850px;
    right: 336px;
    top: -219px;
    z-index: 0;
}

/* Home Services section End  */

/* Home Faq Section Start */

.faq-section-home {
    padding-top: 80px;
    padding-bottom: 0px;
}


.faq-section {
    padding-top: 50px;
    padding-bottom: 30px;
}
	
	.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a{color: #222;padding: 17px 51px;position: relative;margin: 1px 0;font-size: 14px;line-height: normal;font-weight: 400;border-radius: 25px;background-color: #fff;font-family: "Euclid Circular A";border: 1px solid #eee;}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #222 !important;
	background: #eee;
	border-radius: 15px 15px 0px 0px;
	margin-bottom: 0;
}

.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: #3b0039 !important;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{
    border-color: #3b0039 !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://panditnataraju.com/wp-content/uploads/2025/07/sun-icon.png);
    position: absolute;
    width: 32px;
    left: 11px;
    height: 32px;
    background-repeat: no-repeat;
    margin-top:-5px;
    background-size: cover;
}


.faq-section-home .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{/* border-radius: 15px !important; */background-color: #eeee !important;padding: 26px 37px;margin: 0;}
 

.home .faq-section-home .vc_active .vc_tta-panel-body {
    background: #251e3e !important;
    margin-top: 0 !important;
    border: 0 !IMPORTANT;
    border-radius: 0px 0px 15px 15px  !important;
    padding-top: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
 
.faq-section-home .vc_tta-panel.vc_active {
   border: 1px solid #eee;
   border-radius:15px;
   margin-bottom:2px !important;
   margin-top:2px;
}

.faq-section-home .vc_tta-panel-body p {
    color: #222;
}

.vc_tta-panel-body {
    background-color: #251e3e !important;
}

.faq-section-home .accordation-for-width .vc_active h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a:before {
	animation: rotate 10s linear infinite;
}


/* Home Faq Section End */



/* Home testimonial Section Start  */

.testimonial-box {
    width: 484px;
    height: 444px;
    border-radius: 222px;
    background-color: #fff;
    float: right;
    padding: 60px 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.testimonial-box img {
    max-width: 63px !important;
    margin-bottom: 20px;
}

.testimonial-box i.fa-star {
    color: #ff9013;
}

.testimonial-box h5 {
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Playfair Display";
    text-align: center;
}

.testimonial-box:before {
    position: absolute;
    content:'';
    width: 516px;
    right: -20px;
    top: -37px;
    height: 513px;
    background-repeat:no-repeat;
    background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/horoscope-img.png);
    animation: rotate 15s linear infinite;
}

.testimonial-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.test-inner-section-box {
    padding-top: 210px;
    position: relative;
}

.test-inner-section-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 787pc;
    background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/testimo-bg-img.png);
    z-index: -1;
    background-repeat: no-repeat;
    top: 40px;
    left: 25px;
}

.chat-cta-box {
    margin-top: -210px;
}



/* Home Testimonial Section End */

/* Home why Us Section Start */

.why-us-section {
    position: relative;
    overflow: visible !important;
}

.why-us-section:before {
    position: absolute;
    content: '';
    width: 30px;
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    height: 1577px;
    right: 336px;
    top: -363px;
    z-index: 0;
}


.why-box .why-content {
    max-width: 601px;
    min-height: 150px;
    background-color: #3b0039;
    border-radius: 0px 40px 0px 40px;
    padding: 17px 14px;
    margin-bottom: 30px;
    position: relative;
}

.why-box {
    display: flex;
}

.why-box .why-icon {
    min-width: 214px;
    height: 150px;
    border-radius: 0px 0px 40px 0px;
    background-color: #3b0039;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -46px;
    z-index: -1;
    margin-top: 30px;
    position: relative;
    padding-left: 40px;
}

.why-box .why-content
    h4 {
    font-size: 24px;
    line-height: 28px;
    color: #ff9013;
    font-weight: 700;
    font-family: "Playfair Display";
}

.why-box .why-content:before {
    position: absolute;
    content: '';
    width: 48px;
    height: 30px;
    background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/why-before-shape.png);
    right: 0;
    background-repeat: no-repeat;
    bottom: -30px;
}

.why-box .why-icon:before {
    position: absolute;
    width: 130px;
    content: '';
    top: 10px;
    height: 130px;
    background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/horoscope-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotate 15s linear infinite;
}

/* Home why Us Section end */

a.theme-btn-2 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    font-family: "Playfair Display";
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ea6913 0%, #fe8e13 100%);
    position: relative;
}

a.theme-btn-2:before {
    position: absolute;
    content: '';
    width: 279px;
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    height: 10px;
    left: 167px;
    bottom: 5px;
}

.chat-cta-box img {
    animation: zoom-in-zoom-out 4s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

a.chat-bot-icon img {
 	transform-origin: top center;
	animation: swing 2s ease infinite;
}

@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

a.banner-side-icon img {
    animation: hithere 1.5s ease infinite;
}
@keyframes hithere {
  30% { transform: scale(1.1); }
  40%, 60% { transform: rotate(-20deg) scale(1.1); }
  50% { transform: rotate(20deg) scale(1.1); }
  70% { transform: rotate(0deg) scale(1.1); }
  100% { transform: scale(1); }
}

/* Footer Start */
.site-info {
    padding: 24px;
    text-align: center;
    position: relative;
    background: #3b0039;
}

.site-info p {
    margin: 0;
}

.site-info:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    left: 0;
    top: 0;
}

.disclaimer {
    padding: 20px;
    background: #3b0039;
}

ul#menu-footer-menu {
    display: inline-block;
    position: relative;
    flex-wrap: wrap !important;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: -1px;
}

ul#menu-footer-menu li {
    position: relative;
    display: inline-flex;
}

ul#menu-footer-menu li a {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    margin: 0 11px;
    padding: 0 12px;
}



ul#menu-footer-menu li a:hover {
    background-color: transparent;
    color: #000000;
}



.footer-menu .row {
    display: flex;
    align-items: center;
    border-radius: 40px 40px 0px 0px;
    background-color: #fff;
    position: relative;
    padding: 10px 0;
    z-index: 0;
}

.footer-menu {
    margin-top: -95px;
}

footer#colophon {
    background-color: #fff;
    padding-top: 150px;
}

.footer-main-map {
   width: 354px;
   height: 354px;
   border-radius: 177px;
   background-color: #fff;
   display:flex;
   align-items: center;
   justify-content: center;
   margin-top: -110px;
   z-index: 9;
   position: relative;
}

.footer-main-map iframe {
    width: 246px;
    height: 246px;
    border-radius: 123px;
    box-shadow: inset 0 0 10px rgba(204,204,204,0.85);
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.footer-address {
    margin-bottom: -170px;
    border-radius: 40px;
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
}

.footer-details {
    text-align: center;
    padding-top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.footer-details a {
    font-size: 30px;
    line-height: 26px;
    color: #ffffff;
    font-family: "Euclid Circular A";
}

.footer-details a.mail-text {
    font-size: 20px;
}

.footer-main-map:before {
    position: absolute;
    content: '';
    width: 356px;
    height: 356px;
    background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/horoscope-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotate 15s linear infinite;
}

.footer-main-map:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://panditnataraju.com/wp-content/uploads/2025/07/footer-location-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}
/* Footer End */

/* About Us Page Start  */


section.main-tittle {
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
    padding: 15px 0px;
}

section.main-tittle h1 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}


.inner-heading {
    font-size: 29px;
    font-weight: 700;
    color: #3b0039;
    margin-bottom:20px;
}

.about-page-sec-1 {
    padding-top: 80px;
    padding-bottom: 50px;
}
.wpcf7 {
    max-width: none;
    margin: 0 auto !important;
}

.home section.main-tittle {
    display: none;
}

.inner-page-form {
    padding: 25px 30px;
    background-color: #3b0039;
    border-radius: 30px;
}

textarea.inner-input {
    height: 104px;
    border-radius: 10px;
    border: 0;
    font-size: 14px;
    color: #222;
    margin-bottom: 12px !important;
}

.inner-page-form input.inner-input {
    margin-bottom: 13px !important;
    border-radius: 30px !important;
    font-size: 14px;
    height: 43px;
    color: #222;
}

.inner-page-form input.inner-submit-btn {
    border-radius: 50px !important;
    background-color: #fff;
    color: #ffff;
    border: 1px solid #fff;
    height: 41px;
    background-image: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
}

.about-page-sec-3{
padding-bottom:80px;	
}

.inner-form-heading h2 {
    color: #fd8c13;
}



/* About Us Page End  */


/* Main Services Page Start  */

.services-box {
    border: 1px solid #ffffff;
    padding: 15px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 70px !important;
}

.servic-img img {
    border-radius: 20px;
}

.box-content h3 {
    font-size: 20px;
    color: #3b0039;
    padding: 6px;
    background-color: #ffffff;
    border-radius: 30px;
    text-align: center;
    margin: 19px 0;
    line-height: normal;
    margin-top: -80px;
    position: absolute;
    width: 90%;
    left: 5%;
}

.red-more-btn-2 {
    position: absolute;
    text-align: center;
    top: 41px;
    right: 30px;
}

.red-more-btn-2 a {
    float: right;
    margin-right: 20px;
}

.red-more-btn-2 a:before {
    position: absolute;
    content: '';
    background-color: #f17613;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    right: 0;
    top: -9px;
}


.red-more-btn-2 a img {
    z-index: 1;
    position: relative;
    animation: sway_X 2s linear infinite alternate;
}

.box-content {
    position: relative;
    display: block;
    min-height: 161px;
}

.box-content p {
    padding: 8px;
    margin-bottom: 5px;
}


.read-btn {
    color: #fff;
    padding: 7px 12px;
    border-radius: 0px;
    position: absolute;
    bottom: -35px;
    font-size: 17px;
    width: 70%;
    background-color: #ffffff;
    text-align: center;
    left: calc(210px - 50%);
    text-decoration: blink;
    /* -webkit-animation-name: blinker; */
    /* -webkit-animation-duration: 2s; */
    /* -webkit-animation-iteration-count:infinite; */
    -webkit-animation-timing-function:ease-in-out;
    /* -webkit-animation-direction: alternate; */
    margin-bottom: -180px;
    border-radius: 30px;
    background-image: linear-gradient(0deg, #55c90e 0%, #359605 100%);
    border: 1px solid #ffffff;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

a.read-btn:hover {color: #fff;}

 @keyframes sway_X {
	0% {
		transform: translateX(-10px);
	}
	100% {
		transform: translateX(10px);
	}
}

.read-btn img {
    max-width: 21px;
    margin-right: 4px;
    margin-top: -2px;
}


.main-services-sec {
    padding-top: 80px;
    padding-bottom: 0px;
}

/* Main Services Page End  */


* ========Start---Conatct----Style----Code========== */

.contact-social-box {
	position: relative;
    border: 2px solid #87477a;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    text-align: center;
}

.social-icon-box {
    position: relative;
}
.conatct-first-section{
	padding: 100px 0px 20px;
}
h4.call-us.all-icons {
    color: #fff;
    font-size: 16px;
    margin: 0px;
    padding: 0px 0px 0px;
    font-family: 'Euclid Circular A';
}
.social-text a {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}
.contact-social-box img {
    max-width: 80px;
}
a.only-mail-size {
    font-size: 19px;
}
.location-map iframe{
	border-radius: 20px;
}
.conatct-form-box {
    margin-top: -18px;
    border: 2px solid #87477a;
    padding: 40px 25px 40px;
    text-align: center;
    border-radius: 20px;
}
h4.conatc-head-text {
    color: #fff;
    margin: 0px;
    font-size: 27px;
    padding-bottom: 16px;
    text-transform: capitalize;
}
h4.conatc-head-texts {
    color: #fff;
    margin: 0px;
    font-size: 22px;
    padding-bottom: 16px;
    text-transform: capitalize;
}
input.cnct-input-txt.form-control {
    margin: 21px 0px;
    padding: 20px 20px 20px 24px;
    border-radius: 30px;
    background-color: #190f17;
    border: 2px solid #87477a;
}
input.cnct-input-txt.form-control::placeholder{
	color: #fff;
}
textarea.cnct-input-txtarea.form-control {
    margin: 18px 0px !important;
    padding: 20px 20px 20px 25px;
    border-radius: 10px;
    border: 2px solid #87477a;
    height: 118px;
    background-color: #190f17;
}
textarea.cnct-input-txtarea.form-control::placeholder{
	color: #fff;
}
.sbmt-btns.btn.btn-primary {
    background-color: #87477a;
    border: 2px solid #87477a;
    width: 100%;
    border-radius: 30px;
}
.contact-chat-box {
    border: 2px solid #87477a;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}
.whats-social-icon-box img {
    max-width: 73px;
}
.contact-second-section{
	padding: 0px 0px 25px;
}
.conatc-border-style{
	position: relative;
	
}

.conatc-border-style:before {
    position: absolute;
    content: ' ';
    top: -54px;
    right: -107px;
    border: 2px solid #87477a;
    height: 300px;
    border-left: 0px;
    border-bottom: 0px;
    border-radius: 0px 20px 0px 0px;
}
.conatc-border-style:after {
    position: absolute;
    content: ' ';
    top: -54px;
    left: -103px;
    border: 2px solid #87477a;
    height: 213px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 0px 20px 0px 0px;
}

.for-border-style-fr-location:before {
    height: 169px;
}
.location-section:before {
    height: 389px;
}

.location-section-mark:before {
    height: 363px;
}
.service-section-border:before{
	height: 363px;
}
.service-section-border-1:before{
	height: 355px;
}
.border-for-service:before{
	height: 169px;
}
.border-for-service-1:before{
	height: 181px;
}
.border-for-service-2:before{
	height: 169px;
}
.service-section-border-1:before{
	height: 353px;
}
.location-section-love:before {
    height: 415px;
}
.location-section-van:before {
    height: 359px;
}
.border-for-service-york:before {
    height: 207px;
}

.contact-social-box.contact-social-boxs {
    background-color: #3b0039;
    display: flex;
    padding: 21px;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid #fff;
    align-items: center;
}

a.mail-text {
    font-size: 20px;
}


.contact-page-section {
    padding-top: 80px;
    padding-bottom: 0px;
}


iframe.cp-map {
    border-radius: 20px;
    border: 1px solid #fff !important;
}

@-webkit-keyframes pulse {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }
}

@keyframes pulse {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }
}


/* ========End---Conatct----Style----Code========== */
/***************Sticky Icons start*******************/

.contact_icons {
    position: fixed;
    left: 29px;
    bottom: 19px;
    z-index: 999;
    width: 39px;
    text-align: center;
}

.contact_icons a {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    line-height: 43px;
    font-size: 24px;
    color: #fff;
    background: #edac15;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    clear: both;
    margin-bottom: 0px;
    display: inline-block;
}

.contact_icons a.whatsapp-icon {
    font-size: 30px;
    background-image: linear-gradient(108deg, #55c90e 0%, #359605 100%);
    overflow: hidden;
    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: pulse2;
    color: #fff;
}

a.whatsapp-icon i {
    margin-top: 14px;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2DC100;
            box-shadow: 0 0 0 0 #2DC100; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } }

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2DC100;
            box-shadow: 0 0 0 0 #2DC100; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } 
} 


.contact_mobile{position: fixed;right: 41px;bottom: 19px;z-index: 999;width: 49px;text-align: center;}
.contact_mobile a{width: 60px;height: 60px;border-radius: 100%;text-align: center;line-height: 51px;font-size: 24px;color: #fff !important;background: #edac15;box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);clear: both;margin-bottom: 0px;display: inline-block;}
.contact_mobile a.phone-icon{background: #004dff;font-size: 30px;overflow: hidden;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: pulse3;color: #fff;}
a.phone-icon i {
    margin-top: 16px;
}

@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #004dff;
            box-shadow: 0 0 0 0 #004dff; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } }

@keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #004dff;
    box-shadow: 0 0 0 0 #004dff;
    }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } 
} 
/***************Sticky Icons end*******************/



.inner-img {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffffff;
}

iframe.location-page-map {
    border-radius: 30px;
}



/***************Privacy Policy*******************/

.disc-pg-div {padding:30px 0;}
.disc-pg-div p {font-size:15px; line-height:28px;}
.disc-pg-div h4 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    color: #3b0039;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: normal;
}
.disc-pg-div h5 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.disc-pg-div h6 {
    text-transform: capitalize;
   margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
/***************Privacy Policy End*******************/


 


/* ============ Updated Css ============ */

.form-heading p {
    color: #ffff;
}


.srv-box p {
    color: #fff;
}

.why-box p {
    color: #fff;
}


.disclaimer p {
    color: #fff;
}

.site-info  p {
    color: #fff;
}
 
.inner-form-heading p {
    color: #fff;
}

.site-info a {
    color: #fff;
}

iframe.blur-map {
    filter: blur(2px);
}

.first-vdeo {
    margin-bottom: 20px !important;
}

iframe.video-sec {
    border-radius: 30px;
}

.thank-page-sec {text-align: center;padding: 35px 0;display: flex;flex-direction: column;align-items: center;}
.thank-page-sec a {
    background: linear-gradient(90deg, #DA1949 0%, #F65B12 100%);
    color: #fff;
    padding: 15px;
    border-radius: 31px;
}
.thank-page-sec a:hover { background-color: #f75d10; color: #fff; padding: 15px; }
.thank-page-sec p { padding-bottom: 25px; }
.thank-page-sec h1 { font-weight: 800; font-size: 30px; padding-bottom: 10px; color: #010329; }