/*
Theme Name: Psychic Nagaraju
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.1775191754
Updated: 2026-04-03 04:49:14

*/


@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=Momo+Trust+Display&display=swap');

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



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

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: 400;
    font-family: "Momo Trust Display", sans-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;
    }


    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 0px;
        top: 35px;
        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://psychicnagaraju.com/wp-content/uploads/2026/04/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: #7d446a;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 15px;
        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: 5px;
        max-width: 100%;
        display: block;
        text-align: center;
    }

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

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




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

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 20px;
        top: -43px;
        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://psychicnagaraju.com/wp-content/uploads/2026/04/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: #50145b;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 22px;
        border-radius: 0px;
    }

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

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #ffffff21;
        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 #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: flex;
        text-align: center;
        justify-content: center;
    }

    body header#wrapper-navbar {
        padding: 10px 0px;
        background-color: #360c56;
    }

    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 .banner {
        margin-top: 0;
    }
    
body    .web-banner {
    margin-top: 0px;
}
    
    body .home-banner-section {
    margin-top: 0px;
}

  
  body nav#main-nav {
    background-color: #00000000 !important;
    padding-bottom: 0;
    padding-top: 0;
    padding: 0px 0;
}
  
body  .home-webbanner {
    margin-top: 0px;
}
    
  .wrapper {
    padding: 0;
}
  
body  .home-services-section:before {
   display:none;
}
  
body  .home-services-section {
    position: relative;
    padding: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
  
  body .srv-content-box {
    padding: 25px 10px;
    border: 2px solid #532378;
    border-top: 0px;
    margin: 0 15px;
    padding-bottom: 69px;
    border-radius: 0px 0px 170px 170px;
}
  
body  .srv-short-icon {
    display: flex;
    justify-content: space-between;
    margin: 0 -4px;
}
  
  body .whatsapp-btn img {
    max-width: 115px;
}
  
body  .whatsapp-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(http://psychicnagaraju.com/wp-content/uploads/2026/04/whtsapp-icon-bg.png);
    left: 0px;
    background-repeat: no-repeat;
    z-index: -1;
    top: 19px;
    background-size: contain;
    background-position: center;
}
  
body  .home-form-section {
    padding-top: 0px;
}
  
body  .home-heading h2 {
    font-size: 32px;
    line-height: 57px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Momo Trust Display";
    text-align: center;
}
  
body .why-us-box {
    display: flex;
    justify-content: center;
}
  
  body ul#menu-footer-menu {
    padding-left: 12px;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    padding-right: 12px;
    column-gap: 28px;
    justify-content: space-between;
    flex-direction: column;
}
  
body  .menu-footer-menu-container {
    padding: 8px 0;
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 22px;
    background-color: #36185b;
    border-radius: 40px;
    margin-top: 10px;
    z-index: 1;
    position: relative;
}
  
  body .menu-footer {
    max-width: 90%;
    margin: auto;
}

  body .testi-reaview {
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 34px;
    background-color: #532378;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 27px;
    margin: auto;
    gap: 20px;
    flex-direction: column;
}
  
    body .testimonial-slider-section {
        position: relative;
        background-image: none;
        background-position: top;
        padding-top: 24px;
        padding-bottom: 0px;
        min-height: 100%;
        background-repeat: no-repeat;
        background-size: auto;
    }
  
body .horscope-big-image {
    margin-bottom: 0px !important;
  display:none;
}
  
body  a.srv-btn:before {
    position: absolute;
    content: '';
    width: 216px;
    height: 76px;
    background-image: url(http://psychicnagaraju.com/wp-content/uploads/2026/04/btn-bg-img.png);
    background-size: auto;
    left: calc(50% - 110px);
    z-index: 0;
    top: -9px;
}

  .container {
    overflow: hidden;
}

}

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





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

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

header#wrapper-navbar.sticky {
    background-color: #fff;
    padding-top: 2px;
    background-image: linear-gradient(90deg, #37095d 0%, #9b295f 38%, #cd4341 66%, #530f67 100%);
}


