 .section-lg {
      padding: 6rem 1rem;
      position: relative;
      overflow: hidden;
      text-align: center;
     background-image: url("sites/default/files/2025-06/HeroSection.jpg");
    }
.title-heading:before{
	content: " ";
	
}
.title-heading{
	color:#7C5CFC !important;
}
    .section-lg::before {
      content: "";
      position: absolute;
      top: -50px;
      left: -50px;
      width: 200%;
      height: 200%;
      background-image: radial-gradient(circle, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
      background-size: 40px 40px;
      z-index: 0;
    }
.order-box:before {
	background-image:none;
}
    .container {
      position: relative;
      z-index: 2;
    }

    .hero-text {
      font-weight: 700;
    font-size: 76px;
    display: flex;
    justify-content: center;
    }

    .stroke-text {
      color: transparent;
      -webkit-text-stroke: 1px #fff;
      text-stroke: 1px #fff;
    }

    .section-lg p {
      margin: 1.5rem auto 2rem;
    font-size: 24px;
    font-weight: 300;
    color: #90A3BF;
    width: 70%;
    }
    .progress-box .animated-progress div{
    	background-color: #659711 !important
    }

    .button {
      padding: 0.75rem 1.75rem;
      font-size: 1rem;
      font-weight: 500;
      border: none;
      border-radius: 50px;
      text-decoration: none;
      display: inline-block;
    }

    .button-lg {
      background-color: #7b61ff;
      color: white;
      margin-right: 1rem;
    }

    .button-lg:hover {
      background-color: #674fd7;
    }

    .button-secondary-see {
      background-color: #1A202C !important;
      color: white;
    }

    .button-secondary:hover {
      background-color: #444750;
    }
    


.order-box {
    background: transparent !important;
    padding: 10px !important;
    /* height: 212px; */
    box-shadow: unset !important;
    position: unset !important;
}

.order-box  p {
    width: auto !important;
    font-size: 16px;
    margin: unset !important;
    font-weight: 400;
    text-align: start;
    color:#596780 !important;
}
.order-box  h3{
	    color: #040815 !important;
    font-size: 24px;
    text-align: start;
    font-weight: 600;
}
.order-box:after{
	background-image: none;
}
.filter-buttons h6{
	background: white !important;
   padding: 0px !important;
}
.feature-container{
	text-align: start;
	margin-bottom: 40px
}
.feature-container h4{
	color: #7C5CFC;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.feature-container h1{
	    color: #0D121F;
    font-size: 47px;
    font-weight: 700;
}
.section-box {
      padding: 4rem 0;
    }

    .title-heading {
      text-transform: uppercase;
      color: #6c63ff;
      font-weight: 600 !important;
      font-size: 0.85rem;
      text-align: center;
      font-size:20px;
      
    }

    .display-3 {
      font-size: 2.5rem;
      text-align: center;
      margin-top: 0.5rem;
    }

    .section-box p {
      text-align: center;
      font-size: 1.05rem;
      color: #6c757d;
      margin-bottom: 2rem;
    }

    .filter-buttons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 3rem;
      margin-bottom: 2.5rem;
    }
    .dflex{
    	display:flex;
    	align-items: center;
    	gap:0.5rem
    }

    .filter-buttons h6 {
      background: #f1f1f1;
      padding: 0.5rem 1rem;
      border-radius: 30px;
      font-size: 0.9rem;
      font-weight: 500;
      margin: 0;
      color: #333;
      cursor: pointer;
      transition: 0.3s;
    }

    .filter-buttons h6:hover {
      background-color: #e2e2e2;
    }

    .portfolio-box {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      padding: 50px 50px 0px 0px;
      background-color: #F3F5F7;
      text-align: center;
    }

    .portfolio-img img {
      border-radius: 8px;
      max-width: 100%;
      height: 384px;
    }

    .list-inline-dot {
      display: flex;
      justify-content: center;
      gap: 0.75rem;
      padding: 0;
      list-style: none;
      font-size: 0.9rem;
      color: #6c63ff;
    }

    .list-inline-dot li::after {
      content: '•';
      margin-left: 0.75rem;
      color: #ccc;
    }

    .list-inline-dot li:last-child::after {
      content: '';
    }

    .link-hover {
      color: #6c63ff;
      text-decoration: none;
    }

    .link-hover:hover {
      text-decoration: underline;
    }

    .swiper {
      padding-bottom: 3rem;
    }

    .swiper-slide {
     width: 384px;
    height: 384px;
    }
    
    .hero-text span {
    display: block;
    color: #fff;
}
.theme-light .stroke-text{
	color:#fff !important;
	-webkit-text-stroke-color: #fff !important;
}

.path-frontpage .topper {
    padding: 132px 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    background-position: bottom;
    position: relative;
    top: -98px;
}


.topper a.button.button-secondary-see {
    background: #1A202C !important;
}


.custom-hide-section{
	display:none !important;
}

.section-lg.pt-0.service-section {
    padding-top: 5rem !important;
    padding-bottom: 0px !important;
}
.order-box .order {
  
    min-width: 13%;
    text-align: start;
}

