/*
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.1777379379
Updated: 2026-04-28 12:29:39

*/

 

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

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

@font-face {
    font-family: 'Euclid Circular A';
    src: url('font/EuclidCircularA-Regular.woff2') format('woff2'),
        url('font/EuclidCircularA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
  background-color: #ffffff;
    font-family: 'Euclid Circular A';
}

body p{
        font-family: 'Euclid Circular A';
      font-size: 16px;
      line-height: 26px;
      color: #222222;
      font-weight: 400;
}

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

h1,h2,h3,h4,h5,h6 {
  
   font-family: "DM Serif Text", serif;
  font-weight: 400;
}

.mobshow{
  display:none !important;
}


/**************** Tab responsive Start *********************/
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%!important;}
.deskshow {display:none!important ;}
.mobshow {display:block!important;}
.vegacontainer {width:100%!important; margin:0 auto!important;}

  .ipad-50 {
    width: 50% !important;
    margin-bottom: 30px;
}
/************** header responsive start  *************/
  
  
  
  
.navbar-brand img {
    max-width: 138px !important;
    margin-left: 0;
    margin: 0 !important;
}

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 20px;
        top: 15px;
        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://astro-satya.co.uk/wp-content/uploads/2025/09/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: 40px;
    height: 2px;
    background-color: #1e1033;
    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: 40px;
      height: 3px;
      background-color: #1e1033;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
      width: 40px;
      height: 2px;
      background-color: #1e1033;
}
  
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: #1e1033;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 72px;
        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: 'Euclid Circular A';
}
  
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

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

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

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

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

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

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

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

  
/* Home Page start */

body .banner {
    margin-top: 0;
    text-align: center;
}

body .menus {
    display: block !important;
    align-items: unset !important;
}

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

body header#wrapper-navbar .row {
    padding: 0;
    border-radius: 0;
    background: transparent;
    filter: unset;
}

body .header-icon span {
    font-size: 11px;
}

body .header-icon img {
    width: 30px;
}

body section.top-headers:after {
    left: 51%;
    height: 30px;
}

body section.top-headers {
    border-top: 5px solid #1f0647;
    border-bottom: 5px solid #1f0647;
}
  
body .call-me.mobshow {
    text-align: right;
    margin-top: -60px;
}

body .call-me a {
    display: inline-block;
    text-transform: uppercase;
    color: #1e1033;
    border: 2px solid #1e1033;
    border-radius: 30px;
    padding: 9px 14px;
}
    
body .destop-banner {
    margin-top: 0;
    padding-top: 30px;
}

body .divider {
    justify-content: center;
}

body .banner h1 {
    font-size: 40px;
}

body .banner h3 {
    margin-bottom: 0 !important;
    font-size: 25px;
}

body .banner h1 {
    margin-top: 0;
}
    
    
body .small {
    justify-content: center;
}

body .why-choose {
    flex-direction: column;
    padding: 10px;
}

body .why-choose-text h3 {
    font-size: 24px;
}

body .why-choose-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
}


body .why-choose-icon img {
    width: 40px;
}

body .why-choose:after {
    width: 80%;
    height: 2px;
    left: calc(50% - 40%);
    top: 50%;
}

body .why-choose-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

body .second-heading h2 {
    font-size: 20px;
}

body .second-heading h2:after {
    width: 50px;
    left: -65px;
    top: 9px;
}

body .second-heading h2:before {
    width: 50px;
    right: -65px;
    top: -31px;
}

body .textimonial {
    padding: 0;
}

body .inner-textimonilas {
    padding: 30px 15px 30px;
}


body .text-heading h3:after {
    top: 12px;
    left: 17px;
}

body .text-heading h3:before {
    right: 17px;
    top: 12px;
}
    
    
body .service-sec:before {
    width: 115px;
    height: 120px;
    background-size: contain;
    right: -19px;
}

body .service-sec:after {
    width: 100px;
    height: 120px;
    background-size: contain;
    left: -12px;
    top: 0;
}

body .second-heading.ser-title {
    top: 0;
}

body .service-sec {
    padding-bottom: 0;
}

body .service-after:after {
    top: -134px;
}
    
body .servixe-list ul {
    flex-direction: column;
}

body .servixe-list li {
    width: 100%;
    position: relative;
}

body .servixe-list ul a {
    font-size: 20px;
    position: relative;
}

body .service-after {
    height: 20px;
}

body .servixe-list img {
    margin-right: 30px;
}


body .servixe-list ul a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background-color: #e9c183;
    left: 62px;
    top: 11px;
}

body .servixe-list ul a:before {
    position: absolute;
    content: '';
}

body .section-cta {
    margin-top: 0;
    background-size: contain;
    padding: 20px 0px 30px;
    margin-bottom: 0;
}

body .cta-section h3 {
    font-size: 14px;
    margin-bottom: 0;
}

body .cta-section h4 {
    font-size: 14px;
}

body .cta-section h3 img {
    width: 20px;
}