.navbar-brand img {
    max-width: 100%;
    margin-bottom: 0;
    display: block;
}

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


div#mega-menu-wrap-primary {
    background-color: transparent;
    margin-top: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-left: 0px;
    height: auto;
    line-height: normal;
    margin-right: 36px;
    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: 400;
    color: #fff;
}

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

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

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


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

#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-color: #36185b !important;
    padding-bottom: 0;
    padding-top: 0;
    padding: 13px 0;
}

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

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: 253px;
    padding-top: 0;
    margin-top: 0px;
    padding-bottom: 0;
    display: inline-block;
    margin-top: 0px;
}



.header-chat a {
    display: flex;
    align-items: center;
    column-gap: 10px;
}


.header-chat img {
    width: 48px;
}


.chat-text span {
    font-size: 12px;
    color: #000000;
}

.chat-text p {
    font-size: 14px;
    color: #000000;
    font-weight: 800;
    line-height: 18px;
}


.header-contact a {
    display: inline-block;
    background-color: #0b1550;
    border-radius: 30px;
    padding: 5px 29px 5px 5px;
    font-size: 14px;
    color: #fff;
}

.header-contact span {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}


.header-cta {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: right;
}


.header-contact img {
    animation:vibratePause 2s linear infinite;

}

@keyframes vibratePause{
  0%{transform:translateX(0);}
  2%{transform:translateX(-3px);}
  4%{transform:translateX(3px);}
  6%{transform:translateX(-3px);}
  8%{transform:translateX(3px);}
  10%{transform:translateX(0);}
  100%{transform:translateX(0);} /* yaha pause rahega */
}


/* mian header end */
/* Header Bottom Section Start */
.home .main-tittle {
    display:none;
}


ul.top-detials p {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
}

.content-text a.top-email {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
}

ul.top-detials li {
    display: flex;
    gap: 20px;
    align-items: center;
}

.icon {
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 21px;
    background-color: #532378;
    align-items: center;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse3;
}

ul.top-detials:hover .icon img {
    rotate: 360deg;
    transition: 500ms ease all;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center;
}

a.top-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
}

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

@keyframes pulse3 {
    0% {
        box-shadow: #36185b69 0px 0px 0px 0px;
    }

    100% {
        box-shadow: #36185b80 0px 0px 0px 10px;
    }
}

section.bottom-header {
    padding-top: 13px;
}
/* Header Bottom Section End */


section.top-header {
    padding: 4px 0px;
    /* background-image: linear-gradient(90deg, rgb(253 207 55) 0%, rgb(255 205 54) 100%); */
    background-color: #532378;
}

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

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

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


.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: rgb(255, 255, 255);
    background: rgb(237, 172, 21);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.16) 0px 3px 10px;
    clear: both;
    margin-bottom: 0px;
    display: inline-block;
}

.contact_icons a.whatsapp-icon {
    background: rgb(114, 193, 24);
    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: rgb(255, 255, 255);
}

a.whatsapp-icon i {
    margin-top: 10px;
    color: rgb(255, 255, 255);
}

