/*
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.1776834578
Updated: 2026-04-22 05:09:38

*/


 

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




body{
    background-color: #000000;
    
}

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

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

h1,h2,h3,h4,h5,h6 {
     font-family: 'Deraga';
    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: 120px !important;
    margin-left: 0;
    margin: 0 !important;
}

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 20px;
        top: -69px;
        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://themystically.com/wp-content/uploads/2026/04/menu.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: 0.6s ease all;
    }



#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{
        width: 33px;
        height: 2px;
        background-color: #9e002200;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{
            width: 33px;
            height: 2px;
            background-color: #9e002200;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
            width: 33px;
            height: 2px;
            background-color: #9e002200;
}
    
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: #000000;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 0px;
        border-radius: 0;
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 500;
    color: #ffffff !important;
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #ffffff61;
        padding: 7px 0;
    }
    
#mega-menu-wrap-primary #megaa-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
      font-family: "Poppins", sans-serif;
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

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

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

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

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

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

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

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: 0px 0px 0px;
    background: #222;
    margin-top: 0;
}
    

    
/* Home Page start */

body .banner {
    margin-top: 0;
}

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

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

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

body .-banner-cta:after {
    width: 100%;
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: calc(50% - 50%);
}

body .banner-sec {
    padding-bottom: 20px;
    padding-top: 100px;
}

body .home-second-sec {
    margin-top: 0;
}

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

body .found-box {
    margin-bottom: 100px !important;
}

body .section-cta-whatsapp {
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

body .fire-bg-sec img {
    margin-top: -786px;
}

body .section-cta {
    margin-bottom: 50px !important;
}


body .first-ser-sec:before {
    display: none;
}

body .home-service {
    margin-bottom: 50px !important;
}

body .home-service.bottom-service {
    margin-top: 40px;
}

body .home-service-section:before {
    display: none;
}

body .-banner-cta.service-sec-cta {
    column-gap: 20px;
    align-items: center;
}

body .-banner-cta.service-sec-cta:after {
    display: none;
}


body .-banner-cta.service-sec-cta h4 {
    position: unset;
}

body .video-sec {
    padding-top: 30px;
}

body .review-content {
    padding: 10px 40px;
    margin-bottom: 45px;
}

body .review-content:before {
    width: 100%;
    display: none;
}

body .review-box {
    max-width: unset;
    width: 100%;
    border: 1px solid #ffffff54;
    border-radius: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 253px !important;
    margin-top: 5px;
}

body .why-choose {
    padding: 40px 0px 0px;
    border: 1px solid #ffffff3b;
}

body .why-choose:before {
    display: none;
}

body .home-form:before {
    display: none;
}

body .home-form .form {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 24px;
    border: 1px solid #ffffff40;
    margin-top: 20px;
}

body .footer-links.right-links {
    justify-content: center;
    text-align: center;
}


body .center-link .call-icon:after {
    width: 250px;
    height: 250px;
    background-size: cover;
    top: -82px;
    left: calc(50% - 125px);
}

body .footer-links {
    flex-direction: column;
    row-gap: 55px;
    text-align: center;
}

body footer#colophon .row {
    padding-left: 0;
    padding-right: 0;
    row-gap: 95px;
    border: navajowhite;
}

body .why-choose-sec {
    padding-bottom: 134px;
}


body a.video {
    bottom: 12px;
}
    
    

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

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 20px;
        top: -69px;
        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://themystically.com/wp-content/uploads/2026/04/menu.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: 0.6s ease all;
    }



#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{
        width: 33px;
        height: 2px;
        background-color: #9e002200;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{
            width: 33px;
            height: 2px;
            background-color: #9e002200;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
            width: 33px;
            height: 2px;
            background-color: #9e002200;
}
    
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: #000000;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 0px;
        border-radius: 0;
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 500;
    color: #ffffff !important;
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #ffffff61;
        padding: 7px 0;
    }
    
#mega-menu-wrap-primary #megaa-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
      font-family: "Poppins", sans-serif;
}
    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

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

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

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

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

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

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

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: 0px 0px 0px;
    background: #222;
    margin-top: 0;
}
    

    
/* Home Page start */

