body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden !important;
}


a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1{
    font-family: "Poppins", sans-serif;
}

h2{
    font-family: "Poppins", sans-serif;
}

h3{
    font-family: "Poppins", sans-serif;
}

h4{
    font-family: "Poppins", sans-serif;
}

h5{
    font-family: "Poppins", sans-serif;
}

h6{
    font-family: "Poppins", sans-serif;
}

p{
    font-family: "Poppins", sans-serif;
}
/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.default-btn{
    padding-top: 20px;
}

.default-btn a{
    background: linear-gradient(90deg, #5a189a, #e0aaff); 
    border-radius: 50px;
    padding: 7px 25px;
    color: #ffffff;
    border: none; 
    transition: 0.3s;
}


.default-btn a:hover {
    opacity: 0.9; 
    transform: translateY(-2px);
}

/* header start */

.navbar-custom {
      

    position: relative;

    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background: transparent;

    transition: top 0.3s, background-color 0.3s;

}

.navbar-bg{
    background-color: #fcfffc;
    border-radius: 50px;
    padding: 15px 40px 15px 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-brand img{
    width: 140px;
}

.nav-link, .navbar-brand, .dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #fcfffc;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.offcanvas-body{
   
    display: flex !important;
    justify-content:center !important;
}

.head-btn{
    text-align: end;
}

.head-btn a{
    background-color:#0c211b ;
    padding: 7px 26px 7px 26px;
    border-radius: 50px;
    color: #ffffff;
}

.head-btn a:hover{
    background-color: #5a189a;
}

.navbar-nav{
    display: flex;
    justify-content: center;
}
.navbar-nav a{
    color: #10302a !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;

}

.navbar-nav a:hover{
   /* color: #10002b !important; */
   
}

.navbar-nav .active a{
    /* color: #10002b !important; */
    
}


.navbar-toggler span{
    color: #10302a !important;
}

.navbar-toggler:focus {
    outline: none; 
    box-shadow: none;
    
}


.header-right-section{
    display: flex;
    justify-content:end;
    /* justify-content: space-between; */
}





@media(max-width:1350px){
    .head-btn a{
        font-size: 15px;
        padding: 7px 15px 7px 15px;
    }
}

@media(max-width:1270px){
    .head-btn-col{
        display: none !important;
    }
}





@media(max-width:992px){
    .offcanvas-body{
        display: flex !important;
        justify-content: left !important;
    }

    .header-btn{
        display: none;
    }

    .header-right-section{
        display: none;
    }

    .navbar-nav .active{
        background-color: transparent !important;
        
    }

    .navbar-nav a{
        color: #000000 !important;
    }

    .navbar-nav .active a{
        color: #000000 !important;
    }

    
}


@media(max-width:500px){
    .navbar-bg{
        padding: 10px !important;
    }
}





/* header end */



/* floating btn */


.floating-buttons-left {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column; /* stack vertically */
    gap: 15px; /* space between buttons */
    z-index: 1000;
}

/* Common button styles */
.floating-buttons-left a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
}


.floating-buttons-left a.whatsapp-btn {
    background-color: #25d366;
}

.floating-buttons-left a.whatsapp-btn:hover {
    transform: scale(1.2);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}


.floating-buttons-left a.call-btn {
    background-color: #2f2561;
}

.floating-buttons-left a.call-btn:hover {
    transform: scale(1.2);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}


/* floating btn */



/* banner start*/

.home-banner{
  padding-top: 230px !important;
  padding-bottom: 100px;

  position: relative;
}


/* .home-banner-content h1{
  text-align: center;
  background: linear-gradient(to right, #2f2561 45%,   #88eee7 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
} */

.home-banner-content p{
  text-align: center;
}


.home-banner-png{
  position: absolute;
  top: 20%;
  right: 5%;
  z-index: -99;
}

.home-banner-btn{
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 10px;
}

.home-banner-btn-one a{
  padding: 6px 26px 6px 26px;
  background-color:#88eee7;
  color: #2f2561;
  font-size: 18px;
  border-radius: 50px;
 

}


.home-banner-btn-one a:hover{
  
  background-color:#2f2561;
  color: #ffffff;
}

.home-banner-btn-two a{
  padding: 6px 26px 6px 26px;
  background-color:#2f2561;
  color: #ffffff;
  font-size: 18px;
  border-radius: 50px;

}

