/*
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.1788849834
Updated: 2026-09-08 06:43:54

*/

 
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&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("style-2.css");

@font-face {
    font-family: 'Times New Roman';
    src: url('font/TimesNewRomanPSMT.woff2') format('woff2'),
        url('font/TimesNewRomanPSMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


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

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

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

h1,h2,h3,h4,h5,h6 {
       font-family: 'Times New Roman';
	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: 200px !important;
    margin-left: 0;
    margin: 0 !important;
}

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 20px;
        top: -46px;
        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(http://psychic-sahadev.com/wp-content/uploads/2026/09/list.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: #09216d;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 0px;
        border-radius: 0;
}
	
#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 #ffffff61;
        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;
}

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

	
/* Home Page start */

body .banner {
    margin-top: 0;
}

body .menus {
    display: block !important;
    align-items: unset !important;
    padding: 0;
    background: transparent;
}

body .inner-menu {
    position: unset !important;
}


body .web-banner {
    margin-top: 0;
}

body .home-first-sec {
    margin-top: 0;
}

body .home-about {
    margin-top: 0;
    margin-bottom: 10px;
}

body .title h2 {
    font-size: 30px;
}

body .sdg-trust-features {
    flex-direction: column;
    row-gap: 15px;
}

body .sdg-trust-item {width: 100%;flex-direction: column;text-align: center;border: 1px solid #eee;border-radius: 20px;padding: 20px;}

body .sdg-trust-content h3 {
    font-size: 18px;
}

body .sdg-trust-content p {
    font-size: 14px;
}

body .sdg-trust-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

body .premium-call-whatsapp {
    flex-direction: column;
    width: unset;
    row-gap: 20px;
}

body .premium-call-box {width: 230px;}

body .premium-whatsapp-box {
    width: 230px;
}

body .home-service-box-one:before {
    display: none;
}

body .home-service-box-two:before {
    display: none;
}

body .home-service-box-for:after {
    display: none;
}

body .home-service-box-one:after {
    display: none;
}

body .home-service-box-three:after {
    display: none;
}

body .home-service-box {
    flex-direction: column;
}

body .home-service-img {
    width: 100%;
}

body .home-service-content {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

body .home-adv-sec:before {
    display: none;
}

body .home-adv-sec {
    margin-top: 0;
    margin-bottom: 10px;
}

body .home-adv-sec:after {
    display: none;
}

body .why-sec:before {
    display: none;
}

body .why-sec:after {
    display: none;
}

body .service-title p.sub-title:after {
    display: none;
}

body .service-title p.sub-title:before {
    display: none;
}

body .whychoose-privacy {
    flex-direction: column;
    text-align: center;
}

body .whychoose-divider {
    display: none;
}

body .why-line {
    display: none;
}

body .why-choose-cta {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    border-radius: 24px;
    padding: 20px 20px;
}

body .why-choose-cta .why-choose-phone {border-right: 0;}

body .why-choose-cta .why-choose-title {font-size: 14px;text-align: center;}

body .why-choose-cta .why-choose-details {
    flex-direction: column;
    gap: 15px;
}

body .bg-adv {
    margin-top: 0;
    margin-bottom: 30px !important;
}

body .whychoose-call {
    margin-left: 0;
}

body .whychoose-call.right-mail {
    margin-right: 0;
}

body .home-review-sec:before {
    display: none;
}

body .sg-contact-card {
    margin: 0;
    margin-bottom: 20px;
}

body footer#colophon:after {
    display: none;
}

body span.sg-contact-desc {
    font-size: 14px;
    line-height: 24px;
}

body footer#colophon .container:after {
    display: none;
}

body .top-footer {
    margin-bottom: 0;
}

body .trust-items {
    padding: 0;
    flex-direction: column;
}

body .sg-contact-card::after {
    display: none;
}

body .footer-map {
    margin-bottom: 0;
}

body .footer-map iframe {
    height: 200px;
}

body .sg-contact-card::before {
    display: none;
}

body section.bottom-footer {
    background-color: #002c5d;
    background-image: unset;
    padding-top: 20px;
}

body .sgf-menu {
    flex-direction: column;
}

body .sgf-top {
    flex-direction: column;
    row-gap: 15px;
}

body .sgf-right {
    flex-direction: column;
    row-gap: 20px;
}

body .sgf-menu a {
    font-size: 14px;
    margin-bottom: 15px;
}

body .sgf-menu span {
    display: none;
}

body a.footer-logo {
    margin-bottom: 20px;
    display: inline-block;
}

body .sgf-divider {
    display: none;
}

body .sgf-copy {
    /* flex-direction: column; */
    text-align: center;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
}

body .trust-bar {
    height: 100%;
    display: none;
}
	
	
body .review-box p {
    color: #09216d;
}

body .user-about {
    flex-direction: column;
    row-gap: 10px;
}

body .quite {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

body .quote-img {
    width: 50px;
    margin-bottom: 15px;
}

body .review-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 24px;
    padding: 20px;
    margin: 20px 0px;
}
	
body .faq-section .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a {
    padding-right: 58px !important;
}
	
body .disc-pg-div h4 {
    font-size: 30px;
}
	
body .thank-page-sec h2{
		font-size:30px;
	}
	

}
/**************** 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;
}
/************** header responsive start	 *************/
	
	
	
	
.navbar-brand img {
    max-width: 200px !important;
    margin-left: 0;
    margin: 0 !important;
}

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 20px;
        top: -52px;
        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(http://psychic-sahadev.com/wp-content/uploads/2026/09/list.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: #09216d;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 0px;
        border-radius: 0;
}
	
