/*
Theme Name: Understrap Child
Theme URI: https://understrap.com
Template: understrap
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,translation-ready,block-styles,wide-blocks,editor-style,threaded-comments,accessibility-ready
Version: 1.2.4.1761990852
Updated: 2025-11-01 09:54:12

*/

@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: 'Medino';
    src: url('font/Medino-Regular.woff2') format('woff2'),
        url('font/Medino-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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





body{
    font-family: 'Century Gothic';
    color: #fff;
    background-color: #0d0421;
}

body p{
                font-family: 'Century Gothic';
               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: 'Medino';
    color:#fff;
}

.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;
}
     
.navbar-brand img {
  max-width: 191px !important;
  margin-left: 0;
  margin: 0 !important;
}

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 0px;
        top: -56px;
        width: 32px;
        height: 32px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: -webkit-right;
        user-select: none;
        -webkit-tap-highlight-color: #0000;
        outline: none;
        white-space: nowrap;
        background-color: transparent;
        background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/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: #5c3c63;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 4px;
        border-radius: 0;
        margin: 0 !important;
        float: left !important;
        max-width: 100% !important;
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent !important;
    font-weight: 500;
    color: #ffffff !important;
    background-image: none !important;
    padding: 0px 10px !important;
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #ffffff61;
        padding: 7px 0;
    }
    
#mega-menu-wrap-primary #megaa-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
          font-family: 'Century Gothic';
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before{
        display:none !important;
}
    
.home #content.site-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
    transform-origin: 0% 0% !important;
    transform: scale3d(0,0,0) !important;
}

    
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100% !important;
    clear: both;
}

    a.call-top-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    margin-right: 6px;
}

a.call-top-icon img {
    width: 28px;
    animation: hithere 1.5s ease infinite;
}

.mobshow.mobile-number {
    background: #321f84;
    text-align: center;
    padding: 6px 0px;
    margin-bottom: -1px;
}

.mobshow.mobile-number a {
    font-size: 26px;
    color: #fff;
    background: linear-gradient(to right, #ffffff 20%, #fbb356 30% 30%, #ffffff 70%, #fbb356 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    font-weight: 600;
}
    
    body header#wrapper-navbar .container {
    display: block;
}
    
body    header#wrapper-navbar.sticky {
    background-color: #090217;
    padding-top: 0px;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    height: auto;
    line-height: normal;
    padding: 0px 10px;
}
    
/************** header responsive End    *************/ 
    
    header#masthead {
    margin-bottom: 0;
    background-color: #242671 !important;
    box-shadow: none;
    padding: 0px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0.5rem 1rem rgb(2 2 14 / 12%), inset 0 0px 0 rgb(48 48 48 / 83%);
}
    
.home div#content {
    margin-top: 0px !important;
}
    
.home .entry-content{
    margin:0;
}
    
nav.navbar.navbar-expand-xl.p-0 {
    display: block;
}
body .navbar-brand {
    margin-top: 0;
    max-width: 100%;
    display: block;
    text-align: center;
    background-color: transparent !important;
}
 body header#wrapper-navbar {
    padding: 3px 0;
    background: #fff;
}
    
body .main-menu {
    display: block;
}

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

    
/* Home Page start */

body    header#wrapper-navbar .main-menu {
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    padding-right: 0px;
    margin-top: 0;
}

body    .web-banner {
    margin-top: 0px;
}
    
    body    .vc_row.vc_row-no-padding .vc_column-inner {
            padding-top: 0px;
    }
    
        body header#wrapper-navbar {
        padding: 3px 0;
        background: #090217;
    }
    
    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
            margin-top: 0px;
    }
    
/*  =============== Footer Responsive ================ */
body .footer-links ul {
    flex-direction: column;
    row-gap: 20px;
}

body .footer-video iframe {
    top: 0;
    bottom: unset;
    height: 210px;
}

body div#wrapper-footer:after {display: none;}
    
/*  =============== Footer Responsive ================ */   
    
    
    
body .home-title h2 {
    font-size: 24px;
    line-height: normal;
}

body .list-service-one {
    margin-top: 0;
}

body .list-service-section {
    margin-top: 10px;
}

body .astrology-ser h2 {
    font-size: 22px;
}

body .astrology-ser h3 {
    font-size: 34px;
}

body .list-service-three {
    margin-top: 0;
}

body .list-service-btn {
    position: unset;
    transform: unset;
}

