*{
  margin: 0;
  padding: 0;
}
html, body{
  overflow-x: hidden;
  box-sizing: border-box;
}
@font-face {
  font-family: 'poppins bold';
  src: url('../fonts/Poppins-Bold.ttf');
 
}
@font-face {
  font-family: 'poppins semi-bold';
  src: url('../fonts/Poppins-SemiBold.ttf');
  
}
@font-face {
  font-family: 'poppins regular';
  src: url('../fonts/Poppins-Regular.ttf');
  
}
@font-face {
  font-family: 'poppins extra-bold';
  src: url('../fonts/Poppins-ExtraBold.ttf');
 
}
.navbar-nav {
      margin: auto;
    }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px; /* adjust based on your navbar height */
}
/* Logo Sizes */
.navbar-brand .logo {
  width: 50px;
  height: auto;
}
.navbar-brand .logo-text {
  height: 18px;
  width: auto;
}
.nav-link.active {
  color: blue !important;
  
}


/* Nav Links */
.nav-item .nav-link {
  font-family: 'poppins semi-bold';
  
  font-size: 22px;
  color: #000;
 
  display: inline-block;
}

.nav-item{
   padding-left: 20px;
  padding-right: 20px;
}
.nav-link:hover {
  color: #3b5bdb;
}

/* Search Icon */
.search-icon {
  font-size: 18px;
  color: #000;
}

/* Button font */
.navbar button {
  font-family: 'poppins Regular', sans-serif;
}
.navbar-nav .nav-item {
  margin: 0 12px; 
}

.banner-video{
  width: 100%;
  height: 100%;
}
/* Responsive Adjustments */
@media (min-width: 1400px) {
  .nav-link {
    font-size: 18px;
    padding: 0.5rem 0.75rem;
  }
.nav-item{
   padding-left: 0px;
  padding-right: 0px;
}
  .navbar-brand .logo {
    width: 45px;
  }

  .navbar-brand .logo-text {
    
    height: 18px;
  }
}
@media(max-width:1200px){
  .nav-item .nav-link {
    font-size: 14px;
    
  }
  .nav-item{
    padding: 0px;
  }
  .navbar-brand .logo {
    width: 45px;
  }

  .navbar-brand .logo-text {
    width: 100px;
    height: 16px;
  }
}
@media (max-width: 992px) {
  .navbar-nav {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .navbar-collapse {
    background-color: #f8f9fa;
    padding: 20px;
  }
.nav-link{
  font-size: 18px;
}
  .navbar-brand .logo {
    width: 40px;
  }

  .navbar-brand .logo-text {
width: 130px;
    height: 15px;
  }

  .search-icon {
    margin-right: 15px;
  }

  .button {
    margin-top: 15px;
    display: flex !important;
    justify-content: center;
  }
}


.hero-section {
  /* position: relative; */
      width: 100%;
      height: 100%;
      overflow: hidden;
      color: white;
}
 .bg-video {
      /* position: absolute; */
      margin-top: 20px;
      left: 0;
      width: 100%;
      height: 100%;
      /* object-fit: cover; */
      /* z-index: 0; */
    }

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  padding: 0px 100px;
}
.dash{
  width: 150px;
  height: 2px;
  background-color: white;
}

.hero-text h1 {
  font-size: 72px;
  font-weight: bold;
  font-family: 'poppins regular';
}
@media(max-width:991px){
  .hero-text h1 {
  font-size: 1.8rem;
  font-weight: bold;
}
}
.hero-text p {
  font-size: 18px;
  font-family: 'poppins regular';
}
.hero-section button{
  font-family: 'poppins regular';
}
.badge-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: center;
}

.badge-wrapper img {
  position: relative;
  display: block;
}

.badge-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-family: 'poppins regular';
  font-size: 3rem;
}
.badge-desc p{
  position: absolute;
  font-family: 'poppins semi-bold';
  top:60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
}
.market-text p{
  font-family: 'poppins regular';
}
.market-text h6{
  font-family: 'poppins semi-bold';
}

.girl-img img {
 
 width: 100%;
 height:700px;
      
      /* Start with image clipped completely */
      clip-path: inset(0 100% 0 0);
      animation: revealFromLeft 1.5s ease-out forwards;
}

@media (max-width:991px){
  .girl-img img{
    width: 100%;
    height: 100%;
  }
}
@keyframes revealFromLeft {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}