#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 #ffffff61;
        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;
}

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

	
/* Home Page start */

body .banner {
    margin-top: 0;
}

body .menus {
    display: block !important;
    align-items: unset !important;
    padding: 0;
    background: transparent;
}

body .inner-menu {
    position: unset !important;
}


body .web-banner {
    margin-top: 0;
}

body .home-first-sec {
    margin-top: 0;
}

body .home-about {
    margin-top: 0;
    margin-bottom: 10px;
}

body .title h2 {
    font-size: 30px;
}

body .sdg-trust-features {
    flex-direction: column;
    row-gap: 15px;
}

body .sdg-trust-item {width: 100%;flex-direction: column;text-align: center;border: 1px solid #eee;border-radius: 20px;padding: 20px;}

body .sdg-trust-content h3 {
    font-size: 18px;
}

body .sdg-trust-content p {
    font-size: 14px;
}

body .sdg-trust-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

body .premium-call-whatsapp {
    flex-direction: column;
    width: unset;
    row-gap: 20px;
}

body .premium-call-box {width: 230px;}

body .premium-whatsapp-box {
    width: 230px;
}

body .home-service-box-one:before {
    display: none;
}

body .home-service-box-two:before {
    display: none;
}

body .home-service-box-for:after {
    display: none;
}

body .home-service-box-one:after {
    display: none;
}

body .home-service-box-three:after {
    display: none;
}

body .home-service-box {
    flex-direction: column;
}

body .home-service-img {
    width: 100%;
}

body .home-service-content {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

body .home-adv-sec:before {
    display: none;
}

body .home-adv-sec {
    margin-top: 0;
    margin-bottom: 10px;
}

body .home-adv-sec:after {
    display: none;
}

body .why-sec:before {
    display: none;
}

body .why-sec:after {
    display: none;
}

body .service-title p.sub-title:after {
    display: none;
}

body .service-title p.sub-title:before {
    display: none;
}

body .whychoose-privacy {
    flex-direction: column;
    text-align: center;
}

body .whychoose-divider {
    display: none;
}

body .why-line {
    display: none;
}

body .why-choose-cta {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    border-radius: 24px;
    padding: 20px 20px;
}

body .why-choose-cta .why-choose-phone {border-right: 0;}

body .why-choose-cta .why-choose-title {font-size: 14px;text-align: center;}

body .why-choose-cta .why-choose-details {
    flex-direction: column;
    gap: 15px;
}

body .bg-adv {
    margin-top: 0;
    margin-bottom: 30px !important;
}

body .whychoose-call {
    margin-left: 0;
}

body .whychoose-call.right-mail {
    margin-right: 0;
}

body .home-review-sec:before {
    display: none;
}

body .sg-contact-card {
    margin: 0;
    margin-bottom: 20px;
}

body footer#colophon:after {
    display: none;
}

body span.sg-contact-desc {
    font-size: 14px;
    line-height: 24px;
}

body footer#colophon .container:after {
    display: none;
}

body .top-footer {
    margin-bottom: 0;
}

body .trust-items {
    padding: 0;
    flex-direction: column;
}

body .sg-contact-card::after {
    display: none;
}

body .footer-map {
    margin-bottom: 0;
}

body .footer-map iframe {
    height: 200px;
}

body .sg-contact-card::before {
    display: none;
}

body section.bottom-footer {
    background-color: #002c5d;
    background-image: unset;
    padding-top: 20px;
}

body .sgf-menu {
    flex-direction: column;
}

body .sgf-top {
    flex-direction: column;
    row-gap: 15px;
}

body .sgf-right {
    flex-direction: column;
    row-gap: 20px;
}

body .sgf-menu a {
    font-size: 14px;
    margin-bottom: 15px;
}

body .sgf-menu span {
    display: none;
}

body a.footer-logo {
    margin-bottom: 20px;
    display: inline-block;
}

body .sgf-divider {
    display: none;
}

body .sgf-copy {
    /* flex-direction: column; */
    text-align: center;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
}

body .trust-bar {
    height: 100%;
    display: none;
}
	
	
body .review-box p {
    color: #09216d;
    width: 100%;
}

body .user-about {
    flex-direction: column;
    row-gap: 10px;
}

body .quite {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

body .quote-img {
    width: 50px;
    margin-bottom: 15px;
}

body .review-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 24px;
    padding: 20px;
    margin: 20px 0px;
}
	
body .faq-section .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a {
    padding-right: 58px !important;
}
	
body .disc-pg-div h4 {
    font-size: 30px;
}
	
body .thank-page-sec h2{
		font-size:30px;
	}
	
	div#page {
    overflow-x: hidden;
}
	
	
	
	
body .main-inner-cta {
    flex-direction: column;
    gap: 10px;
}

body .main-call-cta {
    width: 100%;
}

body .main-ser-cta h2 {
    font-size: 30px;
}

body .main-ser-cta {
    background-position-y: 422px;
}

body .main-ser-cta:after {
    width: 100px;
    height: 100px;
    top: -50px;
    left: -50px;
}

body .main-ser-cta:before {
    width: 100px;
    height: 100px;
    right: -50px;
    top: -50px;
}
	
	
}
/**************** 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: #ffff;
	    padding-top: 2px;
}


.navbar-brand img {
    max-width: 340px;
    /* margin-bottom: 8px; */
}

.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: #001956;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-left: 0px;
    height: auto;
    line-height: normal;
    padding: 8px 24px;
    text-transform: uppercase;
}

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