body .home-title-area h2 {
    font-size: 24px;
    line-height: normal;
}

body .service-title-section {
    margin-top: 20px;
}

body .contact-form {
    padding: 30px 15px 30px;
    background: #0d0421a3;
    border-radius: 30px;
    border: 1px solid #221149;
}

body .form-cat a {
    flex-direction: column;
    row-gap: 10px;
    font-size: 14px;
}

body .astro-palm-reading:after {
    display: none;
}

body .astro-palm-reading img {
    border-radius: 30px;
}

body .inner-form-sec:after {display: none;}

body .form-section {
    padding-bottom: 89px;
}

body .faq-section-home {
    margin-top: 20px;
    margin-bottom: 30px;
}

body .vertical-blog-section {
    padding: 50px 20px 0px 30px !important;
    margin-bottom: 35px;
}

body .blog-sec .vc_grid-item-mini.vc_clearfix {
    flex-direction: column;
}

body .blog-sec .vc_gitem-animated-block {
    width: 100%;
}

body .blog-sec .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}

body .blog-sec .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 a.btn.btn-secondary.understrap-read-more-link {
    padding: 13px 31px;
    display: block;
}

body .home-blog-section {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

body .video-box {
    flex-direction: column;
    row-gap: 120px;
}

body .video-section {
    padding: 105px 90px 93px;
    margin-bottom: 60px;
    margin-top: 30px;
    overflow: hidden;
}

body .video-box h3 {
    font-size: 24px;
}

 body .list-service-section:after {
    background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/mobile-shape.jpg);
    z-index: -1;
    width: 100%;
    left: calc(50% - 50%);
}
    

body .inner-choose {
    width: 100px;
    height: 100px;
    line-height: 100px;
}


body .inner-choose img {
    width: 70px !important;
}


body .inner-choose:after {
    width: 200px;
    height: 200px;
    left: calc(50% - 100px);
    top: -50px;
}

body .choose-box {
    border: 1px solid #221149;
    border-radius: 30px;
    padding: 65px 15px 15px 15px;
}
    

    
body .blog-sec .wpb_wrapper {
    margin-left: 0;
}




}
/**************** Tab responsive End *********************/



/**************** Mobile responsive Start *********************/

@media only screen and (min-width: 320px) and (max-width: 767px){
.deskshow {display:none!important;}
.mobshow {display:block!important;}
.vegacontainer {width:100%!important; margin:0 auto!important;}
.form-left-section h2.title {
    color: #fbad48;
    padding-top: 30px;
}
    .form-left-section p {
    color: #fff;
}
/************** header responsive start  *************/
    
    
    
    
.navbar-brand img {
  max-width: 191px !important;
  margin-left: 0;
  margin: 0 !important;
}

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 0px;
        top: -56px;
        width: 32px;
        height: 32px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: -webkit-right;
        user-select: none;
        -webkit-tap-highlight-color: #0000;
        outline: none;
        white-space: nowrap;
        background-color: transparent;
        background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/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: #5c3c63;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 4px;
        border-radius: 0;
        margin: 0 !important;
        float: left !important;
        max-width: 100% !important;
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent !important;
    font-weight: 500;
    color: #ffffff !important;
    background-image: none !important;
    padding: 0px 10px !important;
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #ffffff61;
        padding: 7px 0;
    }
    
#mega-menu-wrap-primary #megaa-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
          font-family: 'Century Gothic';
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before{
        display:none !important;
}
    
.home #content.site-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
    transform-origin: 0% 0% !important;
    transform: scale3d(0,0,0) !important;
}

    
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100% !important;
    clear: both;
}

    a.call-top-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    margin-right: 6px;
}

a.call-top-icon img {
    width: 28px;
    animation: hithere 1.5s ease infinite;
}

.mobshow.mobile-number {
    background: #321f84;
    text-align: center;
    padding: 6px 0px;
    margin-bottom: -1px;
}

.mobshow.mobile-number a {
    font-size: 26px;
    color: #fff;
    background: linear-gradient(to right, #ffffff 20%, #fbb356 30% 30%, #ffffff 70%, #fbb356 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    font-weight: 600;
}
    
    body header#wrapper-navbar .container {
    display: block;
}
    
body    header#wrapper-navbar.sticky {
    background-color: #090217;
    padding-top: 0px;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    height: auto;
    line-height: normal;
    padding: 0px 10px;
}
    