body .cta-section a.btn {
    font-size: 12px;
    padding: 2px 15px 2px 1px;
}

body .cta-section {
    margin-top: 38px;
}

body .cta-section h3:after {
    width: 50px;
    right: -63px;
    top: 4px;
}

body .cta-section h3:before {
    width: 50px;
    left: -63px;
    top: -12px;
}

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

body span.feed-back {
    display: block;
}

body .five-star:before {
    left: 20px;
    width: 80px;
}

body .five-star:after {
    width: 80px;
    right: 25px;
    left: unset;
}

body .video-sec {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

body.people-say-box {
    min-height: 300px;
}

 

body .call-cta a {
    margin-top: 10px;
}

body .call-cta {
    margin-bottom: 0;
}

 
body .border-sec {
    padding: 15px 0px 0px;
    margin-left: auto;
    margin-right: auto;
}

body .satya-about-title {
    font-size: 24px;
}

body .satya-about-text {
    text-align: center;
}

body .satya-about-wrapper {
    padding: 0px 15px 0px;
}

body .footer-link {
    margin-bottom: 30px;
}

body .footer-logo {
    margin-top: 0;
}
    
body .second-heading {
    margin-top: 10px;
}

body .textimonilas-section {
    margin-top: 20px;
    margin-bottom: 0;
}
    
    body .servixe-list li:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #e9c183;
    bottom: -9px;
}


  body .servixe-list li:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    bottom: -18.5px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/star-icon.png);
    background-size: cover;
    left: calc(50% - 10px);
}
    
    
body li.last-ser:after {
    display: none;
}

body .last-ser:before {
    display: none;
}

body .people-say-box {
    min-height: 300px;
}
  
body section.center-fooer h3 {
    font-size: 24px;
}
  
body section.main-tittle h1 {
    font-size: 24px;
}
    
body section.main-tittle {
    margin-bottom: 30px;
}
    
body .disc-pg-div h4 {
    font-size: 24px;
}

    
body .inner-heading {
    font-size: 24px;
}

body .about-last-sec {
    margin-top: 40px;
    padding: 30px 0px 0px;
}
    
    
body .thank-page-sec h2 {
    font-size: 24px;
}
  

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

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 20px;
        top: 15px;
        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://astro-satya.co.uk/wp-content/uploads/2025/09/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: 40px;
    height: 2px;
    background-color: #1e1033;
    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: 40px;
      height: 3px;
      background-color: #1e1033;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
      width: 40px;
      height: 2px;
      background-color: #1e1033;
}
  
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: #1e1033;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 72px;
        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: 'Euclid Circular A';
}
  
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

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

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

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

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

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

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

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

  
/* Home Page start */

body .banner {
    margin-top: 0;
    text-align: center;
}

body .menus {
    display: block !important;
    align-items: unset !important;
}

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

body header#wrapper-navbar .row {
    padding: 0;
    border-radius: 0;
    background: transparent;
    filter: unset;
}

body .header-icon span {
    font-size: 11px;
}

body .header-icon img {
    width: 30px;
}

body section.top-headers:after {
    left: 51%;
    height: 30px;
}

body section.top-headers {
    border-top: 5px solid #1f0647;
    border-bottom: 5px solid #1f0647;
}
  
body .call-me.mobshow {
    text-align: right;
    margin-top: -60px;
}

body .call-me a {
    display: inline-block;
    text-transform: uppercase;
    color: #1e1033;
    border: 2px solid #1e1033;
    border-radius: 30px;
    padding: 9px 14px;
}
    
body .destop-banner {
    margin-top: 0;
    padding-top: 30px;
}

body .divider {
    justify-content: center;
}

body .banner h1 {
    font-size: 40px;
}

body .banner h3 {
    margin-bottom: 0 !important;
    font-size: 25px;
}

body .banner h1 {
    margin-top: 0;
}
    
    
body .small {
    justify-content: center;
}

body .why-choose {
    flex-direction: column;
    padding: 10px;
}

body .why-choose-text h3 {
    font-size: 24px;
}

body .why-choose-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
}


body .why-choose-icon img {
    width: 40px;
}

body .why-choose:after {
    width: 80%;
    height: 2px;
    left: calc(50% - 40%);
    top: 50%;
}

body .why-choose-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

body .second-heading h2 {
    font-size: 20px;
}

body .second-heading h2:after {
    width: 50px;
    left: -65px;
    top: 9px;
}

body .second-heading h2:before {
    width: 50px;
    right: -65px;
    top: -31px;
}

body .textimonial {
    padding: 0;
}

body .inner-textimonilas {
    padding: 30px 15px 30px;
}


body .text-heading h3:after {
    top: 12px;
    left: 17px;
}

body .text-heading h3:before {
    right: 17px;
    top: 12px;
}
    
    
body .service-sec:before {
    width: 115px;
    height: 120px;
    background-size: contain;
    right: -19px;
}