#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: "Poppins", sans-serif;
        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: "Poppins", sans-serif;
        text-decoration: none;
        border-color: #fff;
        color: #001956;
    }

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


#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: #ff1276;
    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: left; */
    /* padding: 5px; */
    /* border-radius: 30px 30px 0px 0px; */
    /* background-color: #080e2e3d; */
    /* border: 1px solid #ffffff42; */
    /* border-bottom: 0; */
}

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


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

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

.menus {
    display: flex;
    align-items: center;
    column-gap: 30px;
    background-color: #fff;
    justify-content: space-between;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    border-radius: 24px;
    padding: 5px 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
}

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

header#wrapper-navbar {
    padding-top: 0px;
    position:relative;
    z-index:2;
}

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


/* 	Main Header start */
	
.navbar-brand {
    max-width: 188px;
    padding-top: 0;
    margin-top: 0px;
}
	
/* mian header end */	

/* Heder-cta */
 .contact-info {
    display: flex;
    align-items: center;
    gap: 35px;
    background: #fff;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: #ffab16;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: iconPulse 2s infinite;
}

.contact-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    display: block;
}

.contact-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid #ffab16;
    animation: pulseRing 2s infinite;
}

.contact-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.contact-text span {
    font-size: 14px;
    /* font-weight: 500; */
    color: #18295b;
    margin-bottom: 5px;
}

.contact-text a {
    font-size: 18px;
    font-weight: 700;
    color: #18295b;
    text-decoration: none;
}

.contact-text a:hover {
    color: #ffab16;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}

@keyframes pulseRing {
    0% {
        transform: scale(1);
        opacity: .7;
    }

    70% {
        transform: scale(1.35);
        opacity: 0;
    }

    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

.sg-call-box {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    /* height: 58px; */
    padding: 3px 25px 3px 3px;
    background: #ffb21a;
    border: 2px solid #f5a900;
    border-radius: 50px;
    color: #10275d;
    text-decoration: none !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.12);
    transition: all .3s ease;
}

.sg-call-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    background: #fdd58f;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    border: 2px solid #FFF;
}

.sg-call-icon img {
    width: 21px;
    height: 27px;
    display: block;
    object-fit: contain;
    transition: transform .3s ease;
}

.sg-call-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.sg-call-number {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

 

.sg-call-box:hover {
    background: #10275d;
    border-color: #10275d;
    color: #ffb21a !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(16, 39, 93, .25);
}

.sg-call-box:hover .sg-call-label,
.sg-call-box:hover .sg-call-number {
    color: #ffb21a;
}

.sg-call-box:hover .sg-call-icon {
    background: #ffb21a;
    transform: none;
}

.sg-call-box:hover .sg-call-icon img {
    transform: none;
}
/* 	Header Cta */

.wrapper {
    padding: 0;
}

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

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


.web-banner {
    margin-top: -30px;
}


.service-icon-box {
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
    border-radius: 24px;
    padding: 30px 10px;
}

.ser-icon {
    width: 80px;
    height: 80px;
    background-color: #fed06f;
    border-radius: 50%;
    line-height: 79px;
    border: 4px solid #feedc9;
    margin-left: auto;
    margin-right: auto;
}

.ser-icon img {width: 40px;animation: bounce-in 2s ease infinite;}

.ser-icon h3 {
    font-family: 'Poppins';
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% { transform: scale(.9); }
  100% { transform: scale(1); }
}

.service-icon-box h3 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #09216d;
    text-transform: capitalize;
}

.home-first-sec {
    margin-top: -170px;
    position: relative;
    z-index: 1;
}

 
p.sub-title {
    font-size: 16px;
    margin-bottom: 0;
}

.title h2 {
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(
        90deg,
        #F36B21 0%,
        #E94E1B 45%,
        #C93612 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 0;
}

 

.title h3 {
    font-size: 24px;
    /* font-weight: 600; */
    margin-bottom: 15px;
    color: #09216d;
}

.home section.main-tittle {
    display: none;
}
 .sdg-trust-features{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  box-sizing:border-box;
  column-gap:5px;
}

.sdg-trust-item{
  flex:1;
  display:flex;
  align-items:center;
  gap:14px;
  padding:4px 0px;
  box-sizing:border-box;
}

.sdg-trust-item + .sdg-trust-item{
}

.sdg-trust-icon{
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#ffe6a5;
}

.sdg-trust-icon img{
  width:29px;
  height:29px;
  object-fit:contain;
  display:block;
}

.sdg-trust-content h3{
  margin:0 0 6px;
  color:#123f7d;
  font-size:14px;
  line-height:1.35;
  font-weight:600;
  font-family:"Poppins", sans-serif;
}

.sdg-trust-content p{
  margin:0;
  color:#09216d;
  font-size:10px;
  line-height:1.45;
  font-weight:400;
}





.premium-call-whatsapp{
  display:flex;
  align-items:center;
  gap:7px;
  width:max-content;
  font-family:Arial,sans-serif;
}

.premium-call-box{
  display:flex;
  align-items:center;
  width:247px;
  height:62px;
  padding:0 16px;
  gap:13px;
  color:#fff;
  text-decoration:none;
  border-radius:34px;
  background:#06478f;
  box-sizing:border-box;
  animation:premiumCallIn .8s ease both;
  transition:.35s ease;
}

.premium-call-box:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(6,71,143,.25);
}

.premium-call-icon{
  width:42px;
  height:42px;
  flex:none;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#ffbd20;
  animation:premiumPulse 2s ease-in-out infinite;
}