/************** header responsive End    *************/ 
    
    header#masthead {
    margin-bottom: 0;
    background-color: #242671 !important;
    box-shadow: none;
    padding: 0px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0.5rem 1rem rgb(2 2 14 / 12%), inset 0 0px 0 rgb(48 48 48 / 83%);
}
    
.home div#content {
    margin-top: 0px !important;
}
    
.home .entry-content{
    margin:0;
}
    
nav.navbar.navbar-expand-xl.p-0 {
    display: block;
}
body .navbar-brand {
    margin-top: 0;
    max-width: 100%;
    display: block;
    text-align: center;
    background-color: transparent !important;
}
 body header#wrapper-navbar {
    padding: 3px 0;
    background: #fff;
}
    
body .main-menu {
    display: block;
}

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

    
/* Home Page start */

body    header#wrapper-navbar .main-menu {
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    padding-right: 0px;
    margin-top: 0;
}

body    .web-banner {
    margin-top: 0px;
}
    
    body    .vc_row.vc_row-no-padding .vc_column-inner {
            padding-top: 0px;
    }
    
        body header#wrapper-navbar {
        padding: 3px 0;
        background: #090217;
    }
    
    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
            margin-top: 0px;
    }
    
/*  =============== Footer Responsive ================ */
body .footer-links ul {
    flex-direction: column;
    row-gap: 20px;
}

body .footer-video iframe {
    top: 0;
    bottom: unset;
    height: 210px;
}

body div#wrapper-footer:after {display: none;}
    
/*  =============== Footer Responsive ================ */   
    
    
    
body .home-title h2 {
    font-size: 24px;
    line-height: normal;
}

body .list-service-one {
    margin-top: 0;
}

body .list-service-section {
    margin-top: 10px;
}

body .astrology-ser h2 {
    font-size: 22px;
}

body .astrology-ser h3 {
    font-size: 34px;
}

body .list-service-three {
    margin-top: 0;
}

body .list-service-btn {
    position: unset;
    transform: unset;
}

body .home-title-area h2 {
    font-size: 24px;
    line-height: normal;
}

body .service-title-section {
    margin-top: 20px;
}

body .contact-form {
    padding: 30px 15px 30px;
    background: #0d0421a3;
    border-radius: 30px;
    border: 1px solid #221149;
}

body .form-cat a {
    flex-direction: column;
    row-gap: 10px;
    font-size: 14px;
}

body .astro-palm-reading:after {
    display: none;
}

body .astro-palm-reading img {
    border-radius: 30px;
}

body .inner-form-sec:after {display: none;}

body .form-section {
    padding-bottom: 89px;
}

body .faq-section-home {
    margin-top: 20px;
    margin-bottom: 30px;
}

body .vertical-blog-section {
    padding: 50px 20px 0px 30px !important;
    margin-bottom: 35px;
}

body .blog-sec .vc_grid-item-mini.vc_clearfix {
    flex-direction: column;
}

body .blog-sec .vc_gitem-animated-block {
    width: 100%;
}

body .blog-sec .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}

body .blog-sec .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 a.btn.btn-secondary.understrap-read-more-link {
    padding: 13px 31px;
    display: block;
}

body .home-blog-section {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

body .video-box {
    flex-direction: column;
    row-gap: 120px;
}

body .video-section {
    padding: 105px 90px 93px;
    margin-bottom: 60px;
    margin-top: 30px;
    overflow: hidden;
}

body .video-box h3 {
    font-size: 24px;
}

 body .list-service-section:after {
    background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/mobile-shape.jpg);
    z-index: -1;
    width: 100%;
    left: calc(50% - 50%);
}
    

body .inner-choose {
    width: 100px;
    height: 100px;
    line-height: 100px;
}


body .inner-choose img {
    width: 70px !important;
}


body .inner-choose:after {
    width: 200px;
    height: 200px;
    left: calc(50% - 100px);
    top: -50px;
}

body .choose-box {
    border: 1px solid #221149;
    border-radius: 30px;
    padding: 65px 15px 15px 15px;
}
    

    
body .blog-sec .wpb_wrapper {
    margin-left: 0;
}

body .chooose-section:after {
    display: none;
}
    
body div#page {
    overflow-x: hidden;
}

body .sticky {
    position: fixed !important;
    z-index: 99;
    top: 0 !important;
}

body .disclaimer {
    padding-bottom: 70px;
}
    
    
body    .home-service-img {
    width: 100%;
}
    
body    .home-service-content {
    width: 100%;
}
    