body .service-sec:after {
    width: 100px;
    height: 120px;
    background-size: contain;
    left: -12px;
    top: 0;
}

body .second-heading.ser-title {
    top: 0;
}

body .service-sec {
    padding-bottom: 0;
}

body .service-after:after {
    top: -134px;
}
    
body .servixe-list ul {
    flex-direction: column;
}

body .servixe-list li {
    width: 100%;
    position: relative;
}

body .servixe-list ul a {
    font-size: 20px;
    position: relative;
}

body .service-after {
    height: 20px;
}

body .servixe-list img {
    margin-right: 30px;
}


body .servixe-list ul a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background-color: #e9c183;
    left: 62px;
    top: 11px;
}

body .servixe-list ul a:before {
    position: absolute;
    content: '';
}

body .section-cta {
    margin-top: 0;
    background-size: contain;
    padding: 20px 0px 30px;
    margin-bottom: 0;
}

body .cta-section h3 {
    font-size: 14px;
    margin-bottom: 0;
}

body .cta-section h4 {
    font-size: 14px;
}

body .cta-section h3 img {
    width: 20px;
}

body .cta-section a.btn {
    font-size: 12px;
    padding: 2px 15px 2px 1px;
}

body .cta-section {
    margin-top: 38px;
}

body .cta-section h3:after {
    width: 50px;
    right: -63px;
    top: 4px;
}

body .cta-section h3:before {
    width: 50px;
    left: -63px;
    top: -12px;
}

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

body span.feed-back {
    display: block;
}

body .five-star:before {
    left: 20px;
    width: 80px;
}

body .five-star:after {
    width: 80px;
    right: 25px;
    left: unset;
}

body .video-sec {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

body.people-say-box {
    min-height: 300px;
}

 

body .call-cta a {
    margin-top: 10px;
}

body .call-cta {
    margin-bottom: 0;
}

 
body .border-sec {
    padding: 15px 0px 0px;
    margin-left: auto;
    margin-right: auto;
}

body .satya-about-title {
    font-size: 24px;
}

body .satya-about-text {
    text-align: center;
}

body .satya-about-wrapper {
    padding: 0px 15px 0px;
}

body .footer-link {
    margin-bottom: 30px;
}

body .footer-logo {
    margin-top: 0;
}
    
body .second-heading {
    margin-top: 10px;
}

body .textimonilas-section {
    margin-top: 20px;
    margin-bottom: 0;
}
    
    body .servixe-list li:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #e9c183;
    bottom: -9px;
}


  body .servixe-list li:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    bottom: -18.5px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/star-icon.png);
    background-size: cover;
    left: calc(50% - 10px);
}
    
    
body li.last-ser:after {
    display: none;
}

body .last-ser:before {
    display: none;
}

body .people-say-box {
    min-height: 300px;
}
  
body section.center-fooer h3 {
    font-size: 24px;
}
  
body section.main-tittle h1 {
    font-size: 24px;
}
    
body section.main-tittle {
    margin-bottom: 30px;
}
    
body .disc-pg-div h4 {
    font-size: 24px;
}

    
body .inner-heading {
    font-size: 24px;
}

body .about-last-sec {
    margin-top: 40px;
    padding: 30px 0px 0px;
}
    
    
body .thank-page-sec h2 {
    font-size: 24px;
}
    
    
body .new-title h3 {
    font-size: 24px;
}

body .phone-consultation {
    margin-top: 30px;
}

body .home-choose {
    padding: 10px;
}

body ul.home-choose {
    margin-top: 0;
    padding-left: 35px;
}

body ul.home-choose li {
    font-size: 16px;
}

body .big-btn {
    margin-top: 30px;
}
    
    
body .new-title h2 {
    font-size: 20px;
}

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


body .phone-consultation a {
    font-size: 14px;
}


body .home-choose {
    padding: 10px;
    margin-top: 20px;
}
    
    
    
body .vmt-accordion-wrapper {
    padding: 20px 0px;
}

body .vmt-accordion {
    padding: 10px;
    margin: 0px 2px;
}

body .pricing-img h3 {
    font-size: 16px;
}

body .pricing-img p {
    font-size: 12px;
}

body .vmt-text img {
    width: 30px;
}

body span.vmt-price {
    font-size: 20px;
    line-height: 20px;
}

body span.vmt-price p {
    font-size: 12px;
}

body .most {
    margin-left: 35px;
}

body .most p {
    font-size: 12px;
    padding: 1px 10px;
}

body .vmt-accordion.active .vmt-accordion-body {
    margin: 20px 0px;
    max-height: 742px;
}

body .vmt-accordion-body {
    margin: 0px 0px;
}

body .vmt-accordion.last-accordion .pricing-img p {
    max-width: 200px;
}

body .vmt-accordion.popular {
    /* margin: 0px 10px; */
}
    
  body .vmt-item {
    font-size: 14px;
}
    
  body .last-text ul {
    flex-direction: column;
    text-align: start;
    justify-content: start;
    align-items: start;
}
    