.premium-call-icon img{
  width:24px;
  height:24px;
  object-fit:contain;
  display:block;
}

.premium-call-content{
  display:flex;
  flex-direction:column;
  line-height:1;
  gap:6px;
}

.premium-call-content small{
  font-size: 14px;
  font-weight:400;
  color:#fff;
}

.premium-call-content strong{
  font-size:16px;
  font-weight:700;
  letter-spacing:.2px;
  white-space:nowrap;
  color: #fff !IMPORTANT;
}

.premium-whatsapp-box{
  width: 185px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color: #06478f !IMPORTANT;
  text-decoration:none;
  border:2px solid #598bc3;
  border-radius:30px;
  box-sizing:border-box;
  background:#fff;
  animation:premiumWhatsAppIn .8s .15s ease both;
  transition:.35s ease;
}

.premium-whatsapp-box:hover{
  transform:translateY(-3px);
  background:#f7fbff;
  box-shadow:0 8px 22px rgba(6,71,143,.16);
}

.premium-whatsapp-box img{
  width:20px;
  height:20px;
  object-fit:contain;
  display:block;
  animation:premiumWhatsAppIcon 2s ease-in-out infinite;
}

.premium-whatsapp-box span{
  font-size: 14px;
  font-weight:500;
  white-space:nowrap;
}

@keyframes premiumCallIn{
  0%{opacity:0;transform:translateX(-25px)}
  100%{opacity:1;transform:translateX(0)}
}

@keyframes premiumWhatsAppIn{
  0%{opacity:0;transform:translateX(25px)}
  100%{opacity:1;transform:translateX(0)}
}

@keyframes premiumPulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.08)}
}

@keyframes premiumWhatsAppIcon{
  0%,100%{transform:scale(1) rotate(0)}
  50%{transform:scale(1.08) rotate(-5deg)}
}

 


.home-about .wpb_text_column.wpb_content_element {
    margin-bottom: 25px;
}

.home-about .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 25px;
}

.home-about .wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element {
    margin-bottom: 25px;
}

.home-about {
    margin-top: 70px;
    margin-bottom: 60px;
}



.service-title .title {
    text-align: center;
}

.service-title h2 {
    font-size: 45px;
    background-image: url();
    background-clip: unset;
    color: #09216d;
    -webkit-text-fill-color: unset;
    margin-bottom: 10px;
    margin-top: 10px;
}

span.h-color {
    color: #fe7310;
}

.service-title p.sub-title{
	display:inline-block;
	position:relative;
}

.service-title p.sub-title:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    background-color: #fe7310;
    left: -90px;
    top: 12px;
}

.service-title p.sub-title:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    background-color: #fe7310;
    right: -90px;
    top: 12px;
}

.home-service-box {
    display: flex;
}

.home-service-content {
    width: 50%;
}

.home-service-img {
    width: 50%;
}

.home-iiner-ser-img {
    width: 180px;
    border-radius: 50%;
    /* overflow: hidden; */
    border: 2px solid #fb5d01;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.ser-whatsapp {text-align: center;width: 200px;margin-top: -42px;position: relative;margin-left: auto;margin-right: auto;}

.ser-whatsapp a {
    display: inline-block;
    background-color: #1eca3b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    border: 2px solid #fff;
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}

.ser-whatsapp a img {
    width: 30px;
    filter: brightness(53.5);
}

.home-service-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #09216d;
}


.read-more-ser a {
    display: block;
    font-size: 14px;
    background-color: #ff6402;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
    transition: 0.4s;
}
.read-more-ser a:hover{
	background-color:#213f7e;
}
.arrow {
    text-align: center;
    margin-top: 10px;
}

.arrow img {
    width: 20px;
    transform: rotate(-45deg);
    transition: 0.4s;
}

.arrow a {
    background-image: url(http://psychic-sahadev.com/wp-content/uploads/2026/09/arrow-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}


.home-iiner-ser-img img {
    width: 200px;
    /* height: 200px; */
    border-radius: 50%;
}

.home-iiner-ser-img:after {
    position: absolute;
    content: '';
    width: 250px;
    height: 250px;
    background-image: url(http://psychic-sahadev.com/wp-content/uploads/2026/09/horocope.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: calc(50% - 125px);
    z-index: -2;
    bottom: -47px;
    animation: sdgIconRotate 9s linear infinite;
}

.home-iiner-ser-img:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 152px;
    background-color: #fff;
    top: -31px;
    z-index: -1;
    left: calc(50% - 150px);
}

 @keyframes sdgIconRotate{
  from{
    transform:rotate(0deg);
  }
  to{
    transform:rotate(360deg);
  }
}


.home-service-box-one {
    position: relative;
    margin-bottom: 50px !important;
}

.home-service-box-one:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: -25px;
    top: 0;
    background: #ff6402;
}

.home-service-box-three {
    position: relative;
}

.home-service-box-three:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: -25px;
    top: 0;
    background: #ff6402;
}

.home-service-box-one:before {
    position: absolute;
    content: '';
    width: 100%;
    bottom: -25px;
    height: 1px;
    background-color: #ff6402;
    left:0;
}

.home-service-box-two:before {
    position: absolute;
    content: '';
    width: 100%;
    bottom: -25px;
    height: 1px;
    background-color: #ff6402;
    right: -15px;
}

.home-service-box-two{
    position:relative;
    margin-bottom: 50px !important;
}

.arrow a:hover img {
    transform: rotate(
1deg);
}

 


.home-service-box-for {
    position: relative;
}

