/* Custom styles */
 @import url('https://fonts.googleapis.com/css2?family=MonteCarlo&family=Noto+Sans+Tamil:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

 body {
     font-family: 'Rubik';
 }


        /* hero content */
        .hero-section {
            padding: 60px 0 0 0;
            }
            
            .hero-title {
                font-weight: bold;
                margin-bottom: 20px;
            }
            
            .hero-subtitle {
                font-size: 2rem;
                font-weight: bold;
                margin-bottom: 20px;
            }
            
            .hero-text {
                color: #555;
                margin-bottom: 30px;
                line-height: 1.6;
            }
            .carousel-inner img {
        border-radius: 12px;
    }
    
            .btn-primary {
                background-color: #4B0082;
                border-color: #4B0082;
                padding: 10px 25px;
                font-weight: 600;
            }
            
            .btn-primary:hover {
                background-color: #3a006c;
                border-color: #3a006c;
            }
            
            .hero-image {
                border-radius: 10px;
                overflow: hidden;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            }
            
            .hero-image img {
                width: 80%;
                height: 50px;
            }
            .breadcrumb {
                background: transparent;
            }
            
            .breadcrumb-item a {
                color: white;
                text-decoration: none;
            }
            
            /* .breadcrumb-item.active {
                color: #ffc107;
            } */



          
            .hero-section1 {
                background: linear-gradient(rgba(26, 59, 109, 0.8), rgba(26, 59, 109, 0.8)), url('team-background.jpg');
                background-size: cover;
                background-position: center;
                color: white;
                padding: 80px 0;
                position: relative;
            }
            
            .breadcrumb1 {
                background: transparent;
            }
            
            .breadcrumb1-item a {
                color: white;
                text-decoration: none;
            }
            
            /* .breadcrumb1-item.active {
                color: #ffc107;
            } */
    
            /* about us */
    
          /* Base styles */

  
  /* Hero Section */
  .hero-section {
    background: linear-gradient(rgba(9, 17, 56, 0.7), rgba(9, 17, 56, 0.7)), url('../images/micro.jpg') center/cover no-repeat;
    min-height: 200px;
    padding: 60px 0;
  }
  
  .hero-section h2 {
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .breadcrumb a {
    color: #fff;
    text-decoration: none;
  }
  
  .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.7);
  }
  
  /* About section */
  .about-section {
    padding: 60px 0;
    overflow: hidden;
  }
  
  .about-images {
    position: relative;
    transform: translateZ(0);
  }
  
  .about-images img {
    height: auto;
    border-radius: 8px;
    transform: translateZ(0);
  }
  
  .image-frame {
    width: 80%;
    max-width: 320px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e0e0;
    margin: 20px auto;
    background: #fff;
    transform: translateZ(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .image-frame:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  }
  
  .image-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    transform: translateZ(0);
  }
  
  .about-content h2 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #2c3168;
  }
  
  .about-content h3 {
    /* color: #e94c89; */
    margin-bottom: 15px;
  }
  
  .about-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
  }
  
  /* VMG Section */
  .vmg-container {
    padding: 30px 0 60px;
  }
  
  .main-heading {
    text-align: center;
    padding: 30px 0;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    overflow: hidden;
  }
  
  .main-heading h1 {
    color: #2b2b5e;
    font-weight: bold;
    z-index: 2;
    position: relative;
  }
  
  .main-heading::before {
    content: "VMG";
    position: absolute;
    font-size: 80px;
    color: #f0f0f0;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    line-height: 1;
  }
  
  .vmg-card {
    position: relative;
    border-left: 5px solid #e94c89;
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    height: 100%;
  }
  
  .vmg-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
  }
  
  .icon-container {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 12px;
    background: #ffe3ec;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .icon-container img {
    width: 40px;
    height: 40px;
  }
  
  .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c3168;
    margin-bottom: 12px;
  }
  
  .card-text {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
  }
  
  /* Why Choose Us Section */
  .why-choose-section {
    padding: 50px 0;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
  }
  
  .why-choose-section h2 {
    text-align: center;
    color: #2b2b5e;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
  }
  
  .why-choose-section::before {
    content: "Why Choose Us";
    position: absolute;
    font-size: 60px;
    color: #f0f0f0;
    font-weight: bold;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
    line-height: 1;
    white-space: nowrap;
  }
  
  .feature-list {
    list-style: none;
    padding-left: 0;
  }
  
  .feature-item {
    margin-bottom: 15px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    background-color: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
  }
  
  .feature-item:hover {
    background-color: #f0f0f0;
    border-left: 3px solid #4caf50;
    transform: translateX(5px);
  }
  
  @media (hover: none) {
    .feature-item:hover {
      transform: none;
    }
  }
  
  .check-icon {
    color: #4caf50;
    margin-right: 10px;
    font-size: 20px;
    flex-shrink: 0;
  }
  
  .illustration img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  /* Gallery Section */
  .gallery-section {
    width: 100%;
    position: relative;
    overflow: visible;
  }
  
  .gallery-container {
    display: flex;
    width: 100%;
    min-height: 300px;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    will-change: contents;
  }
  
  .gallery-left {
    background-color: #d9f0f7;
    width: 30%;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    /* Use precise mask-image instead of clip-path for better rendering */
    -webkit-mask-image: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    mask-image: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  }
  
  .gallery-left h2 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    color: #333;
  }
  
  .gallery-left p {
    margin: 5px 0 0;
    color: #666;
    font-size: 18px;
  }
  
  .company-logo {
    font-weight: bold;
    color: #0066cc;
    font-size: 22px;
    margin-bottom: 15px;
  }
  
  .yellow-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ffcc00;
    border-radius: 50%;
    margin-left: 2px;
  }
  
  .gallery-right {
    background-color: #f9c7af;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    flex-wrap: wrap;
    will-change: contents;
  }
  
  .gallery-item {
    flex: 1;
    min-width: 150px;
    margin: 10px;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
  }
  
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .gallery-item:hover {
    transform: scale(1.05);
  }
  
  .gallery-item:hover img {
    transform: scale(1.1);
  }
  
  .spacer {
    height: 60px;
  }
  
  /* Media Queries */
  @media (max-width: 1200px) {
    .main-heading::before {
      font-size: 70px;
    }
    
    .why-choose-section::before {
      font-size: 50px;
    }
  }
  
  @media (max-width: 992px) {
    .about-section {
      text-align: center;
    }
    
    .about-content {
      margin-top: 30px;
    }
    
    .main-heading::before {
      font-size: 60px;
    }
    
    .why-choose-section::before {
      font-size: 40px;
    }
    
    .gallery-left h2 {
      font-size: 28px;
    }
  }
  
  @media (max-width: 768px) {
    .hero-section {
      min-height: 180px;
      padding: 40px 0;
    }
    
    .main-heading::before {
      font-size: 50px;
    }
    
    .why-choose-section::before {
      font-size: 30px;
      top: 5px;
    }
    
    .gallery-container {
      flex-direction: column;
      min-height: auto;
    }
    
    .gallery-left {
      width: 100%;
      -webkit-mask-image: none;
      mask-image: none;
      text-align: center;
      padding: 30px 15px;
      background-color: #d9f0f7;
    }
    
    .gallery-right {
      width: 100%;
      padding: 20px 15px;
    }
    
    .gallery-item {
      height: 150px;
      min-width: 120px;
      margin: 8px;
      flex-basis: calc(50% - 16px);
      max-width: calc(50% - 16px);
    }
  }
  
  @media (max-width: 576px) {
    .hero-section {
      min-height: 150px;
    }
    
    .main-heading {
      padding: 20px 0;
    }
    
    .main-heading::before {
      font-size: 40px;
    }
    
    .why-choose-section::before {
      display: none;
    }
    
    .icon-container {
      width: 60px;
      height: 60px;
    }
    
    .icon-container img {
      width: 30px;
      height: 30px;
    }
    
    .card-title {
      font-size: 18px;
    }
    
    .gallery-left h2 {
      font-size: 24px;
    }
    
    .gallery-left p {
      font-size: 16px;
    }
    
    .gallery-item {
      height: 120px;
      margin: 5px;
      flex-basis: 100%;
      max-width: 100%;
    }
    
    .feature-item {
      padding: 8px;
    }
  
    .image-frame {
      width: 90%;
      margin: 15px auto;
    }
  
    .about-content {
      padding: 0 15px;
    }
  }
         
            /* contact us */
    
           
            
           /* Hero Section */
        .hero-section {
            background: linear-gradient(rgba(9, 17, 56, 0.7), rgba(9, 17, 56, 0.7)), url('../images/micro.jpg') center/cover no-repeat;
            min-height: 250px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            position: relative;
        }
        
        .breadcrumb {
            background: transparent;
        }
        
        .breadcrumb-item a {
            color: white;
            text-decoration: none;
            transition: var(--transition-fast);
        }
        
        .breadcrumb-item a:hover {
            color: var(--primary-color);
        }
        
        /* Page Title */
        .page-title {
            position: relative;
            text-align: center;
            padding: 40px 0 20px;
            margin-bottom: 20px;
        }
        
        .page-title h1 {
            color: var(--main-blue);
            font-weight: 700;
            font-size: clamp(2rem, 5vw, 3rem);
            position: relative;
            z-index: 2;
        }
        
        .page-title::before {
            /* content: "Contact us"; */
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            font-size: clamp(3rem, 10vw, 8rem);
            font-weight: 900;
            text-align: center;
            color: #f5f5f5;
            z-index: 1;
            letter-spacing: 2px;
        }
        
        .subtitle {
            font-size: clamp(1.5rem, 4vw, 2rem);
            font-weight: 600;
            text-align: center;
            margin-bottom: 30px;
            color: #333;
        }
        
        /* Contact Form Section */
        .contact-container {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            padding: 30px;
            margin-bottom: 40px;
            position: relative;
            overflow: hidden;
        }
        
        @media (max-width: 767px) {
            .contact-container {
                padding: 20px;
            }
        }
        
        .form-control {
            border-radius: 5px;
            padding: 12px 15px;
            margin-bottom: 20px;
            border: 1px solid #e0e0e0;
            transition: var(--transition-fast);
        }
        
        .form-control:focus {
            box-shadow: 0 0 0 3px rgba(14, 22, 85, 0.1);
            border-color: var(--main-blue);
        }
        
        textarea.form-control {
            height: 150px;
            resize: none;
        }
        
        .btn-send {
            background-color: var(--main-blue);
            /* color: white; */
            border-radius: 30px;
            padding: 12px 24px;
            width: 100%;
            font-weight: 600;
            transition: var(--transition-medium);
            border: 5px;
            background-color: #081140;
            color: white;
        }
        
        .btn-send:hover {
            /* background-color: #081140; */
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(14, 22, 85, 0.2);
        }
        
        .company-logo {
            max-width: 180px;
            height: auto;
            margin-bottom: 20px;
            display: block;
        }
        
        @media (max-width: 767px) {
            .company-logo {
                max-width: 150px;
                margin: 0 auto 20px;
            }
        }
        
        .office-title {
            font-size: clamp(1.8rem, 4vw, 2.5rem);
            font-weight: 700;
            margin-bottom: 5px;
            color: #333;
        }
        
        .office-location {
            font-size: clamp(1.5rem, 3vw, 2rem);
            font-weight: 600;
            margin-bottom: 25px;
            color: #333;
        }
        
        .office-address {
            margin-bottom: 20px;
            font-size: 1rem;
            color: #555;
            line-height: 1.6;
        }
        
        .contact-info1 {
            margin-bottom: 15px;
            color: #555;
            font-size: 1rem;
        }
        
        .social-links {
            margin-top: 25px;
        }
        
        .social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #f5f5f5;
            color: #333;
            margin-right: 10px;
            margin-bottom: 10px;
            transition: var(--transition-medium);
            text-decoration: none;
        }
        
        .social-links a:hover {
            background-color: var(--main-blue);
            color: rgb(160, 77, 22);
            transform: translateY(-3px);
            box-shadow: 0 5px 10px rgba(14, 22, 85, 0.15);
        }
        
        /* Contact Info Cards */
        .section-title {
            font-weight: 600;
            color: var(--dark-color);
            margin-bottom: 2.5rem;
            position: relative;
            padding-bottom: 1rem;
            font-size: clamp(1.75rem, 3vw, 2.25rem);
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--primary-color);
        }
        
        .contact-card {
            background-color: white;
            border-radius: 1rem;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            height: 100%;
            position: relative;
            transition: var(--transition-slow);
            border: none;
            margin-bottom: 20px;
        }
        
        .contact-card::before {
            content: '';
            position: absolute;
            top: -100%;
            left: -100%;
            width: 300%;
            height: 300%;
            background: radial-gradient(circle at center, rgba(63, 169, 245, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
            transform: scale(0);
            transition: var(--transition-slow);
            opacity: 0;
            z-index: 0;
        }
        
        .contact-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(63, 169, 245, 0.2);
        }
        
        .contact-card:hover::before {
            transform: scale(1);
            opacity: 1;
            top: -100%;
            left: -100%;
        }
        
        .card-body {
            padding: 1.8rem 1.5rem;
            z-index: 2;
            position: relative;
        }
        
        .icon-container {
            width: 80px;
            height: 80px;
            margin: 0 auto 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--secondary-color);
            border-radius: 50%;
            transition: var(--transition-medium);
            position: relative;
            z-index: 1;
        }
        
        .contact-card:hover .icon-container {
            transform: scale(1.1) rotate(5deg);
            background-color: #daf0ff;
        }
        
        .contact-icon-gif {
            width: 45px;
            height: 45px;
            object-fit: contain;
            transition: var(--transition-fast);
        }
        
        .contact-card:hover .contact-icon-gif {
            transform: scale(1.15);
        }
        
        .contact-info {
            font-size: 1rem;
            color: var(--dark-color);
            line-height: 1.6;
            margin-bottom: 0;
            position: relative;
            transition: var(--transition-medium);
        }
        
        @media (max-width: 767px) {
            .contact-info {
                margin-left: 0;
            }
        }
        
        .contact-card:hover .contact-info {
            color: var(--primary-color);
        }
        
        .contact-card .badge {
            position: absolute;
            top: 1rem;
            right: 1rem;
            background-color: var(--primary-color);
            font-size: 0.75rem;
            transition: var(--transition-fast);
            opacity: 0;
            transform: translateY(-10px);
        }
        
        .contact-card:hover .badge {
            opacity: 1;
            transform: translateY(0);
        }
        
        .address {
            max-width: 100%;
            margin: 0 auto;
            font-size: 0.9rem;
        }
        
        .time-info {
            position: relative;
            display: inline-block;
        }
        
        .time-info::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -8px;
            left: 50%;
            background-color: var(--primary-color);
            transition: var(--transition-medium);
            transform: translateX(-50%);
        }
        
        .contact-card:hover .time-info::after {
            width: 70%;
        }
        
        /* Button hover effects */
        .btn {
            transition: var(--transition-fast);
        }
        
        .transition-all {
            transition: var(--transition-medium);
        }
        
        /* Floating elements animation */
        .floating {
            animation: floating 3s ease infinite;
            position: absolute;
            opacity: 0.1;
            z-index: 0;
        }
        
        @keyframes floating {
            0% { transform: translateY(0) rotate(0); }
            50% { transform: translateY(-15px) rotate(5deg); }
            100% { transform: translateY(0) rotate(0); }
        }
        
        .shape-1 {
            top: 20%;
            left: 5%;
            width: 70px;
            height: 70px;
            border-radius: 12px;
            background: var(--primary-color);
        }
        
        .shape-2 {
            bottom: 10%;
            right: 5%;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: var(--primary-color);
        }
        
        .shape-3 {
            top: 80%;
            left: 15%;
            width: 40px;
            height: 40px;
            background: var(--primary-color);
            transform: rotate(45deg);
        }
        
        /* Tooltip styling */
        .tooltip-inner {
            background-color: var(--primary-color);
            padding: 8px 12px;
        }
        
        .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
        .bs-tooltip-top .tooltip-arrow::before {
            border-top-color: var(--primary-color);
        }
        
        /* Responsive Media Queries */
        @media (max-width: 1199px) {
            .page-title::before {
                font-size: 6rem;
            }
        }
        
        @media (max-width: 991px) {
            .page-title {
                padding: 30px 0 10px;
            }
            
            .shape-1, .shape-2, .shape-3 {
                display: none;
            }
        }
        
        @media (max-width: 767px) {
            .page-title::before {
                font-size: 4rem;
                top: 10px;
            }
            
            .office-title, .office-location {
                text-align: center;
            }
            
            .office-address, .contact-info1 {
                text-align: center;
            }
            
            .social-links {
                text-align: center;
            }
            
            .hero-section {
                min-height: 200px;
            }
            
            .contact-container {
                margin-bottom: 20px;
            }
            
            .time-info {
                font-size: 0.9rem;
            }
        }
        
        @media (max-width: 575px) {
            .icon-container {
                width: 70px;
                height: 70px;
            }
            
            .contact-icon-gif {
                width: 35px;
                height: 35px;
            }
            
            .card-body {
                padding: 1.5rem 1rem;
            }
            
            .btn-sm {
                font-size: 0.75rem;
                padding: 0.25rem 0.5rem;
            }
        }