/* heart-design */
/* how it */
.howit-card {
  background-color: #ffffff; /* Dark overlay style */
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgb(236, 236, 236);
  transition: all 0.3s ease;
  height: 100%;
  color: black;
  margin: 10px;
}
.howit-card ul li  {
  font-family: 'poppins regular';
  font-size: 14px;
}
.howit-card h5{
  font-size: 20px;
  line-height: 32px;
  font-family: 'poppins regular';
}
.howit-card p{
  font-size: 16px;
  font-family: 'poppins regular';
  line-height: 28px;
}

/* how it work */
/* together */
 .together {
  margin-top: 80px;
 }
@media(max-width:991px){
  .together{
    margin-top: 10px;
  }
}
.together-icon img {
  width: 30px;
    transition: filter 0.3s ease;
  }

 
 .heart-container {
      position: relative;
      width: 100px;
      height: 100px;
    }

    .floating-heart {
      width: 200px;
      margin-left: 100px;
      animation: floatUpDown 2s ease-in-out infinite;
    }

    @keyframes floatUpDown {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px); /* move up by 10px */
      }
    }
    .together-icon{
      border-bottom: 1px solid rgb(184, 183, 183);
    }
    .together-icon i {
  transition: background-color 0.3s ease, color 0.3s ease;
  
  border-radius: 50%;
}

.together-icon a:hover + i,
.together-icon:hover i {
  
  color: #050505; 
}

     .future-together img {
      width: 100%;
      height: 100%;
      display: block;
    }

 

     .future-together {
      position: relative;
      z-index: 1;
    }

    .future-together img {
      width: 100%;
      height: auto;
      display: block;
    }

    .black-underline {
      margin-top: 10px;
      height: 15px;
      width: 280px;
      background-color: black;
    }

   

    .future-together .col-lg-7,
    .future-together .col-lg-5 {
      position: relative;
      z-index: 1;
    }
    .android-gift img{
      margin-top:-90px;
      /* margin-right: 600px; */
    }
    .android-img img{
      margin-top:-40px
    }
    @media(max-width:1500px){
      .android-gift img{
      margin-top:30px;
      /* margin-right: 600px; */
    }
    .android-img img{
      margin-top:0px
    }
    }
    .move-left {
      .move-left {
  animation: slideLeft 2s ease-in-out infinite alternate;
}
    }

    @keyframes slideLeft {
      from {
        transform: translateX(100px); /* start from right */
        opacity: 0;
      }
      to {
        transform: translateX(0); /* back to original position */
        opacity: 1;
      }
    }
    /* essentia-services */
    .section-title {
      font-size: 2.5rem;
      font-weight: 700;
      font-family: 'poppins bold';
    }
    .section-para{
      line-height: 30px;
      font-size: 18px;
      font-family: 'poppins regular';
    }
.cards-icons img{
  width: 50px;
  height: 50px;
}
.cards-icons{
  font-family: 'poppins regular';
}

.why-choose h5{
  font-family: 'poppins semi-bold';
  font-size: 24px;
}
.why-choose p{
  font-family: 'poppins regular';
  font-size: 18px;
}
.skill-images {
  height: 100%;
}
.service-cards {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  border-top: 1px solid rgb(126, 22, 212);
  border-left: 1px solid rgb(144, 10, 216);
  transition: border 0.3s ease;
}

.service-cards:hover {
  border-top: 1px solid rgb(223, 223, 223);
  border-left: 1px solid rgb(229, 229, 229);
}