.home-service-box-for:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(http://psychic-sahadev.com/wp-content/uploads/2026/09/star.png);
    background-size: cover;
    top: -41px;
    left: -21px;
}


.home-adv-sec {
    margin-top: 60px;
    position: relative;
    margin-bottom: 70px;
}

.home-adv-sec:after {
    position: absolute;
    content: '';
    width: 30%;
    height: 100px;
    background-color: #fab22f;
    left: 0;
    top: 35px;
    z-index: -1;
}
.home-adv-sec:before {
    position: absolute;
    content: '';
    width: 30%;
    height: 100px;
    background-color: #fab22f;
    right: 0;
    top: 35px;
    z-index: -1;
}


.bg-adv img.vc_single_image-img.attachment-full {
    border: 1px solid #fd3f04;
    border-radius: 40px;
}



.whychoose-privacy{
    width:100%;
    /* min-height:190px; */
    display:flex;
    align-items:center;
    gap: 20px;
    padding: 18px 20px;
    box-sizing:border-box;
    background:#fff;
    border:2px solid #ff7a00;
    border-radius:16px;
}

.whychoose-icon{
    width: 120px;
    height: 120PX;
    min-width: 120PX;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ff7900;
    border-radius:50%;
    TEXT-ALIGN: CENTER;
}

.whychoose-icon img{
    /* width:70px; */
    /* height:70px; */
    /* object-fit:contain; */
}

.whychoose-divider{
    width:2px;
    height:135px;
    background:#ff7900;
}

.whychoose-content h3{
    margin:0;
    color:#0b2c71;
    font-size: 24px;
    font-weight:700;
    line-height:1.2;
}

.whychoose-content span{
    display:block;
    width:52px;
    height:3px;
    margin:12px 0 12px;
    background:#ff7900;
}

.whychoose-content p{
    margin:0;
    padding: 0px 15px 0px 0px;
}