body    .big-service-box {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}
    
    body .home-service-btn a {
    display: block;
    color: #fff;
    border-radius: 30px;
    background-image: linear-gradient(90deg, #5b3b63 0%, #7c466a 100%);
    padding: 13px 29px;
    text-align: center;
}
    
body    .big-service-box {
    border: 1px solid #221149;
    border-radius: 30px;
    padding: 50px 20px 50px 20px;
    column-gap: 30px;
    min-height: 485px;
}
    
}
/**************** Mobile responsive End *********************/


@media only screen and (min-width: 1920px){
    
body .footer-video iframe {
    height: 1090px;
}

body div#wrapper-footer {
    padding-top: 270px;
}
    
         
    }






/**************** 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: transparent;
    padding-top: 0px;
}


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

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


div#mega-menu-wrap-primary {
    background-color: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: 'Century Gothic';
    margin-left: 0px;
    height: auto;
    line-height: normal;
    margin-left: 0;
    padding: 9px 19px;
    margin-right: 8px;
    margin-top: 20px;
}

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

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    background-color: transparent;
    color: #221845;
    font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background: transparent !important;
        color: #ffffff;
             font-family: 'Century Gothic';
        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: 'Century Gothic';
        text-decoration: none;
        border-color: #fff;
        color: #7d446a;
        border-radius: 20px;
    }

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  width: 24px;
  height: 3px;
  background-color: transparent;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

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


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 286px;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #ff1276;
    border-radius: 0;
    top: 34px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px;
    width: 100%;
    border-bottom: 1px solid #eeee;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
          font-family: 'Century Gothic';
    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: #ffffff;
}


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

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

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

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

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

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

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

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

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

a.whatsapp-img {
    position: absolute;
    bottom: -41px;
    left: 50%;
    transform: translateX(-50%);
}


.top-links img {
    width: 16px;
}

.top-links ul {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 28px;
    background-color: #fba73a;
    margin: auto;
    padding: 10px 30px 10px 10px;
    margin-bottom: 0;
    border-radius: 30px;
    position: absolute;
    bottom: -97px;
    right: 0;
}

.top-links span {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    line-height: 33px;
}

.top-links a {
    font-size: 16px;
    color: #222;
}
a.mail-size {
    font-size: 14px;
}

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

 .top-links.deskshow {
    max-width: 630px;
    margin: auto;
}

 .inner-menu {
    position: relative;
    top: -18px;
}

 

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


/* sticky header css start */

.sticky {
  position: sticky!important;
  top: 0;
  width: 100%;
  z-index: 99!important;
  transition:all 0.6s ease-in-out;
  animation:smothScroll 1s forwards;
}
@keyframes smothScroll{
    0%{
        transform:translateY(-40px);
    }
    100%{
        transform:translateY(0px);
    }
}
.sticky + .site-content {
  padding-top: 102px;
}

/* sticky header css End */


/*  Main Header start */
    
.navbar-brand {
    display: inline-block;
    margin-top: 0px;
    display: block;
    text-align: center;
}
    
/* mian header end */   

/* Top Header Start */
section.top-header {
    padding: 8px 0;
    background-color: #5c3c63;
}

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

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

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


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




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

/* Top Header End */


.wrapper {
    padding: 0;
    position: relative;
}


/*  Menu Style*/
header#wrapper-navbar .main-menu {
    display: block;
    width: 100%;
    border-radius: 40px;
    padding: 10px 20px;
    padding-right: 0px;
    margin-top: 0px;
    background-color: #090217;
    border: 1px solid #5c3c63;
}

/* Menu Style */




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


/* Menu Cta Start */
.menu-cta-box {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    position: relative;
    bottom: -33px;
    justify-content: space-between;
}

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

.menu-cta-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    background-color: #7c466a;
    justify-content: center;
    align-items: center;
}