/* pricing */

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.pricing-header h1 {
    color: #202658;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.pricing-header::before {
    content: "Pricing Plans";
    position: absolute;
    font-size: 80px;
    color: #f0f0f0;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 1;
}

.content-section {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    margin-bottom: 30px;
}

/* Add this to your existing CSS */
.team-image {
margin-bottom: 0; /* Reduce from 15px to 0 */
}

.team-image-small {
margin-top: 0; /* Reduce from 15px to 0 */
}

.col-md-4, .col-md-6, .col-md-8 {
padding: 5px; /* Reduce default Bootstrap padding */
}

.row {
margin-right: -10px;
margin-left: -10px;
}

.expertise-content {
padding: 10px; /* Reduce from 20px to 10px */
}

/* Tighten up the content section spacing */
.content-section {
padding: 20px 10px; /* Reduce from 40px 20px to 20px 10px */
align-items: center;
}

.expertise-heading {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.expertise-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
}

.expertise-text {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    
}

/* pricing table */

.pricing-header {
text-align: center;
padding: 40px 20px 20px;
}

.content-section {
padding: 40px 20px;
background-color: #fff;
}

.expertise-heading {
font-weight: bold;
color: #666;
font-size: 16px;
}

.expertise-title {
font-size: 28px;
font-weight: bold;
margin-bottom: 30px;
}

