/*
Theme Name:  Dhanik Maharaj
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

Updated: 2025-12-01 04:54:22

*/



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

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

@import url("style2.css");


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

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

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

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

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


.navbar-brand img {
  max-width: 229px !important;
  margin-left: 0;
  margin: 0 !important;
}

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 0px;
        top: -47px;
        width: 32px;
        height: 32px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: -webkit-right;
        user-select: none;
        -webkit-tap-highlight-color: #0000;
        outline: none;
        white-space: nowrap;
        background-color: transparent;
        background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/menu.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: #f98c28;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 6px;
        border-radius: 0;
        margin: 0 !important;
        float: left !important;
        max-width: 100% !important;
        border: 0;
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent !important;
    font-weight: 500;
    color: #ffffff !important;
    background-image: none !important;
    padding: 0px 10px !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    header#wrapper-navbar.sticky {
    background-color: #fff;
    padding-top: 0px;
}

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;
    background-color: transparent !important;
}
 body header#wrapper-navbar {
    padding: 6px 0;
    background: #fff;
}
    
body .main-menu {
    display: block;
}

body header#wrapper-navbar:after {
    display: none;
}
body div#mega-menu-wrap-primary{
        margin-top:0px;
    }
    

    
/* Home Page start */




}
/**************** 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: 149px !important;
  margin-left: 0;
  margin: 0 !important;
}

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 8px;
        top: -59px;
        width: 32px;
        height: 32px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: -webkit-right;
        user-select: none;
        -webkit-tap-highlight-color: #0000;
        outline: none;
        white-space: nowrap;
        background-color: transparent;
        background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/menu.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;
}
    
 body   #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: #ff0672;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 1px;
        border-radius: 0;
        margin: 0;
        float: left;
        max-width: 100%;
        border: 0;
        min-width: 100%;
    }
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent !important;
    font-weight: 500;
    color: #ffffff !important;
    background-image: none !important;
    padding: 0px 10px !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;
    overflow: visible;
}
    
body    header#wrapper-navbar.sticky {
    background-color: #1e132b;
    padding-top: 0px;
}

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;
    background-color: transparent !important;
}
 body header#wrapper-navbar {
    padding: 3px 0;
    background: #190f25;
    margin-bottom: 10px;
}
    
body .main-menu {
    display: block;
}

body header#wrapper-navbar:after {
    display: none;
}
body div#mega-menu-wrap-primary{
        margin-top:0px;
    }
    

    
/* Home Page start */
	
	body .my-row {
    display: block;
    gap: 0px;
    justify-content: space-between;
}

	
    body h3.footer-top-text {
        margin-top: 42px;
        text-align: center;
        font-size: 33px;
        line-height: 27px;
        color: #f9eaff;
        font-weight: 400;
        font-family: "Poppins";
        text-align: center;
    }
	
body	a.ftr-icon {
    max-width: 104px;
    min-height: 104px;
    border-radius: 52px;
    background-color: #21152e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 70px;
    position: relative;
}
	
    body .center-location {
        position: relative;
        margin-top: 122px;
    }
	
body	div#wrapper-footer {
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/footer-bg-image.jpg);
    background-size: cover;
    /* margin-top: 110px; */
    padding-bottom: 40px;
    overflow: hidden !important;
}
	
body	.home-services {
    text-align: center;
    padding: 20px 5px;
}
	
	
body 	.home-services-slider-sec:before {
 display:none;
}
	
    body .main-title {
        font-size: 30px;
        line-height: normal;
        color: #ff1276;
        font-weight: 400;
    }
	
	
body	p.subtitle {
    font-size: 18px;
    line-height: 34px;
    color: #ffff;
    margin-bottom: 0;
}
	
    body .services-inner-sec-1 {
        padding: 40px 7px;
        border-bottom: 3px solid #ff1276;
        margin-bottom: 0px;
        padding-bottom: 0;
    }
	