body .banner {
    margin-top: 0;
}

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

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

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

body .-banner-cta:after {
    width: 100%;
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: calc(50% - 50%);
}

body .banner-sec {
    padding-bottom: 20px;
    padding-top: 100px;
}

body .home-second-sec {
    margin-top: 0;
}

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

body .found-box {
    margin-bottom: 100px !important;
}

body .section-cta-whatsapp {
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

body .fire-bg-sec img {
    margin-top: -786px;
}

body .section-cta {
    margin-bottom: 50px !important;
}


body .first-ser-sec:before {
    display: none;
}

body .home-service {
    margin-bottom: 50px !important;
}

body .home-service.bottom-service {
    margin-top: 40px;
}

body .home-service-section:before {
    display: none;
}

body .-banner-cta.service-sec-cta {
    column-gap: 20px;
    align-items: center;
}

body .-banner-cta.service-sec-cta:after {
    display: none;
}


body .-banner-cta.service-sec-cta h4 {
    position: unset;
}

body .video-sec {
    padding-top: 30px;
}

body .review-content {
    padding: 10px 40px;
    margin-bottom: 45px;
}

body .review-content:before {
    width: 100%;
    display: none;
}

body .review-box {
    max-width: unset;
    width: 100%;
    border: 1px solid #ffffff54;
    border-radius: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 253px !important;
    margin-top: 5px;
}

body .why-choose {
    padding: 40px 0px 0px;
    border: 1px solid #ffffff3b;
}

body .why-choose:before {
    display: none;
}

body .home-form:before {
    display: none;
}

body .home-form .form {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 24px;
    border: 1px solid #ffffff40;
    margin-top: 20px;
}

body .footer-links.right-links {
    justify-content: center;
    text-align: center;
}


body .center-link .call-icon:after {
    width: 250px;
    height: 250px;
    background-size: cover;
    top: -82px;
    left: calc(50% - 125px);
}

body .footer-links {
    flex-direction: column;
    row-gap: 55px;
    text-align: center;
}

body footer#colophon .row {
    padding-left: 0;
    padding-right: 0;
    row-gap: 95px;
    border: navajowhite;
}

body .why-choose-sec {
    padding-bottom: 134px;
}


body a.video {
    bottom: 12px;
}
    
body .disc-pg-div {
    margin-top: 20px;
}
    
body .disc-pg-div h4 {
    font-size: 24px;
}

body .thank-page-sec{
        
    margin-top:20px;
    }
    
body .thank-page-sec h2{

    font-size:24px;
    
    }
    
    
body .fire-bg-sec {
    margin-top: -307px;
    margin-bottom: 265px;
}
    
body footer#colophon .row::after {
    display: none;
}
    
    
}
/**************** 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: 116px;
    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: "Poppins", sans-serif;
    margin-left: 30px;
    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: #ffff;
}

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

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background: transparent !important;
        color: #ffffff;
         font-family: "Poppins", sans-serif;
        font-weight: 400;
        text-decoration: none;
        border-color: #fff;
    }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
        background: transparent;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        text-decoration: none;
        border-color: #fff;
        color: #ffffff;
    }

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

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


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

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px;
    width: 100%;
    border-bottom: 1px solid #eeee;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
      font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align:top;
    display: block;
    border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #87477a;
    border: 0;
    position: absolute;
    min-width: 735px;
    padding: 15px;
    left: 0px;
    box-shadow: 0 0px 5px 2px rgba(64, 60, 67, .16);
}

#mega-menu-wrap-primary #mega-menu-primary {
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
    background-color: #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: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    transition: 0.6s ease all;
    border-bottom: 1px solid #ffffff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {
    border: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    width: 27px;
    height: 24px;
    display: inline-block;
    position: relative;
    outline: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
      transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
    
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
        width: 49%;
        margin-left: 5px;
    }

    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:hover li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:hover > a.mega-menu-link {
    color: #fff;
    font-weight: 400;
/*  background-color:#190f17; */
        font-family: "Poppins", sans-serif;
    transition: all .5s ease-in-out;
    
}

