  body {
    margin: 0;
     font-family: "Playfair Display", sans-serif !important;
  }

  /* new */
  .btn {
    border-radius: unset !important;
  }

  .hero-section {
    /* background: linear-gradient(135deg, #f7a7c4, #a1d7f7); */
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .main-heading {
    font-size: 2.8rem;
    font-weight: 700;
    max-width: 900px;
    margin: auto;
    text-align: start;
  }

  .highlight {
       color: rgba(0, 172, 238, 1);
    /* idea text color */
  }

  .mobile-highlight {
       color: rgba(0, 172, 238, 1);
    /* Mobile APP Developers */
  }

  .btn-consult {
    background: #000 !important;
    color: #fff !important;
    font-weight: 600;
    border: none;
    box-shadow: 8px -7px 0 #058acc;
  }

  .btn-consult:hover {
    background: #333;
    color: #fff;
  }

  .hero-image {
    height: 410px;
  }

  .hero-image img {
    height: 100%;
    object-position: top;
    width: 100%;
    object-fit: contain;
  }

  /* end */
  /* button css */
  .btn-12 {
    position: relative;
    right: 20px;
    bottom: 20px;
    border: none;
    background-color: unset;
    color: #fff;
    font-weight: 500;
    box-shadow: none;
    width: 100%;
    height: 40px;
    margin-top: 25px;

    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
  }

  .btn-12 span {
    background: rgb(0, 172, 238);
    background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%);
    display: block;
    position: absolute;
    width: 100%;
    padding: 0px 18px;
    text-wrap-mode: nowrap;
    height: 40px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .btn-12 span:nth-child(1) {
    box-shadow:
      -7px -7px 20px 0px #fff9,
      -4px -4px 5px 0px #fff9,
      7px 7px 20px 0px #0002,
      4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }

  .btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }

 

  /* end */
  .consult-section {
    color: #fff;
  }

  .stats-section {
    padding: 60px 0;
  }

  .trusted-text {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4;
  }

  .stats-number {
    font-size: 69px;
    font-weight: 700;
    line-height: 1;
  }

  .stats-label {
    font-size: 19px;
    color: #3C4858;
    font-weight: 500;
    margin-top: 5px;
  }

  .rating {
    color: #FFD700;
    /* Gold stars */
    font-size: 18px;
    margin-top: 5px;
  }

  /* new */
  .brand-carousel {
    padding: 40px 0;
    background: #fff;
    height: 130px;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .brand-carousel {
    background-color: #000;
  }
 

  .brand-carousel img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    /* filter: grayscale(100%); */
    transition: 0.3s ease-in-out;
  }

  .brand-carousel img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
  }

  /* new */
  .testimonial-section {
    padding: 60px 0;
    text-align: center;
  }

  .testimonial-section h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px;
  }

  .divider span {
    border-top: 2px solid #ddd;
    width: 80px;
  }

  .divider i {
    margin: 0 10px;
    font-size: 1.2rem;
    color: #0d6efd;
  }

  .testimonial-card {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 1099px;
    margin: auto;
    padding: 50px;
    text-align: left;
  }
.img-fluid {
    max-width: 100%;
    height: 100% !important;
}
  .testimonial-text {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 40px;
    margin-bottom: 15px;

  }
.portfolio-cont{
    padding: 10px;
    border: 1px solid #000;
}
  .testimonial-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 12px;
  }

  .testimonial-footer img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #0d6efd;
  }

  .testimonial-footer .name {
    font-weight: bold;
    margin: 0;
  }

  .testimonial-footer .title {
    font-size: 0.85rem;
    color: #666;
  }

  .myySwiper {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
    background-color: #FFFFFF;

  }

  .quote-icon {
    display: inline-block;
    margin-bottom: 20px;

  }

  .quote-icon svg {
    width: 40px;
    /* size */
    height: 40px;
    fill: #000;
    /* Bootstrap primary color */
  }

  /* new */
.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  padding: 20px;
  background: #fff;
  transition: all 0.3s ease;
}

