:root {
            --primary: #2563eb;
            --secondary: #1e40af;
            --accent: #3b82f6;
            --light: #f8fafc;
            --dark: #0f172a;
            --gradient: linear-gradient(135deg, var(--primary), var(--secondary));
        }

        body {
            font-family: 'Poppins', sans-serif;
            color: var(--dark);
            overflow-x: hidden;
			padding-left:0px;
			 padding-top: 120px;
			
        }
		


        .navbar-brand {
            font-weight: 700;
            font-size: 1.5rem;
            color: var(--primary);
        }

        .navbar {
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
			
        }

        .hero {
            background: var(--gradient);
            color: white;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
			
        }

        .hero::before {
            content: '';
            position: absolute;
            bottom: -50px;
            left: 0;
            width: 100%;
            height: 100px;
            background-color: white;
            transform: skewY(-3deg);
            z-index: 1;
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        .hero-title {
            font-weight: 700;
            font-size: 3.5rem;
            margin-bottom: 20px;
        }

        .hero-subtitle {
            font-size: 1.25rem;
            margin-bottom: 30px;
            opacity: 0.9;
        }

        .btn-primary {
            background-color: white;
            color: var(--primary);
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 600;
            letter-spacing: 0.5px;
            transition: all 0.3s;
        }

        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .section-title {
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 50px;
            position: relative;
            display: inline-block;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 60px;
            height: 4px;
            background: var(--primary);
            border-radius: 2px;
        }

        .service-card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.3s;
            padding: 30px;
            margin-bottom: 30px;
            height: 100%;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }

        .service-icon {
            font-size: 2.5rem;
            color: var(--primary);
            margin-bottom: 20px;
        }

        .features {
            padding: 100px 0;
            background-color: var(--light);
        }

        .feature-img {
            border-radius: 15px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            transition: all 0.5s;
        }

        .feature-img:hover {
            transform: scale(1.03);
        }

        .pricing {
            padding: 100px 0;
        }

        .pricing-card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.3s;
            padding: 30px;
            height: 100%;
        }

        .pricing-card.popular {
            border-top: 5px solid var(--primary);
            position: relative;
            overflow: hidden;
        }

        .popular-tag {
            position: absolute;
            top: 0;
            right: 20px;
            padding: 5px 20px;
            background-color: var(--primary);
            color: white;
            font-size: 0.8rem;
            font-weight: 600;
            transform: translateY(-50%);
        }

        .price {
            font-weight: 700;
            font-size: 3rem;
            color: var(--primary);
        }

        .price-period {
            opacity: 0.7;
            font-size: 1rem;
        }

        .pricing-feature {
            margin-bottom: 10px;
            position: relative;
            padding-left: 25px;
        }

        .pricing-feature::before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: var(--primary);
        }

        .testimonials {
            padding: 100px 0;
            background: var(--gradient);
            color: white;
            position: relative;
            overflow: hidden;
        }

        .testimonial-card {
            background-color: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
            height: 100%;
        }

        .client-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 20px;
            border: 3px solid var(--primary);
        }

        .client-name {
            font-weight: 600;
            color: var(--dark);
            margin-bottom: 5px;
        }

        .client-title {
            color: var(--primary);
            font-size: 0.9rem;
            margin-bottom: 15px;
        }

        .client-review {
            color: #666;
            font-style: italic;
        }

        .contact {
            padding: 100px 0;
            background-color: var(--light);
        }

        .contact-card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            padding: 30px;
            height: 100%;
        }

        .contact-icon {
            font-size: 2rem;
            color: var(--primary);
            margin-bottom: 20px;
        }

        .footer {
            padding: 50px 0;
            background-color: var(--dark);
            color: white;
        }

        .footer-links h5 {
            margin-bottom: 20px;
            font-weight: 600;
        }

        .footer-links ul {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 10px;
        }

        .footer-links a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: all 0.3s;
        }

        .footer-links a:hover {
            color: white;
            text-decoration: underline;
        }

        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            color: white;
            margin-right: 10px;
            transition: all 0.3s;
        }

        .social-icons a:hover {
            background-color: var(--primary);
            transform: translateY(-3px);
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
        }

        /* Animation classes */
        .fade-in {
            animation: fadeIn 0.5s ease-in-out;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .slide-up {
            animation: slideUp 0.5s ease-out;
        }

        @keyframes slideUp {
            from { 
                opacity: 0;
                transform: translateY(50px);
            }
            to { 
                opacity: 1;
                transform: translateY(0);
            }
        }
		
		/* STATS SECTION */	
	.stats-section {
    
      color: white;
      padding: 80px 20px;
      text-align: center;
      border-radius: 0px;
      position: relative;
    }

    .stats-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
      border-radius: 15px;
      z-index: 1;
    }

    .stats-content {
      position: relative;
      z-index: 2;
    }

    .stat-number {
      font-size: 3rem;
      font-weight: bold;
    }

    .stat-title {
      font-size: 1.1rem;
      margin-top: 0.5rem;
    }

    @media (max-width: 767px) {
      .stat-number {
        font-size: 2rem;
      }
    }
	
	/* about */
	.about-section {
      padding: 60px 0;
      background-color: #fff;
    }
    .about-images img {
      width: 100%;
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
    }
    .about-heading {
      font-size: 2.8rem;
      font-weight: bold;
      color: #0f172a;
    }
    .about-text {
      font-size: 1rem;
      color: #444;
      line-height: 1.7;
    }
    .btn-custom {
      background-color: #0d6efd;
      color: #fff;
      border-radius: 6px;
      padding: 10px 20px;
    }
	
	.industry-section {
      text-align: center;
      padding: 50px 20px;
    }

    .industry-title {
      font-size: 2.5rem;
      font-weight: 700;
      color: #0f172a;
      margin-bottom: 40px;
    }

    .industry-box {
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      padding: 20px;
      transition: transform 0.3s ease;
      height: 200px;
    }

    .industry-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .industry-icon img {
      height: 80px;
      margin-bottom: 15px;
    }

    .industry-label {
      font-weight: 600;
      color: #001F5B;
      font-size: 1.1rem;
    }
	
	
	
	.product-box {
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    .product-box:hover {
      transform: scale(1.02);
    }
    .product-img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .product-content {
      padding: 15px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;

    }
    .quote-btn {
      background: linear-gradient(to right, #6a11cb, #2575fc);
      color: white;
      border: none;
      padding: 8px 15px;
      border-radius: 20px;
      font-weight: bold;
      margin-top: 10px;
      align-self: start;
    }
    .section-title1 {
      text-align: center;
      margin-bottom: 40px;
    }
    .section-title1 h2 {
      font-weight: bold;
      font-size: 28px;
      color: #0c0b3d;
    }
    .section-title1 span {
      display: block;
      font-size: 14px;
      color: #555;
    }
	.product-content h6 {
	  font-size: 0.85rem;
	}

	.quote-btn {
	  font-size: 0.75rem;
	  padding: 4px 10px;
	  
	}
	
	.angled-list li::before {
  content: "›"; /* or use ">" */
  margin-right: 8px;
  color: #ffffff; /* optional: change arrow color */
}
	
/*   contact form */

	.contact-section2 {
      padding: 10px 10px;
	  width:80%;
    }

    .form-control, .form-control:focus {
      border-radius: 0.5rem;
      box-shadow: none;
    }

    .btn-submit {
      border-radius: 0.5rem;
      background-color: #407BFF;
      color: white;
      padding: 10px 30px;
      border: none;
    }

    .btn-submit:hover {
      background-color: #265edc;
    }

    .contact-info2 i {
      color: #ffc107;
      margin-right: 10px;
    }

    .social-icons a {
      margin-right: 15px;
      color: #ccc;
    }

    .social-icons a:hover {
      color: white;
    }

    .map-embed {
      width: 100%;
      height: 400px;
      border: none;
	  margin-top:20px;
    }

    .form-label {
      color: #fff;
    }
	
	
	.btn-custom {
	  background-color: #004aad !important;
	  color: #fff !important;
	  padding: 10px 20px;
	  border: none;
	  border-radius: 6px;
	  text-align: center;
	  display: inline-block;
	  
	}

	.btn-custom:hover {
	  background-color: #00337a !important;
	  color: #fff !important;
	}

	/* Show dropdown on hover */
	@media (min-width: 992px) {
	  .navbar .dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	  }
	}
	/* Remove rounded corners from dropdown */
	.dropdown-menu {
	  border-radius: 0 !important;
	  border: none;
	  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	  background-color: #ffffff; /* or #f8f9fa if you want very light */
	}

	/* Dark hover effect matching your theme */
	.dropdown-menu .dropdown-item:hover,
	.dropdown-menu .dropdown-item:focus,
	.dropdown-menu .dropdown-item.active {
	  background-color: #002f5e;
	  color: #fff;
	  border-radius: 0 !important;
	}

/* Chat Box Styles */
.chat-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: white;
    border-radius: 10px;
    width: 350px;
    height: 450px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: all 0.3s ease;
}