.mega-menu-toggle.mega-menu-open {
    background-image: none !important;
   
    
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open span.mega-toggle-animated-inner {
        background-color: #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: #ffffff;
}

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

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;
    margin-top: 30px;
}

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;
    padding-bottom: 0;
    padding-top: 7px;
}
    
/* mian header end */   

/* Heder-cta */
 a.head-call {
    width: 56px;
    height: 56px;
    border-radius: 34px;
    display: inline-block;
    text-align: center;
    line-height: 56px;
    animation-name: pulse4;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    background-image: linear-gradient(85deg, #f13452 0%, #ff722b 100%);
}

a.header-contact {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #f4404b;
    border-radius: 24px 0px 0px 24px;
    padding: 11px 31px 11px 25px;
    border-right: 0;
    margin-right: -15px;
}

a.header-contact:hover{
        background-image: linear-gradient(85deg, #f13452 0%, #ff722b 100%);

}

 header-call {
    position: relative;
    border-radius: 0px 25px 25px 0px;
    background-color: #0e0e1f;
    border: 1px solid #fa5d38;
    padding: 13px 5px;
    border-left: revert-layer;
    padding-right: 20px;
    padding-left: 85px;
}
@keyframes pulse4 {
    10% {
        box-shadow: rgb(245 70 71) 0px 0px 0px 0px;
    }

    100% {
        box-shadow: rgb(121 53 50 / 0%) 0px 0px 0px 20px;
    }
    
}


.header-call {
    display: flex;
    align-items: center;
}


header#wrapper-navbar .container {
    max-width: 917px;
    border-radius: 50px;
    filter: drop-shadow(0 0 4.5px #000000);
    background-color: rgb(0 0 0 / 42%);
    padding-right: 20px;
    padding-left: 30px;
}

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


.banner-sec {
    text-align: center;
    padding-top: 320px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.banner-sec span {
    display: inline-block;
    padding: 14px 43px;
    border-radius: 30px;
    font-size: 14px;
    background-color: rgba(0,0,0,0.5019607843137255);
}

.main-heading h1 {
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 10px;
}

.banner-sec p {
    font-size: 16px;
    max-width: 625px;
    margin: auto;
}

.-banner-cta {
    position: relative;
}

.-banner-cta p {
    font-size: 34px;
    margin-bottom: 28px;
    margin-top: 15px;
}

a.banner-call-icon {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background-image: linear-gradient(85deg, #f13452 0%, #ff722b 100%);
    display: inline-block;
    line-height: 56px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    animation-name: pulse4;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

a.whatsapp-icon {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background-image: linear-gradient(85deg, #5cde22 0%, #1b9718 100%);
    display: inline-block;
    line-height: 51px;
    margin-left: 20px;
    position: relative;
    z-index: 1;
        animation-name: pulse5;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

.-banner-cta:after {
    position: absolute;
    content: '';
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/border.png);
    width: 399px;
    height: 72px;
    left: calc(50% - 199.6px);
    top: 15px;
}

@keyframes pulse5 {
    10% {
        box-shadow: rgb(77 206 32) 0px 0px 0px 0px;
    }

    100% {
        box-shadow: rgb(121 53 50 / 0%) 0px 0px 0px 20px;
    }
    
}


.vc_row.wpb_row.vc_row-fluid.banner.vc_row-has-fill.vc_row-no-padding.vc_video-bg-container {}.banner {
    position: relative;
    margin-top: -130px;
}

.banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/banner-shaddow.png);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
}

.banner .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom:0 !important;
}


.title {
    text-align: center;
    margin-bottom: 110px !IMPORTANT;
}

.title h2 {
    font-size: 40px;
}

.found-box {
    text-align: center;
    margin-top: -26px;
}

.found-box-icon {
    position: relative;
    margin-bottom: 67px;
}


.found-box-icon:after {
    position: absolute;
    content: '';
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/fire-circle.jpg);
    width: 150px;
    height: 150px;
    background-size: cover;
    left: calc(50% - 75px);
    top: -51px;
    border-radius: 50%;
    animation: rotate 15s linear infinite;
    mix-blend-mode: lighten;
}

.found-box-icon img {
    position: relative;
    z-index: 1;
    animation: gelatine 1.5s infinite;
}


.section-cta {}.section-cta {
    text-align: center;
    position: relative;
    z-index: 5;
}

.section-cta a {
    display: inline-block;
    width: 101px;
    height: 101px;
    border-radius: 50px;
    background-image: linear-gradient(85deg, #f13452 0%, #ff722b 100%);
    text-align: center;
    line-height: 101px;
    animation-name: pulse4;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

span.click-here {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
}

.section-cta p {
    font-size: 26px;
    text-transform: uppercase;
}

.section-cta-whatsapp {
    text-align: center;
    position: relative;
    z-index: 5;
}

.section-cta-whatsapp a {
    display: inline-block;
    text-align: center;
    width: 101px;
    height: 101px;
    border-radius: 50px;
    background-image: linear-gradient(85deg, #5cde22 0%, #1b9718 100%);
    line-height: 101px;
    animation-name: pulse5;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

.section-cta-whatsapp  p {
    font-size: 26px;
    text-transform: uppercase;
}

.section-border {
    border: 1px solid #ffffff54;
    border-radius: 40px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 300px;
}

.cta-sec {
    margin-top: -278px;
}

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


.home-second-sec {
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/bg-img.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 60px;
}



 
.fire-bg-sec img {
    width: 100% !important;
    mix-blend-mode: lighten;
    margin-top: -550px;
    position: relative;
    z-index: 1;
}

.fire-bg-sec {
    overflow: visible !important;
}
 


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



.home-service {
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 40px;
}


.service-content h3 {
    font-size: 22px;
}

.service-content p {
    color: #aaaaaa;
}

.service-icon {
    position: relative;
    margin-bottom: 95px;
}

.service-icon:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    background-size: cover;
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/service-after.jpg);
    left: calc(50% - 100PX);
    top: -80px;
    border-radius: 50%;
    animation: rotate 15s linear infinite;
    mix-blend-mode: screen;
}

.service-icon img{
    position:relative;
    z-index:1;
    animation: gelatine 0.5s infinite;
}

  .service-content {
    margin-bottom: 100px;
}

 

.home-service-section {
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/service-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    margin-top: -100px !IMPORTANT;
    overflow: visible !important;
    padding-bottom: 200px;
}


.first-ser-sec {
    position: relative;
}

.first-ser-sec:before {
    position: absolute;
    content: '' !important;
    width: 698px;
    height: 698px;
    background-size: cover;
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/after-img.png);
    left: calc(50% - 349px);
    top: -14px;
}


.-banner-cta.service-sec-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 65px;
    margin-top: 39px;
}.-banner-cta.service-sec-cta {}

.-banner-cta.service-sec-cta a.banner-call-icon {
    text-align: center;
    margin-right: 0;
}

.-banner-cta.service-sec-cta a.whatsapp-icon {
    margin-left: 0;
    text-align: center;
}


.-banner-cta.service-sec-cta:after {
    background-image: url();
    width: 390px;
    height: 55px;
    border: 1px solid #fb5f37;
    border-top: 0;
    border-radius: 0px 0px 20px 20px;
    left: calc(50% - 195px);
    top: 40px;
}

.-banner-cta.service-sec-cta h4 {
    position: relative;
    bottom: -36px;
}

img.review-img {
    border-radius: 138px;
}

.review-video {
    position: relative;
    border-radius: 120px !important;
    text-align: center;
    overflow: hidden;
}

 
a.video {
    position: absolute;
    bottom: -145px;
    width: 150px;
    z-index: 1;
    left: calc(50% - 75px);
    transition: 0.4s;
}

 
.review-video:hover a.video {
    bottom: 12px;
}


.center-img {
    margin-top: -20px;
}


.video-sec .title.mb-0 {
    margin-bottom: 40px !IMPORTANT;
}



.review-box {
    max-width: 445px;
    margin: auto;
    text-align: center;
    margin-top: 59px;
}

.review-content {
    padding: 120px 120px 100px;
    position: relative;
}

.review-content img {
    margin-bottom: 10px;
}


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


.user-img  h4 {
    font-size: 20px;
    margin-top: 20px;
}

.review-content:before {
    position: absolute;
    content: '';
    width: 468px;
    height: 468px;
    background-size: cover;
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/png-fire.png);
    background-repeat: no-repeat;
    background-position: center;
    top: -20px;
    left: calc(50% - 234px);
    border-radius: 50%;
    animation: rotate 20s linear infinite;
    mix-blend-mode: screen;
}

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

.review-content p {
    position: relative;
    z-index: 1;
    min-height: 200px;
}

.user-img {
    position: relative;
    z-index: 1;
    margin-top: -112px;
}

.video-sec {
    background-size: cover;
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/review-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 200px;
    margin-top: -200px;
    padding-bottom: 100px;
}


.home-service-section:before {
    position: absolute;
    content: '';
    width: 80%;
    height: 865px;
    border: 1px solid #ffffff5c;
    left: calc(50% - 40%);
    right: 0;
    bottom: 261px;
    border-radius: 30px;
}


.why-choose {
    border: 1px solid #ffffff47;
    border-radius: 40px;
    padding: 40px 40px 0px;
    border-bottom: 0;
    position: relative;
}

.why-choose .title.mb-0 {
    margin-bottom: 50px !important;
}

.why-choose-box {
    text-align: center;
    position: relative;
    margin-top: 130px;
    margin-left: 25px;
}

.why-choose-box h3 {
    font-size: 22px;
    position: relative;
    z-index: 1;
    margin-top: 125px;
}

.why-choose-box:after {
    position: absolute;
    content: '';
    width: 250px;
    height: 250px;
    background-size: cover;
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/service-after.jpg);
    border-radius: 60%;
    left: calc(50% - 125px);
    top: -98px;
    animation: rotate 15s linear infinite;
    mix-blend-mode: screen;
}

 
.why-choose-box img {
    position: relative;
    z-index: 1;
    animation: gelatine 0.5s infinite;
}