body	.about-side-box {
    position: relative;
    padding-left: 0px !important;
    border-left: 0px solid #ff1276;
}
	
    body .home-cta-sec {
        position: relative;
        margin-top: -146px;
        margin-bottom: 10px;
        overflow: hidden;
    }
	
	
	
    body a.read-me {
        border-radius: 25px;
        background-color: #ff1276;
        padding: 12px 10px;
        display: block;
        text-align: center;
        min-width: 212px;
        font-size: 12px;
        line-height: 24px;
        color: #ffffff;
        font-weight: 400;
        box-shadow: 0 2px 4px rgb(255 18 118 / 76%), 0 -1px 0px rgb(255 18 118 / 58%);
        /* position: relative; */
    }
	
	
 body	.home-about-sec {
    padding-top: 20px;
    padding-bottom: 20px;
}
	
body	.home-form {
    width: 100%;
    height: 567px;
    border-radius: 269px;
    background-color: #1e132b;
    position: relative;
    overflow: hidden;
    padding: 100px 30px;
    padding-bottom: 0;
    position: relative;
}
	
body	.home-form:before {
   display:none;
}
	
body	.why-us-section:before {
    display:none;
}

	
body	.video-btn:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/chakra-image.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    left: calc(50% - 150px);
    top: -22px;
    animation: rotate 15s 
linear infinite;
}
	
body	.video-btn {
    margin-top: -54px;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
	
	
body	.banner-phone-call {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    display: contents;
}
	
body	.home-service-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3731px;
    background-color: #1e132b;
    left: 0;
    top: 0;
    border-radius: 40px;
}
	
 body	.horoimage {
  display:none;
}
	
body	.heading-cta {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 30px;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    padding: 14px 13px;
}
	
    body .testimonial-box {
        padding: 13px 12px;
        border-radius: 15px;
        margin-bottom: 80px !important;
        position: relative;
        background-image: none;
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        border: 1px solid #eee;
        padding-bottom: 21px;
    }
	
	
 body	.home-testimonial-section {
    position: relative;
    padding-bottom: 50px;
    margin: 0 !important;
}
	
	
body	.location-bocx:before {
    position: absolute;
    content: '';
    width: 71px;
    height: 291px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/locaiton-point.png);
    z-index: 0;
    left: calc(50% - 35px);
    top: -12px;
    background-size: contain;
}
	
body	.location-city-section

 {
    padding-top: 90px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/location-section-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    background-position: bottom;
}
	
body	.mt-60 {
    margin-top: 0;
}
	
body	.location-bocx {
    position: relative;
    min-height: 291px;
    margin-top: 20px;
    padding: 1px;
    margin-left: 10px;
}
	
	
body	.name {
    position: relative;
    bottom: -79px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #ff1276;
    left: 0;
}
	
 body	.home-testimonial-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 646px;
    border-radius: 40px;
    background-color: transparent;
    border: 1px solid #ff1276;
    top: 66px;
    background-color: #1e132b;
}
	body.home {
    overflow-x: hidden !important;
}
	
 body	.container {
    overflow-x: hidden;
}
	
body	.home-banner-section {
    border: 1px solid #ff0672;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    margin: 0 auto !important;
    filter: drop-shadow(0 0 10px #000000);
    min-height: 100%;
}
	
body	.home-about-left:before
 {
  display:none;
}
	
body	.home-about-left {
    padding-left: 0px;
    position: relative;
}
	
body	.home-services-slider-sec--bottom:before {
  display:none;
}
	
body	.center-trishul-heading:before {
  display:none;
}
	
	body	.center-trishul-heading:after {
  display:none;
}
	
body	.add-banner-new:before {
    position: absolute;
    content: '';
    width: 330px;
    height: 340px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/horoscope.png);
    background-size: contain;
    bottom: calc(30% - 170px);
	background-repeat:no-repeat;
    animation: rotate 10s linear infinite;
}
	