.order-box:hover{
	box-shadow:26px 21px 31.9px 0px #0000000D !IMPORTANT;
}
.Portfolio-section h2 {
    color: #0D121F;
    font-size: 46px;
    font-weight: 600;
}
.Portfolio-section p{
	color: #596780;
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
    text-align: center;
    width: 100%;
}
.theme-light .fancy-box {
    background: white;
    -webkit-box-shadow: 0 10px 36px 0 rgba(22,24,26,0.08);
    box-shadow: 0 10px 36px 0 rgba(22,24,26,0.08);
    -webkit-transition: linear 0.1s;
    transition: linear 0.1s;
}
.Portfolio-section .container{
	position: unset !important;
}
.theme-light .icon-box {
    background: transparent !important;
}

.Portfolio-section .fancy-box {
    background: #F3F5F7 !important;
    box-shadow: unset !important;
    text-align: start !important;
}
.fancy-box:after{
	content:unset !important;
}

.Portfolio-section h6.font-small.uppercase.letter-spacing-1 {
    color: #0D121F !important;
    font-weight: 600 !important;
    font-size: 23px !important;
        text-transform: capitalize;
}

.Portfolio-section .inline-flex.align-items-center {
    border-bottom: 1px solid #CCD7EB;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.Portfolio-section i.bi.bi-check.pe-2 {
    background: #9cd323 !important;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 1px  5px!important;
    margin-right: 8px;
}
.Portfolio-section ul.list-unstyled li {
    list-style-type: none;
    margin-bottom: 6px;
    display: flex;
    align-items: start;
    justify-content: start;
    font-size:15px !important;
}
.Portfolio-section span {
    font-size: 17px;
    color: #596780;
    font-weight:300 !important;
}
.Portfolio-section h1.display-3.line-height-100.m-0{
	text-align:start !important;
	font-weight: 600;
}
.section.bg-lighter.border-radius-1 {
    box-shadow: unset !important;
}

.icon-box.me-2 {
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 10px;
}

.section-lg.Portfolio-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.section-lg.meet-team {
    background-image: url(/sites/default/files/2025-06/Our%20team.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.meet-team  h2{
	color:#fff !important;
	font-size:46px;
	font-weight:600;
}
.meet-team p{
	color:#90A3BF;
	font-size:20px;
}
.meet-team .team-box {
    background: #1A202C !important;
}
.meet-team .row.g-4.g-xxl-5.mt-4{
	justify-content:center !important;
}
.swiper-wrapper{
	gap:1rem
}
.meet-team  img{
	    width: 170px;
    height: 170px !important;
    border-radius: 101px;
    object-fit: cover;
    max-width: unset !important;
    text-align: center;
    object-position: top;
}
.page-view-frontpage .with-placeholder {
    background: transparent !important;
    border-bottom: 1px solid #f5f5f52b;
}
#block-drupalet-sana-topsecondarymenu .nav-link {
    background: #fff !important;
    color: #222 !important;
    text-decoration: underline;
    text-decoration: none;
    font-size: 20px;
}
.header-logo span {
    color: #F6DEFE !important;
    -webkit-text-stroke-color: #F6DEFE !important;

}
.header-logo {
    color: #FEDEF6 !important;
    font-weight: bold !important;
}
@media screen and (max-width: 767px) {
.hero-text {
    font-size: 47px;
}
.section-lg p {
    font-size: 20px;
    width: 100%;
}
}
.tab-icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: 500;
    border: 1px solid transparent;
    color: #000;
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    color: #040815;
  }

  .tab-icon.active {
    border-bottom: 1px solid #7C5CFC;
    border-radius: 0px;
  }

  .tab-icon img {
    width: 24px;
    height: 24px;
  }

  .example-card {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 50px 50px 0px 0px;
    text-align: center;
  }

  .example-card img {
    max-width: 100%;
    height: 384px;
    border-radius: 8px;
    width:100%;
  }

  .example-card ul{
  	background: white;
    width: 412px;
  }
  .example-card li{
  	font-size: 22px;
    font-weight: 600;
    color: #040815 !important;
  }

  .list-inline-dot a {
    text-decoration: none;
    font-weight: 500;
  }
  .examples-p{
  	font-size: 20px;
    font-weight: 400;
    color: #596780 !important;
  }
  .custom-tags {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }

  .dot-separator::before {
    content: "•";
    color: #000;
    font-weight: bold;
    margin: 0 4px;
  }

  .text-purple {
    color: #7b4dfc !important;
    text-decoration: none;
  }
  
  @media(max-width:767px){
  	.carousel-item .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.carousel-item .row .col-md-4 {
    flex: 0 0 auto;
    width: 85%;
    max-width: 320px;
    margin-right: 1rem;
}
  	.example-card ul {
    background: white;
    width: 100% !important;
}
.training-section p{
margin-top: 50px !important
}
.theme-light .header .menu-toggle{
	color:#fff !important;
}
.page-user-login .tabs{
	width:100% !important;
}

.carousel-item.active .row{
	display:flex;
	 flex-direction:row !important;
}
.carousel-item.active .row .col-md-4{
	width:100% !important;
}
  }
  
  
  .carousel-control-next-icon {
    background-color: #7C5CFC;
    border-radius: 50px;
    opacity: .9 !important;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
	 opacity: .9 !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width:3rem;
	height:3rem;
}
.icon-arrow{
	margin-top: 40px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.icon-arrow .arrow-left{
    background: #1A202C;
    padding: 30px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex
;
}
.icon-arrow .arrow-right{
    background: #7C5CFC;
    padding: 30px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex
;
}
.icon-arrow span i{
	width: 18px;
    height: 18px;
    color: white;
}