.home-form .form {
    background: transparent;
    border-radius: 0px 0px 40px 40px;
    border-top: 0;
    margin: 0px 43px;
}


.home-form .share-btns .share {
    max-width: 268px;
    margin-left: auto;
    text-transform: uppercase;
    margin-bottom: -62px;
    border: 1px solid #f85140 !important;
}

.home-form .share-btns .share:hover{
    background-image:unset !important;
}
 
span.wpcf7-spinner {
    height: 0;
    width: 0;
    display: block;
}


.home-form .input-img.for textarea {
    height: 100px !important;
}


.right-side .why-choose-box {
    margin-left: 0;
    margin-right: 25px;
}

.why-choose:before {
    position: absolute;
    content: '';
    width: 29.8%;
    height: 30px;
    background: #ffffff00;
    right: 4px;
    bottom: 0;
    border-bottom: 1px solid #ffffff52;
    border-radius: 0px 0px 40px 0px;
}

.home-form {
    position: relative;
}

 
.home-form:before {
    position: absolute;
    content: '';
    width: 30.2%;
    height: 41px;
    left: 0;
    border-bottom: 1px solid #ffffff4d;
    border-radius: 0px 0px 0px 40px;
    top: -43px;
}


.why-choose-sec {
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/why-choose-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 252px;
    margin-bottom: -300px;
    padding-top: 163px;
    margin-top: -200px;
}

