/*!
Theme Name: Pegasync child
Theme URI: https://pegasync.com/
Author: Genesis Holdings
Author URI: https://pegasync.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pegasync
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mml {
    padding: 15px !important;
}
#mm #primary-menu ul.sub-menu li a {
    padding-left: 35px;
}
#mm #primary-menu .sub-menu li a::before {
    content: unset;
}
#mm ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translate(0);
    display: block !important;
    height: auto !important;
}
#mml {padding: 0 15px;color: #ffffff;}
#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
}
.mm {
    position: relative;
/*    background-color: #060709;*/
    min-height: 49px;
}

#mmb {
position: absolute;
width: 40px;
height: 50px;
margin-right: 15px;
top: 0;
right: 0;
cursor: pointer;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

#mmb span {
display: block;
position: absolute;
height: 1.5px;
width: 90%;
background: #000;
border-radius: 9px;
opacity: 1;
right: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

#mmb span:nth-child(1) {
top: 16px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#mmb span:nth-child(2) {
top: 26px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#mmb span:nth-child(3) {
top: 36px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
width: 60%;
right: 0px;
left: auto;
}

#mmb.on span {height: 2px;}
#mmb.on span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 16px;
left: 8px;
}

#mmb.on span:nth-child(2) {
width: 0%;
opacity: 0;
}

#mmb.on span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 42px;
left: 8px;
width: 90%;
}
#mml .custom-logo-link img {
    width: 144px;
}
#mm ul{
    padding-left:0;
    margin-bottom:0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
}

#mm li {
    display: block;
    position: relative;
    padding: 0;
}
#mm #primary-menu a {
    display: block;
    padding: 16px 26px 15px 17px;
    border-bottom: #dedede 1px solid;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    background-color: #060709;
    word-wrap: break-word;
    text-align: left;
}
#mm #primary-menu a:hover {
    background-color: #0b204d;
}
.mm, #mm {
    display: none;
}
header#masthead {
    padding: 40px 0px;
}
    
.headerCTA .talkCta {
    padding: 15px 50px;
    background: rgba(255, 255, 255, 0.114);
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    text-align: left;
    text-decoration: none;
    position: relative;
}
.headerCTA {
    text-align: right;
    align-content: center;
}
a.talkCta:hover {
    background: linear-gradient(180deg, rgba(214, 164, 107, 1) 0%, rgba(231, 202, 169, 1) 100%);
    color: #040403;
    transition: 0.5s ease !important;
}
.talkCta:hover:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2024/09/icon-7.png);
    width: 20px;
    height: 20px;
    left: 30px;
    background-repeat: no-repeat;
    top: 18px;
}
/* 
 * NAVBAR CSS ENDS
 */ 
/*  Drop down menu CSS*/
#primary-menu {
    text-align: center;
}
#primary-menu li {
    display: inline-block;
    padding: 0 10px;
    font-family: Poppins;
}
#primary-menu li a {
/*    padding: 38px 0;*/
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    text-align: left;
    text-decoration: none;
}
#primary-menu li a.MenuActive {    
    color: #060709;
    font-weight: bold;
/*    border-bottom: 2px solid;*/
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: -5px;
    top: 2px;
    display: block;
    color:#767676;  ;
}
.menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 10px 0px rgba(0,0,0,0.15);
    top: calc(100% + 10px);
    left: 10px;
    width: 220px;
    border-radius: 5px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    overflow: hidden;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#primary-menu .sub-menu li {
    display: block;
    padding: 0;
}
#primary-menu .sub-menu li a:hover {
    color: #fff;
    border-color: transparent;
}
#primary-menu .sub-menu li a {
    display: block;
    text-align: left;
    padding: 17px 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}
#primary-menu .sub-menu li:last-child a {
    border-bottom: 0;
}
#primary-menu .sub-menu li a:hover::before {
    width: 100%;
    background-color: #0b204d;
    border-color: #0b204d;
}
#primary-menu .sub-menu li a::before {
    content: '';
    background-color: transparent;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    border-bottom: 1px solid transparent;
}
.menu-toggle {
    display: none;
}

/*  Drop down menu CSS ENDS */
/* 404 - NOT FOUND PAGE */

