/*
Theme Name: Astrologer Nagendra
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.1774511219
Updated: 2026-03-26 07:46:59

*/


@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("style-2.css");

@font-face {
    font-family: 'Roundkey';
    src: url('font/Roundkey-Bold.woff2') format('woff2'),
        url('font/Roundkey-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
     font-family: 'Roundkey';
}

.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://astrologernagendra.com/wp-content/uploads/2026/03/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: "Comfortaa", 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://astrologernagendra.com/wp-content/uploads/2026/03/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: "Comfortaa", 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 .home-aboutus {
    border-radius: 40px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0px;
    padding-top: 27px;
    padding-bottom: 110px;
}

    body .home-heading-box h2 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: #380a5d;
    margin-bottom: 10px;
}

    body .home-add-banner-row {
    padding: 0px 0px;
    margin-top: -110px;
    padding-bottom: 10px;
}
    
    body .home-Services-section {
    padding: 28px 0px;
    background-image: url(http://astrologernagendra.com/wp-content/uploads/2026/03/home-services-section-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}
    
    body .home-form-section {
        height: 100%;
        text-align: center;
        border-radius: 40px 40px 0px 0px;
        background-color: #ffcd36;
        padding: 31px 10px;
        padding-bottom: 20px;
    }
    
       body .youtube-btn:before {
        position: absolute;
        content: '';
        width: 299px;
        height: 299px;
        background-image: url(http://astrologernagendra.com/wp-content/uploads/2026/03/horoscope.png);
        background-size: contain;
        left: calc(50% - 150px);
        top: 0px;
        animation: rotate 15s linear infinite;
    }
    
    body .youtube-btn {
        margin-top: 20px;
        margin-left: 0px;
        position: relative;
        margin-bottom: 40px !important;
        overflow: hidden;
        min-height: 299px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    body .youtube-btn img {
    max-width: 87px;
    margin-top: 11px;
}
    
body    .home-why-us-heading {
    padding: 3px;
    padding-bottom: 0;
    margin-bottom: 0px !important;
    padding-top: 6px;
}
    
    body .home-why-section {
        padding-top: 80px;
        padding-bottom: 4px;
        position: relative;
        background-image: none;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: right;
        /* background-position-x: 100%; */
        background-position-y: 54px;
        margin-right: 0px !important;
    }
    
body    .text-cta-box a {
    font-size: 54px;
    line-height: 19px;
    color: #380a5d;
    font-weight: bold;
    font-family: "Roundkey";
    text-align: left;
}
    
body    .testi-heading-box {
    margin-left: 0px !important;
    padding-right: 0px;
}
    
body    span.tet-gradient {
    font-size: 23px;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    background: -webkit-linear-gradient(77deg, #38095d, #cb4242 54%, #38095d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Roundkey";
}
    
body    .location-box {
    border-radius: 40px;
    background-image: linear-gradient(90deg, #37095d 0%, #9b295f 38%, #cd4341 66%, #530f67 100%);
    padding: 40px 13px;
    text-align: center;
    padding-bottom: 86px;
    position: relative;
}
    
body    .footer-faq-section {
    padding: 30px 0px;
    padding-right: 0px;
    padding-bottom: 0;
}
    
    body .faq-detail h4 {
        font-size: 36px;
        line-height: 36px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: bold;
        font-family: "Roundkey";
    }
    
    body .whyus-box {
        background-color: #17161e;
        border: 1px solid transparent;
        width: 100%;
        border-radius: 30px;
        background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(130deg, #3f0c5e, #cd4341) border-box;
        float: right;
        padding: 15px;
        padding-left: 26px;
        position: relative;
        text-align: center;
        margin-right: 0px;
        margin-bottom: 67px !important;
    }
    
body    .why-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #ffcd36;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0px;
    top: calc(50% - 0px);
    margin: 0 auto;
    margin-top: -70px;
}
    
body    ul#menu-footer-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    flex-direction: column;
}
    
    body a.chat-cta {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        float: NONE;
        z-index: 1;
        margin-left: 0px;
    }
    
    body a.chat-cta span.big {
        font-size: 62px;
        line-height: 63px;
        color: #380a5d;
        font-weight: 400;
        font-family: 'Roundkey';
        text-align: center;
        text-transform: uppercase;
        display: block;
        text-align: center;
    }
    
    
body    a.chat-cta p {
    font-size: 19px;
    line-height: 32px;
    color: #380a5d;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    text-transform: uppercase;
}
    
body    .home-why-us-heading h2 {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0px;
    line-height: normal;
    color: #380a5d;
}
    
body    .container {
    overflow: hidden;
}
    
body    .footer-bottom {
    padding: 17px;
    padding-bottom: 7px;
    background-image: linear-gradient(90deg, #370a5d 0%, #9b2a60 38%, #cd4341 66%, #540f68 100%);
}
    
body    div#wrapper-footer {
    background-color: #3a0a5e;
    padding: 15px;
}
    
body    .our-textimonial {
    border-radius: 30px;
    background-image: linear-gradient(90deg, #37095d 0%, #9b295f 38%, #cd4341 66%, #530f67 100%);
    padding: 26px;
    position: relative;
    margin-bottom: 4pc !important;
    padding-bottom: 52px;
}
    
body    .accordion-header {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Poppins';
    gap: 10px;
    color: #fff;
    border-radius: 22px;
    background-color: #3a0a5e;
    border: 1px solid #ffcd36;
    padding-left: 46px;
    height: 45px;
    margin-bottom: 6px;
    position: relative;
    text-align: left;
}
    
    
body    .form-heading h3 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: #380a5d;
}
    
body    .service-cta img {
    width: 40px !important;
    animation: zoomIcon 1.5s infinite ease-in-out;
}
    
    

}

/**************** 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: 14px;
    color: #fff;
    font-weight: 400;
    font-family: "Comfortaa", sans-serif;
    margin-left: 0px;
    height: auto;
    line-height: normal;
    margin-right: 36px;
}

#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: "Comfortaa", 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: "Comfortaa", 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: "Comfortaa", 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: "Comfortaa", 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: "Comfortaa", 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: #0000000d !important;
    padding-bottom: 0;
    padding-top: 0;
    padding: 13px 0;
}

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

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: 100%;
    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 */



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



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

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

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


section.main-tittle li {
    color: #ffffff !important;
}

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

section.main-tittle {
    background: #381a5d;
    padding: 10px 0px 15px;
    margin-bottom: 60px;
}

section.main-tittle ul {
    display: flex;
    align-items: center;
    color: #050b2b;
    list-style: none;
    column-gap: 5px;
    padding-left: 0;
    margin-bottom: 0;
}

section.main-tittle ul a {
    color: #ffffff;
    text-transform: capitalize;
}

section.main-tittle  h1 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 40px;
    text-transform: uppercase;
}


/*  cta Btn in Header */



.banner-btn-2 a {
    width: 239px;
    border-radius: 37px;
    background-image: linear-gradient(90deg, #8da5c7 0%, #443f55 100%);
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fefeff;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    font-family: "Oswald", sans-serif;
    justify-content: flex-end;
    float: right;
    margin-top: 5px;
}

.banner-btn-2 a .icon-box {
    width: 45px;
    height: 45px;
    border-radius: 26px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

/*  cta Btn in Header */


.home-banner-section {
    margin-top: -160px;
}


navbar>.container {
    display:block;
}

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

.content-text a {
    font-size: 44px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Roundkey';
}

.icon {
}

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


.content-text  a.top-email {
    font-size: 24px;
}

ul.top-detials {
    padding: 0;
}

ul.flot-right {
    float: right;
}

.wrapper {
    padding: 0;
}

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


.home-aboutus {
    border-radius: 40px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 80px;
    padding-top:60px;
    padding-bottom: 110px;
}

.home-add-banner-row {
    padding: 0px 70px;
    margin-top: -80px;
    padding-bottom: 80px;
}

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

.home-heading-box h2 {
    font-size: 50px;
    line-height: 36px;
    text-transform: uppercase;
    color: #380a5d;
    margin-bottom: 20px;
}


/* Home Page Services Start */

.home-Services-section {
    padding: 98px 0px;
    background-image: url(http://astrologernagendra.com/wp-content/uploads/2026/03/home-services-section-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}


.home-srv {
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #ffcd36;
    display: flex;
    overflow: hidden;
}

.phone-puls {
    position: absolute;
    writing-mode: sideways-lr;
    left: 12px;
    top: 10px;
}

.phone-puls a.phone-btn {
    font-size: 34px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Roundkey';
}

.chat {
    position: absolute;
    top: 17px;
    writing-mode: sideways-lr;
    right: 60px;
}

.srv-left {
    position: relative;
    min-width: 540px;
}

.image-box {
    position: relative;
}

.srv-content {
    writing-mode: sideways-lr;
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(0deg, #370a5d 0%, #9b2a60 38%, #cd4341 66%, #540f68 100%);
    height: 100%;
    text-align: center;
}

.srv-content h4 {
    font-size: 28px;
    color: #fbfbfb;
    font-weight: bold;
    font-family: "Roundkey";
    text-align: center;
    margin: 0;
    padding: 8px;
    text-transform: uppercase;
}

.srv-right {
    padding: 30px;
    padding-bottom: 0px;
}

.image-box img {
    width: 100%;
    /* object-fit: cover; */
    /* height: 275px; */
}

.chat a.phone-btn {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Roundkey';
}
.image-box p {
    margin: 0 !important;
}

a.srv-btn {
    background-color: #ffcd36;
    padding: 10px 42px;
    border-radius: 30px;
    display: inline-block;
    color: #222;
}

a.srv-btn:hover {
    background-image: linear-gradient(
318deg, #370a5d 0%, #9b2a60 -2%, #cd4341 66%, #540f68 100%);
    color: #fff;
    transition: 0.6s ease all;
}

img.call-user-icon {
    animation: gelatine 0.5s infinite;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}


img.whts-icon {
    animation: flash 900ms ease infinite alternate;
}
/* Home Page Services End */


/* Home Form section */


.home-form-section {
    height: 238px;
    border-radius: 40px 40px 0px 0px;
    background-color: #ffcd36;
    padding: 40px;
    padding-bottom: 0;
    position: relative;
}

.form-heading h3 {
    font-size: 50px;
    line-height: 36px;
    text-transform: uppercase;
    color: #380a5d;
}

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

.home-form input.wpcf7-form-control.home-input {
    margin-bottom: 10px !important;
    width: 100%;
    height: 51px;
    border-radius: 26px;
    border: 0px;
    background-color: #ffffff;
    font-size: 14px;
    padding: 0px 21px;
}
.home-form input.wpcf7-form-control.home-input::placeholder{
    color:#222;
}


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

.home-form textarea.wpcf7-form-control.home-input {
    margin-bottom: 10px !important;
    height: 111px;
    border-radius: 26px;
    border: 0px;
    background-color: #ffffff;
    font-size: 14px;
    padding: 10px 21px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.home-submit {
    border-radius: 26px;
    background-image: linear-gradient(90deg, #37095d 0%, #9b295f 38%, #cd4341 66%, #530f67 100%);
    height: 51px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}

.home-form span.wpcf7-spinner {
    position: absolute;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.home-submit:hover {
    background-color: #000;
    color: #fff;
    background-image: none;
}

/* Home Form Section End */


/* Home why Us Section  */


.home-why-section {
 padding-top:80px;
 padding-bottom: 64px;
 position: relative;
 background-image: url(http://astrologernagendra.com/wp-content/uploads/2026/03/whyus-bg.jpg);
 background-size: auto;
 background-repeat: no-repeat;
 background-position: right;
 /* background-position-x: 100%; */
 background-position-y: 54px;
 margin-right: 35px !important;
}

/* Home Why us Section ENd */


/* HOme Testimonial style */
.our-textimonial {
    border-radius: 30px;
    background-image: linear-gradient(90deg, #37095d 0%, #9b295f 38%, #cd4341 66%, #530f67 100%);
    padding: 40px;
    position: relative;
    margin-bottom: 3pc !important;
}

.our-textimonial p {
    color: #fff;
}

.name {
    gap: 27px;
    display: flex;
    align-items: center;
}

.name span.star {
    font-size: 12px;
}

.name p {
    margin: 0px;
    color: #ffcd36;
}

span.star i {
    color: #ffcd36;
}

.our-textimonial:before {
    position: absolute;
    content: '';
    width: 88px;
    height: 88px;
    background-image: url(http://astrologernagendra.com/wp-content/uploads/2026/03/testimonical-side-icon.png);
    background-repeat: no-repeat;
    right: 50px;
    bottom: -42px;
}
/* Home Testimonial  End */


span.tet-gradient {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    background: -webkit-linear-gradient(77deg, #38095d, #cb4242 54%,  #38095d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Roundkey";
}

.text-cta-box a {
    font-size: 70px;
    line-height: 19px;
    color: #380a5d;
    font-weight: bold;
    font-family: "Roundkey";
    text-align: left;
}

span.text-gredient {
    font-size: 16px;
    line-height: 30px;
    display: block;
    background: -webkit-linear-gradient(77deg, #38095d, #cb4242 54%,  #38095d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* whtsapp-cta */

a.chat-cta {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    float: right;
    z-index: 1;
    margin-left: 30px;
}

a.chat-cta span.big {
    font-size: 62px;
    line-height: 63px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Roundkey';
    text-align: center;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

a.chat-cta p {
    font-size: 19px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    text-transform: uppercase;
}


.home-why-us-heading h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 0px;
    line-height: normal;
    color: #380a5d;
}

.home-why-section:before {
}

.home-why-section:after {
    /* position: absolute; */
    /* content: ''; */
    /* width: 24%; */
    /* height: 1622px; */
    /* border-radius: 40px 0px 0px 0px; */
    /* background-color: #380a5d; */
    /* border: 1px solid #380a5d; */
    /* left: 138px; */
    /* top: 40px; */
}

.home-why-us-heading {
    padding: 37px;
    padding-bottom: 0;
    margin-bottom: 0px !important;
    padding-top: 6px;
}

.testi-heading-box {
    margin-left: -22px !important;
    padding-right: 31px;
}

.whyus-box {
    background-color: #17161e;
    border: 1px solid transparent;
    width: 533px;
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(130deg, #3f0c5e, #cd4341) border-box;
    float: right;
    padding: 15px;
    padding-left: 106px;
    position: relative;
    margin-right: 30px;
    margin-bottom: 35px !important;
}

.why-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #ffcd36;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -40px;
    top: calc(50% - 50px );
}

.whyus-box p {
    font-size: 12px;
}

.whyus-box h4 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #380a5d;
    font-weight: bold;
    font-family: "Roundkey";
}


.whyus-2 {
    width: 431px;
    padding-left: 83px;
}

.youtube-btn {
    margin-top: 330px;
    margin-left: 130px;
    position: relative;
}

.youtube-btn:before {
    position: absolute;
    content: '';
    width: 539px;
    height: 539px;
    background-image: url(http://astrologernagendra.com/wp-content/uploads/2026/03/horoscope.png);
    background-size: contain;
    left: -168px;
    top: -232px;
    animation: rotate 15s linear infinite;
}

.youtube-btn img {
    position: relative;
}


.location-box {
    border-radius: 40px;
    background-image: linear-gradient(90deg, #37095d 0%, #9b295f 38%, #cd4341 66%, #530f67 100%);
    padding: 40px 80px;
    text-align: center;
    padding-bottom: 130px;
    position: relative;
}

.location-heading h4 {
    font-size: 50px;
    line-height: 51px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.location-heading p {
    color: #fff;
}

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

.location-city-img img {
    width: 90px !important;
    height: 90px !important;
    border-radius: 45px;
    background-color: #052d41;
    object-fit: cover;
    position: relative;
}

.location-city-img {
    text-align: center;
    position: relative;
}

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

.location-slide a.location-name {
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #052d41;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    margin-top: 60px;
    display: block;
}

.location-slide {
     padding-bottom: 20px;
    border-radius: 0px 0px 40px 40px;
    margin-top: 11px;
    position: relative;
}

.location-slide a.location-name p.big {
    font-size: 34px;
}

.location-city-img:before {
    position:absolute;
    content:'';
    background-image: url(http://astrologernagendra.com/wp-content/uploads/2026/03/location-city-icon.png);
    width: 106px;
    height: 142px;
    background-repeat: no-repeat;
    top: -10px;
    background-position: center;
    left: calc(50% - 54px);
}

.Location-slider-row {
    position: relative;
    margin-top: -100px;
    padding: 0px 30px;
}

.location-slide:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 75%;
    left: 0;
    border: 1px solid #eee;
    border-top: 0px;
    border-radius: 0px 0px 40px 40px;
    bottom: 0;
    z-index: -1;
}

a.location-name p {
    margin: 0;
}


/* Footer Start */

.footer-bottom {
    padding: 40px;
    padding-bottom: 7px;
    background-image: linear-gradient(90deg, #370a5d 0%, #9b2a60 38%, #cd4341 66%, #540f68 100%);
}

.disclaimer p {
    color: #fff;
}

.site-info p {
    color: #ffcd36;
}

div#wrapper-footer {
    background-color: #3a0a5e;
}

.icon-ftr {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-color: #ffcd36;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.foter-box {
    text-align: center;
    padding: 46px 6px;
}

.foter-box a.ftr-text {
    font-size: 14px;
    line-height: 26px;
    color: #fbfbfb;
    font-weight: 400;
}

div#wrapper-footer iframe {
    margin-bottom: -7px;
}


/* Footer Mene */


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

.menu-footer-menu-container {
    padding: 15px 0;
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 22px;
    background-color: #ffffff33;
    border-radius: 40px;
}

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



/* Footer Menu */

/* Footer End */


/* Footer Faq Section Start */
.accordion {
  width: 100%;
  max-width: 600px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.accordion-item {
  border-bottom: 0px solid #ddd;
  background-color: transparent;
  border: 0;
}

.accordion-header {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Poppins';
  gap: 10px;
  color: #fff;
  border-radius: 22px;
  background-color: #3a0a5e;
  border: 1px solid #ffcd36;
  padding-left: 46px;
  height: 45px;
  margin-bottom: 6px;
  position: relative;
}

.accordion-header:hover {
  background: #ffcd36;
}

.icon {
  font-size: 22px;
  font-weight: bold;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background-color: #380a5d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background: transparent;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  padding: 7px 0;
  color: #fff;
}


.footer-faq-section {
    padding: 30px 0px;
    padding-right: 50px;
    padding-bottom: 0;
}

.faq-detail h4 {
    font-size: 50px;
    line-height: 36px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-family: "Roundkey";
}

.faq-detail  p {
    color: #fff;
}

.accordion-item.active .accordion-content {
  max-height: 200px; /* default open height */
  padding: 0 15px;
}

span.faq-icon {
    display: none;
}

.accordion-header:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    background-image: url(http://astrologernagendra.com/wp-content/uploads/2026/03/faq-icon.png);
    background-repeat: no-repeat;
    top: 4px;
    left: 6px;
}
/* Footer Faq Section End  */


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

.mob-number a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 26px;
    line-height: 24px;
    color: #222;
    font-weight: 700;
    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;
    }
}

.contact_mobile {
    position: fixed;
    right: 60px;
    bottom: 20px;
    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;
    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;
    color: rgb(255, 255, 255) !important;
}

.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: rgb(255, 255, 255);
    padding-top: 8px;
    background-image: linear-gradient(90deg, rgb(255, 18, 118) 0%, rgb(255, 6, 114) 100%);
}

@-webkit-keyframes pulse3 {
    0% {
        box-shadow: rgb(59, 90, 238) 0px 0px 0px 0px;
    }

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

@keyframes pulse3 {
    0% {
        box-shadow: rgb(255, 18, 118) 0px 0px 0px 0px;
    }

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

@media only screen and (min-width: 1380px) and (max-width: 2020px){

    body .home-why-section {
        padding-top: 80px;
        padding-bottom: 64px;
        position: relative;
        background-image: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: 0px;
        /* background-position-x: 100%; */
        background-position-y: 0px;
        border-radius: 40px;
        margin-top: 80px;
        margin-right: 35px !important;
        border: 1px solid #3a0a5e;
        overflow-X: visible;
        margin-bottom: 60px;
    }
    
body .youtube-btn {
    margin-top: 330px;
    margin-left: 190px;
    position: relative;
    display: flex;
    justify-content: center;
}
    
body    a.chat-cta

 {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    float: none;
    z-index: 1;
    margin-left: -60px;
}
    
    
    .home-why-section:before {
    position: absolute;
    content: '';
    width: 27%;
    height: 100%;
    top: 0;
    background-color: #380a5d;
    border-radius: 40px 0px 0px 40px;
}
}

ul.top-detials:hover .icon {
    background-color: #ffcd36;
    border: 1px solid #ffffff;
    transition: 0.6s ease all;
}

ul.top-detials:hover .icon img {
    rotate: 360deg;
    transition: 500ms ease all;
}