body	section.main-tittle h1 {
    font-size: 17px;
}
	
	
body	.main-tittle {
    margin-bottom: 40px;
    text-align: center;
    color: #ff1276;
    text-transform: uppercase;
    border-bottom: solid 1px #f9eaff;
    /* background: #f9eaff; */
    padding: 20px;
    padding-top: 0px;
}
	
}
/**************** 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: #1e132b;
    padding-top: 0px;
}


.navbar-brand img {
    max-width: 160px;
    margin-bottom: 0;
}

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


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: #ffff;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    height: auto;
    line-height: normal;
    margin-left: 0;
    padding: 12px 13px;
    margin-right: 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: 400;
    color: #ff1276;
    border-radius: 20px;
}

#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: #ff0672;
        border-radius: 20px;
    }

#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 {
    border-radius: 55px;
    background-color: transparent;
    border: 1px solid #ff1276;
    text-align: center;
    padding: 0 13px;
    min-width: 552px;
}

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


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

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

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

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

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

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

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

a.text-link {
    display: block;
    margin-bottom: 20px;
}
nav#main-nav {
    background: transparent !important;
    padding-bottom: 0;
    padding-top: 0;
}

header#wrapper-navbar {
    padding-top: 0px;
    position:relative;
    z-index:2;
    background: #ffffff00;
    padding: 5px 0px 10px;
    border-top: revert-layer;
}

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 {
    display: inline-block;
    margin-top: 0px;
    display: block;
}
    
/* mian header end */   

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

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

.mob-number img {
    max-width: 45px;
    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: 0;
}


/*  Menu Style*/
header#wrapper-navbar .main-menu {
    display: block;
    width: 100%;
    border-radius: 30px;
    background-color: #ffff;
    border: 0px solid #7d0633;
    padding: 0px 13px;
    padding-right: 0px;
    margin-top: 20px;
}

/* Menu Style */


/* Top-menu-detials  */

ul.top-detials {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    gap: 6px;
    /* margin-top: 12px; */
    padding-right: 50px;
    justify-content: space-between;
}

ul.top-detials li  span.icon {
    min-width: 47px;
    min-height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 23px;
    background-image: linear-gradient(90deg, #fd3d35 0%, #ff8900 100%);
}

ul.top-detials li span.icon img {
    max-width: 25px;
}

ul.top-detials li {
    display: flex;
    gap: 8px;
    align-items: center;
    border-left: 1px solid #eee;
    padding-left: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
}

ul.top-detials li a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #060a34;
}

ul.top-detials li a.top-number {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    float: left;
    display: inline-flex;
}