body .service-box{
      padding:20px 33px 35px;
    }
    
  
}
/**************** Mobile responsive End *********************/





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

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

header#wrapper-navbar.sticky {
    background-color: #ffff;
      padding-top: 2px;
}


.navbar-brand img {
    max-width: 199px;
    margin-bottom: 8px;
}

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


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

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Euclid Circular A';
    margin-right: 22px;
    height: auto;
    line-height: normal;
    padding: 8px 0px;
}

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

#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: 'Euclid Circular A';
        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: 'Euclid Circular A';
        text-decoration: none;
        border-color: #fff;
        color: #000000;
    }

#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: 'Euclid Circular A';
    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: #1e1033;
}


#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: 'Euclid Circular A';
    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: 'Euclid Circular A';
  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: #1e1033;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-inner::after{
            background-color:#9e0022 ; 
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    background: #a70a44;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
a {
    color: #ff1276;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

 

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


/* sticky header css start */

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

/* sticky header css End */


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

/* Heder-cta */

header#wrapper-navbar .container {
    display: block;
}


.header-btn span {
    display: inline-block;
    background: linear-gradient(135deg, #f8cdda, #e0c3fc, #c2e9fb, #a1c4fd);
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    margin-right: 10px;
}


.header-btn a {
    display: inline-block;
    background-color: #3f0f5d;
    border-radius: 28px;
    padding: 4.5px 36px 4.5px 7px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #3f0f5d;
}
.header-btn a:hover {
    background-color: #ffffff;
    color: #1e1033;
}a {}

header#wrapper-navbar .row {
    align-items: center;
    filter: drop-shadow(0 0 8.5px rgba(204,204,204,0.45));
    background: #fff;
    border-radius: 0px 0px 40px 40px;
    padding: 10px 10px 10px 10px;
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-icon img {
    width: 40px;
    margin-right: 10px;
}

.header-icon span {
    color: #f3d36b;
}

section.top-headers {
    background: #1e1033;
    padding: 15px 0px;
    position: relative;
}


.logos {
    text-align: center;
}

.header-btn {
    text-align: right;
}


section.top-headers:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    background-color: #f3d36b;
    top: 15px;
    left: calc(50% - .5px);
}


/*  Header Cta */

.wrapper {
    padding: 0;
}

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

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1127px;
    }
}

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

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


 

/* Rating */
.rating {
  display: inline-block;
  background: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Headings */
.banner h3 {
  margin-top: 30px;
  font-weight: 600;
  color: #1e1033;
  font-size: 35px;
  font-family: "Philosopher", sans-serif;
}

.banner h1 {
  font-size: 55px;
  color: #933dd6;
  margin: 10px 0;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
}

/* Divider */
.divider {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin: 15px 0;
}

.divider span {
  width: 60px;
  height: 1px;
  background: #c292e4;
}

.divider i {
  color: #933dd673;
}

/* Text */
.banner p {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.small {
  margin-top: 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

/* Button */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  background: #2d1b4f;
  color: #fff;
  padding: 10px 30px 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  transition: 0.3s;
  border: 1px solid #f3d36b;
}

.btn i {
  background: #fff;
  color: #f3d36b;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.btn:hover {
  transform: translateY(-3px);
}

.destop-banner {
    background: linear-gradient(135deg, #f3d1e8, #d6e5ff);
    margin-top: -113px;
    padding-top: 170px;
    padding-bottom: 100px;
}


p.banner-text {
    font-family: "Philosopher", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1e1033 !IMPORTANT;
}


p.small img {
    width: 20px;
}


.why-choose-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #1e1033;
    text-align: center;
    line-height: 100px;
}

.why-choose-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}


.why-choose-text p {
    margin-bottom: 0;
}


.why-choose-text h3 {
    font-size: 30px;
    color: #1e1033;
    font-weight: bold;
    font-family: "Philosopher", sans-serif;
}

.why-choose {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 150px;
    background-color: #fff;
    filter: drop-shadow(0 0 8.5px rgb(228 219 244));
    border-radius: 30px;
    padding: 20px 50px;
    margin-top: -73px;
    position: relative;
}

.why-choose-second-box {
    text-align: center;
}

.why-choose:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100px;
    background-color: #e5dcf4;
    left: calc(50% - 1px);
}

.second-heading {
    text-align: center;
}

.second-heading h2 {
    font-size: 40px;
    color: #1e1033;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}


.second-heading {
    text-align: center;
    margin-top: 60px;
}

.second-heading img {
    width: 103px;
}


.second-heading h2:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 50px;
    background-size: contain;
    left: -121px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/heading-icon.png);
    background-repeat: no-repeat;
    top: 15px;
}

.second-heading h2:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 50px;
    background-size: contain;
    right: -121px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/heading-icon.png);
    background-repeat: no-repeat;
    top: -13px;
    transform: rotate(
180deg);
}.second-heading h2:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 50px;
    background-size: contain;
    left: -121px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/heading-icon.png);
    background-repeat: no-repeat;
    top: 15px;
}