.why-line {
    /* display: inline-block; */
    background-color: #ff7900;
    width: 40px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.why-choose-title .wpb_text_column.wpb_content_element {
    margin-bottom: 30px;
}

.why-choose-cta{
  width:100%;
  max-width:1050px;
  margin:auto;
  padding:12px 28px;
  border:2px solid #f58220;
  border-radius:60px;
  display:flex;
  align-items:center;
  gap:22px;
  box-sizing:border-box;
  font-family:Arial,sans-serif;
  background:#fff;
}

.why-choose-cta .why-choose-wa{
  width:72px;
  height:72px;
  flex:none;
}

.why-choose-cta .why-choose-wa img{
  width:100%;
  height:100%;
  object-fit:contain;
  animation: hithere 1s ease infinite;
}

.why-choose-cta .why-choose-phone{
  padding-right:20px;
  border-right:2px solid #f58220;
}

.why-choose-cta .why-choose-phone a{
  color:#09245f;
  font-size:36px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}

.why-choose-cta .why-choose-info{
  flex:1;
  min-width:0;
}

.why-choose-cta .why-choose-title{
  color:#f58220;
  font-size: 16px;
  font-weight:700;
  margin-bottom:8px;
  white-space:nowrap;
}

.why-choose-cta .why-choose-details{
  display:flex;
  align-items:center;
  gap:22px;
}

.why-choose-cta .why-choose-details a{
  display:flex;
  align-items:center;
  gap:7px;
  color:#304878;
  font-size: 14px;
  text-decoration:none;
  white-space:nowrap;
}

.why-choose-cta .why-choose-details img{
  width:25px;
  height:25px;
  object-fit:contain;
}

.why-sec {
    position: relative;
}

.why-sec:after {
    position: absolute;
    content: '';
    width: 500px;
    height: 514px;
    background-size: cover;
    background-image: url(http://psychic-sahadev.com/wp-content/uploads/2026/09/big-horoscope.webp);
    left: -254px;
    top: 0;
    z-index: -1;
    animation: sgRotate 9s linear infinite;
}

.why-sec:before {
    position: absolute;
    content: '';
    width: 500px;
    height: 514px;
    background-size: cover;
    background-image: url(http://psychic-sahadev.com/wp-content/uploads/2026/09/big-horoscope.webp);
    right: -254px;
    top: 0;
    z-index: -1;
    animation: sgRotate 9s linear infinite;
}


.bg-adv {
    margin-top: 60px;
    margin-bottom: 70px !important;
}


/* Faq Section */

.faq-section {margin-bottom: 70px;/* padding-right: 20px; */position: relative;}

.faq-inner-section {
    padding-top: 200px;
    border: 1px solid #f3d050;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 150px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.vc_general.vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-controls-align-default.accordation-for-width {
    /* padding: 10px 15px 20px; */
    /* margin-bottom: 100px; */
    /* background: #ffffff; */
    /* border: 2px solid #fde8d1; */
    /* border-radius: 30px; */
}

    .faq-section .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a{border-radius: 20px;border: 1px solid #d5d5d582 !important;padding: 18px 14px 18px 58px !important;position: relative;padding-left: 19px;margin: 0px 0;font-size: 18px;line-height: 26px;color: #09216d;margin-top: 10px;background-color: #ffffff;/* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */font-family: 'Times New Roman';font-weight: bold;}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #09216d !important;
    background-color: #fef7ef;
    border-radius: 20px 20px 0px 0px;
    border: none !important;
    margin-top: 0;
}

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


.faq-section .accordation-for-width i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    border-radius: 20px;
    background-color: #ffe6d0;
    align-items: center;
    padding: 13px;
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{
    border-color: #fe7310 !important;
    width: 15px;
    left: 12px !important;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{
    border-color: #fe7310 !important;
    height: 15px;
    top: 12px !important;
}




.faq-section .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{background-color: #fef7ef;border: 0px solid #cccccc !important;padding: 10px 35px 10px 50px;margin: 0px 1px;margin-bottom: 0;20px 20px 0pxcontain-intrinsic-block-size: auto 100px;border-radius: 0px 0px 20px 20px !important;/* box-shadow: rgba(149, 157, 165, 0.2) 0px 20px 24px; */}



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



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


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


.faq-inner-section:before {
    position: absolute;
    content: '';
    width: 1120px;
    height: 1px;
    background-color: #f3d050;
    top: 100px;
    left: -80px;
}

.faq-inner-section:after {
    position: absolute;
    content: '';
    bottom: 100px;
    width: 1120px;
    height: 1px;
    background-color: #f3d050;
    bottom: 100px;
    left: -80px;
}

.faq-section .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: 12px;
    left: 15px;
    background-image: url(http://psychic-sahadev.com/wp-content/uploads/2026/09/sun.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

 

.accordation-for-width .vc_active {
    border-radius: 20px;
    border: 1px solid #fe7310;
    margin-top: 15px;
    padding: 15px 0px;
    background-color: #fef7ef;
}

.faq-section .accordation-for-width .vc_active i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
    background-color: #fe7310;
}

.vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
    border-color: #ffffff !important;
}
 

/* faq Section End */


.quite {
    display: flex;
    column-gap: 15px;
}

.quote-img {
    width: 30%;
}

.review-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 24px;
    padding: 20px;
    min-height: 345px;
}

.user-img {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffeccb;
}

.user-img p {
    font-size: 20px;
    line-height: 60px;
    font-weight: 500;
}

 

.user-name h4 {
    margin-bottom: 0;
    color: #09216d;
    font-size: 20px;
    font-weight: 600;
}

.user-about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
}
.uswr-detals {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

 a.whychoose-call-icon {
    display: inline-block;
    background-color: #fc9516;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    /* outline: 10px solid #fc95162b; */
    position: relative;
    animation: premiumPhonePulse 1.5s ease-out infinite;
}

a.whychoose-call-icon img {
    width: 30px;
}

.whychoose-call {
    text-align: center;
    margin-left: -120px;
}

 

.whychoose-text h2 {
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    margin-bottom: 0;
    margin-top: 40px;
}

span.whychoose-line {
    width: 30px;
    height: 2px;
    background-color: #fc9516;
    display: inline-block;
}

.whychoose-call.right-mail {
    margin-right: -120px;
    margin-left: 0;
}




.home-review-sec {
    position: relative;
    padding: 0px 50px;
}

.home-review-sec:before {
    position: absolute;
    content: '';
    width: 94.5%;
    height: 409px;
    border: 2px solid #fc9516;
    border-top: none;
    border-radius: 0px 0px 30px 30px;
    left: calc(50% - 47.2%);
    top: -45px;
    z-index: -1;
}

a.whychoose-call-icon:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 30px;
    background-color: #fc9516;
    left: calc(50% - 1px);
    top: 47px;
}

 

.center-quite {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fc9516;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    outline: 10px solid #fc951636;
    margin-top: -429px;
}

.center-quite img {
    filter: brightness(50.5);
    width: 27px;
    transform: rotate(
179deg);
}









































/* ================= Footer start here ==================== */


.sgf-footer {
}

.sgf-footer * {
    box-sizing: border-box;
}

.sgf-top {
    /* width: calc(100% - 80px); */
    /* height: 67px; */
    /* margin: 0 auto; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 13px;
}

.sgf-menu {
    display: flex;
    align-items: center;
    height: 100%;
}

.sgf-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    padding: 0 17px;
    transition: all 0.3s ease;
}

.sgf-menu a:hover {
    color: #f6a800;
}

.sgf-menu span {
    width: 1px;
    height: 22px;
    background: #d58c00;
}

.sgf-right {
    display: flex;
    align-items: center;
    height: 100%;
}

.sgf-social {
    display: flex;
    align-items: center;
    gap: 13px;
}

.sgf-social a {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #fff;
    color: #07355f;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.sgf-social a:hover {
    transform: translateY(-3px) scale(1.08);
    background: #f6a800;
}

.sgf-divider {
    width: 2px;
    height: 30px;
    background: #d58c00;
    margin-left: 24px;
    margin-right: 20px;
}

.sgf-whatsapp {
    height: 43px;
    min-width: 179px;
    padding-left: 12px;
    border-radius: 24px;
    background: #f6a800;
    color: #07355f !important;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.sgf-whatsapp:hover {
    background: #ffb91a;
    padding-left: 16px;
}

.sgf-whatsapp > i:first-child {
    font-size: 20px;
}

.sgf-whatsapp strong {
    white-space: nowrap;
}

.sgf-whatsapp > i:last-child {
    margin-left: auto;
    margin-right: 10px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.sgf-whatsapp:hover > i:last-child {
    transform: translateX(5px);
}

.sgf-bottom {
    /* width: calc(100% - 80px); */
    /* height: 34px; */
    margin: 16px 0px 0px;
    display: flex;
    align-items: center;
}

.sgf-copy {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 14px;
}

.sgf-copy a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sgf-copy a:hover {
    color: #f6a800;
}

.sgf-copy-line {
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.45);
}

section.bottom-footer {
    background-image: url(http://psychic-sahadev.com/wp-content/uploads/2026/09/footer-shape.webp);
    background-repeat: no-repeat;
    background-position-y: -4px;
    padding-bottom: 30px;
    padding-top: 140px;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.sg-contact-card {
    margin: 10px auto;
    padding: 15px 0px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 35px rgb(255 171 199 / 24%), 0 2px 10px rgba(30, 60, 90, -2.95);
    border: 1px solid rgba(230, 220, 190, 0.35);
    margin-left: 80px;
    margin-right: 80px;
}


/* Premium background glow */

.sg-contact-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    left: -100px;
    top: -150px;
    background: rgb(255 255 255 / 10%);
    border-radius: 50%;
    filter: blur(35px);
    pointer-events: none;
}

.sg-contact-card::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    right: -100px;
    bottom: -160px;
    background: rgba(245, 177, 48, 0.08);
    border-radius: 50%;
    filter: blur(35px);
    pointer-events: none;
}


.sg-contact-item {
    width: 31%;
    height: 100%;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    row-gap: 10px;
}


/* Icon outer circle */

.sg-contact-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #f5a91b;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    margin-bottom: 7px;
    box-shadow:
        0 0 0 9px rgba(245, 169, 27, 0.16),
        0 7px 18px rgba(245, 169, 27, 0.22);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


/* Premium pulse ring */

.sg-contact-icon::before {
    content: "";
    position: absolute;
    inset: -9px;
    border-radius: 50%;
    border: 1px solid rgba(245, 169, 27, 0.30);
    animation: sg-contact-pulse 2.4s ease-out infinite;
}


/* Second subtle pulse */

.sg-contact-icon::after {
    content: "";
    position: absolute;
    inset: -17px;
    border-radius: 50%;
    border: 1px solid rgba(245, 169, 27, 0.12);
    animation: sg-contact-pulse 2.4s ease-out infinite 0.8s;
}


.sg-contact-icon img {
    width: 30px;
    height: 35px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: brightness(0) invert(1);
    transition: transform 0.35s ease;
}


.sg-contact-icon:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow:
        0 0 0 9px rgba(245, 169, 27, 0.20),
        0 12px 25px rgba(245, 169, 27, 0.32);
}