.menu-cta-box a.top-menu-cta {
    display: flex;
    align-items: center;
    border-radius: 25px;
    background-color: #5c3c63;
    padding: 5px 13px;
    gap: 14px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.menu-cta-box a.top-menu-cta span {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
}

a.blog-btn {
    border-radius: 25px;
    background-color: #5c3c63;
    padding: 13px 31px;
    margin-right: 50px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin-right: 80px;
    border: 2px solid #0000;
    transition: 500ms 
ease all;
}


/* Menu cta End */


.menu-cta-box a.top-menu-cta:hover .menu-cta-icon {
    background-color: #090217;
    border: 1px solid #4d3352;
}

.menu-cta-box a.top-menu-cta:hover .menu-cta-icon img {
    rotate: 360deg;
    transition: 900ms  ease all;
}

.menu-cta-box a.top-menu-cta .menu-cta-icon img {
    transition: 900ms ease all;
}

img.arrow {
   animation: flash 2s ease infinite alternate;
}
@keyframes flash {
    from { opacity: 1; }    
    to { opacity: 0; }
}

/* ++++++++++
===================== 
Home page Start 
===================== 
++++++++++++  */
    
    .web-banner {padding-top: 0px;}


.disclaimer a {
    color: #fff;
}


a.blog-btn:hover {
    background-color: #fff;
    color: #090217;
    border: 2px solid #5c3c63;
    transition: 500ms ease all;
}


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

.web-banner .wpb_text_column.wpb_content_element {
    margin-bottom: -1px;
}

/* =========== Service section start here ========= */

.home-title h2 {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 10px;
}


.home-title {
    text-align: center;
    max-width: 789px;
    margin: auto;
}

.astrology-ser {
    text-align: center;
    padding-bottom: 20px;
}

.astrology-ser h2 {
    font-size: 32px;
}

.astrology-ser h3 {
    font-size: 52px;
}


.service-list {
    border: 1px solid #221149;
    border-radius: 30px;
    padding-top: 28px;
    background: #0d0421;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-list h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

ul.list-service {
    list-style: none;
    padding-left: 40px;
    padding-right: 15px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}

ul.list-service a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px !important;
    position: relative;
}

ul.list-service a:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/star.png);
    left: -30px;
    top: 4px;
    animation: flash 2s ease infinite alternate;
}



.list-service-btn {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    transition:0.4s;
}

.main-list-box:hover .list-service-btn{
    bottom:-52px;
}

.list-service-btn a {
    color: #fff;
    display: inline-block;
    background: #5c3c63;
    padding: 13px 38px;
    font-size: 16px;
    border-radius: 0px 0px 30px 30px;
}


.main-list-box {
    position: relative;
}

.list-service-section {
    position: relative;
    padding-top: 200px;
    margin-top: 70px;
}

.list-service-section:after {
    position: absolute;
    content: '';
    width: 854px;
    height: 608px;
    top: 0;
    left: calc(50% - 427px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/border-design.png);
}

.list-service-one {
    margin-top: -100px;
}

.list-service-three {
    margin-top: 86px;
}


.service-list:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/layar-shaddow.png);
    top: 0;
}


.home-title-area h2 {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 15px;
}



.home-ser-whatsapp {
    text-align: center;
    border: 1px solid #221149;
    border-radius: 30px;
    padding: 44px 0px 15px;
}

.home-ser-whatsapp a {
    display: block;
    position: relative;
}

img.click-text {
    width: 123px;
     animation: pulse 1s infinite ease-in-out alternate;
}

.home-ser-whatsapp span {
    display: block;
    font-size: 40px;
    color: #fff;
    margin-top: 10px;
}

.home-ser-whatsapp a:after {
    position: absolute;
    content: '';
    width: 162px;
    height: 73px;
    top: -20px;
    left: calc(50% - 81px);
    background-position: top;
    background-size: cover;
    background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/whatsapp-text.png);
}

@keyframes pulse {
  from { transform: scale(0.9); }
  to { transform: scale(1.0); }
}

.service-title-section {
    margin-top: 100px;
}


.small-service-box {
    border: 1px solid #ffffff;
    border-radius: 30px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #5c3c63;
}

p.ser-text {
    padding: 0px 30px;
}