.error-404.not-found {
    text-align: center;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: relative;
    background-image: url(/wp-content/uploads/2020/10/404.jpg);
    background-size: cover;
}
.not_found_inner {
    max-width: 69.5%;
}
.error404 #masthead, .error404 #colophon {
    display: none;
}
.logo a {
    outline: 0 !important;    
}
.error-404.not-found .logo {
    padding: 0;
     background-color: transparent;   
}    
.error-404.not-found h1 {
    font-size: 200px;
    line-height: 1;

    /*SEARCH RESULTS - NO RESULTS CSS */


.search-results article.product , .search-results article.page {
    display: none;
}
.search-results .page-title span::before, .search-results .page-title span::after {
    content: '"';
}
.search-results .page-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.search-results .page-header {
    width: 100%;
}
.search-results #primary {
    display: flex;
    flex-wrap: wrap;
}
.search-results #primary article {
    width: 30%;
    margin: 0 1.5%;
    box-shadow: 0 2px 10px 2px rgba(0,0,0,0.1);
    padding: 20px;
    padding-top: 0;
    margin-bottom: 35px;
    border-radius: 6px;
}
.search-results #primary article a.post-thumbnail {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}
.search-results #primary article a.post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.search-results #primary article .entry-title a {
    display: block;
    color: #060709;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
.no-results.not-found {
    text-align: center;
    margin-bottom: 50px;
}
.no-results.not-found .search-form input.search-field {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    width: 250px;
}
.no-results.not-found .search-form .search-submit {
    height: 45px;
    padding: 0 30px;
    border: 0;
    background-color: #0b204d;
    color: #fff;
    cursor: pointer;
}
.no-results.not-found .search-form .search-submit:hover {
    background-color: #252525;
}
.no-results.not-found .search-form label span {
    display: none;
    width: 0;
}




/*SEARCH RESULTS - NO RESULTS CSS ENDS*/
    color: #404040;
    margin: 30px 0;;
    font-weight: 800;
    
}
.error-404.not-found h1 span{
    color: #e01e26;
}
.page-header h3 {
    color: #060709;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
}
.page-header p {
    font-size: 22px !important;
    color: #060709;
    margin-bottom: 20px;
}
.page-content .return_home {
    background-color: #e01e26;
    color: #fff;
    padding: 20px 50px;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0 2px 10px 0px rgba(0,0,0,0.5);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 2px solid #e01e26;
}
.page-content .return_home:hover {
    transform: translateY(-3px);
    background-color: transparent;
    color: #060709;
    transform: scale(1.1);
}


/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */


.search-results article.product , .search-results article.page {
    display: none;
}
.search-results .page-title span::before, .search-results .page-title span::after {
    content: '"';
}
.search-results .page-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.search-results .page-header {
    width: 100%;
}
.search-results #primary {
    display: flex;
    flex-wrap: wrap;
}
.search-results #primary article {
    width: 30%;
    margin: 0 1.5%;
    box-shadow: 0 2px 10px 2px rgba(0,0,0,0.1);
    padding: 20px;
    padding-top: 0;
    margin-bottom: 35px;
    border-radius: 6px;
}
.search-results #primary article a.post-thumbnail {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}
.search-results #primary article a.post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.search-results #primary article .entry-title a {
    display: block;
    color: #060709;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
.no-results.not-found {
    text-align: center;
    margin-bottom: 50px;
}
.no-results.not-found .search-form input.search-field {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    width: 250px;
}
.no-results.not-found .search-form .search-submit {
    height: 45px;
    padding: 0 30px;
    border: 0;
    background-color: #0b204d;
    color: #fff;
    cursor: pointer;
}
.no-results.not-found .search-form .search-submit:hover {
    background-color: #252525;
}
.no-results.not-found .search-form label span {
    display: none;
    width: 0;
}




/*SEARCH RESULTS - NO RESULTS CSS ENDS*/