.sg-contact-icon:hover img {
    transform: scale(1.12) rotate(-3deg);
}


@keyframes sg-contact-pulse {
    0% {
        transform: scale(0.85);
        opacity: 0.8;
    }

    70% {
        transform: scale(1.25);
        opacity: 0;
    }

    100% {
        transform: scale(1.25);
        opacity: 0;
    }
}


/* Text */

.sg-contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.sg-contact-title {
    color: #082e63;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 3px;
    font-family: 'Times New Roman';
}


.sg-contact-main {
    color: #073575;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-bottom: 3px;
}


.sg-contact-main:hover {
    color: #f2a516;
}


.sg-contact-desc {
    color: #31547e;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 2px;
}


/* Vertical orange dividers */

.sg-contact-divider {
    width: 2px;
    height: 124px;
    background: #f5a91b;
    display: block;
    position: relative;
    z-index: 2;
    opacity: 0.9;
}


/* Location text slightly smaller */

.sg-contact-item:last-of-type .sg-contact-main {
    font-size: 17px;
    line-height: 21px;
}


/* Responsive */

@media (max-width: 900px) {

    .sg-contact-card {
        padding: 15px 20px;
    }

    .sg-contact-title {
        font-size: 15px;
    }

    .sg-contact-main {
        font-size: 16px;
    }

    .sg-contact-item:last-of-type .sg-contact-main {
        font-size: 15px;
    }

    .sg-contact-desc {
        font-size: 11px;
    }

}


@media (max-width: 650px) {

    .sg-contact-card {
        flex-direction: column;
        gap: 25px;
        padding: 35px 15px;
    }

    .sg-contact-item {
        width: 100%;
        min-height: auto;
    }

    .sg-contact-divider {
        width: 70%;
        height: 1px;
    }

}

.footer-map {
    margin-bottom: -125px;
    /* filter: opacity(0.3); */
    position: relative;
}


.trust-bar{
  width:100%;
  height:110px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
  /* background:#fff; */
  box-sizing:border-box;
}

.trust-items{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-around;
  padding: 0px 70px 0px;
  box-sizing:border-box;
}

.trust-item{
  display:flex;
  align-items:center;
  /* min-width:22%; */
  column-gap: 10px;
}

.trust-item img{
  width: 50px;
  /* height:60px; */
  object-fit:contain;
  flex-shrink:0;
}

.trust-text strong{
  display:block;
  color:#073b7a;
  font-size:14px;
  font-weight:700;
  margin-bottom:4px;
}

.trust-text span{
  display:block;
  color:#174477;
  font-size: 12px;
  line-height:15px;
}

.trust-item:not(:last-child){
  border-right: 1px solid #f39b1945;
  padding-right: 10px;
}

.trust-wave{
  position:absolute;
  left:-2%;
  bottom:-48px;
  width:104%;
  height:65px;
  background:#052d5b;
  border-top:3px solid #f5a623;
  border-radius:50% 50% 0 0 / 35% 35% 0 0;
}


.top-footer {
    margin-bottom: -370px;
    position: relative;
    z-index: 2;
}

 footer#colophon {
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}