.home-banner-btn-two a:hover{
  background-color:#88eee7;
  color: #2f2561;
}

.home-banner-content{
  text-align: center;
}

.banner-title {
  background: linear-gradient(90deg, #2f2561, #88eee7, #2f2561);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  display: inline-block;
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700;
  font-size: 70px;
}

.home-shape-1{
  position: absolute;
  right: 10%;
  bottom: 15%;
}

.home-shape-1 img{
  width: 150px;
}

.home-shape-2{
  position: absolute;
  
  top: 30%;
  left: 89%;
  transform: translate(-50%, -50%);
}


.home-shape-2 img{
  width: 100px !important;
}

.home-shape-3{
  position: absolute;
  left: 10%;
  bottom: 15%;
}

/* .home-shape-3-img{
  position: relative;
} */




.home-shape-4{
  position: absolute;
  top: 15%;
  left: 10%;
}

.home-shape-5{
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translate(-50%, -50%);
}




@media(max-width:432px){
  .home-banner-content h1{
    font-size: 35px;
  }

  .home-banner-png img{
    width: 70%;
  }

  .home-shape-1{
    bottom: 0%;
  }

  .home-shape-1 img{
    width: 80px;
  }

  .home-shape-2{
    top: 24%;
    left: 84%;
  }

  .home-shape-2 img{
    width: 50px !important;
  }

  .home-shape-3{
    left: 24%;
    bottom: -2%;
  }

  .home-shape-3 img{
    width: 135px;
  }

  .home-shape-4{
    top: 19%;
    left: 16%;
  }

  .home-shape-4 img{
    width: 120px;
  }

  .home-shape-5{
    /* top: 55%; */
    display: none;
    
  }

  
}

/* banner end */





/* footer start */


.footer-section {
    padding-top: 80px;
    padding-bottom: 30px;
    
}

.footer-bg {

    background-color: #000000;
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
    /* padding-bottom: 10px; */
    border-radius: 15px;
}

/* .footer-row{
    padding: 50px;
} */

.footer-col{
    padding: 30px;
    display: flex;
    justify-content: center !important
}

 
.footer-logo img{
    width: 140px;
}

.footer-about p{
    margin-top: 15px;
    color: #f3f1f2;
    font-size: 15px;
    font-weight: 400;
}

.social-icon {
    padding-top: 5px;
}

.social-icon a {
    font-size: 20px;
    color: #f3f1f2;
    padding: 0px 25px 0px 0px;

    transition: all 0.4s ease-in-out;
    opacity: 1;
    display: inline-block;
}

.social-icon a:hover {

    /* opacity: 0.6; */
    transform: translateY(-5px);
    color: #ffffff;
}




.footer-menu ul {
    padding: 0px;
}

.footer-menu li {
    list-style: none;
    margin: 10px;
    margin-left: 0px;

}

.footer-menu h2 {
    color: #ffffff;

    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;

}

.footer-menu a {
    color: #f3f1f2;

    font-weight: 300;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-menu a:hover {
    color: #e0aaff;
}

.copy-right {
    display: flex;
    
    justify-content: center;
    padding-top: 10px;
    /* padding: 30px 20px 0px 20px; */
}

.copy-right p {

    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #f3f1f2;

}

.copy-right a {
    color: #f3f1f2;
}




@media(max-width:768px) {
    .footer-menu {
        padding: 20px;
    }

    .footer-content{
        padding: 20px;
    }

    .footer-col{
        padding: 0px;
        display: flex;
        justify-content: start !important;
    }
}

@media(max-width:432px) {
    .footer-menu h2 {
        font-size: 18px;
    }

    .footer-menu li {
        margin: 5px;
        margin-left: 0px;
    }

    .footer-menu a {
        font-size: 15px;
    }

    .copy-right {
        display: flex;
        flex-direction: column;
    }

    .copy-right p{
        font-size: 13px;
    }

    .footer-section {
        padding-bottom: 0px;
    }
}

/* footer end */


/* about start */
.about-section{
    padding: 100px 0px;
}

.about-number-col{
    display: flex;
    align-items: end;

    position: relative;

    background-image: url(..//image/about-shape.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}


.about-number {
  display: flex;
  align-items: center;
  font-size: 300px;
  font-weight: 800;
}
.about-number span {
  margin-left: 5px;
  color: #10302a;
}


.feature-1{
    font-size: 18px;
    background-color: #d5ffdd;
    padding: 7px 26px 7px 26px;
    border-radius: 50px;
    color: #000000;

    position: absolute;
    top: 43%;
    left: 30%;

    animation: heartbeat 2.2s infinite;
    transform-origin: center;
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.15);
    }
}

.feature-2{
    font-size: 18px;
    background-color: #ff6d00;
    padding: 7px 26px 7px 26px;
    border-radius: 50px;
    color: #ffffff;

    position: absolute;
    top: 50%;
    left: 0;

    animation: heartbeat 2.2s infinite;
    transform-origin: center;
}

.feature-3{
    
    font-size: 18px;
    background-color: #b4e717;
    padding: 7px 26px 7px 26px;
    border-radius: 50px;
    color: #000000;

    position: absolute;
    bottom: 30%;
    left: 30%;

    animation: heartbeat 2.2s infinite;
    transform-origin: center;
}


/* .about-number h2{
    font-weight: 600;
    font-size: 300px;
    color: #10302a;
} */

.about-number h2 {
    font-weight: 600;
    font-size: 300px;
    /* background: linear-gradient(90deg, #2f2561, #88eee7);
    -webkit-background-clip: text;  
    -webkit-text-fill-color: transparent; 
    background-clip: text;         
    color: transparent;      */
    color: #10302a;
}



.about-btn{
    padding-top: 10px;
}

.about-btn a{
    padding: 8px 26px 8px 26px;
    background-color: #2f2561;
    color: #ffffff;
    border-radius: 50px;
    transition: 0.3s;
}

.about-btn a:hover{
    background: linear-gradient(90deg, #2f2561, #88eee7);
    transform: translateY(-2px);
}

.about-content h2{
    color: #2f2561;
    font-size: 60px;
    font-weight: 700;
}

.about-head-title{
  background: linear-gradient(90deg, #2f2561, #88eee7, #2f2561);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  display: inline-block;
}

.about-content p{
    color: #405955;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}


@media(max-width:992px){
    .about-content{
        padding-top: 30px;
    }
}

@media(max-width:650px){
    .feature-1{
        top: 22%;
        left: 42%;
    }

    .feature-3{
        bottom: 25%;
        left: 40%;
    }

    .feature-2{
        top: 41%;
        left: 11%;
    }
}


@media(max-width:550px){

    .about-number-col{
        display: flex;
        justify-content: center;
    }
    .about-number h2{
        font-size: 200px;
    }

    .about-number span{
        font-size: 100px;
    }

    .about-content h2{
        font-size: 40px;
    }
}


@media(max-width:432px){
    .about-section{
        padding-top: 50px;
        padding-bottom:35px;
    }

    .about-number h2{
        font-size: 249px;
    }

    .about-number span{
        font-size: 80px;
    }

    .about-content p{
        font-size: 15px;
    }

    
}

/* about end */


/* counter start */
.counter-section {
  padding: 30px 0;
  
}

.counter-card {
  padding: 20px 20px;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  gap: 20px;
}

.counter-card:hover {
  transform: translateY(-10px);
}

.counter-icon i {
  font-size: 50px;
  color: #333;
  margin-bottom: 20px;
}

.counter-text {
  position: relative;
  display: inline-block;
}

.counter-text h2 {
  display: inline-block;
  font-size: 70px;
  font-weight: 500;
  color: #2f2561;
  margin: 0;
}

.counter-text span {
  font-size: 50px;
  font-weight: 700;
  color: #2f2561;
}

.counter-text p {
  font-size: 18px;
  color: #333;
  
}


@media(max-width:768px){

    /* .counter-card-row{
        display: flex !important;
        justify-content: center !important;
    } */

    .counter-card{
        display: flex;
        justify-content:start;
    }

    

    /* .counter-icon .fa-globe{
        margin-right: 40px;
    }

    .globe-text{
        margin-right: 40px;
    } */

    /* .counter-card-col{
        display: flex;
        justify-content:start;
    } */
    
}

@media(max-width:432px){

   .counter-section{
    padding: 0px;
   }
}



/* counter end */





/* .pages-banner{
    background-image: url(..//image/banner-1.jpg);
}
 */


.pages-banner {
    position: relative;
    background-image: url(../image/banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 150px 0px;
    
}

.pages-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #5a189a; */
    background-color: #000000;
    /* background-color: #10002b; */
    opacity: 0.7; 
    z-index: 1;
}


.pages-banner > * {
    position: relative;
    z-index: 2;
}

.pages-banner-content{
    text-align: center;
}
.pages-banner-content a{
    color: #ffffff;
    font-size: 18px;
}

.pages-banner-content .active{
    color: #e0aaff;
}

.pages-banner-content span{
    color: #ffffff;
    font-size: 18px;
}


@media(max-width:432px){

    .pages-banner {
        padding: 100px 0px;
    }
}

/* pages banner end */


/* cta start */

.cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f0f0f0;
}

.cta-row{
    display: flex;
    justify-content: center;

    
    border-radius: 10px;
    padding-top: 80px;
    padding-bottom: 80px;

    position: relative;
}

.cta-content{
    text-align: center;
}

.cta-content h6{
    color: #030303;
    font-weight: 600;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
}
.cta-content h1{
    color: #030303;
   
font-weight: 700;
font-size: 145px;
line-height: 130%;
letter-spacing: 0%;
text-align: center;
font-family: "Space Grotesk", sans-serif;
text-transform: uppercase;

}

.cta-content p{
    color: #ffffff;
   
font-weight: 400;
font-size: 17px;
line-height: 29px;
letter-spacing: 0%;
text-align: center;

}

.cta-btn a{
    padding: 7px 25px 7px 25px;
    background-color: #000000;
    border-radius: 50px;
    color: #ffffff;
    font-size: 30px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
}

.cta-btn a:hover{
    color: #ffffff;
}


.cta-btn-one{
    position: absolute;
    top: 30%;
    right: 15%;
}

.cta-btn-one a{
    background-color: #ffffff;
}

/* .cta-content a{
    background-color: #13a2b2;
    color: #ffffff;
    padding: 7px 25px 7px 25px ;
    border-radius: 50px;
    border:  1px solid #ffffff;
}


.cta-content a:hover{
    background-color: #ffffff;
    color: #13a2b2;
    border: 1px solid #13a2b2;
} */



@media(max-width:992px){
    .cta-content h1{
        font-size: 120px;
    }
}

@media(max-width:890px){

    .cta-section{
        padding-bottom: 130px;
    }
    .cta-btn-one{
        position: absolute;
        top: 69%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(max-width:768px){
    .cta-content h1{
        font-size: 70px;
    }
}

@media(max-width:432px){
    .cta-row{
        margin: 0px;
        background-position: right;
    }

    .cta-content h1{
        font-size: 50px;
    }

    .cta-content p {
        font-size: 14px;
    }

    .cta-btn a {
        font-size: 19px;
    }
}

/* cta end */




/* counter  */



.counter-box h2 {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 10px;
  /* color: #5a189a; */

  color: transparent;
  -webkit-text-stroke: 2px #5a189a;
  text-stroke: 1px #5a189a;
}

.counter-box p {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
}

.counter-box {
  padding: 30px 20px;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.counter-box:hover {
  transform: translateY(-8px);
}

/* counter end */


/* service page */

.service-section {
  position: relative;
  overflow: hidden; 
}

.service-head-title-h2{

    background: linear-gradient(90deg, #2f2561, #88eee7, #2f2561);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  display: inline-block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line */
.service-head-title {
  text-align: center;
  position: relative;
}

.service-head-title-sp {
  display: inline-block;
  
  color: #000000; 
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.service-head-title-sp::before {
  content: "";
  position: absolute;
  top: -8px; 
  left: 90%;
  transform: translateX(-90%);
  width: 100px; 
  height: 2px;
  background-color: #000000; 
  border-radius: 5px;
}

/* line */



.service-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100px; 
  pointer-events: none; 
}

.service-head-title .service-head-title-sp{
    color: #030303 !important;
    font-size: 35px !important;
    font-weight: 500 !important;
    margin-right: 20px;
}

.service-head-title .service-head-title-we{
    color: #030303 !important;
    font-size: 35px !important;
    font-weight: 500 !important;
    margin-left: 20px;
}




.service-shape img {
  width: 100%;
  height: auto;
}

.service-section .container {
  position: relative;
  z-index: 1;
}



.service-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 15px;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
}

.service-content {
  padding-top: 15px;
}

.service-content h5 {
  font-size: 26px;
  font-weight: 600;
  color: #2f2561;
  margin-bottom: 15px;
  font-family: "Space Grotesk", sans-serif;
}

.service-content p {
  font-size: 16px;
  /* color: #555; */
  color: #525252;
  margin-bottom: 20px;
  line-height: 1.6;
}


.service-content a {
  background-color: #2f2561;
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.service-content a:hover {
  border: 1px solid #2f2561 ;
}

.service-all-btn-col{
    display: flex;
    justify-content: center;
}

.service-all-btn{
    /* border: 1px solid #333; */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    width: 130px;
    height: 130px;
    border-radius: 100px;
    font-weight: 600;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: relative;
    overflow: hidden;
    color: #333 !important;
    transition: color 0.4s ease;
    
}


.service-all-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #2f2561;
  transition: height 0.4s ease;
  z-index: 0;
  border-radius: 100px;
}


.service-all-btn:hover::before {
  height: 100%;
}

.service-all-btn * {
  position: relative;
  z-index: 1;
}


.service-all-btn:hover {
  color: #ffffff !important;
  border-color:#2f2561;

}

.btn-icon-wrap i{
    transform: rotate(304deg);
}


@media (max-width: 991px) {
  .service-card {
    text-align: start;
  }
  
  .service-content {
    padding: 0px;
    padding-top: 15px;
  }
}


@media (max-width: 500px) {

    .service-head-title .service-head-title-sp{
        
        font-size: 20px !important;
       
    }

    .service-head-title .service-head-title-we{
      
        font-size: 20px !important;
     
    }
}




/* @media (max-width:550px) {
  .service-shape{
    width: 50px;
  }
} */


@media (max-width:432px) {
  .service-card{
    padding: 10px;
    margin: 0px !important;
  }

  .service-content h5{
    font-size: 20px;
  }

  .service-content p{
    font-size: 15px;
  }

  .service-section{
    padding-top: 100px !important;
  }

  .service-shape img {
    width: 50%;
    
  }

  .service-shape{
    right: -50px;
  }


  .service-head-title-sp{
    display: none;
  }

  .service-head-title-we{
    display: none;
  }

}

/* service end */






/* testimonials start */

.testimonials-section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.testimonials-top-left{
    text-align: center;
}

.testimonials-top-left h6 {
    color: #e0aaff;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    
    
}

.testimonials-top-left p{
    color: #525252;
}

.testimonials-top-left-h2{
    background: linear-gradient(90deg, #2f2561, #88eee7, #2f2561);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  display: inline-block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 70px;
  font-weight: 700;
  
}

.testimonials-top-left span{
    color: #e0aaff;
}


.testimonials-top-right{
    text-align: end;
}



.testimonial-item {
    margin-top: 50px !important;
    
    padding: 30px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* border: 2px solid #303031; */
    margin: 15px 5px 15px 5px;
    
}

.testimonial-user{
   display: flex;
   align-items: center;
   gap: 15px;
   
}

.testimonial-name h5{
    font-size: 25px;
    color: #2f2561;
    font-family: "Space Grotesk", sans-serif;
}

.testimonial-name h6{
    font-size: 18px;
    color: #525252;
}


.testimonial-item img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}


.testimonial-text {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #030303;
}

.stars {
    font-size: 20px;
    color: #ffe234;
}



@media(max-width:432px){

    .testimonials-section{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .testimonials-top-left h6{
        font-size: 18px;
    }

    .testimonials-top-left h2 {
        font-size: 45px;
        text-align: center;
        padding-top: 10px;
    }

    .testimonials-top-right{
        text-align: center;
    }
}

/* testimonials end */



/* client start */

.client-section{
    padding: 50px 0px;
}

.client-head-title h2{
    font-size: 48px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
}

/* line */
.client-head-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px; 
  margin-bottom: 50px;
}

.client-head-title::before,
.client-head-title::after {
  content: "";
  flex: 1; 
  height: 2px;
  background-color: #000000; 
  max-width: 60px; 
}

.client-head-title::before,
.client-head-title::after {
  content: "";
  flex: 1; 
  height: 2px;
  background-color: #000000; 
  max-width: 60px;
}

/* line */

.client-head-title span{
    color: #2f2561;
    font-family: "Space Grotesk", sans-serif;
}


.client-logo-slider .item {
  text-align: center;
  padding: 15px;
}

.client-logo-slider img {
  max-width: 150px;
  height: auto;
}

@media(max-width:432px){
    .client-head-title h2{
        font-size: 35px;
    }
}

/* clients end */



/* work process section */

.work-process-section{
    background-color: #000000;
    padding: 50px 0px;

    background-image: url(..//image/grid-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative; 
    overflow: hidden;
   
    
}


.explore-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;      
    pointer-events: none;
}

.explore-shape img {
    width: 100%;
}

.work-head-title h2{
    color: #ffffff;
    font-size: 70px;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif !important;
}

.work-process-row{
    padding-top: 100px;
}



.work-process-icons{
    position: relative;
}

.work-process-icons span{
    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
    position: absolute;
    left: 5%;
    top: 15%;
}


.work-process-content{
    padding-top: 30px;
}

.work-process-content h4{
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif ;
}

.work-process-content p{
    color: #999;
    font-size: 18px;
    font-weight: 400;
    
}




@media(max-width:432px){
    .work-head-title h2{
        font-size: 52px;
    }

    .work-process-card{
        margin-top: 15px;
    }

    .work-process-content h4{
        font-size: 33px;
    }

    .work-process-section{
        padding-bottom: 120px !important;
    }

    .explore-shape img {
        width: 50%;
    }

    .explore-shape{
        right: -50px;
    }
}

/* work process end*/




/* product page */


.product-section{
    padding-top: 100px;
    padding-bottom: 40px;
}

.product-head-title-row{
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-head-title{
  text-align: center;

  

}

.product-head-title-h1{

  background: linear-gradient(90deg, #2f2561, #88eee7, #2f2561);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  display: inline-block;
  font-size: 70px;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif ;

}

.product-card{
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  margin-bottom: 50px;
}


.product-card img{

  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

.product-name a{
  font-size: 25px !important;
  color: #2f2561 !important;
  font-family:'Space Grotesk', sans-serif !important;
  font-weight: 700;
}



@media(max-width:768px){
  .product-name{
    margin-top: 15px;
  }
}

@media(max-width:432px){
  .product-head-title h1{
    font-size: 40px;
  }
}

/* product end */


/* about page */

.about-page-section{
    
    padding-top: 150px;
}

.about-image{
  text-align: center;

  /* perspective: 1000px;
  display: inline-block; */
}


.about-image img {
  transform-style: preserve-3d;
  will-change: transform;
  border-radius: 100%;
  /* border: 5px solid #2f2561; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* about end */


/* service pagae */

.service-page-section{
    padding-top: 150px !important;
}

/* service pagae end */

/* contact page */

.contact-section{
    padding-top: 150px !important;
    padding-bottom: 40px;
}

.contact-head-titles{
    text-align: center;
}

.contact-head-title{

  background: linear-gradient(90deg, #2f2561, #88eee7, #2f2561);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  display: inline-block;

  font-size: 70px;
  font-weight: 700;
  font-family:'Space Grotesk', sans-serif;
}

.address-col-card{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px 0px;
    margin-top: 20px;

    
}

.address-card{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.address-icon{
    background-color: #2f2561;
    width:50px;
    height:50px;
    border-radius: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;

}

.address-text a{
    color: #525252;
    font-size: 22px;
    font-weight: 600;
}

.form-section{
    padding-bottom: 50px;
}

.form-bg{
    background-color: #f0f0f0;
    padding: 40px;
}

.form-bg .form-label{
    font-size: 18px;
    color: #030303;
    font-weight: 500;
}

.form-control::placeholder {
  color: #8d8d8d;
  font-size: 17px !important;
  font-weight: 500 !important;
}

.form-control{
    background-color: #ffffff !important;
    border: none !important;
    padding: 20px !important;
}

.contact-btn{
    padding: 8px 26px 8px 26px;
    background-color: #2f2561;
    border-radius: 50px;
    color: #ffffff;
    font-family:'Space Grotesk', sans-serif;
}

.contact-btn i{
    transform: rotate(304deg);
}

.contact-btn:hover{
    border: 1px solid #2f2561;
}




@media(max-width:992px){
    .address-card{
        justify-content: start;
        margin-top: 15px;
    }
}


@media(max-width:432px){
    .contact-head-title{
        font-size: 49px;
    }

    .contact-head-titles p{
        font-size: 15px;
    }

    .contact-section{
        padding-top: 107px !important;
    }

    .form-bg{
        padding: 16px;
    }
}

@media(max-width:378px){
    .address-text a{
        font-size: 17px;
    }
}

/* contact end */


/* tech */

.tp-technology-section {
  background-color: #000000;
  /* padding: 150px 0; */
  padding-top: 150px;
  padding-bottom: 10px;

  background-image: url(..//image/grid-shape.png);
  
}

.tp-technology-h2{
    background: linear-gradient(90deg, #2f2561, #88eee7, #2f2561);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  display: inline-block;

  font-size: 70px;
  font-weight: 700;
  font-family:'Space Grotesk', sans-serif;
}



.tp-technology-section h2 { 
    font-weight: bold; 
    margin-bottom: 10px; 
}

.tp-technology-section p { 
    color: #000000; 
    margin-bottom: 40px; 
}


.tp-techonolgy-capsule-item-wrapper {
  position: relative;     
  display: flex;
  flex-wrap: wrap;
  
  gap: 20px;
  min-height: 220px; 
  padding: 130px 0px;
  align-items: flex-start;
}


.tp-techonolgy-capsule-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background: rgba(255, 255, 255, 0.05); */
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 20px 25px;
  width: 130px;
  height: 130px;
  text-align: center;
  cursor: grab;
  box-shadow: 0 6px 18px rgba(16, 146, 233, 0.12);
  user-select: none;
  touch-action: none;
  will-change: transform, left, top;
  transition: box-shadow 0.2s;
}

/* small shadow change on grab */
.tp-techonolgy-capsule-item.grabbing {
  box-shadow: 0 18px 36px rgba(16, 146, 233, 0.18);
  cursor: grabbing;
}

.tp-techonolgy-capsule-item img {
  margin-bottom: 10px;
  width: 50px;
}

.tp-techonolgy-capsule-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}


@media(max-width:992px){

    .tp-techonolgy-capsule-item-wrapper{
        height:450px;
    }
}


@media(max-width:768px){
    .tp-technology-h2{
        font-size: 50px;
    }
}


@media(max-width:450px){

    .tp-techonolgy-capsule-item-wrapper{
        height:470px;
        display: flex;
        justify-content: center;
    }

    .tp-technology-h2{
        font-size: 45px;
    }
}


@media (max-width: 480px) {

  .tp-techonolgy-capsule-item { 
        width: 90px;
        height: 90px;
        padding: 14px;
    }

    .tp-techonolgy-capsule-item img {
        width: 30px;
    }

    .tp-techonolgy-capsule-item p { 
        font-size: 10px; 
    }

    .tp-technology-section{
        padding-top: 45px;
    }

}

/* end */

/* detail */

.detail-page-section{
    padding-top: 150px;
    padding-bottom: 40px;
}

.service-detail-head h2{
    font-size: 50px;
    font-weight: 700;
    color: #030303;
    font-family: "Space Grotesk", sans-serif;
}


.detail-image-row{
    padding-top: 50px;
}

.detail-image {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.detail-content-row{
    padding-top: 30px;
}

.detail-content h2{
    font-size: 50px;
    font-weight: 700;
    color: #030303;
    font-family: "Space Grotesk", sans-serif;
}

.detail-content p{
    font-size: 15px;
    font-weight: 500;
    color: #030303;
    font-family: "Space Grotesk", sans-serif;
}


@media (max-width: 432px) {
   .service-detail-head h2{
    font-size: 40px;
   }

   .detail-content h2{
    font-size: 40px;
   }
}


/* end */

/* top */

 .btn-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #2f2561;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 999;
    transition: all 0.3s ease;
  }

  .btn-top:hover {
    background-color: #453a84;
    transform: translateY(-3px);
  }

  .btn-top i {
    font-size: 1rem;
  }