.second-heading h2:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 50px;
    background-size: contain;
    right: -121px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/heading-icon.png);
    background-repeat: no-repeat;
    top: -13px;
    transform: rotate(
180deg);
}




.service-box {
    filter: drop-shadow(0 0 8.5px rgb(228 219 244));
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    padding: 20px 20px 35px;
}

.service-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 28px;
    position: relative;
}


.service-content p {
    font-size: 14px;
}
.service-icon {
    margin-bottom: 34px;
}

.service-icon img {
    width: 120px;
}

.service-content h3:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 50px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/center-img.png);
    top: -20px;
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 30px);
}

.service-content h3:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 50px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/center-img.png);
    bottom: -60px;
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 35px);
}


.quote-icon {
    background-color: #481986;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    margin-bottom: -25px;
}

.inner-textimonilas {
    text-align: center;
}


.text-heading h4 {
    font-family: 'Euclid Circular A';
    font-size: 18px;
    position: relative;
    display: inline-block;
}

.text-heading h3 {
    font-size: 24px;
    color: #1e1033;
    position: relative;
}

.inner-img {
    width: 35%;
}

.inner-img img {
    border-radius: 50%;
}

.user-img {
    display: flex;
    align-items: center;
    column-gap: 15px;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    filter: drop-shadow(0 0 8.5px rgb(228 219 244));
    margin-top: 20px;
}

.user-name {
    text-align: start;
}

  
.user-name p {
    margin-bottom: 0;
    font-size: 14px;
}

.inner-textimonilas {
    min-height: 338px;
    border-radius: 15px;
    background-color: #fbf8ff;
    filter: drop-shadow(0 0 8.5px rgb(228 219 244));
    padding: 30px;
    overflow: visible;
}

.textimonial {
    padding: 10px;
}

 

.text-heading h4:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 10px;
    background-size: contain;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/heading-icon.png);
    top: 5px;
    right: -53px;
}

.text-heading h4:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 10px;
    background-size: contain;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/heading-icon.png);
    top: 5px;
    left: -53px;
    transform: rotate(
180deg);
}


.user-name h4 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Euclid Circular A';
    margin-top: 5px;
    color: #481986;
}

.text-heading h3:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 39px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/leaf-left.png);
    left: 0;
    background-size: contain;
    top: -11px;
    background-repeat: no-repeat;
}

.text-heading h3:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 39px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/leaf-right.png);
    right: 0;
    background-size: contain;
    top: -11px;
    background-repeat: no-repeat;
}


.textimonilas-section {
    margin-top: 60px;
    margin-bottom: 0;
}


img.lotus-img {
    width: 40px;
    margin-bottom: -20px;
}

.second-heading.ser-title {
    margin-top: 0px;
    position: relative;
    top: 80px;
}

.second-heading.ser-title
 h2:after {
    display: none;
}

.second-heading.ser-title
 h2:before {
    display: none;
}

.service-sec {
    position: relative;
    padding-bottom: 150px;
}


.service-sec:after {
    position: absolute;
    content: '';
    width: 151px;
    height: 280px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/chakra-left.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
}

.service-sec:before {
    position: absolute;
    content: '';
    width: 151px;
    height: 280px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/chakra-right.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 0;
}

.service-after {
    position: relative;
    height: 140px;
    overflow: visible !important;
}

.service-after:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 250px;
    background-size: contain;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/ser-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    top: -102px;
}

.section-cta {
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 72px 0px 60px;
    margin-top: 100px;
    margin-bottom: 100px;
}


.servixe-list {
    filter: drop-shadow(0 0 8.5px rgb(224 167 92 / 29%));
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
}

.servixe-list ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
}

.servixe-list ul a {
    font-family: "DM Serif Text", serif;
    color: #1e1033;
    font-size: 24px;
    display: inline-block;
}
.servixe-list img {
    width: 50px;
    margin-right: 10px;
}

.servixe-list li {
    width: 33.33%;
}



.cta-section {
    text-align: center;
}

.cta-section h3 {
    font-family: 'Euclid Circular A';
    font-weight: 900;
    font-size: 35px;
    position: relative;
    display: inline-block;
}

.cta-section h3 img {
    width: 40px;
    margin-right: 15px;
}

.cta-section h4 {
    font-family: 'Euclid Circular A';
    font-weight: bold;
    color: #d6b548;
}

.cta-section h3:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 30px;
    background-size: contain;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/heading-icon.png);
    background-repeat: no-repeat;
    top: 10px;
    right: -120px;
}

.cta-section h3:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 30px;
    background-size: contain;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/heading-icon.png);
    background-repeat: no-repeat;
    top: 10px;
    left: -120px;
    transform: rotate(
180deg);
}


.video-title {
    margin-bottom: 50px !important;
    text-align: center;
}