.top-bar-section {text-align: end;border-top: 1px solid #eee;}

ul.top-detials li a.top-mail {
    display: block;
    width: 100%;
    float: left;
}

ul.top-detials li p {
    margin: 0;
}

ul.top-detials li a.top-whts-btn {
    border-radius: 25px;
    background-color: #90ff0000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    color: #222;
    font-weight: 400;
    text-align: right;
    transition: 0.6s ease all;
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.top-detials li a.top-whts-btn img {
    max-width: 53px;
}

/*  Top Menu  Details section End */


ul.top-detials li a.top-whts-btn:hover {
    background-color: #fff;
    color: #000;
    transition: 0.6s ease all;
}

ul.top-detials li a.top-whts-btn p {
    text-align: justify;
    line-height: normal;
    font-weight: 800;
}

ul.top-detials li a.top-whts-btn p span {
    font-weight: 400;
}


/* Main Menu style  */
.my-row {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.our-flex {
    display: inline-flex;
    gap: 23px;
    align-items: center;
    position: relative;
}

a.top-call-icon:hover .icon-mv {
    background-color: #eeeeeeee;
    transition: 0.2s cubic-bezier(0.4, 0, 1, 1) all;
    background-image: none;
}

a.top-call-icon:hover .icon-mv img {
    transform: rotate(360deg);
    transition: 0.6s ease all;
}

.our-flex:before {
   
}

.icon-mv {
    min-width: 50px;
    height: 50px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #221630;
    position: relative;
}

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


a.top-call-icon p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

a.top-call-icon p span {
    display: block;
    font-size: 12px;
    color: #ff1276;
    font-weight: 400;
}

.icon-mv:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/chakra-image.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotate 5s linear infinite;
}

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

/* HOme Menu End */

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


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

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

.home-banner-section {
    border: 1px solid #ff0672;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    margin: 0 auto !important;
    filter: drop-shadow(0 0 10px #000000);
    min-height: 500px;
}

.home-banner-section .vc_column-inner {
    padding-top: 3px !important;
}


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

.banne-btn a {
    border-radius: 25px;
    background-color: #ff1276;
    padding: 14px 19px;
    display: block;
    text-align: center;
    min-width: 212px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    box-shadow: 0 2px 4px rgb(255 18 118 / 76%), 0 -1px 0px rgb(255 18 118 / 58%);
    position: relative;
    overflow: hidden;
}

.banne-btn {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    z-index: 1;
}

.banne-btn a:before {
    position: absolute;
    content: '';
    width: 100%;
    background-color: #fff;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 40px;
    transform: translateY(100%);
    transition: 300ms ease all;
}

.banne-btn a:hover {
    box-shadow: none;
    transition: 300ms ease all;
}

.banne-btn a:hover:before {
    transform: translateY(0px);
    transition: 300ms ease all;
}


.banne-btn a:hover span {
    color: #ff1276;
    position: relative;
}

/* home About Start */
.heading-cta {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 33px;
    margin-top: 30px;
}

.heading-cta a.call-btn {
    min-width: 50px;
    height: 50px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: relative;
}

.heading-cta a.call-btn img {
    max-width: 25px;
    transition: 0.6s ease all;
}

a.read-me {
    border-radius: 25px;
    background-color: #ff1276;
    padding: 12px 19px;
    display: block;
    text-align: center;
    min-width: 212px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    box-shadow: 0 2px 4px rgb(255 18 118 / 76%), 0 -1px 0px rgb(255 18 118 / 58%);
    /* position: relative; */
}

.heading-cta a.call-btn:before {}

.heading-cta a.call-btn:before {
    position: absolute;
    content: '';
    width: 75px;
    height: 75px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/chakra-image.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotate 5s 
linear infinite;
}

.main-title {
    font-size: 50px;
    line-height: 60px;
    color: #ff1276;
    font-weight: 800;
}

p.subtitle {
    font-size: 24px;
    line-height: 34px;
    color: #ffff;
    margin-bottom: 0;
}


/* home About end */

.banner-phone-call a {
    border-radius: 79px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 211px;
    height: 211px;
    border-radius: 105px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2025/12/banner-cta-bg.png);
    background-size: contain;
    margin-top: -30px;
    background-repeat: no-repeat;
}

.banner-phone-call a img {
    max-width: 75px;
    position: relative;
    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); }
}

.banner-phone-call a:before {
    position: absolute;
    content: '';
    width: 158px;
    height: 158px;
    border-radius: 79px;
    box-shadow: inset 0 0 10px #a2134f;
    background-color: #ff1276;
    border: 1px solid #ff1276;
}

.banner-phone-call a:after {
    /* background-color: transparent; */
    /* border: 1px solid #ff1276; */
}

.home-cta-sec {
    position: relative;
    margin-top: -110px;
    margin-bottom: 90px;
}

.banner-phone-call {
    position: relative;
}

.banner-phone-call:before {
    position: absolute;
    content: '';
    width: 340px;
    height: 340px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/chakra-image.png);
    background-size: contain;
    left: calc(50% - 170px);
    top: -65px;
    z-index: -1;
    background-repeat: no-repeat;
    animation: rotate 5s 
linear infinite;
}


/* Footer Start */

h3.footer-top-text {
    margin-top: 140px;
    font-size: 84px;
    line-height: 52px;
    color: #ff12761c;
    font-weight: 800;
    text-align: center;
    font-family: "Playfair Display";
}

div#wrapper-footer {
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/footer-bg-image.jpg);
    background-size: cover;
    /* margin-top: 110px; */
    padding-bottom: 80px;
    filter: drop-shadow(0 0 67px #000000);
    background-size: cover;
    background-position: center;
}

a.ftr-icon {
    max-width: 104px;
    min-height: 104px;
    border-radius: 52px;
    background-color: #221630;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
}