.small-service-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.home-service-btn a {
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    background-image: linear-gradient(90deg, #5b3b63 0%, #7c466a 100%);
    padding: 13px 56px;
}

.home-service-btn a:hover {
    background: #fff;
    color: #0d0421;
}

.small-service-box img {
    width: 100%;
}


.big-service-box {
    display: flex;
    align-items: center;
    position:relative;
}

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

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


.home-service-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.big-service-box {
    border: 1px solid #221149;
    border-radius: 30px;
    padding: 50px 40px 50px 30px;
    column-gap: 30px;
    min-height: 485px;
}

.home-service-content p {
    margin-bottom: 25px !important;
}


.main-big-ser {
    position: relative;
    transition:1s;
    border: 5px solid #ffffff00;
    outline: 1px solid #fbfbfb00;
    border-radius: 30px;
}

.main-big-ser:hover{
    outline: 1px solid #221149;
    border-radius: 30px;
    padding: 0px;
    border: 5px solid #fff;
}

.big-service-box{
    transition:1s;
}
 

.main-big-ser:hover .big-service-box {
 box-shadow: inset 0 0 35px #000000;
}


.big-service-box:after{
       position: absolute;
    content: '';
    height: 0%;
    width: 5px;
    background: #0d0421;
    left: -6px;
    bottom: calc(50% - 35%);
    transition:1s;
}

.big-service-box:hover:after{
      height: 70%;
}




.big-service-box:before{
    position: absolute;
    content: '';
    height: 0%;
    width: 5px;
    background: #0d0421;
    right: -6px;
    top: calc(50% - 35%);
    transition:1s;
}

.big-service-box:hover:before{
      height: 70%;
}


.main-big-ser:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 5px;
    background: #0d0421;
    top: -5px;
    left: calc(50% - 40%);
    transition:1s;
}


.main-big-ser:hover:after{
    width:80%;
}


.main-big-ser:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 5px;
    background: #0d0421;
    bottom: -5px;
    right: calc(50% - 40%);
    transition:1s;
}

.main-big-ser:hover:before{
    width:80%;
}

a.service-call-btn {
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1;
    visibility: hidden;
    opacity:0;
    transition:1s;
}

.main-big-ser:hover a.service-call-btn{
    visibility:visible;
      opacity:1;
    
    
}

a.service-call-btn img {
    width: 23px;
    animation: gelatine 0.5s infinite;
}

.main-big-ser p {
    margin: 0;
}


.main-ser-section .wpb_text_column.wpb_content_element {
    margin-bottom: 30px;
}



.video-box {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 125px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 50px;
}

.video-iocn {
    position: relative;
}

.video-iocn img {
    width: 49px;
    position: relative;
    z-index: 1;
}

.video-iocn:after {
    position: absolute;
    content: '';
    width: 230px;
    height: 230px;
    background-size: cover;
    background-position: center;
    background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/color-horoscope.png);
    left: calc(50% - 115px);
    top: -99px;

     animation: spin 9s infinite linear;
}

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

.video-box h3 {
    margin-bottom: 0;
    font-size: 52px;
}

.video-section {
    background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/video-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    border: 1px solid #221149;
    padding: 105px 100px 95px;
    margin-top: 70px;
    margin-bottom: 100px;
}

.video-section .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0;
}


.astrologer-img {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 1px solid #221149;
}

.astrologer-img img {
    width: 100%;
}

.click-here-call {
    position: absolute;
    bottom: 45px;
    width: 100%;
}

.astrology-call {
    width: 88px;
    height: 88px;
    text-align: center;
    line-height: 88px;
    background-color: #7c466a;
    border-radius: 50%;
    margin: auto;
    margin-bottom: -68px;
    margin-top: 20px;
}

.astrology-call img {
    width: 33px;
    animation: pulse 1s infinite ease-in-out alternate;
}

.click-here-call span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.click-here-call a {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    background: #0d04219c;
    border-radius: 50px;
    padding: 30px 25px;
}


.choose-box h3 {
    font-size: 22px;
    line-height: 40px;
    text-align: center;
}

.choose-box {
    text-align: center;
    padding-top: 60px;
}

.inner-choose {
    width: 153px;
    height: 153px;
    line-height: 153px;
    text-align: center;
    border-radius: 50%;
    box-shadow: inset 0 0 15px #000000;
    background-color: #221149;
    margin: auto;
    position: relative;
    margin-bottom: 70px;
}

.inner-choose:after {
    position: absolute;
    content: '';
    width: 260px;
    height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/footer-icon-bg.png);
    z-index: -1;
    left: calc(50% - 130px);
    top: -59px;
    animation: spin 9s infinite linear;
}

.inner-choose img {
    width: 90px;
}

.chooose-section {
    position: relative;
}

.chooose-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background-size: cover;
    background-position: center bottom;
    background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/choose-shaddow.png);
    z-index: -2;
    left: 0;
    top: 254px;
}



.input {
    height: 50px !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    background: #0d0421 !important;
    border: 1px solid #221149 !important;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px 10px 20px !important;
    color: #fff !important;
}

.share {
    height: 50px;
    border-radius: 30px !important;
    color: #fff !important;
    border: none !important;
    background-image: linear-gradient(90deg, #5b3b63 0%, #7c466a 100%);
    font-size: 14px !important;
}

.share:hover{
    background:#fff !important;
    color:#08061b !important;
}

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

.form-title h2 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
}