/* Blue gradient half-border on hover and default */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px; /* border thickness */
  background: linear-gradient(135deg, #007bff 50%, transparent 50%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

/* Optional hover effect: glow + lift */
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.2);
}
  .service-card img {
    max-width: 99px;
    margin: 0 auto 15px;
  }

  .service-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
  }

  .service-card p {
    font-size: 0.9rem;
    color: #555;
  }

  .service-card a {
    color: #000;
    text-decoration: none;
  }

  .service-card a:hover {
    text-decoration: underline;
  }


  /* new */
  .category-box {
    border-radius: 15px;
    padding: 25px;
    border: 2px solid;

    margin-bottom: 25px;
    color: #fff;
  }

  .btn-custom {
    background: #000 !important;
    color: #fff !important;
    font-weight: 600;
    border: 2px solid #fff !important;
    border-radius: 8px !important;
 
    margin: 5px;
    font-size: 14px !important;
    padding: 6px 15px !important;
    display: inline-flex !important;
    align-items: center;
    background: #fff;
    padding: 6px 15px;
    display: inline-flex;
    align-items: center;
    background: #fff;
  }

  .btn-custom i {
    margin-left: 5px;
    font-size: 12px;
  }

  /* Gradient backgrounds */
  .bg-web3 {
    background: transparent;
  }

  .bg-ai {
  background: transparent;
  }

  .bg-saas {
  background: transparent;
  }

  .bg-health {
  background: transparent;
  }

  .bg-fintech {
   background: transparent;
  }



  /* new */
  .portfolio-gallery img {
    border: 2px solid #cfcfcf;
    border-radius: 5px;
    cursor: pointer;
    object-fit: cover;
    transition: transform 0.2s;
  }

  .portfolio-gallery img:hover {
    transform: scale(1.05);
  }

  .divider2 {
    text-align: center;
    margin: 2rem 0;
    position: relative;
  }

  .divider2 span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
  }

  .divider2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    z-index: 0;
  }

  /* Gallery styling */
  .gallery img {
    width: 100%;
    height: auto;
    border: 2px solid #cfcfcf;
    padding: 5px;
    background: #fff;
    transition: transform 0.3s ease;
  }
  .gallery img {
  width: 100%;              /* Column ki width ke hisaab se adjust hoga */
  height: 100px;            /* Sabka same height fix */
  object-fit: contain;      /* Logo ka aspect ratio safe rahega */
  padding: 10px;            /* Thoda space andar */
  background: #fff;         /* Optional: background safed ho jaye */
  border-radius: 8px;       /* Optional: halka round corner */
}


  

  .gallery img:hover {
    transform: scale(1.05);
  }

  /* new */
  .gallery2 {
    display: grid;

    grid-template-columns: repeat(8, 1fr);
    gap: 35px;
    justify-items: center;
    align-items: center;
  }

  .gallery2 img {
    max-width: 100px;
    border: 2px solid #cfcfcf;
    border-radius: 6px;
    padding: 8px;
    background: #fff;
    transition: transform 0.3s ease;
  }

  .gallery2 img:hover {
    transform: scale(1.1);
  }

  .gallery2 p {
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
  }


  /* new */
 .blog-section h2 {
      font-weight: 800;
      font-size: 2.5rem;
      margin-bottom: 10px;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .blog-section > .container > p {
      color: #8b92b0;
      font-size: 1.1rem;
      margin-bottom: 15px;
    }

    .blog-divider {
      width: 80px;
      height: 4px;
      margin: auto;
      background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
      margin-bottom: 50px;
      border-radius: 2px;
    }

    /* 3D BLOG CARDS */
    .card.blog-card {
      background: linear-gradient(145deg, #1a1f3a 0%, #151935 100%);
      border: 1px solid rgba(102, 126, 234, 0.2);
      border-radius: 20px;
      overflow: hidden;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transform-style: preserve-3d;
      perspective: 1000px;
      position: relative;
    }

    .card.blog-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 1;
      pointer-events: none;
    }

    .card.blog-card:hover::before {
      opacity: 1;
    }

    .card.blog-card:hover {
      transform: translateY(-15px) rotateX(5deg);
      box-shadow: 
        0 30px 60px rgba(102, 126, 234, 0.3),
        0 0 60px rgba(118, 75, 162, 0.2);
      border-color: rgba(102, 126, 234, 0.5);
    }

    .card-img-top {
      height: 280px;
      object-fit: cover;
      transition: transform 0.4s ease;
      position: relative;
    }

    .card.blog-card:hover .card-img-top {
      transform: scale(1.1);
    }

    .card-body {
      padding: 25px;
      background: linear-gradient(180deg, rgba(26, 31, 58, 0.95) 0%, rgba(21, 25, 53, 0.98) 100%);
      position: relative;
      z-index: 2;
    }
    .card-body p{
           color: #ccc;
    }

    .card-title {
      font-weight: 700 
      font-size: 1.4rem ;
      color: #fff !important;
      margin-bottom: 15px !important;
      line-height: 1.4;
    }

    .card-text {
      color: #b0b7d4;
      line-height: 1.7;
      font-size: 0.95rem;
    }

    .meta {
      color: #667eea;
      font-size: 0.9rem;
      font-weight: 500;
    }

    .meta i {
      color: #764ba2;
    }

    .card.blog-card a {
      color: #667eea;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }

    .card.blog-card a:hover {
      color: #764ba2;
      gap: 10px;
    }
  /* end */

  /* new  */


  /* Steps */
  .steps {
    margin: 20px 0;
  }

  .step {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .step i {
    font-size: 18px;
    margin-right: 8px;
    color: #000;
  }

  /* WhatsApp button */
  .btn-whatsapp {
    background: #34D058;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 12px 20px;
    display: inline-block;
    text-decoration: none;
  }

  .btn-whatsapp:hover {
    background: #28a745;
    color: #fff;
  }

  /* Right side form */
  .consult-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  }

  .form-section-title {
    font-size: 22px;
    font-weight: bold;
  }

  .form-control,
  .form-select {
    border-radius: 5px;
  }

  .validation-error {
    color: red;
    font-size: 14px;
    display: none;
  }

  /* Captcha fake styling */
  .captcha-box {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fafafa;
    border-radius: 5px;
  }

  .captcha-box label {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
  }

  .recaptcha {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .recaptcha input {
    margin-right: 10px;
  }

  .recaptcha span {
    font-size: 14px;
  }

  .recaptcha-img {
    margin-left: auto;
    font-size: 12px;
    color: #777;
  }

  /* end */

  /* new */
  /* Custom styling */
  .accordion-button {
    font-weight: 600;
    color: #333;
    background: #f8f9fa;
    border-radius: 5px;
  }

  .accordion-button:not(.collapsed) {
    color: #fff;
    background: #221DCB;
    /* Active background */
    box-shadow: none;
  }

  .accordion-item {
    border: 1px solid #C4C4C4;
    margin-bottom: 20px;
    /* gap between items */
    border-radius: 5px;
    overflow: hidden;
  }

  .accordion-body {
    background: #fff;
  }

  .app-store {
    box-shadow: 8px 8px 0px 0px rgba(237.36458587646484, 185.91682575531843, 13.925104115589045, 0.77);
    font-size: 18px;
    padding: 6px 40px 10px 70px !important;
    border-radius: 6px;
    background-color: #000 !important;
    border: none !important;

  }
 .myyswiper{
        height: 450px;
    }
  /* end */
  /* Responsive breakpoints */
  @media (max-width: 1200px) {
    .gallery2 {
      grid-template-columns: repeat(6, 1fr);
    }
  }

  @media (max-width: 992px) {
    .gallery2 {
      grid-template-columns: repeat(4, 1fr);
    }
     .myyswiper{
        height: 450px;
    }
  }

  @media (max-width: 768px) {
    .gallery2 {
      grid-template-columns: repeat(3, 1fr);
    }
      .myyswiper{
        height: 550px;
    }
  }

  @media (max-width: 576px) {
    .gallery2 {
      grid-template-columns: repeat(2, 1fr);
      
    }
    .myyswiper{
        height: 430px;
    }

    .main-heading {
      font-size: 1.8rem;
      font-weight: 700;
      max-width: 900px;
      margin: auto;
      text-align: center;
    }

    .app-store {
      padding: 6px 40px 10px 40px !important;
    }

    .stats-number {
      font-size: 34px;
      font-weight: 700;
      line-height: 1;
    }

    .testimonial-card {
      padding: 10px;
    }

    .testimonial-text {
      font-size: 16px;
      line-height: 20px;
    }
  }

  /* end */
  /* button */
 .store-btn {
  font-size: 15px;          /* chhota text */
  font-weight: 600;
  padding: 8px 16px;        /* height & width dono kam */
  border-radius: 10px;      /* golai kam ki */
  color: #fff;
  border: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  position: relative;
  overflow: hidden;
}


/* Icon Styling */
.store-btn i {
  font-size: 18px;   /* icon bhi chhota */
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem;
    }
}
.card-body{
  text-align: start;
}
/* 1section responsive css */
/* Hero heading */
.hero-section .main-heading {
  font-size: 2.5rem;
  font-weight: 700;
}

/* Buttons fix */
.custom-btn {
  white-space: normal !important; 
  text-align: center;
  padding: 12px 18px;
  max-width: 100%;
}

/* Navbar toggle icon visible */
.navbar-toggler {
  background-color: transparent;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255, 0.9%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .hero-section {
    text-align: center;
  }
  .hero-section img {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .hero-section .main-heading {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .hero-section p {
    font-size: 0.95rem;
  }
  .custom-btn {
    width: 100%; 
  }
  .d-flex.flex-lg-nowrap {
    flex-wrap: wrap !important;
    justify-content: center;
  }
}
/* Button Default - Desktop size */
.btn-responsive {
  width: 25%; /* Desktop size same as before */
  max-width: 250px;
  min-width: 180px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .btn-responsive {
    width: 100%; /* Mobile full width */
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .btn-responsive {
    width: 50%; /* Tablet medium width */
  }
}
/* Remove padding from accordion buttons and bodies */

/* Responsive  */
.custom-btn {
  width: 45%; /* Desktop width */
  min-width: 200px; /* Ensure minimum size */
}

/* Tablet */
@media (max-width: 992px) {
  .custom-btn {
    width: 50%; /* Medium screen friendly */
  }
}



/* FAQ CSS here */
.faq-section {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 50px 20px;
}

.faq-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}

.faq-button {
  font-weight: 500;
  color: #007bff;
}

.faq-button:not(.collapsed) {
  background-color: #e9f5ff;
}

.faq-body {
  color: #555;
  line-height: 1.6;
}
.brand-carousel {
  padding: 2rem 0;
}

.brand-carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-carousel .swiper-slide img {
  max-width: 100%; /* Image responsive */
  height: auto;    /* Maintain aspect ratio */
  object-fit: contain; /* Fit without stretching */
  pointer-events: none; /* Avoid accidental swipe conflicts */
}
/* Mobile */
@media (max-width: 576px) {
  .custom-btn {
    width: 90%; /* Mobile full width */
    font-size: 0.9rem; /* Text adjust */
  }
    .stats-section {
    padding-bottom: 40px;
    padding-top: 0px;
  
  }
  .brand-carousel .swiper-slide {
    margin-right: 20px !important;
    object-fit: contain;
  }
  .whtsp-btn{
      width:100% !important;
  }
  .portfolio-gallery .col-md-3{
      height:300px;
     text-align: center;
  }
   .hero-content h1 {
        font-size: 2.5rem;
      }
      
      .hero-content p {
        font-size: 1.1rem;
      }
      
      .blog-section h2 {
        font-size: 2rem;
      }
  
}

  .whatsapp_float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    animation: float 3s ease-in-out infinite;
  }

  /* Gradient pulsing ring */
  .whatsapp-ring {
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: conic-gradient(#25D366, #128C7E, #25D366);
    filter: blur(6px);
    z-index: -1;
    animation: pulse 2.5s infinite;
  }

  @keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.7; }
    50% { transform: scale(1.2); opacity: 0.3; }
    100% { transform: scale(0.9); opacity: 0.7; }
  }

  .whatsapp-icon {
    width: 55px;
    height: 55px;
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  .whatsapp_float:hover {
    transform: scale(1.1);
  }

  .whatsapp_float:hover .whatsapp-icon {
    transform: rotate(10deg) scale(1.05);
    filter: drop-shadow(0 0 8px #25D366);
  }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
  }

  @media (max-width:480px) {
    .whatsapp_float {
      width: 55px;
      height: 55px;
      bottom: 15px;
      right: 15px;
    }
    .whatsapp-ring { width: 55px; height: 55px; }
    .whatsapp-icon { width: 45px; height: 45px; }
  }