a.ftr-location-box {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.center-location {
    position: relative;
    margin-top: 100px;
}

.center-location:before {
    position: absolute;
    content: '';
    width: 320px;
    height: 320px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/chakra-image.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: calc(50% - 160px);
    top: -80px;
    animation: rotate 15s 
linear infinite;
    z-index: 0;
}

.disclaimer {
    border-radius: 40px;
    background-color: #1e132b;
    padding: 25px 30px;
    z-index: 1;
    position: relative;
}

.disclaimer p {
    color: #fff;
}

.disclaimer a {
    color: #fff;
}

span.theme-color {
    color: #ff1276;
}

a.ftr-icon:before {
    position: absolute;
    content: '';
    width: 160px;
    height: 160px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/chakra-image.png);
    top: -30px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    animation: rotate 15s 
linear infinite;
}

a.ftr-icon img {
      transition: 500ms ease all;
}

a.ftr-icon:hover img {
    transform:rotate(360deg);
    transition: 500ms ease all;
}

/* Footer End */


.about-side-box ul {
    position: relative;
    list-style: none;
}

.about-side-box ul li {
    position: relative;
    margin-top: 20px;
    font-size: 14px;
}

.about-side-box ul li:before {
    position: absolute;
    content: '';
    width: 95px;
    height: 50px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/sparkler.png);
    background-repeat: no-repeat;
    background-size:contain;
    left: -51px;
    top: -9px;
}

.about-side-box {
    position: relative;
    padding-left: 20px !important;
    border-left: 1px solid #ff1276;
}


/* HOme Service Section Start */
.home-about-sec {
    padding-top: 20px;
    padding-bottom: 80px;
}

.home-service-section:before {position: absolute;content: '';width: 100%;height: 1914px;background-color: #1e132b;left: 0;top: 0;border-radius: 40px;}

.services-inner-sec-1 {
    padding: 40px 50px;
    border-bottom: 3px solid #ff1276;
    margin-bottom: 80px;
    padding-bottom: 0;
    position: relative;
}



.home-services {
    text-align: center;
    padding: 20px 40px;
}

.srv-btn {
    flex-direction: column-reverse;
}

.srv-image img {
    border: 2px solid #ff1276;
    border-radius: 260px;
    position: relative;
    z-index: 1;
}

.srv-image {
    position: relative;
    margin-top: 46px !important;
}

.horoimage {
    max-height: 213px;
    position: relative;
    overflow: hidden;
    rotate: 180deg;
    margin-top: -130px;
    z-index: 0;
}

.horoimage img {
    animation: rotate 10s 
linear infinite;
}

.home-service-section {
    position: relative;
}

.home-services h4 {
    font-size: 24px;
    line-height: 42px;
    color: #ff1276;
    font-weight: 400;
}

.home-services-slider-sec {
    position: relative;
    border-bottom: 5px solid #ff1075;
    margin-bottom: 40px;
}

.home-services-slider-sec:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 500px;
    background-color: #ff1276;
    left: 50%;
}

/* Faq Section */

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



	
	.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a{color: #ffffff;border: 1px solid #1c1226;padding: 16px 52px;position: relative;margin: 4px 0;/* filter: drop-shadow(0 0 7.5px rgba(252,225,213,0.35)); */font-size: 13px;line-height: normal;border-radius: 55px;/* filter: drop-shadow(0 0 7.5px rgba(252,225,213,0.35)); */background-color: #1c1226;font-family: 'Poppins';}

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

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


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

.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a:before{
    content: '';
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/star-icon-glow.png);
    position: absolute;
    width: 36px;
    left: 11px;
    height: 35px;
    background-repeat: no-repeat;
    margin-top: -9px;
}


.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: #221630;margin: 5px 0;border: 0;}







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


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

.vc_tta.vc_general .vc_tta-panel.vc_active a {
    border: 1px solid #ff1276 !important;
}
/* faq Section End */
	

/* Why Us Section Start */

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

.why-us-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1511px;
    border-radius: 40px;
    background-color: transparent;
    border: 1px solid #ff1276;
    bottom: 139px;
}



.why-bx {
    width: 225px;
    border-radius: 40px;
    background-color: #1e132b;
    border: 0px solid #1e132b;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px !important;
    transition: 500ms ease all;
}