.form-title  p {
    text-align: center;
}

::placeholder{
    color:#fff !important;
    font-size:14px !important;
}


.wpcf7 {
    width: 100%;
    max-width: 100%;
}


.form-cat a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    column-gap: 10px;
    justify-content: center;
}

.form-cat a img {
    width: 55px;
    margin-left: 20px;
    animation: hithere 1s ease infinite;
}

.form-cat a span {
    font-size: 24px;
    font-weight: bold;
}


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

@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}


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

.contact-form {
    padding: 50px 0px 50px 35px;
    position:relative;
    z-index:9;
}


.form-section {
    background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/form-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
    padding-bottom: 165px;
}

.astro-palm-reading {
    margin-top: 70px;
    position:relative;
    z-index:9;
}
.inner-form-sec {
    position: relative;
}

.inner-form-sec:after {
    position: absolute;
    content: '';
    height: 434px;
    width: 100%;
    border-radius: 30px;
    background-color: #0b051fc7;
    top: 155px;
    border: 1px solid #221149;
}

.inner-form-sec .wpb_text_column.wpb_content_element {
    margin-bottom: 30px;
}

.astro-palm-reading:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 91px;
    background-color: #221149;
    clip-path: polygon(0 0, 0% 100%, 78% 100%);
    top: -6px;
}

.textimonians-video-section {
    margin-top: -130px;
}

.textimonians-video-section  .home-title-area {
    margin-top: 70px;
}

.rounded-img img {border-radius: 40px;border: 1px solid #221149;}


/* Faq Section */

.faq-section-home {margin-top: 70px;margin-bottom: 70px;}



    
.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a{color: #ffffff;border-bottom: 1px solid #221149;padding: 17px 51px 24px;position: relative;font-size: 14px;line-height: normal;border-radius: 0;font-family: 'Century Gothic';}

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

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

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

.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a:before{
    content: '';
    background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/footer-icon-bg.png);
    position: absolute;
    width: 28px;
    left: 11px;
    height: 28px;
    background-repeat: no-repeat;
    margin-top:-5px;
    background-size: cover;
}

.faq-section-home .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{border-radius: 15px !important;background-color: #0d0421;margin: 10px 0;border: none;padding: 15px 0px 0px 30px;}



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


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



.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/down-arrow.png);
    right: 2px;
    top: 6px;
    transition: 0.4s;
    transform: rotate(180deg);
}


.faq-section-home i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
    display: none;
}


.vc_active a:after {
    transform: rotate(
0deg) ! IMPORTANT;
}




/* faq Section End */
    

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

.location-box img {
    width: 100% !important;
    border-radius: 40px;
    border: 1px solid #221149;
}

.location-name {
    color: #fff;
    font-size: 20px;
    margin-top: 95px;
    position: relative;
}

.location-img {
    position: relative;
}

.location-img:after {
    position: absolute;
    content: '';
    width: 44px;
    height: 44px;
    bottom: -16px;
    background: #221149;
    border-radius: 5px;
    transform: rotate(45deg);
    left: calc(50% - 22px);
    z-index: -1;
}

.location-name:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(90deg, #5b3b63 0%, #7c466a 100%);
    top: -40px;
    left: calc(50% - 8px);
    animation: pulse 1s infinite ease-in-out alternate;
}

.location-name:before {
    position: absolute;
    content: '';
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #221149;
    top: -51px;
    left: calc(50% - 19px);
    animation: pulse 1s infinite ease-in-out alternate;
    transition:0.4s;
    border:1px solid #221149;
}

.location-section {
    border-bottom: 1px solid #221149;
    position: relative;
}

.location-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #221149;
    bottom: 95px;
    left: 0;
}

.location-box:hover .location-name:before{
    background-color:#0d0421;
    border: 1px solid #221149;
}


/* =========== Vertical Blog ============= */


.vertical-blog-section li.psac-post-li.psacp-post-standard.psacp-has-thumb img {

    border-radius:50% !important;
    width:60px;
    height:60px;
}

.vertical-blog-section {
    background-color: #221149;
    border-radius: 40px;
}

.vertical-blog-section h4.psacp-post-title a {
    color: #fff;
    font-family:'Century Gothic';
    font-size:14px;
}

.vertical-blog-section li.psac-post-li.psacp-post-standard.psacp-has-thumb {
    padding-right: 0;
}