/* home page css start here */
.content-style {
    padding: 15px 20px;
}
.content-style h1, .content-style h2, .content-style h3, .content-style h4{
    font-size: 24px;
    font-weight: 600;
    line-height: 28.64px;
    text-align: left;
    color: #fff;
}
.content-style p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #717171;
}
.inner-color {
    padding: 15px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.114);
}
.padding-up-and-down .inner-color {
    padding: 30px 15px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.114);
}
.heading-style {
    font-size: 48px;
    font-weight: 600;
    line-height: 57.28px;
    text-align: left;
    color: #FFFFFF;
}
.testimonial-slider-trigger .slick-next.slick-arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
    padding: 0px;
    right: -100px;
    top: 27%;
    border-radius: 50px;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.114);
}
.testimonial-slider-trigger .slick-prev.slick-arrow {
    position: absolute;
    left: -95px;
    font-size: 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
    transition: .2s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: 27%;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.114);
}
.testimonial-slider-trigger .slick-next.slick-arrow:before{
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2024/09/Vector-1914.png);
    width: 25px;
    height: 17px;
    background-repeat: no-repeat;
    left: 12px;
}
.testimonial-slider-trigger .slick-prev.slick-arrow:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2024/09/Vector-1914-1.png);
    width: 25px;
    height: 17px;
    background-repeat: no-repeat;
}
.maintitle h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
    text-align: left;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.114);
    width: 160px;
    padding: 15px 5px 15px 45px;
    border-radius: 30px;
    position: relative;
}
.maintitle h5:before {
    background: url(/wp-content/uploads/2024/09/icon-6.png);
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 5px;
    background-repeat: no-repeat;
    top: 5px;
    object-fit: contain;
}
.maintitle h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
    text-align: left;
    color: #717171;
}
.teamContentMain.content-style p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #717171;
    margin: 20px 0px;
    height: 180px;
}
.testimonial-slider-trigger.slick-initialized .slick-slide {
    display: block;
    margin: 0px 0px;
    padding: 0px 15px;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
    text-align: left;
}

.slick-dots li button {
    color: #fff;
    background: transparent;
    border: none;
}
.image-before:before {
    content: "";
    position: absolute;
    height: 540px;
    width: 54%;
    right: 18%;
    background: url(/wp-content/uploads/2024/09/bg-element.png);
    /* background: radial-gradient(circle, rgb(161 107 214 / 25%) 0%, rgba(0, 0, 0, 1) 100%); */
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}
.maintitle h5:hover {
    background: linear-gradient(180deg, rgba(214, 164, 107, 1) 0%, rgba(231, 202, 169, 1) 100%);
    color: #040403;
    transition: 0.5s ease !important;
}

.maintitle h5:hover:before {
    filter: brightness(0) saturate(100%);
}
.price-card {
    /* background: rgb(171 171 171); */
    padding: 30px 40px;
    border-radius: 25px;
    background-color: #131313;
}
.image-and-content {
    justify-content: flex-start;
    align-items: center;
}
.image-and-content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.64px;
    color: #fff;
    margin-left: 30px;
}
.price-and-month h2 {
    font-size: 64px;
    font-weight: 400;
    line-height: 76.38px;
    text-align: center;
    color: #fff;
}
.price-and-month h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
    text-align: left;
    color: #fff;
    margin-left: 25px;
    background: rgb(255 255 255 / 7%);
    padding: 10px 17px;
    border-radius: 17px;
}
.price-and-month {
    justify-content: flex-start;
    align-items: baseline;
}
.card-content p {
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.card-content-iocn img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}
.card-content-iocn {
    align-items: baseline;
}

.card-content .card-content-iocn p {
    color: #fff;
    margin-left: 13px;
}
.btn-start {
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
}
.btn-start a {
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.114);
    padding: 16px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.09px;
    transition: 0.5s ease !important;
    position: relative;
    width: 100%;
    display: block;
}
.card-content {
    margin: 15px 0px 20px 0px;
}
.price-and-month {
    margin: 25px 0px;
}
.price-card-pro .image-and-content h3 {
    color: #D6A46B;
}
.image-and-content img {
    height: 120px;
    width: 120px;
    object-fit: contain;
}
.btn-start a:hover {
    background: linear-gradient(180deg, rgba(214, 164, 107, 1) 0%, rgba(231, 202, 169, 1) 100%);
    color: #040403;
    transition: 0.5s ease !important;
}

.btn-start a:hover:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2024/09/icon-7.png);
    width: 20px;
    height: 20px;
    left: 85px;
    background-repeat: no-repeat;
    top: 20px;
}
.price-card-pro {
    background: linear-gradient(267deg, rgba(255, 255, 255, 0.05) 0%, rgb(231 194 170 / 10%) 100%) !important;
    position: relative;
    overflow: hidden;
}
.content-style .btn-start {
    text-align: left;
    margin-top: 50px;
    width: auto;
}

.content-style .btn-start a {
    padding: 15px 50px;
}