.why-bx h4 {
    font-size: 14px;
    line-height: 52px;
    color: #ff1276;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}

.why-bx p {
    width: 191px;
    height: 159px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}

.why-icon {
    position: relative;
    margin-bottom: -40px !important;
    margin-top: 50px;
}


.why-icon:before {
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/chakra-image.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 60px);
    top: -19px;
    animation: rotate 5s 
linear infinite;
}

.why-icon img {
    position: relative;
}

.why-bx:hover {
    border: 0px solid #ff1276;
    box-shadow: -1px -1px 33px -10px #ff1276fa;
}

.why-bx:hover p {
    color: #fff;
}

h3.main-title.bg-white {
    display: inline-block;
}

.content-align-center {
    text-align: center;
}



/* Why Us Section ENd */

/* Home Form */

.home-form {
    width: 539px;
    height: 539px;
    border-radius: 269px;
    background-color: #1e132b;
    position: relative;
    overflow: hidden;
    padding: 70px 10px;
    padding-bottom: 0;
    position: relative;
}

.home-form:before {
    position: absolute;
    content: '';
    width: 548px;
    height: 548px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2025/12/horoscope.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -3px;
    top: -5px;
    opacity: 10%;
    filter: brightness(10.5);
    animation: rotate 10s 
linear infinite;
}

.home-form  input.home-input {
    max-width: 351px;
    margin: 0 auto;
    height: 50px;
    border-radius: 30px;
    border: 0;
    margin-bottom: 15px !important;
    font-size: 14px;
    color: #222;
    padding: 10px 20px;
}

.home-form textarea.home-input {
      max-width: 351px;
      margin: 0 auto;
      height: 160px;
      border-radius: 30px;
      background-color: #ffffff;
      font-size: 14px;
      color: #222;
      padding: 10px 20px;
}



input.has-spinner.homesubmit-btn {
    max-width: 377px;
    height: 136px;
    background-color: #ff1276;
    border-radius: 600px;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 0;
    clip-path: ellipse(50% 37% at 50% 50%);
    font-size: 24px;
    line-height: 52px;
    color: #ffffff;
    font-weight: 400;
    /* font-family: "Poppins"; */
    /* text-align: center; */
}

.submit-btn {
    position: relative;
}

.username {
    position: relative;
    max-width: 351px;
    margin: 0 auto;
}

.username:before {
    position: absolute;
    content: '';
    width: 42px;
    height: 42px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/user-icon.png);
    z-index: 1;
    right: 8px;
    top: 4px;
}

.useremail {
    position: relative;
    max-width: 351px;
    margin: 0 auto;
}

.useremail:before {
    position: absolute;
    content: '';
    width: 42px;
    height: 42px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/user-email.png);
    z-index: 1;
    right: 8px;
    top: 4px;
}

.userphone {
    position: relative;
    max-width: 351px;
    margin: 0 auto;
}

.userphone:before {
    position: absolute;
    content: '';
    width: 42px;
    height: 42px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/userphone.png);
    z-index: 1;
    right: 8px;
    top: 4px;
}

.usermesage {
    position: relative;
    max-width: 351px;
    margin: 0 auto;
}

.usermesage:before {
    position: absolute;
    content: '';
    width: 42px;
    height: 42px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/user-message.png);
    z-index: 1;
    right: 8px;
    top: 4px;
}

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

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

/* Home Form End */


/* Location-Section Start */

.location-city-section {
    padding-top: 90px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/location-section-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}

a.location-btn {
    color: #1a1745;
    border-radius: 40px;
    background-color: #180f24;
    border: 1px solid #ff1276;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 9px 5px;
    display: block;
    position: relative;
}

.location-bocx {
    position: relative;
    min-height: 291px;
    margin-top: 81px;
    padding: 1px;
    margin-left: 10px;
}

.location-bocx:before {
    position: absolute;
    content: '';
    width: 71px;
    height: 291px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/locaiton-point.png);
    z-index: 0;
    left: -19px;
    top: -12px;
    background-size: contain;
}