.vertical-blog-section .psacp-post-list-left.psacp-col-s-5.psacp-columns {
    padding-right:0px !important;
}

.vertical-blog-section .psacp-post-list-right.psacp-col-s-7.psacp-columns {
    padding-left:0px !important;
}


.vertical-blog-section span.psacp-post-meta-data.psacp-post-date {
    color: #fff;
    font-size: 14px;
}

.vertical-blog-section .vertical-blog-title h3 {
    font-size: 18px;
    font-family: 'Century Gothic';
}

.vertical-blog-section {
    padding-top: 45px;
    padding-left: 34px !important;
    padding-right: 20px !important;
}

.vertical-blog-section li.psac-post-li.psacp-post-standard.psacp-has-thumb {
    position:relative;
}


.vertical-blog-section .psacp-post-img-bg {
    width:60px;
    margin-left:20px;
    position:relative;
    overflow:visible;
    border:1px solid #321b68;
    border-radius:50%;
}

.vertical-blog-section .psacp-post-img-bg:after{
    position:absolute;
    content:'';
    height:100%;
    width:3px;
    background:linear-gradient(90deg, #5b3b63 0%, #7c466a 100%);
    left:-15px ;
    
}


.vertical-blog-section .psacp-post-list-left.psacp-col-s-5.psacp-columns {
    width:100px;
}

.vertical-blog-section .psacp-post-meta {
    position:relative;
    margin-left:10px
}

.vertical-blog-section .psacp-post-meta:after{
    position:absolute;
    content:'';
    height:100%;
    width:3px;
    background:linear-gradient(90deg, #5b3b63 0%, #7c466a 100%);
    left:-10px ;
}

/* =========== Vertical Blog ============= */

.blog-sec .vc_grid-item-mini.vc_clearfix {
    display: flex !important;
    border: 1px solid #221149;
    border-radius: 40px;
    overflow: hidden;
    align-items: center;
    padding: 15px;
}

.blog-sec .vc_gitem-animated-block {
    width: 40%;
}

.blog-sec .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 {
    width: 60%;
    background: #0d0421 !important;
    margin-left: 30px;
}

.blog-sec .vc_btn3-container.vc_btn3-left {
    display: none;
}

.blog-sec .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 a.btn.btn-secondary.understrap-read-more-link {
    background-image: linear-gradient(90deg, #5b3b63 0%, #7c466a 100%);
    border-radius: 30px;
    padding: 13px 101px;
    position: unset !important;
    transform: unset;
}



.blog-sec .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    border-radius: 30px;
    height: 250px;
}

.blog-sec .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
    font-size: 18px;
    font-family: 'Century Gothic';
}

.blog-sec .wpb_wrapper {
    margin-left: 15px;
}

.home-blog-section {
    margin-bottom: 70px;
}

.home .entry-content{
    margin-top:0px;
}


.choose-left {
    margin-top: 82px;
}













/* ==================== Footer  start Here  ====================== */



.footer-links ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 70px;
}

.footer-links img {
    width: 40px;
}

.footer-links li {
    width: 188px;
    height: 188px;
    text-align: center;
    line-height: 188px;
    border-radius: 50%;
    border: 1px solid #14082f;
    /* background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/footer-icon-bg.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0d0421;
    position: relative;
}

.footer-links li:after {
    position: absolute;
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://astrologerchandu.com/wp-content/uploads/2025/11/footer-icon-bg.png);
    width: 186px;
    height: 186px;
    left: calc(50% - 93px);
    animation:spin 9s infinite linear;
}

.footer-links a {
    width: 92px;
    height: 92px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 92px;
    box-shadow: inset 0 0 15px #000000;
    background-color: #221149;
    position: relative;
    z-index: 1;
}

li.li-three img {
    width: 46px;
}

li.li-for img {
      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); }
}

video.videoembed {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

div#wrapper-footer {
    position: relative;
    padding-top: 170px;
    overflow: hidden;
    margin-top: 80px;
}


div#wrapper-footer:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 220px;
    left: 0;
    bottom: 0;
    background-color: #0c0420ed;
    z-index: -1;
}


.footer-video iframe {
    width: 100%;
    height: 850px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.web-banner .vc_column-inner {
    padding: 0 !important;
}


.small-service-box .home-service-btn a {
    background-color: #ffff;
    background-image: none;
    color: #5c3c63;
}

.add-banner-home img {
    border-radius: 30px;
    position: relative;
}