.content-style .btn-start a:hover:after {
    left: 27px;
    top: 18px;
}
.content-style.padding-none {
    padding: 0;
}
.price-card-pro:before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    top: -34px;
    left: -23px;
    border: 1px solid #ffffff0f;
}
ul.SupportLevelList:hover {
    border-radius: 25px;
    background: rgb(171 171 171 / 13%);
    transition: 0.5s ease !important;
}

ul.SupportLevelList {
    padding: 15px 0px 0px 0px;
}

/* faq section */
.faq-question:hover {
    background: linear-gradient(180deg, rgba(214, 164, 107, 1) 0%, rgba(231, 202, 169, 1) 100%);
    color: #040403;
    transition: 0.5s ease !important;
}


.faq-section {
    width: 100%;
    color: #fff;
    padding: 20px 0px;
}

.faq-section h2 {
    text-align: center;
    font-size: 32px;
    color: white;
}

.faq-item {
    /* background-color: #111; */
    border-radius: 30px;
    background: rgb(171 171 171 / 13%);
    margin: 15px 0;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 11%);
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    text-align: left;
}
.faq-answer {
    padding: 20px;
    display: none;
}
.faq-toggle {
    width: 20px;
    height: 20px;
    background: url('/wp-content/uploads/2024/09/Vector-1.png') no-repeat center center;
    background-size: contain;
    display: inline-block;
    transition: transform 0.3s ease;
}
.faq-item.active .faq-answer {
    display: block;
}
.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}
.Faq-dropdown {
    /* background-color: #111; */
    border-radius: 30px;
    background: rgb(171 171 171 / 13%);
    margin: 15px 0;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 11%);
}
.Faq-dropdown .vc_toggle_title {
    padding: 20px;
    font-size: 11px;
    font-weight: 400;
    line-height: 19.09px;
}
.Faq-dropdown .vc_toggle_title h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    text-align: left;
    color: #fff;
}
.Faq-dropdown .vc_toggle_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    color: #fff;
}
.Faq-dropdown h4:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('/wp-content/uploads/2024/09/Vector-1.png') no-repeat center center;
    background-size: contain;
    display: inline-block;
    transition: transform 0.3s ease;
    right: 20px;
    top: 20px;
}
.Faq-dropdown.vc_toggle_active h4::after {
    transform: rotate(180deg);
}
.Faq-dropdown .vc_toggle_title i.vc_toggle_icon {
    display: none;
}
.Faq-dropdown .vc_toggle_title:hover {
    background: linear-gradient(180deg, rgba(214, 164, 107, 1) 0%, rgba(231, 202, 169, 1) 100%);
    color: #040403;
    transition: 0.5s ease !important;
}
.Faq-dropdown.vc_toggle_active .vc_toggle_title {
    background: linear-gradient(180deg, rgba(214, 164, 107, 1) 0%, rgba(231, 202, 169, 1) 100%);
    color: #040403;
    transition: 0.5s ease !important;
}
/* faq section end here */
.footer1 a:hover {
    color: #D6A46B;
    transition: 0.5s ease !important;
}
.btn-start.footerbtn {
    margin: 0px 0px;
    width: auto;
}
.footer-banner {
    justify-content: space-between;
}
.btn-start.footerbtn a:hover:after {
    left: 25px;
    top: 24px;
}
.btn-start.footerbtn a {
    padding: 20px 50px;
}
h3.heading-footer-banner {
    font-size: 48px;
    font-weight: 600;
    line-height: 57.28px;
    text-align: left;
    color: #fff;
}
p.content-footer-banner {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #717171;
    margin-top: 15px;
}
.footer-banner-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.margin-bottom-image {
    margin-bottom: 0px !important;
}
.image-postion-column .vc_column-inner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.image-postion-column img {
    margin-bottom: -150px;
}
/* .section-before-image:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2024/09/icon-18-1.png);
    width: 765px;
    height: 360px;
    background-repeat: no-repeat;
    left: 0;
} */
.section-before-image:before {
    left: -285px;
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2024/10/icon-21.png);
    width: 1099px;
    height: 1080px;
    top: 102px;
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotateAnimation 40s linear infinite;
    z-index: -1;
}
.overflow-visble {
    overflow: visible !important;
    z-index: 1 !important;
}
.content-styling{
    margin-left: 40px;
}
.content-styling h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 28.64px;
    text-align: left;
    color: #717171;
}