.fire-bg-sec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/fire-after-img.png);
    bottom: 0;
    z-index: 1;
}
 









/* ============ Footer Strat Here =============== */

section.bottom-footer {
    text-align: center;
    padding: 30px 0px;
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/bottom-footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 1px solid #ffffff59;
    position: relative;
}

section.bottom-footer p {
    margin-bottom: 0;
}

p.disclamer {
    margin-bottom: 15px !important;
}


.number span {
    display: block;
    font-size: 14px;
}

.number a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
}

.footer-links {
    display: flex;
    align-items: center;
    column-gap: 55px;
    margin-bottom: 45px;
}


.call-icon {
    position: relative;
}

.call-icon:after {
    position: absolute;
    content: '';
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/fire-circle.jpg);
    width: 105px;
    height: 105px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    left: calc(50% - 52.25px);
    top: -39px;
    animation: rotate 20s linear infinite;
    mix-blend-mode: screen;
}

.call-icon img {
    position: relative;
    z-index: 1;
    animation: gelatine 0.5s infinite;
}

.footer-links.right-links {
    justify-content: right;
    text-align: right;
}

.footer-links.right-links a {
    font-size: 14px;
}
.center-link {
    text-align: center;
    margin-bottom: 30px;
}

.center-link .call-icon:after {
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/center-chakra-jpg.jpg);
    width: 415px;
    height: 415px;
    background-size: cover;
    left: calc(50% - 207.5px);
    top: -164px;
}