p.verified {
    position: relative;
    display: inline-block;
}

p.verified:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 40px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/left-leaf.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: -41px;
    top: -10px;
}


p.verified:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 40px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/right-leaf.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -41px;
    top: -10px;
}


.five-star {
    margin-bottom: 15px;
    position: relative;
}

.five-star img {
    width: 130px;
}

.video-title h2 {
    font-size: 40px;
    color: #1e1033;
  position:relative;
}


.video-title h2:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 50px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/center-img.png);
    bottom: -56px;
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 50px);
}

.five-star:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 30px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 33%;
    top: 20px;
}

.five-star:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 30px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 33%;
    top: 20px;
}

.video-sec {
    background-color: #f8f7fc;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 80px;
}


.what-people-say {
    text-align: center;
}

.what-people-say h2 span {
    color: #481986;
}

.what-people-say p {
    font-weight: 500;
}

.happy-clint span {
    color: #7f7f7f;
}


.peopel-img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

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

.people-name h4 {
    margin-bottom: 0;
    font-size: 24px;
}

.peopel-img a {
    display: inline-block;
    width: 40px;
}

.ratings {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.people-say-box {
    filter: drop-shadow(0 0 8.5px rgb(228 219 244));
    background-color: #fff;
    border-radius: 12px;
    padding: 15px !IMPORTANT;
    margin: 10px !important;
    min-height: 324px;
}

.people-name p {
    color: #3d3c3c;
}

.people-inner-img img {
    border-radius: 50%;
}

.people-name p {
    color: #5f5f5f;
}


.ratings p {
    color: #969696;
}



.whatsapp-cta {
    text-align: center;
}

.whatsapp-cta a {
    background-color: #66348d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border-radius: 12px;
    padding: 10px 35px;
}

.whatsapp-cta a img {
    width: 40px;
    margin-right: 10px;
}


.last-section {
    border-top: 2px solid #66348d;
    padding-top: 50px;
}


.call-cta a {
    display: inline-block;
    background: #330c5d;
    border-radius: 24px;
    font-family: "DM Serif Text", serif;
    color: #ffffff;
    font-size: 25px;
    padding: 10px 31px;
}


.call-cta {}.call-cta {
    text-align: center;
    background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #f3d1e8, #d6e5ff) border-box;
    border: 3px solid transparent;
    border-radius: 24px; /* optional */
    padding: 20px;
    margin-bottom: 80px;
}

.call-cta a img {
    width: 23px;
}

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

.call-cta span {
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
}


/* Main Wrapper */
.satya-about-wrapper {
  background: #ffffff;
  padding: 0px 30px 40px;
  border-radius: 10px;
  text-align: start;
}

/* Title */
.satya-about-title {
  font-size: 30px;
  font-weight: 700;
  color: #3b1d5a;
}

/* Divider */
.satya-divider {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 15px 0 25px;
}

.satya-divider-line {
  width: 120px;
  height: 2px;
  background: #c9b6e4;
}

.satya-divider-star {
  margin: 0 10px;
  font-size: 18px;
  color: #3b1d5a;
}

/* Paragraph */
.satya-about-text {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Feature List */
.satya-feature-item {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #c9b6e4;
}

.satya-feature-icon {
  width: 40px;
  height: 40px;
  background: #3b1d5a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 15px;
  font-size: 18px;
}

 

.satya-feature-text {
  font-size: 15px;
  color: #333;
}


.satya-feature-item img {
    width: 20px;
}


.rounded-img img {
    border-radius: 24px;
}

.border-sec {
    border: 2px dashed #e7daf2;
    border-radius: 24px;
    padding: 40px  20px 0px;
}


.footer-call-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #3b1d5a;
    border-radius: 50%;
}

.link-name {}

.link-name {}

.link-name span {
    display: block;
    color: #3b1d5a;
}

.link-name a {
    color: #66348d;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.footer-link {
    display: flex;
    align-items: center;
    column-gap: 15px;
    filter: drop-shadow(0 0 8.5px rgb(228 219 244));
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    position: relative;
}

footer#colophon {margin-top: 50px;}

a.email {
    font-size: 16px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 30px;
}

.footer-logo img {
    width: 200px;
}

p.disclamer {
    text-align: center;
}

p.policy a {
    color: #ffffff;
}


.socila-media {
    margin-bottom: 15px;
}

.socila-media ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 0;
}


.socila-media ul a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background-color: #200b44;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
}



.footer-logo h3 img {
    width: 30px;
}

.footer-logo h3 {
    font-family: 'Euclid Circular A';
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    margin-top: 20px;
}


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

.link-name a:after {
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/next.png);
    position: absolute;
    content: '';
    width: 20px;
    height: 25px;
    background-size: cover;
    right: 13px;
    top: 29px;
}

ul.quick-link a {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
}

section.center-fooer h3 {
    text-align: center;
    font-size: 40px;
    color: #3b1d5a;
    margin-bottom: 0;
}