.content-styling p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #717171;
}
h3.number-style {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.64px;
    text-align: left;
    color: #d6a46b;
    padding: 15px 25px;
    background: transparent;
    border-radius: 50%;
}
.d-flex.hover-style {
    align-items: baseline;padding: 20px 20px;
}
.hover-style:hover {
    background: rgb(171 171 171 / 13%);
    border-radius: 28px;
    transition: 0.5s ease !important;
}

.hover-style:hover .number-style {
    background: rgb(171 171 171 / 13%);
}

.hover-style:hover .content-styling h2 {
    color: #fff;
}
.image-postion-column:before {
    content: "";
    position: absolute;
    height: 490px;
    width: 100%;
    right: 0%;
    background: radial-gradient(circle, rgb(161 107 214 / 25%) 0%, rgb(0 0 0 / 16%) 100%);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 16px;
}
.image-postion-column img {
    position: relative;
    z-index: 1;
}
.image-postion-column.shad-postion:before {
    content: "";
    position: absolute;
    height: 490px;
    width: 100%;
    right: 0%;
    background: radial-gradient(circle, rgb(224 214 190 / 28%) 0%, rgb(0 0 0 / 0%) 100%);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 16px;
}
.ground-star:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/09/icon-17.png);
    width: 200px;
    height: 200px;
    right: 0;
}

/* Container for the email form */
.subscribe-form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #000;
    padding: 10px 20px 10px 10px;
    border-radius: 50px;
    width: fit-content;
    position: relative;
    border: 1px solid #d9d9d93d;
    height: 70px;
}

/* Hide the label for accessibility */
.subscribe-form .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Style for the input field */
.subscribe-form input[type="email"] {
    background: transparent;
    border: none;
    border-radius: 50px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: white;
    width: 260px;
    outline: none;
    margin-right: 10px;
    box-shadow: none;
    box-sizing: border-box;
}

/* Placeholder text styling */
.subscribe-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

/* Style for the submit button */
.subscribe-form .subscribe-btn {
    background-color: rgba(255, 204, 153, 1);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: background 0.3s ease;
}
.wpcf7-response-output {
    display: none;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.subscribe-form .subscribe-btn:hover {
    background-color: rgba(255, 204, 153, 0.8);
}

.subscribe-form .subscribe-btn img {
    width: 20px;
    height: 20px;
}

/* Optional: Make the form responsive */
@media (max-width: 768px) {
    .subscribe-form input[type="email"] {
        width: 100%;
        margin-right: 10px;
    }
    .subscribe-form .subscribe-btn {
        width: 45px;
        height: 45px;
    }
}


.site-footer .footerContainer p {
    display: flex;
    background: transparent;
    align-items: center;
    border-radius: 50px;
    margin: 0;
}
/* home page css end here */
/* footer css start here */
.footer1 #media_image-2 {
    text-align: left;
}
.footerContainer .footer1 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
    text-align: left;
    color: #fff;
    margin: 15px 0px;
}
.footer1 .d-flex {
    /* justify-content: space-between; */
}
.footer1 a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    text-align: left;
    color: #898989;
    text-decoration: none;
    padding-right: 7px;
}
.footerContainer h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 23.87px;
    text-align: left;
    color: #FFFFFF;
}
.footerContainer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #717171;
}
.footer3 a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    text-align: left;
    color: #D6A46B;
}
.footerContainer .widget.widget_text {
    height: 110px;
}
footer#colophon {
    padding: 40px 0px;
}
.element-animation:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2024/10/icon-21.png);
    width: 700px;
    height: 585px;
    top: -100px;
    right: -385px;
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotateElement 50s linear infinite;
}
/* footer end here */
/* table css start here */
.functionality-table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #D9D9D9;
}
table.functionality-table {
    width: 100%;
}
table {
    width: 100%;
    border-collapse: collapse;
}
td, th {
    padding: 25px 20px;
    text-align: center;
}
.functionality-table td:first-child {
    text-align: left;
}
.functionality-table td:first-child {
    text-align: left;
}
.functionality-table tr {
    border-bottom: 1px solid #d9d9d93d;
}
.functionality-table hr {
    height: 5px;
    width: 35%;
    margin: 0px 20px;
}
/* customiz css */
body {
    background-color: #040403;
}
header#masthead {
    position: absolute;
    width: 100%;
    z-index: 3;
}
header.entry-header {
    display: none;
}
ul.SupportLevelList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.SupportLevelList img.alignnone.size-full.wp-image-31 {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-right: 10px;
}
.SupportLevelList li {
    display: flex;
    flex: 1;
    text-align: left;
	  display: flex;
}
.SupportLevelList img.wp-image-32 {
    width: 40px;
    object-fit: contain;
    height: 80px;
}
.SupportLevelList  h5 {
    display: contents;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}
