/*
Theme Name: mpower-365 
Theme URI: 
Author: the mpower team
Author URI: https://mpower-365.com/
Description: mpower-365 
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0.3.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mpower365
Tags: 
*/

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 80px; /* adjust to your header height */
}

.theme-social-icons {
    display: flex;
    align-items: center;
}
.theme-social-icons a:hover img {
    opacity: 0.7;
    transform: scale(1.05);
    transition: all 0.2s ease;
}
.desknav .contact-menu > a {
  background-color: #7928F2;
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  border-radius: 9999px;
  justify-content: center;
}
.desknav .contact-menu > a:hover{
    background-color: #662aed;
    transition: 300ms;
    color: #ffffff;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#mobile-menu .contact-menu > a {
  background-color: #5C527F;
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  border-radius: 9999px;
  justify-content: center;
  display: inline-block;
}
#mobile-menu .contact-menu > a:hover{
    background-color: black;
    transition: 300ms;
    color: #ffffff;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* #mobile-menu .menu-item a{
    max-width: 250px;
    padding-left: 1.75rem;
} */

.mobile-sub-menu-ul .mobile-sub-menu-ul li a{
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #261C2C !important;
    pointer-events: auto;
    margin-bottom: 0;
}

.bg-blue .testimonial-text{
    color: #FFFFFF;
}
.bg-blue .testimonial-role{
    color: #FFFFFF;
}
.alm-btn-wrap {
  display: flex;
  margin-top: 50px;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

.form-control{
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgb(110 133 178 / var(--tw-border-opacity, 1));
    border-width: 1px;
    border-radius: 10px;
    width: 100%;
    height: 3.5rem;
}
.form-control-textarea{
        font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgb(110 133 178 / var(--tw-border-opacity, 1));
    border-width: 1px;
    border-radius: 10px;
    width: 100%;
    height: 7rem;
}
.cform-btn{
    --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.5rem;
    padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(92 82 127 / var(--tw-bg-opacity, 1));
  border-radius: 500px;
  gap: 0.625rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  display: inline-flex;

}

.blog-index-area{     
    position:sticky;
     top: 80px; 
}
.rich-text-content h2{
    margin-bottom: 10px;
}
.honeypot-style {
  display: none !important;
}
footer ul li a {
    color: #FFFFFF; 
}
footer ul li a:hover{
    color: #FFFFFF; 
}
.w-menu-item:hover{
    color: #000000;
}

 .menu-item-has-children.depth-1 ul li a{
    color: #5c5c5c;
    font-weight: 500;
 }
  .menu-item-has-children.depth-1 ul {
     
 }
 .desknav ul li a{
    line-height: 25px;
     
 }


/*gradient animated text*/

.banner-animate span{
   
    background: linear-gradient(90deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);
    background-size: 300%;
    -webkit-background-clip:text;
    background-clip: text;
    -webkit-text-fill-color:transparent;
    text-align: center;
    animation: animate 5s ease-in-out infinite;

}
 

h2 span{
   
    background: linear-gradient(45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);
    background-size: 300%;
    -webkit-background-clip:text;
    background-clip: text;
    -webkit-text-fill-color:transparent;
    text-align: center;
    animation: animate 3s ease-in-out infinite;

}

@keyframes animate{
    0%{ 
    background-position: 0 50%; 
    }
    50%{ 
    background-position: 100% 50%; 
    }
    100%{ 
    background-position: 0 50%; 
    }
}



.dms-bg2 {
  /*  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/
      background: linear-gradient(-45deg, #C4BEFB, #F7F9FA, #FBEDFA, #FBF5F8);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    height: 100vh;
}

/*#C4BEFB #F7F9FA #FBEDFA #FBF5F8*/

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}




/*gradient animated text*/


@media (max-width: 768px) {

.testimonial-grid{
    display: block !important;
}
}

@media (max-width: 1023.98px) {
  .swiper .story-card .story-content {
     
    background: #FFF;
  }
}


.prd-menu ul.absolute {
    width: 400px;
}
 
.pdlm-menu  {
    display: flex;
    flex-direction: column;
}
.pdlm-menu ul.absolute{
    position: relative;
    box-shadow: none;
}

.bg-wrap.learnmore-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 44, 65, 0.6);
  z-index: 1;
}
.bg-wrap.learnmore-bg {
  background-image: url("assets/imgs/wanttolearn.png");
}

.single-casestudy ul{
   padding-left: 1.5em;  
  list-style-position: outside; 
  margin: 0;    
}
 
 
.single-casestudy ul li {
  margin-bottom: 0.5em;  
 
}

.swiper {
    width: 100%;
    height: 100%;
   overflow:hidden;
}

.homeswiper.swiper {
     overflow:visible;
  }

.caseswiper.swiper {
     overflow:visible;
  }

 .alm-load-more-btn:disabled {
  background-color: #CCCCCC;
  cursor: not-allowed;
}
.alm-load-more-btn[aria-disabled="true"]:hover {
  background-color: #CCCCCC;
  cursor: not-allowed;
}


/* QDMS scrol section height */
#scroll-section{
    height: calc(6 * 100vh);
 
}

.content-home p{
  padding-top:20px;
}

.grid-colm{
  width: 100%;
}

@media (min-width: 768px) {
  .grid-colm{
    width: calc(100% / 2 - 10px) !important;
  }
  
}

@media (min-width: 1024px) {
  .grid-colm{
    width: calc(100% / 3 - 13.33px) !important;
  }
  
}

.contract-caro-inner{
  width: max-content;
}

.richtext-style p{
  font-size: 18px !important;
}

.richtext-style p:empty{
  display: none !important;
}

.richtext-style ul{
  gap: 0 !important;   
  list-style-type: disc;
}

.caro-wrap.swiper{
  overflow: visible;
}

.caro-wrap.swiper .swiper-slide{
  margin-right: 0 !important;
  display: block !important;
  /* width: 100% !important; */
  max-width: 560px !important;
  height: 100% !important;
  min-height: 576px !important;
}

@media (max-width: 580px) {
  .caro-wrap.swiper .swiper-slide{
    max-width: 360px !important;
  }
}

.caro-wrap-inner.swiper-wrapper{
  align-items: flex-start !important;
}