section.center-fooer {
    background-color: #f5f2fd;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer-choose {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 15px;
}
.footer-choose p {
    margin-bottom: 0;
}

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

.footer-heading {
    text-align: center;
    margin-bottom: 50px;
}

.footer-heading img {
    width: 150px;
}

section.bottom-footer {
    text-align: center;
    background-color: #200b44;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer-star img {width: 200px;margin-bottom: 15px;}

section.bottom-footer p {
    color: #fff;
}

.footer-star p {
    border-bottom: 2px dashed #ead7ef;
    padding-bottom: 15px;
}

.socila-media
 p {
    font-weight: 500;
    font-size: 18px;
    position: relative;
    display: inline-block;
}

p.policy {
    margin-bottom: 0;
}

.socila-media p:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 20px;
    background-size: contain;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/05/style-arrow.png);
    left: -100px;
    top: 5px;
    background-repeat: no-repeat;
}


.socila-media p:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 20px;
    background-size: contain;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/05/style-arrow.png);
    right: -100px;
    top: 0px;
    background-repeat: no-repeat;
    transform: rotate(
180deg);
}




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




section.main-tittle {
    background-color: #1e1033;
    padding: 15px 0px 20px;
    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: capitalize;
}

section.main-tittle li{
    color:#fff;
}


body:not(.home) header#wrapper-navbar .row {
  filter:unset;
}


/***************Privacy Policy*******************/


.disc-pg-div p {font-size:15px; line-height:28px;}
.disc-pg-div h4 {
    margin: 0;
    font-size: 34px;
    font-weight: 400;
    color: #222;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.disc-pg-div h5 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.disc-pg-div h6 {
    text-transform: capitalize;
   margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
 
}

.disc-pg-div a {
    color: #000000;
}

/***************Privacy Policy*******************/


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



.form {
    padding: 25px 20px 0px;
    border-radius: 30px;
    background: #1e1033;
}

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

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

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

.form-title h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
}

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

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

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


.mamin-service {
    text-align: center;
    background-color: #fff;
    filter: drop-shadow(0 0 8.5px rgb(228 219 244));
    border-radius: 24px;
    overflow: hidden;
    padding: 2px 2px 30px;
    transition: 0.4s ease;
    min-height: 555px;
}

.servicr-img {
    border-radius: 24px 24px 0px 0px;
    overflow: hidden;
}

.servicr-img img {
    width: 100%;
    transition: 0.4s;
}

.main-service-content {
    padding: 15px;
}

.main-service-content h3 {
    font-size: 24px;
    position: relative;
    margin-bottom: 28px;
}

.read-more-btn a {
    display: inline-block;
    background-color: #1e1033;
    color: #fff;
    padding: 12px 60px;
    border-radius: 24px;
    border: 1px solid #1e1033;
    transition: 0.4s;
}


.main-service-content h3:after {
    position: absolute;
    content: '';
    width: 150px;
    height: 35px;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/04/center-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 75px);
    bottom: -38px;
}

.read-more-btn a:hover {
    background-color: #ffffff;
    color: #1e1033;
}

.mamin-service:hover .servicr-img img {
    transform: scale(1.2);
}


/* Shine layer */
.mamin-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: -84%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transform: skewX(-25deg);
  z-index: 2;
}

/* Hover effect */
.mamin-service:hover::before {
  animation: shine 0.8s ease forwards;
}

/* Animation */
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* Optional hover shadow */
.mamin-service:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transform: translateY(-5px);
}

.inner-heading {
    font-size: 34px;
}


.about-last-sec {
    filter: drop-shadow(0 0 8.5px rgb(228 219 244));
    background-color: #fff;
    padding: 30px 20px 0px;
    border-radius: 24px;
    margin-top: 60px;
}

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

.thank-page-sec h2 {
    font-size: 34px;
    text-transform: capitalize;
}

.thank-page-sec a {
    display: inline-block;
    text-transform: capitalize;
    border-radius: 30px;
    color: #fff;
    background-color: #1e1033;
    padding: 11px 30px;
  transition:0.4s;
  border:1px solid #1e1033;
}

.thank-page-sec a:hover{
   background-color: #fff;
  color:#1e1033;
}



.new-title {
    text-align: center;
    margin-top: 80px;
}

.new-title h2 {
    font-size: 30px;
    color: #1e1033;
}

.new-title h3 {
    font-size: 40px;
    color: #1e1033;
}

.new-title img {
    width: 100px;
}


.phone-consultation a {color: #1e1033;font-weight: 600;}a {}

.phone-consultation {
    filter: drop-shadow(0 0 8.5px rgb(228 219 244));
    background-color: #fff;
    border-radius: 12px;
    padding: 0px 20px 20px;
    text-align: center;
    margin-top: 80px;
}

.phone-consultation h3 {
    font-size: 20px;
    color: #fff;
    background-color: #2d1466;
    display: inline-block;
    padding: 10px;
    border-radius: 24px;
    position: relative;
    top: -20px;
}

.phone-consultation img {
    margin-right: 15px;
}


.phone-consultation ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}


