
        /* Navbar Styles (unchanged) */


 
        html{
          scrollbar-width:none;
        }
        .navbar-brand img {
           
            transition: all 0.3s ease;
        }

/*.logo_font_fam{
  font-family: 'BatmanForeverAlternate', sans-serif;
}
*/
#v1{
font-family: 'BatmanForeverAlternate', sans-serif;
font-size:60px;margin:0px;
line-height: 0.8;
}
#v2{
font-family: 'Copperplate Gothic Std', sans-serif;
font-size:15px;
line-height: 0;
}
        
        .navbar {
            padding:  0px;
/*            background-color: #fff !important;*/
            transition: box-shadow 0.3s ease;
        }
        
        .navbar.navbar-shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
        .nav-link {
            font-weight: 500;
            padding: 8px 15px !important;
            color: #333 !important;
            transition: all 0.3s ease;
        }
        
        .nav-link:hover {
            color: #007bff !important;
        }
        
        .navbar-toggler {
            border: none;
            padding: 0.5rem;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
        }
        .pills1{
              font-size:16px;
            }
        
        .overlay-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            z-index: 1000;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            transform: translateY(-100%);
            transition: transform 0.5s ease-in-out;
        }
        
        .overlay-menu.active {
            transform: translateY(0);
        }
        
        .overlay-menu .nav-item {
            margin: 15px 0;
            text-align: center;
        }
        
        .overlay-menu .nav-link {
            font-size: 1.5rem;
            color: #333 !important;
        }
        
        .close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 2rem;
            background: none;
            border: none;
            cursor: pointer;
        }
        
        @media (max-width: 991.98px) {
            .navbar-collapse {
                display: none !important;
            }
        }
        
        @media (min-width: 992px) {
            .mobile-menu-btn {
                display: none !important;
            }
            .overlay-menu {
                display: none !important;
            }
            .navbar-collapse {
                display: flex !important;
            }
        }
        
        /* New Split Banner Styles */
        .split-banner {
            padding: 10px 0;
            background-color: #f8f9fa;
            overflow: hidden;
        }
        
        .banner-content {
            display: flex;
            align-items: center;
            height: 100%;
        }
        
        .text-side {
            padding: 40px;
        }
        
        .text-side h1 {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #212529;
            line-height: 1.2;
        }
        
        .text-side p {
            font-size: 1.1rem;
            color: #495057;
            margin-bottom: 30px;
            line-height: 1.6;
        }
        
        .image-side {
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .banner-image {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            transform: perspective(1000px) rotateY(-5deg);
            transition: all 0.5s ease;
        }
        
        .banner-image:hover {
            transform: perspective(1000px) rotateY(0deg);
        }
        
        .btn-banner {
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 30px;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.9rem;
        }
        
        .btn-primary-banner {
            background-color: #007bff;
            border-color: #007bff;
        }
        
        .btn-outline-banner {
            border: 2px solid #007bff;
            color: #007bff;
            margin-left: 15px;
        }
        
        .btn-outline-banner:hover {
            background: #007bff;
            color: white;
        }
        
        /* Animation */
        .animate-delay-1 {
            animation-delay: 0.3s;
        }
        
        .animate-delay-2 {
            animation-delay: 0.6s;
        }
        
        /* Responsive adjustments */
        @media (max-width: 991.98px) {
            .split-banner {
                padding: 1px 0;
            }
            
            .banner-content {
                flex-direction: column;
            }
            
            .text-side {
                order: 2;
                padding: 30px 20px;
                text-align: center;
            }
            
            .image-side {
                order: 1;
                margin-bottom: 30px;
            }
            
            .text-side h1 {
                font-size: 2.2rem;
            }
            
            .banner-btns {
                justify-content: center;
            }
        }
        
        @media (max-width: 767.98px) {
            .text-side h1 {
                font-size: 1.8rem;
            }
            
            .btn-banner {
                padding: 10px 20px;
                font-size: 0.8rem;
            }
            
            .btn-outline-banner {
                margin-left: 10px;
            }
        }
        
        @media (max-width: 575.98px) {
            .banner-btns {
                flex-direction: column;
                align-items: center;
            }
            
            .btn-outline-banner {
                margin-left: 0;
                margin-top: 10px;
            }
            .pills1{
              font-size:10px;
            }
        }


        #company_logo{
        height: 66px;
  padding: 4px;
  border-radius: 9px;
        }
        .heading-section h2 {
  font-size: 50px;
  font-weight: 700;
}
.text_red
{
  color:#a84141;
}
a {
  text-decoration: none !important;
}