footer#colophon .row {align-items: center;padding-left: 45px;padding-right: 45px;padding-top: 30px;border: 1px solid #f44149;border-bottom: 0;border-radius: 73px 73px 0px 0px;position: relative;}

.row {}footer#colophon .row:after {
    position: absolute;
    content: '';
    width: 350px;
    height: 1px;
    background: #000000;
    top: -1px;
    left: calc(50% - 175px);
}
footer#colophon {
    background-image: url(https://themystically.com/wp-content/uploads/2026/04/top-footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    overflow: hidden;
}

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




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


.disc-pg-div p {font-size:15px; line-height:28px;}
.disc-pg-div h4 {
    margin: 0;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    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: #ffffff;
}

.disc-pg-div {
    margin-top: 50px;
}

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


.thank-page-sec {
    text-align: center;
    margin-top: 50px;
}

.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-image: linear-gradient(85deg, #f13452 0%, #ff722b 100%);
    padding: 11px 30px;
}


                   /* ============= sticy icons ======= */

.contact_icons {
    position: fixed;
    left: 50px;
    bottom: 19px;
    z-index: 999;
    width: 50px;
    text-align: center;
}

.contact_icons a {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    text-align: center;
    line-height: 43px;
    font-size: 24px;
    color: #fff;
    background: #edac15;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    clear: both;
    margin-bottom: 0px;
    display: inline-block;
}

.contact_icons a.whatsapp-icon {
    background: #72c118;
    font-size: 47px;
    overflow: hidden;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse2;
    color: #fff;
}

a.whatsapp-icon i {
    margin-top: 10px;
    color: #fff;
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2DC100;
        box-shadow: 0 0 0 0 #2DC100;
    }

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

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #72c118;
        box-shadow: 0 0 0 0 #72c118;
    }

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


.contact_mobile {
    position: fixed;
    right: 58px;
    bottom: 19px;
    z-index: 999;
    width: 49px;
    text-align: center;
}

.contact_mobile a {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    text-align: center;
    line-height: 51px;
    font-size: 24px;
    color: #fff !important;
    background: #edac15;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    clear: both;
    margin-bottom: 0px;
    display: inline-block;
}

.contact_mobile a.phone-icon {
    font-size: 33px;
    overflow: hidden;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse3;
    color: #fff;
    padding-top: 8px;
    background-image: linear-gradient(85deg, #f13452 0%, #ff722b 100%);
}



@-webkit-keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #3b5aee;
        box-shadow: 0 0 0 0 #3b5aee;
    }

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

@keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fd6b30;
        box-shadow: 0 0 0 0 #fc6532;
    }

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


/* ============= sticy icons ======= */


section.top-number.mobshow {
    text-align: center;
    padding: 10px 0px;
}

section.top-number.mobshow a {
    font-size: 30px;
    font-weight: 600;
}


body:not(.home) header#wrapper-navbar {
     background-image: url(https://themystically.com/wp-content/uploads/2026/04/contact-pages-background.jpg);
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}