.expertise-text {
font-size: 15px;
margin-bottom: 12px;
color: #333;

}

/* .team-image, .team-image-small {
width: 50%;
height: 80%;
border-radius: 6px;
} */

.pricing-container {
width: 100%;
padding: 60px 20px;
background-color: #ffffff;
}

.pricing-container h2 {
text-align: center;
margin-bottom: 40px;
font-weight: bold;
}

.pricing-table {
width: 100%;
border-collapse: collapse;
max-width: 1200px;
margin: auto;
}

.pricing-table th, .pricing-table td {
border: 1px solid #ddd;
padding: 20px;
text-align: center;
vertical-align: middle;
}

.pricing-table th {
background-color: #f9f9f9;
font-weight: bold;
}

.table-responsive {
overflow-x: auto;
}
.pricing-table {
min-width: 700px; /* prevents table from squishing */
}


.plan-header {
font-weight: bold;
font-size: 18px;
}

.plan-subheader {
font-size: 13px;
color: #666;
min-height: 50px;
margin-bottom: 10px;
}

.price {
font-size: 22px;
font-weight: bold;
}

.feature-name {
text-align: left;
font-weight: bold;
}

.buy-btn, .contact-btn {
background-color: #0d1a73;
color: white;
border: none;
padding: 8px 18px;
border-radius: 4px;
font-weight: bold;
margin-top: 10px;
width: 100%;
}