@-webkit-keyframes pulse2 {
    0% {
        box-shadow: rgb(45, 193, 0) 0px 0px 0px 0px;
    }

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

@keyframes pulse2 {
    0% {
        box-shadow: rgb(114, 193, 24) 0px 0px 0px 0px;
    }

    100% {
        box-shadow: rgba(21, 101, 192, 0) 0px 0px 0px 20px;
    }
}
/* ++++++++++
    ===================== 
    Home page Start 
    ===================== 
    ++++++++++++  */



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

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



/* Home Banner Section */ 
.home-webbanner {
    margin-top: -160px;
}
/* Home Banner Section End */


/* side Cta  */
.email-cta-box a {
    width: 124px;
    height: 124px;
    border-radius: 62px;
    box-shadow: inset 0 0 5px rgba(204,204,204,0.35);
    background-color: #532378;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse4;
}

.email-cta-box {
    display: flex;
    position: relative;
    z-index: 2;
}


.phone-cta-box a {
    width: 124px;
    height: 124px;
    border-radius: 62px;
    box-shadow: inset 0 0 5px rgba(204, 204, 204, 0.35);
    background-color: #532378;
    display: flex;
    justify-content: center;
    align-items: center;
  animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse4;
}

.phone-cta-box {
    display: flex;
    justify-content: center;
}

@keyframes pulse4 {
    0% {
        box-shadow: rgb(86 40 122) 0px 0px 0px 0px;
    }

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

.home-sticky-section {
    margin-top: -640px;
}

.home-sticky-section .phone-cta-box {
    position: relative;
    z-index: 2;
}

/* Home Services Section Start */
.srv-short-icon a {
    width: 47px;
    height: 47px;
    border-radius: 24px;
    background-color: #532378;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse3;

}

.srv-short-icon a img {
    max-width: 22px !important;
}

.srv-short-icon {
    display: flex;
    justify-content: space-between;
    margin: 0 8px;
}

.home-services-section {
    position: relative;
    padding: 130px;
    margin-top: 360px;
    padding-top: 160px;
}



/* Home Services Sldier End */

.home-heading p {
    font-size: 16px;
    text-align: center;
}

.home-heading h2 {
    font-size: 50px;
    line-height: 57px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Momo Trust Display";
    text-align: center;
}

p.sub-heading {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    margin: 0;
}

.home-service-box {
    text-align: center;
    padding-top: 39px;
}

.srv-content-box {
    padding: 25px 38px;
    border: 2px solid #532378;
    border-top: 0px;
    margin: 0 30px;
    padding-bottom: 69px;
    border-radius: 0px 0px 170px 170px;
}

.srv-icon-box {
    position: relative;
}

.srv-icon-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(http://psychicnagaraju.com/wp-content/uploads/2026/04/horoscope-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: -30px;
    z-index: 0;
    animation: rotate 15s linear infinite;
}


.srv-icon-box img {
    position: relative;
}

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


a.srv-btn {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Momo Trust Display";
    text-align: center;
    position: relative;
    margin-top: 36px !important;
    display: block;
    padding-top: 10px;
}


a.srv-btn:before {
    position: absolute;
    content: '';
    width: 216px;
    height: 76px;
    background-image: url(http://psychicnagaraju.com/wp-content/uploads/2026/04/btn-bg-img.png);
    background-size: auto;
    left: 12px;
    z-index: 0;
    top: -9px;
}

span.btn-text {
    position: relative;
    margin-top: 10px;
}

.whatsapp-btn {
    position: relative;
    padding-bottom: 68px;
    z-index: 1;
}

.whatsapp-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(http://psychicnagaraju.com/wp-content/uploads/2026/04/whtsapp-icon-bg.png);
    left: 0px;
    background-repeat: no-repeat;
    z-index: -1;
    top: 79px;
    background-position: center;
}

.whatsapp-btn img {
  
}

.home-services-section:before {
    position: absolute;
    content: '';
    width: 948px;
    height: 1995px;
    border-radius: 0px 0px 474px 474px;
    background-color: transparent;
    border: 2px solid #36185b;
    border-top: 0px;
    left: calc(50% - 487px);
    top: -395px;
    z-index: 1;
}

.wpcf7 {
    max-width: 100%;
    margin: 0 auto !important;
}

.home-form-box {
    border-radius: 30px;
    /* box-shadow: inset 0 0 5px rgba(204,204,204,0.35); */
    background-color: #050727;
    border: 2px solid #36185b;
    text-align: center;
    margin-top: 20px;
    padding: 0px 30px;
    padding-bottom: 22px;
}

.home-form-box span.top-title {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    border-radius: 20px;
    background-color: #36185b;
    padding: 9px 21px;
    bottom: 22px;
    display: inline-block;
    position: relative;
}

.home-form-box textarea.home-input {
    height: 89px;
    border-radius: 10px;
    background-color: #36185b;
    border: 0;
    font-size: 14px;
    color: #fff;
}

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

.home-form-box input.home-input {
    border-radius: 20px;
    background-color: #36185b;
    margin-bottom: 10px !important;
    border: 0;
    height: 39px;
    font-size: 14px;
    color: #fff;
}



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

.home-form-box h4 {
    font-size: 30px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Momo Trust Display";
    text-align: center;
    display: block;
    margin-top: -18px;
    margin-bottom: 22px;
}

span.wpcf7-spinner {
    position: absolute;
}

.home-form-box input.home-submit-btn {
    border-radius: 19px;
    background-color: #ffffff;
    border: 0;
    font-size: 14px;
    height: 39px;
}

.home-form-box p {
    color: #532378;
 }

.home-form-section {padding-top: 100px;}

.home-form-box input.home-input:focus {
    background-color: #36185b;
    color: #fff;
}

/* Why Us Section Start */

.why-us-section {
    padding: 50px;
    background-image: url(http://psychicnagaraju.com/wp-content/uploads/2026/04/why-us-postion-bg.png);
}

.why-us {
    width: 222px;
    height: 222px;
    border-radius: 111px;
    background-color: #36185b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

.why-us h3 {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    position: relative;
}

.number {
    width: 52px;
    min-height: 53px;
    border-radius: 86px;
    background-color: #532378;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -52px;
    position: relative;
    margin-bottom: 23px;
    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: pulse6;
}

.number p {
    margin: 0;
}

.why-us-row {
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
}

.why-us:before {
    width: 197px;
    height: 197px;
    border-radius: 98px;
    background-color: transparent;
    border: 4px solid #532378;
    position: absolute;
    content: '';
}

.why-us-box.why-2 .why-us {
    background-color: #532378;
}

.why-us-box.why-2 .why-us:before {
    border-color: #36185b;
}

.why-us-box.why-2 .why-us .number {
    background-color: #36185b;
    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;
}

.why-us-box.why-4 .why-us {
    background-color: #532378;
}

.why-us-box.why-4 .why-us:before {
    border-color: #36185b;
}

.why-us-box.why-4 .why-us .number {
    background-color: #36185b;
  animation-name: pulse3;
}

.why-1 {
    padding-top: 120px;
    position: relative;
}

.why-1:before {
    position: absolute;
    content: '';
    width: 100%;
    background-image: url(http://psychicnagaraju.com/wp-content/uploads/2026/04/why-line-1.png);
    height: 153px;
    background-repeat: no-repeat;
    top: -23px;
    background-position: center;
}


.why-5 {
    padding-top: 120px;
    position: relative;
}

.why-5:before {
    position: absolute;
    content: '';
    width: 100%;
    background-image: url(http://psychicnagaraju.com/wp-content/uploads/2026/04/why-line-1.png);
    height: 153px;
    background-repeat: no-repeat;
    top: -23px;
    background-position: center;
}




.why-2 {
    padding-top: 230px;
    position: relative;
}

.why-2:before {
    position: absolute;
    content: '';
    width: 100%;
    background-image: url(http://psychicnagaraju.com/wp-content/uploads/2026/04/why-line-medium.png);
    height: 258px;
    background-repeat: no-repeat;
    top: -17px;
    background-position: center;
}




.why-4 {
    padding-top: 230px;
    position: relative;
}

.why-4:before {
    position: absolute;
    content: '';
    width: 100%;
    background-image: url(http://psychicnagaraju.com/wp-content/uploads/2026/04/why-line-medium.png);
    height: 258px;
    background-repeat: no-repeat;
    top: -17px;
    background-position: center;
}

.why-3 {
    padding-top: 400px;
    position: relative;
}

.why-3:before {
    position: absolute;
    content: '';
    width: 100%;
    background-image: url(http://psychicnagaraju.com/wp-content/uploads/2026/04/why-line-large.png);
    height: 450px;
    background-repeat: no-repeat;
    top: -17px;
    background-position: center;
}

@keyframes pulse6 {
    0% {
        box-shadow: #532378ab 0px 0px 0px 0px;
    }

    100% {
        box-shadow: #53237896 0px 0px 0px 10px;
    }
}


.horoscope-img {
    position: relative;
    margin-top: -337px;
    z-index: 0;
}

.horoscope-img img {
    animation: rotate 15s linear infinite;
}

.home-whyus-content-section {
    background-image: url(http://psychicnagaraju.com/wp-content/uploads/2026/04/whyus-section-bg.jpg);
    background-position: top;
    background-repeat:no-repeat;
    overflow: visible !important;
}


/* Home Testimonial Section Start */

.testimonial-bx {
    max-width: 390px;
    margin:  auto;
    text-align: center;
}

.testimonial-bx  h5{
    font-size: 18px;
line-height: 28px;
color: #ffffff;
font-weight: 400;
}


.testimonial-slider-section {
    position: relative;
    background-image: url(http://psychicnagaraju.com/wp-content/uploads/2026/04/testimonial-bg-.png);
    background-position: top;
    padding-top: 234px;
    padding-bottom: 0px;
    min-height: 520px;
    background-repeat: no-repeat;
    background-size: auto;
}

.horscope-big-image {
    margin-bottom: -936px !important;
}

.home-testimonial-section {
    position: relative;
    overflow: hidden;
}

.horscope-big-image img {
    animation: rotate 15s linear infinite;
}

.testi-reaview {
    width: 588px;
    height: 69px;
    border-radius: 34px;
    background-color: #532378;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 25px;
    margin:  auto;
}

.testi-reaview .side-cotent p {
    margin: 0;
    line-height: 21px;
}

a.review-btn {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    color: #222;
}

.side-cotent {
    padding-left: 19px;
}

.side-cotent p.small-text {
    font-size: 12px;
}
/* Home Testimonial Section End */

/* Footer section Start */

/* Footer Mene */


ul#menu-footer-menu {
    padding-left: 12px;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    padding-right: 12px;
    column-gap: 28px;
    justify-content: space-between;
}

.menu-footer-menu-container {
    padding: 12px 0;
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 22px;
    background-color: #36185b;
    border-radius: 40px;
    margin-top: -200px;
    z-index: 1;
    position: relative;
}

ul#menu-footer-menu li a {margin: 0px 13px;font-family: 'Poppins';color: #fff;font-size: 14px;}


.menu-footer {
    max-width: 810px;
    margin:  auto;
}
/* Footer Menu */

.site-info {
    padding: 10px;
    background-color: #36185b;
}

.wrapper {
    padding: 0;
}

.site-info p {
    margin: 0;
}

.site-info p {
    margin: 0;
}

.disclaimer-box {text-align: center;}

p.dis {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 1px;
}

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

a.footer-box {
    width: 176px;
    height: 176px;
    border-radius: 88px;
    box-shadow: inset 0 0 5px rgba(102,102,102,0.35);
    background-color: #36185b;
    display: flex;
    margin:  auto;
    align-items: center;
    justify-content: center;
    margin-top: -220px;
    margin-bottom: 80px;
}

.horroscope-img img {
    animation: rotate 15s linear infinite;
}

/* Footer Section End */

@media only screen and (min-width: 1300px) and (max-width: 1920px) {
body .srv-content-box {
    padding: 25px 38px;
    border: 2px solid #532378;
    border-top: 0px;
    margin: 0 30px;
    padding-bottom: 69px;
    border-radius: 0px 0px 170px 170px;
    max-width: 321px;
    margin: auto;
}
  
body  .srv-short-icon {
    display: flex;
    margin: 0 8px;
    max-width: 356px;
    justify-content: space-between;
    margin: auto;
}
  
body  .home-whyus-content-section {
    background-image: url(http://psychicnagaraju.com/wp-content/uploads/2026/04/whyus-section-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    overflow: visible !important;
    background-size: cover;
}