.phone-consultation ul {
    padding-left: 0;
    list-style: none;
    text-align: start;
}

.phone-consultation ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}



ul.home-choose {
    list-style: none;
}

ul.home-choose li:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-size: contain;
    background-image: url(http://astro-satya.co.uk/wp-content/uploads/2026/05/check.png);
    left: -48px;
    background-repeat: no-repeat;
}


ul.home-choose li {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.home-choose {
    background-color: #fdf8f2;
    padding: 0px 0px 0px 50px;
    border-radius: 12px;
    margin-top: 50px;
    filter: drop-shadow(0 0 8.5px rgb(253 248 242));
}


.big-btn {
    margin-top: 80px;
}

.big-btn img {
    border-radius: 20px !important;
}


input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* white icon */
    cursor: pointer;
}



.price-title {
    margin-top: 0;
}

.price-title h2 {
    color: #50379d;
}




.vmt-accordion {padding-bottom: 15px;border-bottom: 1px solid #ddd;padding-top: 15px;padding-left: 20px;padding-right: 20px;}

.vmt-accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vmt-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
  padding: 0 15px;
  border-radius: 12px;
  margin: 0px 40px;
}

.vmt-accordion.active .vmt-accordion-body {
  max-height: 500px;
  padding: 15px;
  border: 1px solid #e6c6f4;
  margin: 20px 40px;
}



.vmt-text {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.pricing-img p {
    margin-bottom: 0;
}


.pricing-img  h3 {
    color: #150373;
    font-size: 29px;
}

span.vmt-price {
    font-size: 50px;
    color: #e6ab23;
    font-family: "DM Serif Text", serif;
    line-height: 40px;
    text-align: center;
}

span.vmt-price p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #150373;
}

.vmt-accordion-wrapper {
    filter: drop-shadow(0 0 8.5px rgb(228 219 244));
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 20px 20px;
}

span.vmt-arrow {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 5px 5px;
}

span.vmt-arrow img {
    width: 20px;
    /* transform: rotate(
180deg); */
    transition: 0.4s;
}

.vmt-right {
    display: flex;
    align-items: center;
    column-gap: 20px;
}


.vmt-item img {
    width: 20px;
    margin-right: 15px;
}

.vmt-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}


.vmt-item.last-item {
    border: none;
}



.most {
    margin-left: 87px;
}

.most p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 14px;
    background-color: #4213b1;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
}

.vmt-accordion.popular {
    background-color: #f5eff9;
    border: none;
    border-radius: 12px;
}


.most img {
    margin-right: 10px !IMPORTANT;
}

.popular span.vmt-price {
    color: #4213b1;
}


.vmt-accordion.last-accordion {
    border-bottom: 0;
}

.vmt-accordion.third-accordion {
    border-bottom: 0;
}

 

.active span.vmt-arrow img {
    transform: rotate(
180deg);
}


 
.vmt-accordion.last-accordion .vmt-item {position: relative;padding-left: 20px;}

.vmt-accordion.last-accordion .vmt-item:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 0;
    border-radius: 50%;
    background-color: #0f0a3d;
    top: 18px;
}


.video-textimonilas {
    border-radius: 30px;
    overflow: hidden;
    background-color: #331b55;
    text-align: center;
}.video-textimonilas {}

.testi-content {
    padding-bottom: 10px;
}

.testi-content p {
    color: #fff;
    padding: 10px 15px;
}

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

.testi-content img {
    width: 40px !important;
    display: inline-block;
    margin-top: -20px;
}


ul.list li {
    margin-bottom: 10px;
}





/* Faq Section */
 
    .faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a{color: #fff;border: 1px solid #ffffff00;padding: 17px 30px 15px 30px !important;position: relative;margin: 0px 0;font-size: 14px;line-height: normal;border-radius: 30px;padding-left: 50px;font-family: "Poppins", sans-serif;margin-bottom: 1px;background-color: #3f0f5d;}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff !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: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    z-index: 1;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{
    border-color: #3f0f5d !important;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{
    border-color: #3f0f5d !important;
}

.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a:before{
    content: '';
}


.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: #ffffff00;margin: 10px 0;border: 0;border: 1px solid #e04b0e00;}


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


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

.vc_tta.vc_general .vc_tta-panel.vc_active a {
    /* border: 0px solid #ffd6b0 !important; */
}

.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-image: linear-gradient(135deg, #f8cdda, #e0c3fc, #c2e9fb, #a1c4fd);
    border-radius: 50%;
    right: 11px;
    top: calc(50% - 20px);
}
/* faq Section End */


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

.last-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
}


.sticky-img {
    position: sticky !important;
    top: 100px;
}


.top-space {
    margin-top: 60px;
}


.whatsapp-chat-img img {
    border-radius: 12px;
}