.feature-row:nth-child(even) {
background-color: #fafafa;
}

@media (max-width: 768px) {
.pricing-table th, .pricing-table td {
font-size: 13px;
padding: 15px;
}

.expertise-title {
font-size: 22px;
}

.buy-btn, .contact-btn {
font-size: 14px;
}
}

@media (max-width: 576px) {
.hero-section h2 {
font-size: 24px;
}

.pricing-header::before {
font-size: 40px;
}

.plan-subheader {
font-size: 12px;
}

.plan-header {
font-size: 16px;
}

.price {
font-size: 18px;
}

.buy-btn, .contact-btn {
padding: 6px 12px;
font-size: 14px;
}
}
/* .h2{
align: "center";
}    */

/*privacy*/


  /* Hero Section */
.hero-section {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 80px 0;
    position: relative;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb-item a {
    color: white;
    text-decoration: none;
}
/* 
.breadcrumb-item.active {
    color: #ffc107;
} */

.bg-heading {
    color: #eeeeee;
    font-size: 60px;
    font-weight: bold;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: -1;
    user-select: none;
}

.bg-heading::before {
    content: "Private Policy";
    position: absolute;
    font-size: 80px;
    color: #f0f0f0;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 1;
}

h1 {
    text-align: center;
    color: #1a237e;
    margin: 20px 0;
}

.intro {
    color: #d32f2f;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 25px;
}

.policy-section {
    margin-bottom: 30px;
}

.policy-section h3 {
    color: #007bff;
    font-size: 17px;
    margin-bottom: 10px;
}

.policy-section p {
    font-size: 15px;
    line-height: 1.6;
}

a {
    color: #007bff;
    text-decoration: none;
}

.content-wrapper {
    padding: 0 20px;
    max-width: 100%;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 992px) {
    .hero-section {
        padding: 50px 0;
    }

    .bg-heading {
        font-size: 50px;
    }

    .bg-heading::before {
        font-size: 70px;
    }

    h1 {
        font-size: 2rem;
    }

    .intro {
        font-size: 14px;
    }

    .policy-section h3 {
        font-size: 16px;
    }

    .policy-section p {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .hero-section {
        padding: 40px 0;
    }

    .bg-heading {
        font-size: 30px;
        left: 10px;
    }

    .bg-heading::before {
        font-size: 40px;
    }

    h1 {
        font-size: 1.5rem;
    }

    .intro {
        font-size: 12px;
    }

    .policy-section h3 {
        font-size: 14px;
    }

    .policy-section p {
        font-size: 13px;
    }
}

  /*product*/
    /* ===== Hero Section ===== */
.hero-section {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 80px 0;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb a {
    color: white;
}

/* ===== Page Title ===== */
.products-title {
    position: relative;
    margin-bottom: 40px;
}

.products-title::before {
    content: "Products";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 5rem;
    color: rgba(200, 200, 200, 0.1);
    z-index: 0;
}

.products-title h1 {
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: 2.5rem;
}

.product-description {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 1.05rem;
    color: #555;
}

css/* ===== Industry Section ===== */
.industry-container {
    margin-bottom: 60px;
}

.industry-header {
    background: #12145b;
    color: white;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: center;
}

.industry-header h2 {
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 600;
}

.industry-header img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
}

/* Make industry header images responsive */
@media (max-width: 1200px) {
    .industry-header img {
        max-height: 180px;
    }
}

@media (max-width: 992px) {
    .industry-header img {
        max-height: 160px;
    }
}

@media (max-width: 768px) {
    .industry-header {
        flex-direction: column;
    }
    
    .industry-header img {
        max-height: 140px;
        margin-top: 15px;
        display: block;
    }
    
    /* Fix order for mobile view */
    .industry-header .order-1,
    .industry-header .order-2 {
        order: unset !important;
    }
    
    /* Make title always display first on mobile */
    .industry-header [class*="col-"] {
        width: 100%;
    }
    .industry-header [class*="col-"]:first-child {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .industry-header img {
        max-height: 120px;
    }
    
    /* Additional mobile optimizations */
    .industry-header {
        padding: 15px 10px;
    }
}

/* Make sure images display on mobile */
.industry-header img.img-fluid {
    display: block !important; /* Override the d-none d-md-block classes */
    margin: 0 auto;
}

/* ===== Product Card ===== */
.product-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.product-logo {
    max-height: 100px;
    width: auto;
    object-fit: contain;
    margin: auto;
}

/* ===== Text Colors by Category ===== */
.agro-soft, .farmer-soft { color: #4CAF50; }
.nursery, .agro-erp { color: #388E3C; }
.chit-tech { color: #7B1FA2; }
.jewel-soft { color: #333; }
.fris-soft { color: #00BCD4; }
.microfinsoft { color: #0277BD; }

/* ===== Responsive Adjustments ===== */
@media (max-width: 992px) {
    .products-title::before {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .products-title::before {
        font-size: 2.5rem;
    }

    .industry-header {
        flex-direction: column;
    }

    .product-logo {
        max-height: 80px;
    }

    .product-card {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .products-title::before {
        font-size: 2rem;
    }

    .products-title h1 {
        font-size: 1.6rem;
    }

    .industry-header h2 {
        font-size: 1.4rem;
    }

    .product-description {
        font-size: 0.95rem;
    }
}

/* services */

  /* Global Animations */
  @keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInSide {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    from {
        opacity: 0.7;
        transform: scale(1);
    }
    to {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes popIn {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Hero Section */
.hero-section {
    animation: fadeIn 1.5s ease-in-out;
}

/* Module Cards */
.module-card {
    animation: slideUp 0.8s ease forwards;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 25px 20px;
    height: 100%;
    background-color: #fff;
}

.row-cols-md-3 .col:nth-child(1) .module-card { animation-delay: 0.1s; }
.row-cols-md-3 .col:nth-child(2) .module-card { animation-delay: 0.3s; }
.row-cols-md-3 .col:nth-child(3) .module-card { animation-delay: 0.5s; }
.row-cols-md-3 .col:nth-child(4) .module-card { animation-delay: 0.7s; }
.row-cols-md-3 .col:nth-child(5) .module-card { animation-delay: 0.9s; }
.row-cols-md-3 .col:nth-child(6) .module-card { animation-delay: 1.1s; }

.module-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Icon Container */
.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    color: #091138;
    transition: all 0.3s ease;
}

.module-card:hover .icon-container {
    background: linear-gradient(135deg, #091138 0%, #1e3c72 100%);
    color: white;
}

/* Custom animations for each module card icon */
.row-cols-md-3 .col:nth-child(1) .icon-container i {
    transition: transform 0.5s ease;
}

.row-cols-md-3 .col:nth-child(1) .module-card:hover .icon-container i {
    transform: scale(1.2);
}

.row-cols-md-3 .col:nth-child(2) .icon-container i {
    transition: transform 0.5s ease;
}

.row-cols-md-3 .col:nth-child(2) .module-card:hover .icon-container i {
    animation: bounce 1s infinite;
}

.row-cols-md-3 .col:nth-child(3) .icon-container i {
    transition: transform 0.5s ease;
}

.row-cols-md-3 .col:nth-child(3) .module-card:hover .icon-container i {
    animation: rotating 2s linear infinite;
}

.row-cols-md-3 .col:nth-child(4) .icon-container i {
    transition: transform 0.5s ease;
}

.row-cols-md-3 .col:nth-child(4) .module-card:hover .icon-container i {
    transform: rotateY(180deg);
}

.row-cols-md-3 .col:nth-child(5) .icon-container i {
    transition: transform 0.5s ease;
}

.row-cols-md-3 .col:nth-child(5) .module-card:hover .icon-container i {
    transform: scale(1.3) rotate(15deg);
}

.row-cols-md-3 .col:nth-child(6) .icon-container i {
    transition: transform 0.5s ease;
}

.row-cols-md-3 .col:nth-child(6) .module-card:hover .icon-container i {
    animation: pulse 1s infinite alternate;
}

/* Module Title */
.module-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #091138;
    text-align: center;
}

/* Feature List */
.feature-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.feature-item {
    margin-bottom: 12px;
    font-size: 0.95rem;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
}

.feature-arrow {
    color: #091138;
    margin-right: 8px;
    font-weight: bold;
}

.feature-arrow.colored {
    color: #4e73df;
}

/* Integration Cards */
.integration-card {
    animation: slideInSide 1s ease-out forwards;
    opacity: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    background-color: #fff;
}

.integration-card:nth-child(odd) {
    transform: translateX(-50px);
}

.integration-card:nth-child(even) {
    transform: translateX(50px);
}

.content-column {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.integration-title {
    font-weight: 700;
    color: #091138;
    margin-bottom: 15px;
}

.integration-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
}

.bold-text {
    font-weight: 600;
    color: #091138;
}

.image-column {
    position: relative;
    overflow: hidden;
}

.image-container {
    height: 100%;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.integration-card:hover .image-container img {
    transform: scale(1.05);
}

.banking-label {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: rgba(9, 17, 56, 0.8);
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 600;
    animation: pulse 2s infinite alternate;
}

.reverse-layout .content-column {
    order: 2;
}

.reverse-layout .image-column {
    order: 1;
}

/* .custom-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    height: 450px;
    background-color: #fff;
} */

.image-top {
    height: 200px;
    overflow: hidden;
}

.image-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.custom-container:hover .image-top img {
    transform: scale(1.1);
}

.color-bottom {
    height: 10px;
    background: linear-gradient(90deg, #091138, #4e73df);
}

/* swiper */

  /* .custom-container {
    background: #fff;
    border-radius: 2px;
    padding: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  } */

  .image-top img {
    width: 100%;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
  }

  .description-card {
    margin-top: 15px;
  }

  .badge-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4B0082;
    margin-bottom: 10px;
  }

  .card-text {
    font-size: 0.95rem;
    color: #555;
  }

  /* Swiper Arrows */
  .swiper-button-next,
  .swiper-button-prev {
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 14px;
  }
  
/* Make everything responsive */
@media (max-width: 768px) {
    .reverse-layout .content-column,
    .reverse-layout .image-column {
        order: unset;
    }
    
    .image-column {
        height: 250px;
    }
    
    .integration-card:nth-child(odd),
    .integration-card:nth-child(even) {
        transform: translateX(0);
    }
}