.mt-60 {
    margin-top: 140px;
}

.mt-10 {
    margin-top: 11px;
}

.mt-20 {
    margin-top: 110px;
}

/* Location Section End */

/* Home Testimonial Section */
.home-testimonial-section {
    position: relative;
    padding-bottom: 50px;
}

.home-testimonial-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background-color: transparent;
    border: 1px solid #ff1276;
    top: 72px;
    background-color: #221630;
}

.testimonial-box {
    padding: 17px 50px;
    border-radius: 130px;
    margin-bottom: 80px !important;
    position: relative;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/testimonial-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    min-height: 169px;
}

.my-flexx {
    display: flex;
    justify-content: center;
    margin-bottom: -61px;
    align-items: center;
    gap: 110px;
    position: absolute;
    width: 100%;
    left: -10px;
    bottom: 42px;
}

.my-flexx .star i {
    color: #ff1276;
}

.name {
    position: absolute;
    bottom: -51px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #ff1276;
    left: 0;
}

.testimonial-box p {
    font-size: 12px;
    margin-top: 20px;
}

/* End */

.video-btn {
    margin-top: -54px;
    position: relative;
}

.video-btn:before {
    position: absolute;
}

.video-btn:before {
    position: absolute;
    content: '';
    width: 350px;
    height: 348px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/chakra-image.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    left: calc(50% - 168px);
    top: -48px;
    animation: rotate 15s 
linear infinite;
}

input.has-spinner.homesubmit-btn:hover {
    background-color: #fff !important;
    color: #ff0672;
}

a.location-btn:hover {
    background-color: #fff;
    color: #ff1276;
}

.heading-cta a.call-btn:hover img {
    rotate: 47deg;
    transition: 0.6s ease all;
}

a.read-me:hover {
    background-color: #1a1745;
    box-shadow: 0 2px 4px rgb(26 23 69), 0 -1px 0px rgb(28 28 28);
}

               /* ============= 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: 188px;
    bottom: 9px;
    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-image: linear-gradient(90deg, #ff1276 0%, #ff0672 100%);
}



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

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

@media only screen and (min-width: 1400px) and (max-width: 2000px){

body .srv-image
 {
    position: relative;
    margin-top: 44px !important;
}
	
body	.home-services p {
    min-height: 135px;
}
	
	
	body .testimonial-box {
    padding: 17px 60px;
    border-radius: 130px;
    margin-bottom: 80px !important;
    position: relative;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/testimonial-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    min-height: 196px;
}
	
}
time.entry-date.published {
    display: none;
}


.home-banner-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(28 18 38 / 45%);
    z-index: 1;
}


.maharaj-img {
    position: relative;
    z-index: 1;
}


.home-about-left {
    padding-left: 87px;
    position: relative;
}

.home-about-left:before {
    position: absolute;
    content: '';
    width: 77px;
    height: 222px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/trishul-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    animation: float 5s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
	}

h3.main-title.bg-white {
    background-color: #221630 !important;
}

.center-trishul-heading {
    position: relative;
    display: flex;
}

.center-trishul-heading:before {
    position: absolute;
    content: '';
    width: 77px;
    height: 222px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/trishul-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -70px;
    animation: float 5s ease-in-out infinite;
    rotate: 269deg;
    top: -37px;
}

.center-trishul-heading:after {
    position: absolute;
    content: '';
    width: 77px;
    height: 222px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/trishul-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -70px;
    animation: float 5s ease-in-out infinite;
    rotate: -269deg;
    top: -32px;
}
	

.faq-section-home .accordation-for-width h4 {
    font-weight: 400;
}

.faq-section-home .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: #ffffff;
    align-items: center;
    padding: 11px;
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    box-shadow: inset 1.854px 5.706px 8px #312242;
    background-image: linear-gradient(0deg, #312242 0%, #312242 100%);
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
    border-color: #cd1569 !important;
    width: 15px;
    left: 12px !important;
}


.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
    border-color: #cd1569 !important;
    height: 16px;
    top: 12px !important;
}

.home-services-slider-sec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 270px;
    background-color: #fff;
}

.home-services-slider-sec--bottom {
    position: relative;
}

.home-services-slider-sec--bottom:before {
    position: absolute;
    content: '';
    width: 1040px;
    height: 1px;
    left: calc(50% - 520px);
    bottom: 270px;
    background-color: #fff;
    border-radius: 70px;
}

.br-right {position: relative;}

.br-right:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 410px;
    background-color: #ff1276;
    right: 0;
    top: 50px;
}


.add-banner-new img {
    position: relative;
    border: 1px solid #ff1276;
    border-top: 0;
    border-radius: 0px 0px 230px  230px;
    max-width: 240px;
    min-height: 340px;
    object-fit: cover;
}

.add-banner-new a {
    position: absolute;
    max-width: 100px;
    min-height: 100px;
    background-color: #ff0f75;
    display: flex;
    z-index: 1;
    align-items: center;
    padding: 10px;
    border-radius: 160px;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    transform: translateY(80px);
    visibility: hidden;
    transition: 500ms ease all;
}

.add-banner-new {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 110px !IMPORTANT;
    position: relative;
}

.add-banner-new:before {
    position: absolute;
    content: '';
    width: 390px;
    height: 390px;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/horoscope.png);
    background-size: contain;
    bottom: calc(50% - 260px);
    animation: rotate 10s linear infinite;
}

.add-banner-new:hover a {
    visibility: visible;
    transform: translateY(30px);
}

.add-banner-new:hover a:hover {
    background-color: #fff;
    color: #ff1176;
}


/***************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: 29px;font-weight: bold;color: #fff;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #eeeeee30;}
.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*******************/

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