.SupportLevelList h6 {
    display: contents;
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.SupportLevelList {
    border-bottom: 1px solid;
}
.footer4 section#text-8 {
    display: none;
}
.functionality-table tbody:after {
    content: '';
    position: absolute;
    width: 110px;
    height: 90%;
    top: 90px;
    right: -5px;
    background: radial-gradient(circle, rgb(231 202 169 / 18%) 22%, rgb(0 0 0 / 0%) 100%);
    z-index: 1;
}
.functionality-table tbody:before {
    content: '';
    position: absolute;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff40;
    width: 90px;
    height: 90px;
    top: 10px;
    right: 4px;
    z-index: -1;
}
.functionality-table {
    position: relative;
    /* overflow-x: scroll;
    overflow-y: hidden; */
    width: 100%;
    /* display: flow; */
    max-width: 100%;
}
.functionality-table tbody {
    position: relative;
}
/* table css end here */
/* Mobile css start here */
@media (max-width: 767px) {
    .headerCTA {
        display: none;
    }
    .main-navigation {
        display: none;
    }
    ul.SupportLevelList {
        display: inherit !important;
    }
    .SupportLevelList .centerInMobile {
        justify-content: center !important;
    }
    .heading-style {
        font-size: 32px !important;
        line-height: 42px !important;
    }
    .row-revers-mobile {
        flex-direction: column-reverse !important; 
        display: flex !important;
    }
    h3.number-style {
        font-size: 18px;
        line-height: 20px;
        padding: 10px 15px;
    }
    .content-styling{
        margin-left: 20px !important;
    }
    .content-styling h2{
        font-size: 20px !important;
        line-height: 24px !important;
    }
    
    .content-styling p {
        font-size: 14px !important;
        line-height: 17px !important;
    }
    .inner-color .content-style {
        padding: 10px 0px 0px 20px !important;
    }
    .content-style p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .content-style h1, .content-style h2, .content-style h3, .content-style h4 {
        font-size: 20px !important;
        line-height: 24px !important;
    }
    .ground-star .content-style {
        padding: 20px 0px 0px 0px !important;
    }
    .platform-image-mobile img {
        object-fit: contain !important;
    }
    .functionality-table tbody:before {
        content: '';
        position: absolute;
        background: transparent;
        border-radius: 50%;
        border: 1px solid #ffffff40;
        width: 90px;
        height: 90px;
        top: 7px;
        right: 3px;
        z-index: -1;
    }
    .functionality-table tbody:after {
        content: '';
        position: absolute;
        width: 110px;
        height: 90%;
        top: 90px;
        right: 0px;
        background: radial-gradient(circle, rgb(231 202 169 / 18%) 22%, rgb(0 0 0 / 0%) 100%);
        z-index: 1;
    }
    .functionality-table {
        position: relative;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        display: flow;
        max-width: 100%;
    }
    .functionality-table tbody{
        position: relative;
    }
    .functionality-table td {
        font-size: 14px !important;
    }
    td, th {
        padding: 20px 15px !important;
    }
    .color-in-before:before{
        display: none;
    }
    .color-in-before:after{
        display: none;
    }
    .section-before-image:before {
        display: none;
    }
    .image-before:before{
        display: none;
    }
    .teamContentRow .content-style {
        padding: 15px 10px !important;
    }
    .price-card-pro:before {
        content: "";
        position: absolute;
        width: 230px !important;
        height: 230px !important;
        border-radius: 50%;
        top: -34px !important;
        left: -23px !important;
        border: 1px solid #ffffff0f !important;
    }
    .content-style .btn-start a {
        padding: 20px 50px;
        display: inline-block !important;
        width: 100% !important;
    }
    .content-style .btn-start a:hover:after {
        left: 130px !important;
        top: 22px !important;
    }
    .faq-question {
        font-size: 14px !important;
    }
    h3.heading-footer-banner {
        font-size: 32px !important;
        line-height: 40px !important;
        margin-top: 15px !important;
    }
    p.content-footer-banner {
        font-size: 14px !important;
        line-height: 24px !important;
        margin-top: 15px !important;
    }
    .footer-banner .d-flex {
        justify-content: space-between;
    }
    .footer1 #media_image-2 {
        text-align: center !important;
    }
    .footer1 #text-2 {
        display: none;
    }
    .footer2 {
        margin-top: 35px;
    }
    .footerContainer .footer4 p {
        font-size: 14px;
        font-weight: 400;
        line-height: 16.71px;
        text-align: left;
        color: #fff;
        margin: 15px 0px;
    }
    .footer4 a {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.09px;
        text-align: left;
        color: #898989;
        text-decoration: none;
        padding-right: 7px;
    }
    .footer4 #text-8{
        display: block !important;
    }
    .footer4 .content-center .d-flex {
        justify-content: center !important;
    }
    .footer4 .content-center p {
        justify-content: center !important;
    }
    .btn-start.footerbtn {
        margin: 15px 0px !important;
        width: 100% !important;
    }
    .content-style.padding-none .btn-start.footerbtn a:hover:after {
        left: 130px !important;
        top: 22px !important;
    }
    .content-style.padding-none .btn-start a:hover:after {
        left: 27px !important;
        top: 22px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .headerCTA .talkCta {
        display: inline-block !important;
        padding: 15px 25px !important;
    }
    .mastheadRow {
        align-items: baseline !important;
    }
    .SupportLevelList  h5 {
        font-size: 20px !important;
        line-height: 20px !important;
    }
    .SupportLevelList img.alignnone.size-full.wp-image-31 {
        width: 100px !important;
        height: 95px !important;

    }
    .SupportLevelList h6 {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .content-styling {
        margin-left: 10px !important;
    }
    .d-flex.hover-style {
        padding: 15px 5px !important;
    }
    h3.number-style {
        font-size: 20px !important;
        padding: 10px 15px !important;

    }
    .inner-color .content-style {
        padding: 15px 15px !important;
    }
    .inner-color img {
        object-fit: contain !important;
    }
    .ground-star .content-style {
        padding: 10px 0px 0px 0px !important;
    }
    .ground-star:before {
        height: 140px !important;
        right: 10px !important;
        width: 111px !important;
        top: 0px !important;
    }
    .functionality-table tbody:before {
        content: '';
        position: absolute;
        background: transparent;
        border-radius: 50%;
        border: 1px solid #ffffff40;
        width: 90px;
        height: 90px;
        top: 7px;
        right: 3px;
        z-index: -1;
    }
    .functionality-table tbody:after {
        content: '';
        position: absolute;
        width: 110px;
        height: 90%;
        top: 90px;
        right: 0px;
        background: radial-gradient(circle, rgb(231 202 169 / 18%) 22%, rgb(0 0 0 / 0%) 100%);
        z-index: 1;
    }
    .functionality-table {
        position: relative;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        display: flow;
        max-width: 100%;
    }
    .functionality-table tbody{
        position: relative;
    }
    .functionality-table td {
        font-size: 14px !important;
    }
    td, th {
        padding: 20px 15px !important;
    }
    .color-in-before:before{
        display: none;
    }
    .color-in-before:after{
        display: none;
    }
    .section-before-image:before {
        display: none;
    }
    .image-before:before{
        display: none;
    }
    .btn-start a:hover:after {
        left: 65px !important;
        top: 15px !important;
    }
    .btn-start a {
        padding: 14px 85px !important;
        font-size: 14px !important;
        display: inline-block !important;
        width: 100% !important;
    }
    .price-card-pro:before {
        content: "";
        position: absolute;
        width: 230px !important;
        height: 230px !important;
        border-radius: 50%;
        top: -34px !important;
        left: -23px !important;
        border: 1px solid #ffffff0f !important;
    }
    .content-style .btn-start a:hover:after {
        left: 60px !important;
        top: 16px !important;
    }
    .margin-bottom-image {
        text-align: center !important;
    }
    .btn-start.footerbtn a {
        padding: 20px 50px !important;
    }
    .App-btn {
        margin: 0px 25px !important;
    }
    .btn-start.footerbtn a:hover:after {
        left: 25px !important;
        top: 22px !important;
    }
    .footer-banner {
        justify-content: space-evenly !important;
        display: flex !important;
    }
    .margin-bottom-image {
        text-align: center !important;
    }
    
    h3.heading-footer-banner {
        text-align: center !important;
    }
    
    p.content-footer-banner {
        text-align: center !important;
    }
    .footer1 .d-flex {
        justify-content: space-between;
    }
    
    .btn-start.footerbtn {
        margin: 0px !important;
    }
    .footer1 #media_image-2 {
        text-align: center !important;
    }
    .footerContainer .widget.widget_text {
        text-align: center !important;
    }
    .footerContainer h2 {
        text-align: center !important;
    }
    .site-footer .footerContainer p {
        justify-content: center !important;
    }
    form.wpcf7-form.init {
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
    }
    .footerContainer .footer4 p {
        font-size: 14px;
        font-weight: 400;
        line-height: 16.71px;
        color: #fff;
        margin: 15px 0px;
    }
    .footer4 a {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.09px;
        color: #898989;
        text-decoration: none;
        padding-right: 7px;
    }
    .footer4 .text-8{
        display: block;
    }
    .footer4 .content-center .d-flex {
        justify-content: center !important;
    }
    .footer4 .content-center p {
        justify-content: center !important;
    }
    .banner-btn .btn-start.footerbtn a {
        padding: 5px 25px !important;
    }
    .banner-btn .btn-start.footerbtn a:hover:after {
        left: 8px !important;
        top: 9px !important;
    }
    .btn-start.footerbtn {
        font-size: 17px !important;
    }
}
@media (min-width: 993px) and (max-width: 1024px) {
    .functionality-table tbody:after {
        content: '';
        position: absolute;
        width: 110px;
        height: 90%;
        top: 90px;
        right: 0px;
        background: radial-gradient(circle, rgb(231 202 169 / 18%) 22%, rgb(0 0 0 / 0%) 100%);
        z-index: 1;
    }
    .functionality-table tbody:before {
        content: '';
        position: absolute;
        background: transparent;
        border-radius: 50%;
        border: 1px solid #ffffff40;
        width: 90px;
        height: 90px;
        top: 12px;
        right: 3px;
        z-index: -1;
    }
    .functionality-table {
        position: relative;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        display: flow;
        max-width: 100%;
    }
    .functionality-table tbody{
        position: relative;
    }
    th.color-in-before:after{
        display: none;
    }
    th.color-in-before:before {
        display: none;
    }
    section#text-8 {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 1281px) {

    ::-webkit-scrollbar {
        width: 6px !important;
        height: 6px !important; 
    }
    ::-webkit-scrollbar-track {
        background: transparent !important; 
    }
    ::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.2) !important;
        border-radius: 10px !important;
    }
    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(255, 255, 255, 0.4) !important;
    }
    .scroll-content {
        scrollbar-width: thin !important;
        scrollbar-color: rgba(255, 255, 255, 0.2) transparent !important;
    }
    .functionality-table {
        position: relative;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        display: flow;
        max-width: 100%;
    }
}
@media (min-width: 1025px) and (max-width: 1280px){
.subscribe-form {
    padding: 5px 5px 5px 5px !important;
    height: 60px !important;
    margin-top: 20px !important;
}
.section-before-image:before {
    left: -480px !important;
    width: 970px !important;
    height: 970px !important;
}
.btn-start a:hover:after {
    left: 30px !important;
    top: 18px !important;
}
.headerCTA .talkCta {
    padding: 10px 40px !important;
}
.talkCta:hover:after {
    left: 20px !important;
    top: 14px !important;
}
.content-style .btn-start a:hover:after{
    left: 30px !important;
}
.btn-start.footerbtn a:hover:after {
    left: 25px !important;
    top: 22px !important;
}
.element-animation:after {
    right: -579px !important;
}
}
/* animation css */
.animation-on-image-right{
    animation: rotateRight 40s linear infinite;
}
.animation-on-image-left{
    animation: rotateLeft 40s linear infinite;
}
.animation-rotate-right-left {
    animation: rotateRightLeft 4s infinite linear;
}
.animation-scale{
    animation: scaleAnimation 4s infinite ease-in-out;
}
.delayed {
    animation-delay: 1s;
}
.banner-element{
    animation: rotateElement 50s linear infinite;
}
@keyframes rotateRightLeft {
    0% {
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes rotateElement {
    0% {
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(60deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes rotateRight {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateLeft {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(100deg);
    }
    50% {
        transform: rotate(335deg);
    }
    100% {
        transform: rotate(100deg);
    }
}
@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1); /* Adjust this value to control how big the image gets */
    }
    100% {
        transform: scale(1);
    }
}
