p{
    text-align: justify;
}
.pb-3 {
    padding-bottom: 0.5rem !important;
}
.theme-btn.bg-2 {
    background: #060215;
}
.grow-business-section li{
    text-align: justify;
}
.footer-content p{
    text-align: justify;
}
h2 {
    font-size: 35px;
    line-height: 120%;
    font-weight: 500;
}
.cta-marketing-wrapper h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.hero-4 {
    padding: 108px 0 25px;
}

.contact-wrapper .contact-content .contact-list li {
    font-size: 19px;
    color: var(--text);
}
.section-padding {
    padding: 50px 0;
}
.faq-section{
    padding: 20px;
}
.testimonial-section{
    padding: 30px 0px 28px 0px;
}
.working-process-section{
    padding: 30px 0px 28px 0px;
}
.theme-btn.bg-2 {
    background: #5c30fd;
}

.service-popular-items  {
    height: 520px;
}
.grow-business-wrapper-2 .grow-business-image {
    margin-left: 0;
}
.fa-check-circle:before {
    color: #5C30FD;
}


.testimonial-wrapper .testimonial-content p {
    font-size: 18px;
}

.service-box-items {
    background-color: #5C30FD;
}


@media (min-width: 375px) and (max-width:1023px){
    .page-heading {
    padding-top: 45px !important;
   
}}
/* @media (min-width: 992px) {
    .ps-lg-5 {
        padding-left: 0.50rem !important; 
    }
} */
/* @media only screen and (max-width: 1024px) and (min-width: 1022px) {
    .mean__menu-wrapper {
        display: none;
    }
  } */
  /* @media only screen and (max-width: 1180px)  {
    .mean__menu-wrapper{
        display: none;
    }
  } */
  
  

.page-heading  h1 {

    color:#ffffff;
}
.page-heading {
    padding-top: 100px;
    padding-bottom: 30px;
}
  .breadcrumb-wrapper{
    padding:  17px 0px 12px 0px;
  }

  @media (max-width: 1199px) {
    .section-padding {
        padding: 35px 0;
    }
}





@media (max-width: 991px) {

    .work-process-wrapper .work-process-content .work-process-items .digit-box{
        margin: 0;
    }

    #mobile-menu ul {
      display: none; /* Hide by default */
      flex-direction: column;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: var(--white);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      z-index: 9999;
      padding: 15px 0;
    }
  
    #mobile-menu ul.open-menu {
      display: flex; /* Show when toggled */
    }
  
    #mobile-menu ul li {
      width: 100%;
      text-align: center;
      padding: 10px 0;
    }
  
    .header__hamburger {
      display: block; /* Ensure hamburger is visible */
      cursor: pointer;
    }
  }


@media (max-width: 767px) {
    .custom-center-767 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
 }



  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: flex
;
    align-items: center;
    gap: 10px;
    margin-top: 17px;
    justify-content: center;
    margin-bottom: 20px;
}
.breadcrumb-wrapper .page-heading h1 {
    font-size: 40px;
    position: relative;
    z-index: 9;
    line-height: 1.2;
    text-transform: none;
}
/*footer*/
.footer-widgets-wrapper {
    padding: 26px 0 15px;
    position: relative;
    z-index: 9;
}

.service-section-4{
    padding: 26px 0 15px;
}


.section-title {
    position: relative;
    z-index: 99;
    /* margin-bottom: 30px; */
}

.grow-business-section{
    padding-bottom: 0px;
}
.header-2{
    background-color: #ffffff;
}

.breadcrumb-wrapper{
    background-color: #0000;
}
.bg-cover{
    background-color: #0000;
}

.header-main {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    font-size: 24px;
    color: #ffffff;}

    .breadcrumb-wrapper .page-heading .breadcrumb-items li a {
        color:  #ffffff;
        transition: all 0.4s ease-in-out;
    }

.footer-bottom.style-2 {
  text-align: center; /* Centers inline elements like text */
  display: flex;
  justify-content: center; /* Centers flex items */
  align-items: center;
}
.footer-bottom a:hover {
    color: #5C30FD !important;
    transition: all 0.4s ease-in-out;
}

.footer-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pricing-card-items:hover {
    box-shadow: 0 0 20px rgba(92, 48, 253, 0.2);
    transform: translateY(-10px);
    transition: all 0.4s ease-in-out;
}
.service-box-items:hover {
    box-shadow: 0 0 20px rgba(92, 48, 253, 0.2);
    transform: translateY(-10px);
    transition: all 0.4s ease-in-out;

}.service-box-items p{
    text-align: justify !important;
}