.chat-header {
    background: #2563eb;
    color: white;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-header .close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.chat-messages {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    font-size: 14px;
    background: #f8f9fa;
}

.message {
    margin: 10px 0;
    max-width: 80%;
    padding: 8px 12px;
    border-radius: 18px;
    line-height: 1.4;
    word-wrap: break-word;
}

.user {
    margin-left: auto;
    background: #2563eb;
    color: white;
    border-radius: 18px 18px 0 18px;
}

.bot {
    margin-right: auto;
    background: #e9ecef;
    color: #212529;
    border-radius: 18px 18px 18px 0;
}

.chat-input {
    display: flex;
    border-top: 1px solid #ddd;
    padding: 10px;
    background: white;
}

.chat-input input {
    flex: 1;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 14px;
    outline: none;
    margin-right: 10px;
}

.chat-input button {
    background: #2563eb;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
}

.chat-input button:hover {
    background: #1e40af;
}

/* Chat toggle button for minimized state */
.chat-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #2563eb;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9998;
}

.chat-toggle i {
    font-size: 24px;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .chat-box {
        width: 90%;
        right: 5%;
        bottom: 10px;
        height: 400px;
    }
}



/* Typing indicator styles */
.typing-indicator {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.typing-dot {
    width: 8px;
    height: 8px;
    background-color: #2563eb;
    border-radius: 50%;
    opacity: 0.4;
    animation: typingAnimation 1.4s infinite ease-in-out;
}

.typing-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typingAnimation {
    0%, 60%, 100% { opacity: 0.4; transform: translateY(0); }
    30% { opacity: 1; transform: translateY(-3px); }
}