footer#colophon .container:after {
    position: absolute;
    content: '';
    width: 170%;
    height: 73%;
    background-image: url(http://psychic-sahadev.com/wp-content/uploads/2026/09/f-bg.webp);
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

section.bottom-footer .container::after {
    display: none;
}

 footer#colophon:after {
    position: absolute;
    content: '';
    width: 240px;
    background-image: url(http://psychic-sahadev.com/wp-content/uploads/2026/09/chakra.webp);
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    left: -54px;
    top: -54px;
    z-index: 1;
    animation: sgRotate 9s linear infinite;
}
@keyframes sgRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* ============= */

.header-number.mobshow {
    background-color: #09216d;
    text-align: center;
    padding: 6px;
    margin-bottom: 5px;
}

.header-number.mobshow span {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}

.header-number.mobshow span img {
    width: 20px;
}

.header-number.mobshow  a {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
          /* ============= sticy icons ======= */

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

.contact_icons a {
    width: 66px;
    height: 66px;
    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 {
    background: #72c118;
    font-size: 47px;
    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: 10px;
    color: #fff;
}

@-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 #72c118;
        box-shadow: 0 0 0 0 #72c118;
    }

    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: 58px;
    bottom: 19px;
    z-index: 999;
    width: 49px;
    text-align: center;
}

.contact_mobile a {
    width: 65px;
    height: 65px;
    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 {
    font-size: 33px;
    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;
    padding-top: 8px;
    background-color: #ffb21a;
}



@-webkit-keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #3b5aee;
        box-shadow: 0 0 0 0 #3b5aee;
    }

    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 #ffad00;
        box-shadow: 0 0 0 0 #ff9000;
    }

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


/* ============= sticy icons ======= */



/***************Privacy Policy*******************/
.disc-pg-div a {
	color:#18295b;
}

.disc-pg-div p {font-size: 14px;line-height: 26px;}
.disc-pg-div h4 {
    margin: 0;
    font-size: 34px;
    font-weight: 600;
    color: #222;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.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*******************/


.thank-page-sec {
    text-align: center;
}

.thank-page-sec h2 {
    font-size: 35px;
    text-transform: capitalize;
    FONT-WEIGHT: 600;
}

.thank-page-sec a {
    display: inline-block;
    text-transform: capitalize;
    border-radius: 30px;
    color: #18295b;
    background-color: #ffb21a;
    padding: 11px 30px;
}

.thank-page-sec a:hover{
	background-color:#18295b;
	color:#fff;
}


.form {
    padding: 30px 30px 0px;
    border-radius: 30px;
    background: #18295b;
}

.input {
    height: 50px !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    background: #ffffff !important;
    border: 1px solid #fbd400 !important;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px 10px 15px !important;
}

.share {
    height: 50px;
    border-radius: 30px !important;
    color: #1c1a26 !important;
    border: none !important;
    background: #ffb21a !important;
}

textarea.input {
    height: 110px !important;
}

.form-title h2 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    margin-bottom: 5px;
    font-weight: 600;
}

.form-title  p {
    text-align: center;
    color: #fff;
    padding: 0px 30px;
}

.main-location {
    text-align: center;
}

.main-location a {
    display: block;
    background-color: #ffb21a;
    color: #222;
    border-radius: 24px;
    padding: 10px;
    transition: 0.4s;
}

.main-location a:hover{
	background-color:#18295b;
	color:#fff;
}

@keyframes locationMove {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.main-location-img img {
    animation: locationMove 1.5s ease-in-out infinite;
}


@keyframes premiumPhonePulse{
    0%{
        box-shadow:0 0 0 0 rgba(255,178,26,.75);
    }
    70%{
        box-shadow:0 0 0 16px rgba(255,178,26,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(255,178,26,0);
    }
}

iframe.contact-us-map {
    border-radius: 24px;
}


.quite p {
    max-width: 400px;
}

 









.main-ser-cta {
    background-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 24px;
    padding: 20px 20px 80px;
    position: relative;
    overflow: hidden;
    background-image: url(http://psychic-sahadev.com/wp-content/uploads/2026/09/cta-shape.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 370px;
}
 
.cta-logo {
    width: 197px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.main-ser-cta h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #18295b;
}

span.color-text {
    /* display: block; */
}

.main-call-cta {
    width: 50%;
}

.main-call-cta a {
    display: flex;
    background-color: #001a56;
    border-radius: 24px;
    align-items: center;
    column-gap: 10px;
    padding: 4px;
    transition: 0.4s;
}

.main-call-cta a span {
    width: 42px;
    height: 42px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
}

.main-call-cta a span img {
    width: 25px;
    animation: hithere 1s ease infinite;
}
@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}
.main-call-cta span.text-span {
    width: unset;
    background: transparent;
    height: unset;
    line-height: unset;
    color: #fff;
    font-size: 14px;
    text-align: start;
    text-transform: capitalize;
}

.main-call-cta span.text-span b {
    display: block;
}

.main-inner-cta {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.main-call-cta.whatsapp-service span {
    background-color: #72c118;
}

.main-call-cta.whatsapp-service span.text-span {
    background-color: transparent;
}


.main-ser-cta p {
    text-align: center;
}

.main-ser-cta:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    background-size: cover;
    background-image: url(http://psychic-sahadev.com/wp-content/uploads/2026/09/chakra.webp);
    top: -100px;
    left: -100px;
    animation: sgRotate 9s linear infinite;
}


.main-ser-cta:before {
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    background-size: cover;
    background-image: url(http://psychic-sahadev.com/wp-content/uploads/2026/09/chakra.webp);
    top: -100px;
    right: -100px;
    animation: sgRotate 9s linear infinite;
}

 .main-call-cta a:hover {
    background-color: #f4a917;
}

 h3.inner-heading {
    font-size: 36px;
    color: #f3a409;
    font-weight: 600;
}