.widget_block a.wp-block-latest-posts__post-title:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background-size: cover;
    background-image: url(https://astrodhanikmaharaj.com/wp-content/uploads/2026/02/sparkler.png);
    left: -11px;
    top: calc(50% - 29px);
    animation-name: rotate-left;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-position: center center;
    transition: 0.6s ease-out all;
}

.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: #ff0f75;color: #fff;padding: 15px;}
.thank-page-sec p { padding-bottom: 25px; }
.thank-page-sec h1 {font-weight: 800;font-size: 33px;padding-bottom: 10px;color: #fff;}

@media only screen and (min-width: 1390px) and (max-width: 1920px){
.why-us-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1602px;
    border-radius: 40px;
    background-color: transparent;
    border: 1px solid #ff1276;
    bottom: 139px;
}
	
body	.home-service-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1860px;
    background-color: rgb(30, 19, 43);
    left: 0px;
    top: 0px;
    border-radius: 40px;
}
	
}

.aboutp-inner h3 {
    font-size: 31px;
}


.icon-bar1 {
 position: fixed;
 top: calc(50% + 20px); /* header height adjust */
 transform: translateY(-50%);
 z-index: 999;
 left: 0;
}
.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 6px 11px;
  transition: all 0.3s ease;
  color: #fff !important;
  font-size: 18px;
}

.icon-bar1 a:hover {color: #fff !important;}

.wtbtn {
  background: #2DC100;
  color: white;
}

.wtbtn-sticky {
	background: #2DC100;
  color: white;
}

.callbtn-sticky{
	 background: #6d2d6a;
    color: white;
}

.fbbtn {
    background: #0755bb !important;
	color:white;
}

.xbtn {
	background:#000;
	color:white;
}

.callbtn {
    background: #6d2d6a;
    color: white;
}

.instabtn {
background: linear-gradient(45deg, #833AB4, #FD1D1D, #FCB045);
}


.pintbtn {
  background: #E60023;
}

.youbtn {
	background:#FF0000;
	color:white;
}

a.reddit {
    background-color: #FF4500;
}

a.Yelp {
    background-color: #fff;
    color: #D32323 !important;
}

.icon-bar1 a.Yelp:hover {
    color: #000000 !important;
}

a.pinterest {
    background-color: red;
}

a.kijiji {
    background-color: #383375;
}


iframe.youtube-video {
    position: relative;
    border-radius: 30px;
    border: 1px solid #ff1276;
}