.text_blue{

color:#1b1b84;
}

.comp_works .card {
  transition: transform 0.3s ease;
}
.comp_works .card:hover {
  transform: translateY(-5px);
}


.services-container {
/*    max-width: 1200px;*/
    margin: 0 auto;
    padding: 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.service-card {

    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid;
    border-bottom: 4px solid;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.service-title {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.service-description {
    color: #4D4D4D;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background: #F5F7FA;
    color: #1A1A1A;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}

/* Color Coding */
.web-card {
    border-top-color: #4E73F8;
    border-bottom-color: #4E73F8;
}
.web-card .tag {
    background: #EBF0FF;
    color: #4E73F8;
}

.software-card {
    border-top-color: #06AED4;
    border-bottom-color: #06AED4;
  
}
.software-card .tag {
    background: #E6F7FF;
    color: #06AED4;
}

.mobile-card {
    border-top-color: #F79009;
    border-bottom-color: #F79009;
}
.mobile-card .tag {
    background: #FFF7E6;
    color: #F79009;
}.it-card {
    border-top-color: #6C2264;
    border-bottom-color: #6C2264;
}
.it-card .tag {
    background: #FFF7E6;
    color: #6C2264;
}

/* Responsive Design */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .mobile-card {
        grid-column: span 2;
    }   .it-card {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .mobile-card {
        grid-column: span 1;
    }  .it-card {
        grid-column: span 1;
    }
    .service-card {
        padding: 25px;
    }
     #company_logo{
        height:52px;
    }
}

@media (max-width: 480px) {
    .service-card {
        padding: 20px;
    }
    .service-title {
        font-size: 18px;
    }
    .service-description {
        font-size: 14px;
    }
    .tag {
        font-size: 12px;
    }

    #company_logo{
        height:52px;
    }
}




.section-header {
            text-align: center;
            margin-bottom: 60px;
            position: relative;
        }
        
        .section-title {
            display: inline-block;
            font-weight: 700;
            color: #2b2d42;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            width: 60px;
            height: 3px;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(90deg, #4361ee, #4cc9f0);
        }
        
        .product-card {
            position: relative;
            margin-bottom: 30px;
            border: none;
            border-radius: 55px;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            background: white;
            z-index: 1;
        }
        
        .product-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 55px;
            padding: 2px;
          
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .product-card:hover::before {
            opacity: 1;
        }
        
        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .product-img-container {
            height: 139px;
            background-color: #f5f7fa;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
          
          }
        
        .product-img-placeholder {
            color: #d1d5db;
            font-size: 1.5rem;
            font-weight: 300;
        }
        
        .product-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: linear-gradient(45deg, #4361ee, #3f37c9);
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            z-index: 2;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .product-info {
            padding: 20px;
        }
        
        .product-name {
            font-weight: 700;
            color: #2b2d42;
            margin-bottom: 10px;
            font-size: 1.15rem;
        }
        
        .product-desc {
            color: #6b7280;
            font-size: 0.9rem;
            line-height: 1.5;
            margin-bottom: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        
        .read-more {
            color: #4361ee;
            font-weight: 600;
            font-size: 0.85rem;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        .read-more:hover {
            color: #3f37c9;
            transform: translateX(5px);
        }
        
        .read-more i {
            margin-left: 5px;
            font-size: 0.8rem;
            transition: all 0.3s ease;
        }
        
        .read-more:hover i {
            transform: translateX(3px);
        }
        
      
        
        .btn-details {
            background: linear-gradient(45deg, #4361ee, #3f37c9);
            color: white;
            border: none;
            padding: 8px 20px;
            border-radius: 8px;
            font-size: 0.85rem;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(67, 97, 238, 0.3);
        }
        
        .btn-details:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(67, 97, 238, 0.4);
        }




.prdt_hdng{
  background:linear-gradient(to right, #a84141,white  );
}
.text_white{
  color:white;
}

.product_container{
background: linear-gradient(to top, #a841410a, white);
  border-radius: 81px;
}


















.pill-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 1.2rem;
    
    }

    .pill {
      display: flex;
      align-items: center;
 min-width: 353px;
      height: 55px;
      border-radius: 5px;
      overflow: hidden;
      background-color: #fff;
      border: 1px solid #ccc;
      box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.15),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .pill:hover {
      transform: translateY(-2px);
      box-shadow:
        0 6px 12px rgba(0, 0, 0, 0.2),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
    }

    .pill-icon {
      padding: 0 18px;
      font-size: 20px;
      color: #333;
      display: flex;
      align-items: center;
      border-right: 1px solid #ccc;
      background-color: transparent;
    }

    .pill-text {
      flex: 1;
      padding: 0 18px;
      display: flex;
      align-items: center;
      font-weight: 600;
      color: #fff;
      background-color: #007bff; 
      height:53px;
    }

    /* Solid background color options */
  .bg-blue    { background-color: #4670d2; }  /* Vibrant but not overwhelming blue */
.bg-green   { background-color:#178a37c7; }  /* Natural, professional green */
.bg-orange  { background-color: #e39224e5; }  /* Warm, muted orange */
.bg-purple  { background-color: #762fb3d1 }  /* Deep, rich purple */
.bg-teal    { background-color: #2a91a6c9; }  /* Clean, modern teal */
.bg-dark    { background-color: #495057; } 

.heading-section h3 {

  font-weight: 700;
}



 .testimonial-section {
      padding: 60px 0;
    }

    .testimonial-title {
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .testimonial-carousel {
      overflow: hidden;
      position: relative;
    }

    .testimonial-track {
      display: flex;
      gap: 1.5rem;
      transition: transform 0.3s ease;
      will-change: transform;
    }

    .testimonial-card {
     flex: 0 0 auto;
  width: 100%;
  max-width: 350px;
  padding: 20px;
  border-radius: 9px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  background: linear-gradient(tomato,#000);
    }

    .testimonial-card p {
      font-style: italic;
      color:#ccbdbd;
    }

    .testimonial-card .name {
      font-weight: 600;
      margin-top: 10px;
      color: white;
    }

    .testimonial-card .role {
      font-size: 0.9rem;
      color: #777;
    }

    .stars {
      color: #ffc107;
      font-size: 1.2rem;
      margin-bottom: 10px;
    }

    @media (min-width: 768px) {
      .testimonial-card {
        max-width: 32%;
      }

      .testimonial-track {
        justify-content: center;
      }
    }

    /* Hide scrollbar */
    .testimonial-carousel::-webkit-scrollbar {
      display: none;
    }

    .testimonial-carousel {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    .testimonial-carousel, .testimonial-track, .testimonial-card * {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}


.cta-wrapper {
      margin-bottom: -80px;
      position: relative;
      z-index: 10;
    }

    .cta-section {
      background-color: #a84141;
      color: white;
      border-radius: 10px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 15px;
    }

    @media (min-width: 768px) {
      .cta-section {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
      }
    }

    .cta-btn {
      background-color: #222;
      color: white;
      border: none;
      padding: 12px 25px;
      font-weight: 500;
      border-radius: 6px;
      box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
      text-decoration: none;
      transition: 0.3s;
    }

    .cta-btn:hover {
      background-color: #444;
    }

    .footer {
      background-color: #482727;
      color: white;
      padding: 120px 0 60px;
      position: relative;
      z-index: 1;
    }

    .footer a {
      color: white;
      text-decoration: none;
    }

    .footer a:hover {
      text-decoration: underline;
    }

    .footer h6 {
      font-weight: bold;
      margin-bottom: 15px;
    }

    .footer-logo {
      margin-bottom: 20px;
      max-width: 150px;
    }

    .social-icons a {
      margin-right: 10px;
      color: white;
      font-size: 20px;
    }

    .footer .fa {
      font-size: 18px;
    }

    .map-icon,
    .phone-icon {
      margin-right: 8px;
      color: #0d6efd;
    }

    /* Responsive footer text alignment */
    @media (max-width: 767px) {
      .footer .row > div {
        margin-bottom: 30px;
      }
    }



.faq-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #f8f9fa 100%);
            padding: 5rem 0;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        }
        
        .faq-header {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .faq-header h2 {
            font-weight: 700;
            color: #212529;
            position: relative;
            display: inline-block;
            margin-bottom: 1.5rem;
        }
        
        .faq-header h2:after {
            content: '';
            position: absolute;
            width: 60%;
            height: 4px;
            background: #a84141;
            bottom: -10px;
            left: 20%;
            border-radius: 2px;
        }
        
        .faq-header p {
            color: #6c757d;
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .accordion {
            --bs-accordion-border-radius: 10px;
            --bs-accordion-inner-border-radius: 8px;
            --bs-accordion-btn-padding-x: 1.5rem;
            --bs-accordion-btn-padding-y: 1.25rem;
            --bs-accordion-active-color: #6c63ff;
            --bs-accordion-active-bg: rgba(108, 99, 255, 0.1);
            --bs-accordion-btn-focus-box-shadow: 0 0 0 0.1rem rgba(108, 99, 255, 0.25);
        }
        
        .accordion-button {
            font-weight: 600;
            color: #212529;
            background-color: white;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
            transition: all 0.3s ease;
        }
        
        .accordion-button:not(.collapsed) {
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
        }
        
        .accordion-button:after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            transform: scale(1.2);
        }
        
        .accordion-button:not(.collapsed):after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c63ff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }
        
        .accordion-body {
            padding: 1.5rem;
            background-color: white;
            color: #495057;
            line-height: 1.7;
        }
        
        .accordion-item {
            border: none;
            margin-bottom: 1rem;
            border-radius: 10px !important;
            overflow: hidden;
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
        }
        
        .question-icon {
            color: #a84141;
            margin-right: 12px;
            font-size: 1.2rem;
        }
        
        .answer-icon {
            color: #ff6584;
            margin-right: 10px;
            font-size: 1.1rem;
        }




    


 .client-section {
      padding: 80px 0;
      position: relative;
    }
    
    /* Subtle grid pattern overlay */
    .client-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: 
        linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
      background-size: 30px 30px;
      opacity: 0.5;
      pointer-events: none;
    }
    
    .section-title {
      text-align: center;
      margin-bottom: 60px;
      position: relative;
      z-index: 1;
    }
    
    .section-title h2 {
      font-weight: 700;
      color: #2c3e50;
      margin-bottom: 15px;
      letter-spacing: 0.5px;
      font-size: 2.3rem;
    }
    
    .section-title p {
      color: #6c757d;
      max-width: 700px;
      margin: 0 auto;
      font-size: 1.1rem;
      line-height: 1.6;
    }
    
    .client-grid {
      position: relative;
      z-index: 1;
    }
    
    .client-box {
      height: 85px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: white;
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      margin-bottom: 20px;
      border-radius: 6px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      border: 1px solid rgba(0,0,0,0.05);
    }
    
    .client-box::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, rgba(52,152,219,0.1) 0%, rgba(52,152,219,0) 100%);
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    
    .client-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 24px rgba(0,0,0,0.12);
    }
    
    .client-box:hover::after {
      opacity: 1;
    }
    

.client-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;   /* Keeps aspect ratio */
        /* Optional spacing */
  opacity: 0.9;
  transition: all 0.4s ease;
}

    
  /*  .client-logo {
      max-width: 75%;
      max-height: 45%;

      opacity: 0.8;
      transition: all 0.4s ease;
    }
    */
    .client-box:hover .client-logo {
      filter: grayscale(0%) contrast(1);
      opacity: 1;
      transform: scale(1.05);
    }
    
    .client-name {
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 100%;
      text-align: center;
      color: #2c3e50;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.5px;
      opacity: 0;
      transition: all 0.3s ease;
      text-transform: uppercase;
    }
    
    .client-box:hover .client-name {
      opacity: 1;
      bottom: 12px;
    }
    
    /* Subtle floating animation for the section */
    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
    }
    
    .floating {
      animation: float 8s ease-in-out infinite;
    }

.pill-icon img{
    height:41px;
}
.social-icons {
  display: flex;
  gap: 15px; /* spacing between icons */

}

.social-icons a {
font-size: 34px;
  color: #eedede;    /* default color */
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #e63946;    /* hover color */
}