.service-card {
  flex: 1;
  background: linear-gradient(135deg, #612af8 0%, #d545f6 100%);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background 0.3s ease, color 0.3s ease;
}

.service-cards:hover .service-card {
  background: #ffffff;
  color: black;
 box-shadow: 5px 10px 18px #888888;
}

.service-cards:hover .service-card h5,
.service-cards:hover .service-card p {
  color: black;
}

.service-card img {
  transition: filter 0.3s ease;
}

.pink-image {
  filter: brightness(0) saturate(100%) invert(24%) sepia(83%) saturate(522%) hue-rotate(309deg) brightness(101%) contrast(97%);
  width: 40px;
  height: auto;
  margin-bottom: 15px;
  transition: filter 0.3s ease;
}

.service-icon {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #3b5bdb;
}

    .read-more {
      color: #000;
      font-weight: 600;
      text-decoration: none;
    }

    .read-more i {
      margin-left: 5px;
      transition: transform 0.2s;
    }

    .read-more:hover i {
      transform: translateX(4px);
    }

    .service-card:hover .read-more {
      color: white;
    }
 
    .hero-section-bizly {
      /* background: url('../images/think.png') no-repeat center center; */
      background-size: cover;
      /* height: 100vh; */
      position: relative;
      display: flex;
      padding: 100px;
      align-items: center;
    }

    .hero-section-bizly::after {
      content: "";
      position: absolute;
      inset: 0;
      /* background: rgba(255, 255, 255, 0.92); */
      z-index: 1;
    }

    .hero-section-bizly .container {
      position: relative;
      z-index: 2;
    }

    .hero-section-bizly .accordion-scroll {
      height: 58vh;
      overflow-y: auto;
      padding-right: 10px;
    }
@media(max-width:991px){
  .hero-section-bizly .accordion-scroll {
      height: 60vh;
      
    }
}
    .accordion-scroll::-webkit-scrollbar {
      width: 6px;
    }

    .accordion-scroll::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 5px;
    }

    .accordion-button span{
      font-weight: 500;
      background-color: transparent;
      border: none;
      font-family: 'poppins semi-bold';
      font-size: 18px;
      padding-left: 0;
      box-shadow: none !important;
    }

    .accordion-button:focus {
      box-shadow: none;
      outline: none;
    }

    .accordion-item {
      border: none;
      border-bottom: 1px solid #ccc;
    }
    .accordion-button img{
      width: 50px;
      height: 50px;
    }
    
.accordian-body{
  font-family: 'poppins regular';
  font-size: 18px;
}
    .btn-dark-rounded {
      background-color: #000;
      color: #fff;
      padding: 10px 28px;
      border-radius: 30px;
      font-weight: 600;
      border: none;
    }
    .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}


    @media (max-width: 767px) {
      .hero-section-bizly {
        height: auto;
        padding: 2rem 1rem;
      }
      .accordion-scroll {
        height: auto;
      }
    }

    .brown-text {
      color: rgba(195, 95, 13, 0.6);
      font-weight: 500;
    }    .pricing-section {
      background-color: #eee7dd;
      padding: 100px 0 50px;
      text-align: center;
    }

    .pricing-section h6 {
      color: #888;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .pricing-section h2 {
      font-size: 36px;
      font-weight: 500;
      margin-bottom: 60px;
      color: #222;
    }

   .gradient-label {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  color: #fb3253;
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(to right, #fb3253, #a833ff) border-box;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.icon-box h5{
  font-family: 'poppins semi-bold';
}
.icon-box p{
  font-family:'poppins regular';
}
.right-text {
  text-align: end;
}
.skill-icon img{
  width: 70px;
  height: 70px;
}


@media(max-width:991px){
  .right-text {
  text-align:start;
}
}
/* selected-case-study */
 
    .custom-hero-section {
      background-image: url('../images/how-work.webp'); /* replace with actual image */
      background-size: cover;
      background-position: center;
      padding: 0;
      height: 800px;
      width: 100%;
    }

    .section-overlay-box {
      position: relative;
      height: 100%;
     height: 800px;
     
    }

.section-overlay-full {
  position: absolute;
  inset: 0;

 
background: rgba(14, 13, 13, 0.301); 
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  padding-bottom: 50px;
}
.overlay{
  
}
/*
.overlay-red {
  background: rgba(255, 0, 0, 0.301); 
}

.overlay-blue {
  background: rgba(0, 0, 255, 0.281); 
}

.overlay-green {
  background: rgba(0, 255, 0, 0.267); 
.overlay-yellow {
  background: rgba(255, 255, 0, 0.5); 
}


.overlay-orange {
  background: rgba(255, 165, 0, 0.5); 
}
*/
    .section1-overlay-full.active {
      opacity: 1;
      pointer-events: auto;
    }

    .section-overlay-full.active {
      opacity: 1;
      pointer-events: auto;
    }

    .section-overlay-content {
      color: white;
      max-width: 270px;
      padding: 20px 10px;
      text-align: center;
    }

    .section-overlay-content h5 {
      font-size: 24px;
      font-weight: bold;
      line-height: 30px;
      font-family: 'poppins regular';
      margin-bottom: 10px;
    }

    .section-overlay-content p {
      font-size: 18px;
      font-family: 'poppins regular';
      margin-bottom: 10px;
      line-height: 28px;
    }

    .section-overlay-content a {
      font-size: 1.4rem;
      color: #fff;
      text-decoration: none;
      transition: transform 0.3s ease;
    }

    .section-overlay-content a:hover {
      transform: translateX(5px);
    }

    @media (max-width: 991px) {
      .section-overlay-box {
        margin-bottom: 20px;
      }

      .custom-hero-section {
        height: auto;
      }
    }
    /* selected-case-study-end */
.faq-scroll-box {
      max-height: 550px;
      overflow-y: auto;
      padding: 20px;
      background-color: #f4f4f4;
      border-radius: 12px;
    }

    .faq-item {
      background-color: #fefefe; /* Smoky white */
      padding: 20px;
      margin-bottom: 15px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    }

    .faq-question {
      font-weight: 600;
      margin-bottom: 8px;
      font-weight: bold;
      font-size: 20px;
      line-height: 32px;
      font-family: 'poppins semi-bold';
    }

    .faq-answer {
      color: #333;
      font-family: 'poppins regular';
      font-size: 18px;
      margin: 0;
    }

    .faq-scroll-box::-webkit-scrollbar {
      width: 6px;
    }

    .faq-scroll-box::-webkit-scrollbar-thumb {
      background-color: #bbb;
      border-radius: 4px;
    }
    .underline{
      width: 300px;
      height: 3px;
      background-color: white;
    }
   
    /* .service-card */
      .card-container {
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      height: 260px;
      cursor: pointer;
    }

    .card-container .img-wrapper {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .card-container img {
      width: 100%;
      height: 100%;
      
      transition: transform 0.5s ease;
    }

    .card-container:hover img {
      transform: scale(1.1) translateY(-10px);
    }

 .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column; /* stack vertically */
  align-items: center;
  justify-content: flex-end; /* push everything to bottom */
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.card-overlay p{
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: 'poppins regular';
  margin-bottom: 15px; /* ✅ Adds space between text and arrow */
}
.card-arrow {
  background: linear-gradient(70deg, rgb(143, 223, 14), rgb(243, 193, 27));
  padding: 10px 14px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card-container:hover .card-arrow {
  opacity: 1;
}

    .card-container:hover .card-overlay {
      transform: translateY(0%);
    }
 


    .card-title {
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 100%;
      text-align: center;
      color: white;
     font-family: 'poppins regular';
      z-index: 2;
      font-size: 26px;
      font-weight:800;
      transition: bottom 0.4s ease;
      text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }

    .card-container:hover .card-title {
      bottom: 160px;
    }
    /* footer */
  .footer-section {
      background-color: #0c0d3d;
      color: #ffffff;
    }
.footer-section input:focus{
  background: transparent;
   caret-color: #007bff !important; /* Blue cursor color on focus */
 color: white;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.footer-section textarea:focus{
  background: transparent;
  color: white;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
  caret-color: #007bff ;
}
.footer-section input{
  color: white;
}
    .footer-subtitle {
      color: #a68eff;
      font-weight: 600;
      font-size: 16px;
      font-family: 'poppins regular';
      text-transform: uppercase;
    }

    .footer-title {
      font-size: 44px;
      line-height: 34px;
      font-family: 'poppins regular';
    }
    .copy-right p{
      font-family: 'poppins regular';
      font-size: 16px;
    }
.dpiit-logo img{
  width: 80px;
  height: 70px;
}
    .footer-desc {
      font-size: 18px;
      line-height: 32px;
      font-family: 'poppins regular';
      color: #e0e0e0;
    }

    .footer-input {
      width: 100%;
      max-width: 350px;
      font-family: 'poppins regular';
      background: transparent;
      color: #9c9c9c;
      border-radius: 0.375rem;
    }
    .footer-input::placeholder{
       color: #9c9c9c;
    }

    .footer-logo {
      font-size: 32px;
      color: #a68eff;
    }
    .foot-img .logo{
      height: 60px;
      width: 60px;
    }
    .foot-img .logo-text{
      width: 190px;
      height: 20px;
    }
.form-check-label{
  font-family: 'poppins regular';
}
    .footer-note a {
      text-decoration: underline;
      font-size: 14px;
      font-family: 'poppins regular';
    }

    .footer-note {
      font-size: 16px;
       color: #7c7b7b;
       font-family: 'poppins regular';
    }

    .footer-social a {
      font-size: 18px;
      color: white;
      font-family: 'poppins regular';
      transition: 0.3s;
    }
 .foot-img {
      background-color: white;
      width: 270px;
      height: 70px;
      border-radius: 0px;
      align-items: center;
      display: flex;
      justify-content: center;
    }

    .footer-img a img {
      width: 170px;
      height: 55px;
    }
    .footer-social a:hover {
     
      color: #a68eff;
    }
    .footer-social i{
       font-size: 26px;
       margin-top: 15px;
    }
.foot-desc{
  font-family: 'poppins regular';
}
    @media (max-width: 767.98px) {
      .footer-title {
        font-size: 26px;
      }

      .footer-logo {
        font-size: 28px;
      }
    }
  
    /* footerend */
    /* About page */
    
    .content-col {
      background-color: #fff;
      padding: 0px 40px;
      
    }
    .section-subtitle {
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px;
      color: #9c9c9c;
      margin-bottom: 10px;
    }
    
    .section-desc {
      font-size: 13px;
      color: #777;
      max-width: 500px;
      margin-bottom: 40px;
    }
    .circle {
      font-size: 28px;
      font-weight: 700;
      color: #000;
    }
    .circle-label {
      text-align: center;
      margin-top: 5px;
      font-family: 'poppins regular';
      font-size: 16px;
      color: #000;
    }
    .circle::after {
  content: " +";
  font-weight: bold; /* Optional */
}
.circle-percent::after {
  content: " %";
  font-weight: bold; /* Optional */
}

    .about-desc{
      max-width: 800px;
      
    }

    .counter-icon i{
      font-size: 34px;
      background-color: #d4d4d4;
      border-radius: 50%;
      padding: 45px 30px;
    }
    .counter-box {
      text-align: center;
      margin-bottom: 30px;
    }
    @media (max-width: 768px) {
      .content-col {
        padding: 30px 20px;
      }
    }
    /* about page end */
    /* industries  */
    .industry-container {
      padding-top: 40px;
      padding-bottom: 0 !important;
      margin-bottom: 0 !important;
    }

    .industry-card {
      border: 1px solid #e1e1e1;
      text-align: center;
      padding: 50px 30px;
      transition: all 0.3s ease;
      background: #fff;
      height: 100%;
    }
    .industry-icon-wrapper {
  width: 100%;
  
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

    .industry-icon-wrapper img {
      width: 100%;
      height: 100%;
      
    }

    .industry-title {
      font-size: 19px;
      font-weight: 500;
      margin-bottom: 20px;
      margin-top: 20px;
      font-family: 'poppins semi-bold';
      color: #000;
    }

    .industry-step {
      display: flex;
      align-items: center;
      
      justify-content: center;
      margin: 20px 0;
    }

    .industry-step::before,
    .industry-step::after {
      content: '';
      flex: 1;
      height: 1px;
      background: #ddd;
    }

    .industry-step-number {
      width: 35px;
      height: 35px;
      font-family: 'poppins regular';
      border-radius: 50%;
      border: 1px solid #ccc;
      
      line-height: 33px;
      font-size: 16px;
      font-weight: 500;
      background: #fff;
      color: #000;
      margin: 0 10px;
      transition: all 0.3s ease;
    }

    .industry-description {
      font-size: 16px;
      color: #666;
      font-family: 'poppins regular';
      margin-bottom: 0;
    }

    .industry-card:hover .industry-step-number {
      background-color: #000;
      color: #fff;
      border-color: #000;
    }
    /* service-grid */
      .sg-hero-section {
      position: relative;
      background: url('../images/service-grid.webp') no-repeat center center/cover;
      height: 400px;
      color: white;
      display: flex;
      align-items: center;
      padding-left: 60px;
      overflow: hidden;
    }

    .sg-hero-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.2); /* Overlay for contrast */
    }

    .sg-hero-content {
      position: relative;
      z-index: 2;
    }

    .sg-hero-title {
      font-size: 3rem;
      font-weight: 600;
      font-family: 'poppins regular';
      margin-bottom: 10px;
    }

    .sg-hero-breadcrumb {
      font-size: 1.1rem;
      opacity: 0.9;
      font-family: 'poppins regular';
    }
    .sg-hero-breadcrumb a{
      text-decoration: none;
      color: white;
      font-family: 'poppins regular';
    }

    .sg-diamond-grid {
      position: absolute;
      right: 60px;
      top: 70%;
      transform: translateY(-50%);
      display: grid;
      grid-template-columns: repeat(2, 90px);
      grid-template-rows: repeat(2, 90px);
      gap: 30px;
      z-index: 2;
    }

    .sg-diamond-shape {
      width: 90px;
      height: 90px;
      background: rgba(255, 255, 255, 0.6);
      transform: rotate(45deg);
    }

    @media (max-width: 768px) {
      .sg-hero-section {
        padding-left: 20px;
        height: 300px;
      }

      .sg-diamond-grid {
        right: 20px;
        grid-template-columns: repeat(2, 40px);
        grid-template-rows: repeat(2, 40px);
      }

      .sg-diamond-shape {
        width: 40px;
        height: 40px;
      }

      .sg-hero-title {
        font-size: 2rem;
      }

      .sg-hero-breadcrumb {
        font-size: 0.95rem;
      }
    }
/* services */

    .ss-services-section {
      padding: 80px 0;
    }

    .ss-section-title {
      text-align: center;
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 40px;
      font-family: 'poppins regular';
    }

    .ss-services-card {
      position: relative;
      background: #ffffff;
      border: none;
      text-align: center;
      padding: 40px 30px;
     
      height: 100%;
      transition: all 0.3s ease;
      overflow: hidden;
    }

    .ss-services-card:hover {
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
      transform: translateY(-5px);
    }

    /* Corner effects - hidden by default */
    .ss-services-card::before,
    .ss-services-card::after {
      content: '';
      position: absolute;
      width: 40px;
      height: 40px;
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 0.3s ease, filter 0.3s ease;
      z-index: 1;
    }

    .ss-services-card::before {
      top: 8px;
      left: 10px;
      background-image: url('../images/orange-rectangle.webp');
    }

    .ss-services-card::after {
      bottom: 8px;
      right: 10px;
      background-image: url('../images/services-bottom-rectangle.webp');
    }

    .ss-services-card:hover::before {
      opacity: 1;
      filter: brightness(0%) grayscale(100%);
    }

    .ss-services-card:hover::after {
      opacity: 1;
      filter: brightness(0%) saturate(100%) sepia(100%) hue-rotate(180deg);
    }

    .ss-services-icon {
       
      margin-bottom: 20px;
    }
    .ss-services-icon img{
      height: 90px;
      width: 90px;
    }

    .ss-services-title {
      font-size: 26px;
      font-weight: 600;
      line-height: 32px;
      font-family: 'poppins regular';
      margin-bottom: 10px;
    }
.top-left img {
  margin-left: -100px;
}
.bottom-right img{
margin-right: -100px;
}
    .ss-services-desc {
      font-size: 18px;
      line-height: 32px;
      font-family: 'poppins regular';
      color: #666;
      margin-bottom: 20px;
    }

    .ss-more-btn {
      background-color: #f0f0f0;
      color: #333;
      border: none;
      font-size: 16px;
      font-family: 'poppins regular';
      padding: 6px 16px;
      border-radius: 4px;
    }

    @media (max-width: 768px) {
      .ss-services-title {
        font-size: 16px;
      }
      .ss-services-desc {
        font-size: 13px;
      }
    }
   .flip-horizontal {
    transform: scaleX(-1);
  }
  /* ss-service-end */
  /* case-studies */
/* case-studies */
/* case study page start */
 .section-case-study-wrapper {
      background: linear-gradient(to bottom, #eef6fc 0%, #ffffff 100%);
      padding: 100px 20px;
      text-align: center;
      position: relative;
      border-bottom: 1px solid #e0e0e0; /* Bottom horizontal line */
    }
.challenge-subtitle{
  font-family: 'poppins semi-bold';
}
    .section-case-study-wrapper p{
      font-family: 'poppins regular';
    }

    .case-heading-label {
      color: #1042ad;
      font-size: 48px;
     
      font-family: 'poppins bold';
      text-transform: uppercase;
      margin-bottom: 5px;
    }

    .case-heading-label-underline {
      width: 130px;
      height: 2px;
      background-color: #000;
      margin: 10px auto 30px auto;
    }
     .arrow-bullet-list {
      list-style: none;
      padding-left: 2.5rem;
    }
    .sublist li{
      list-style-type: disc;
      
    }
    .sublist li::marker{
      color: blue;
    }
.challenge-text {
  list-style: none;
  /* padding-left: 2.5rem; */
}

.challenge-text li {
  /* list-style: none; */
  position: relative;
  margin-bottom: 1.5rem;
}

.arrow-bullet {
  position: absolute;
  left: -2.5rem;
  top: 0.2rem;
  width: 2rem;
  height: 2rem;
}

.dot {
  width: 6px;
  height: 6px;
  background-color: #3e3ea8;
  border-radius: 50%;
  position: absolute;
}

/* Column 1 (Left vertical - 4 dots) */
.dot1 { top: 0px; left: 0px; }
.dot2 { top: 8px; left: 0px; }
.dot3 { top: 16px; left: 0px; }
.dot4 { top: 23px; left: 0px; }

/* Column 2 (Middle vertical - 3 dots) */
.dot5 { top: 4px; left: 10px; }
.dot6 { top: 12px; left: 10px; }
.dot7 { top: 20px; left: 10px; }

/* Column 3 (Right single dot) */
.dot8 { top: 13px; left: 20px; }

    .case-main-title {
      font-size: 48px;
     
      font-family: 'poppins bold';
      color: #000;
      margin-bottom: 10px;
    }

    .case-subtitle-highlight {
      font-size: 48px;
      font-weight: 700;
      font-family: 'poppins bold';
      color: #0050ff;
      position: relative;
      display: inline-block;
      margin-bottom: 40px;
    }
.case-icons img{
  width: 70px;
  height: 70px;
}
    .case-subtitle-highlight::after {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 150px;
      height: 3px;
      background-color: #000;
    }

    .case-description-paragraph {
      font-size: 18px;
      color: #1a1a1a;
      font-family: 'poppins regular';
      max-width: 850px;
      margin: 0 auto;
    }
    @media(max-width:991px){
 .case-main-title {
      font-size: 32px;
      
    }

    .case-subtitle-highlight {
      font-size: 32px;
      
    }
.case-heading-label {
      color: #0050ff;
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 5px;
    }
    }
    .section-persona-wrapper {
      /* padding: 80px 20px; */
      position: relative;
      background-color: #fff;
    }

    
    .persona-block {
      margin-bottom: 100px;
    }

    .persona-title,
    .challenge-title {
      font-size: 38px;
      font-family: 'poppins semi-bold';
      font-weight: 700;
      text-align: center;
      margin-bottom: 10px;
    }

    .underline-center {
      width: 140px;
      height: 2px;
      background-color: #000;
      margin: 0 auto 30px auto;
    }

    .persona-text,
    .challenge-text {
      font-size: 22px;
      color: #1a1a1a;
      font-family: 'poppins regular';
      margin: 0 auto;
      line-height: 1.8;
    }

    @media (max-width: 768px) {
      .persona-text,
      .challenge-text {
        padding: 0 15px;
        font-size: 18px;
      }
    }
    .case-blue-desc{
      padding: 50px 30px;
      background-color: rgb(115, 115, 250);
      font-size: 22px;
      border-radius: 20px;
      
    }
   /* result */
    .results-title {
      text-align: center;
      font-family: 'poppins regular';
      font-size: 32px;
      font-weight: 900;
      margin-bottom: 10px;
    }

    .results-underline {
      width: 150px;
      height: 2px;
      background-color: #000;
      margin: 0 auto 30px auto;
    }

    .results-description {
      max-width: 900px;
      margin: 0 auto 50px auto;
      text-align: center;
      font-size: 18px;
      color: #111;
      line-height: 1.7;
    }

    .results-card {
      background-color: #6EC1FF;
      border-radius: 12px;
      padding: 40px 20px;
      text-align: center;
      color: #000;
      font-weight: 700;
      font-family: 'poppins regular';
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .results-card h3 {
      font-size: 32px;
      font-weight: 700;
      font-family: 'poppins regular';
      margin-bottom: 10px;
    }

    .results-card p {
      font-size: 18px;
      font-weight: 600;
      font-family: 'poppins regular';
      margin: 0;
    }

    @media (max-width: 767px) {
      .results-card {
        margin-bottom: 20px;
      }
    }
   /* result-end */
    /* more-case-study */
    
    /* terms */
.terms{

  background: linear-gradient(120deg, white, rgb(241, 241, 255));
}
    /* terms-end */