/* ========================================
   INNER PAGES STYLES
   Avuetech
   ======================================== */

/* ========================================
   PAGE BANNER STYLES
   ======================================== */
.page-banner {
  background: linear-gradient(135deg, #001787 0%, #0a165e 100%);
  padding: 80px 0 60px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/banner1.jpg') center/cover;
  opacity: 0.15;
}

.page-banner .container {
  position: relative;
  z-index: 1;
}

.page-banner h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .page-banner {
    padding: 100px 0 80px;
  }
  .page-banner h1 {
    font-size: 3.2rem;
  }
}

.page-banner .breadcrumb {
  justify-content: center;
  margin-bottom: 0;
  background: transparent;
  padding: 0;
}

.page-banner .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-banner .breadcrumb-item a:hover {
  color: #f4c542;
}

.page-banner .breadcrumb-item.active {
  color: #fff;
}

.page-banner .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
  content: "›";
  font-size: 1.2rem;
}

/* ========================================
   ABOUT PAGE STYLES
   ======================================== */
.about-intro-section {
  padding: 80px 0;
}

.about-intro-content {
  padding-right: 30px;
}

.about-intro-content .section-subtitle {
  color: #2b4dff;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 15px;
}

.about-intro-content h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0a165e;
  margin-bottom: 20px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .about-intro-content h2 {
    font-size: 2.5rem;
  }
}

.about-intro-content .lead {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 15px;
  line-height: 1.7;
}

.about-intro-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}

.about-features .feature {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8f9ff;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 0.95rem;
  color: #0a165e;
  font-weight: 500;
}

.about-features .feature i {
  color: #28a745;
  font-size: 1.1rem;
}

.about-images {
  position: relative;
  padding: 20px;
}

.about-images .main-image {
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.about-images .secondary-image {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 60%;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  border: 5px solid #fff;
}

@media (max-width: 991px) {
  .about-images .secondary-image {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .about-intro-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

/* Mission & Vision Cards */
.mission-vision-section {
  padding: 80px 0;
  background: #f8f9ff;
}

.mv-card {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.mv-card.vision-card {
  background: linear-gradient(135deg, #0a165e 0%, #1a2a8f 100%);
}

.mv-card .mv-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.mv-card .mv-icon i {
  font-size: 2rem;
  color: #fff;
}

.mv-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.mv-card p {
  opacity: 0.95;
  line-height: 1.8;
  margin: 0;
}

/* Values Section */
.values-section {
  padding: 80px 0;
}

.value-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 30px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.value-card .value-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.value-card .value-icon i {
  font-size: 2rem;
  color: #fff;
}

.value-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 15px;
}

.value-card p {
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Why Choose Section */
.why-choose-section {
  padding: 80px 0;
  background: #f5f6f7;
}

.why-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 15px;
  transition: all 0.3s ease;
  height: 100%;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.why-card .why-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #e8edff 0%, #f5f6f7 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.why-card .why-icon i {
  font-size: 2rem;
  color: #2b4dff;
}

.why-card:hover .why-icon {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
}

.why-card:hover .why-icon i {
  color: #fff;
}

.why-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 10px;
}

.why-card p {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}

/* Team Section */
.team-section {
  padding: 80px 0;
}

.team-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.team-card .team-image {
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, #e8edff 0%, #f5f6f7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-card .team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.team-card:hover .team-image img {
  transform: scale(1.05);
}

.team-card .team-image i {
  font-size: 5rem;
  color: #ccc;
}

.team-card .team-info {
  padding: 25px;
  text-align: center;
}

.team-card .team-info h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 5px;
}

.team-card .team-info .position {
  color: #2b4dff;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.team-card .social-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.team-card .social-links a {
  width: 35px;
  height: 35px;
  background: #f5f6f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a165e;
  transition: all 0.3s ease;
}

.team-card .social-links a:hover {
  background: #2b4dff;
  color: #fff;
}

/* ========================================
   SERVICE PAGES STYLES
   ======================================== */
.service-intro-section {
  padding: 80px 0;
}

.service-intro-content {
  padding-right: 30px;
}

.service-intro-content .section-subtitle {
  color: #2b4dff;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 15px;
}

.service-intro-content h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0a165e;
  margin-bottom: 20px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .service-intro-content h2 {
    font-size: 2.5rem;
  }
}

.service-intro-content .lead {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 15px;
  line-height: 1.7;
}

.service-intro-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.key-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.key-benefits .benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8f9ff;
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 0.9rem;
  color: #0a165e;
  font-weight: 500;
}

.key-benefits .benefit i {
  color: #28a745;
}

.service-intro-image img {
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Related Services Section */
.related-services-section {
  padding: 80px 0;
  background: #fff;
}

.related-service-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 30px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(43, 77, 255, 0.08);
  transition: all 0.4s ease;
  margin-bottom: 30px;
}

.related-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(43, 77, 255, 0.15);
  border-color: rgba(43, 77, 255, 0.2);
}

.related-service-card .related-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #e8edff 0%, #f0f3ff 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
}

.related-service-card .related-icon i {
  font-size: 2rem;
  color: #2b4dff;
  transition: all 0.4s ease;
}

.related-service-card:hover .related-icon {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
}

.related-service-card:hover .related-icon i {
  color: #fff;
}

.related-service-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 15px;
}

.related-service-card p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.related-service-card .related-link {
  color: #2b4dff;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.related-service-card .related-link:hover {
  gap: 12px;
}

/* Consultation CTA Box */
.consultation-cta {
  padding: 60px 0;
  background: #f8f9ff;
}

.consultation-cta .cta-box {
  background: linear-gradient(135deg, #0a165e 0%, #1a2a8f 100%);
  border-radius: 20px;
  padding: 40px 50px;
  color: #fff;
}

.consultation-cta .cta-box h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.consultation-cta .cta-box p {
  opacity: 0.9;
  margin: 0;
}

.btn-consultation {
  display: inline-block;
  background: #f4c542;
  color: #0a165e;
  padding: 15px 35px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-consultation:hover {
  background: #fff;
  color: #0a165e;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .consultation-cta .cta-box {
    text-align: center;
    padding: 30px;
  }
  
  .consultation-cta .cta-box .text-lg-end {
    text-align: center !important;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .service-intro-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

/* Services Detail Section */
.services-detail-section {
  padding: 80px 0;
  background: #f8f9ff;
}

.service-detail-block {
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.service-detail-block:last-child {
  border-bottom: none;
}

.service-detail-content .service-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.service-detail-content .service-icon i {
  font-size: 2rem;
  color: #fff;
}

.service-detail-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 15px;
}

.service-detail-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-features li {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #555;
}

.service-features li i {
  color: #2b4dff;
  margin-top: 3px;
}

.service-detail-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.service-detail-image img {
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-detail-image:hover img {
  transform: scale(1.03);
}

.service-intro-image img,
.solution-intro-image img {
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Industry Image Styling */
.industry-image {
  position: relative;
}

.industry-image img {
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Case Study Image Styling */
.case-image img {
  border-radius: 15px;
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.case-image:hover img {
  transform: scale(1.05);
}

/* Blog Image Styling */
.blog-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

/* Team Image Styling */
.team-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
  transition: transform 0.4s ease;
}

/* ========================================
   CONTACT PAGE STYLES
   ======================================== */
.contact-info-section {
  padding: 80px 0;
}

.contact-info-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.contact-info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.contact-info-card .info-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.contact-info-card .info-icon i {
  font-size: 2rem;
  color: #fff;
}

.contact-info-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 15px;
}

.contact-info-card p {
  color: #666;
  line-height: 1.9;
  margin: 0;
}

/* Contact Form Section */
.contact-form-section {
  padding: 80px 0;
  background: #f8f9ff;
}

.form-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #0a165e;
  font-size: 0.95rem;
}

.contact-form .form-control {
  width: 100%;
  padding: 15px 18px;
  border: 2px solid #e8edff;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #fff;
}

.contact-form .form-control:focus {
  border-color: #2b4dff;
  box-shadow: 0 0 0 4px rgba(43, 77, 255, 0.1);
  outline: none;
}

.contact-form .form-control::placeholder {
  color: #aaa;
}

.contact-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.contact-form .btn-submit {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  padding: 16px 40px;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.contact-form .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(43, 77, 255, 0.3);
}

/* Contact Sidebar */
.contact-sidebar {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .contact-sidebar {
    padding-left: 0;
    margin-top: 40px;
  }
}

.contact-sidebar .sidebar-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-sidebar .sidebar-card .card-icon {
  width: 50px;
  height: 50px;
  background: #fff3cd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.contact-sidebar .sidebar-card .card-icon i {
  font-size: 1.5rem;
  color: #f4c542;
}

.contact-sidebar .sidebar-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 15px;
}

.support-channels {
  list-style: none;
  padding: 0;
  margin: 0;
}

.support-channels li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.support-channels li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.support-channels li i {
  font-size: 1.5rem;
  color: #2b4dff;
}

.support-channels li strong {
  display: block;
  color: #0a165e;
  font-size: 0.95rem;
}

.support-channels li span {
  font-size: 0.85rem;
  color: #666;
}

.business-hours {
  list-style: none;
  padding: 0;
  margin: 0;
}

.business-hours li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
}

.business-hours li:last-child {
  border-bottom: none;
}

.business-hours li span:last-child {
  font-weight: 600;
  color: #0a165e;
}

/* Map Section */
.map-section {
  padding: 80px 0;
}

.map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.map-wrapper iframe {
  width: 100%;
  height: 450px;
  border: none;
}

/* ========================================
   SOLUTIONS PAGES STYLES (ERP, Portals)
   ======================================== */
.solution-intro-section {
  padding: 80px 0;
}

.solution-intro-content .section-subtitle {
  color: #2b4dff;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 15px;
}

.solution-intro-content h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0a165e;
  margin-bottom: 20px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .solution-intro-content h2 {
    font-size: 2.5rem;
  }
}

.solution-intro-content .lead {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.solution-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 25px 0;
}

.solution-highlights .highlight {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f9ff;
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 0.9rem;
  color: #0a165e;
  font-weight: 500;
}

.solution-highlights .highlight i {
  color: #2b4dff;
}

.intro-cta {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.btn-primary-cta {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: inline-block;
}

.btn-primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(43, 77, 255, 0.3);
  color: #fff;
}

.btn-secondary-cta {
  background: transparent;
  color: #2b4dff;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #2b4dff;
  transition: all 0.3s ease;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: inline-block;
}

.btn-secondary-cta:hover {
  background: #2b4dff;
  color: #fff;
}

.solution-intro-image img {
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Features Section */
.features-section {
  padding: 80px 0;
  background: #f8f9ff;
}

.feature-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 30px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.feature-card .feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #e8edff 0%, #f5f6f7 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.feature-card .feature-icon i {
  font-size: 1.8rem;
  color: #2b4dff;
}

.feature-card:hover .feature-icon {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
}

.feature-card:hover .feature-icon i {
  color: #fff;
}

.feature-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 12px;
}

.feature-card p {
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Modules Section */
.modules-section {
  padding: 80px 0;
}

.module-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  margin-bottom: 30px;
}

.module-card:hover {
  border-color: #2b4dff;
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.module-card .module-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #e8edff 0%, #f5f6f7 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.module-card .module-icon i {
  font-size: 2rem;
  color: #2b4dff;
}

.module-card:hover .module-icon {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
}

.module-card:hover .module-icon i {
  color: #fff;
}

.module-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 12px;
}

.module-card p {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}

/* Workflow Section */
.workflow-section {
  padding: 80px 0;
}

.workflow-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .workflow-steps {
    flex-wrap: nowrap;
  }
}

.workflow-step {
  text-align: center;
  padding: 20px;
  flex: 1;
  min-width: 180px;
  max-width: 200px;
}

.workflow-step .step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 auto 15px;
}

.workflow-step .step-content h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 8px;
}

.workflow-step .step-content p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.workflow-arrow {
  display: none;
  align-items: center;
  color: #ccc;
  font-size: 1.5rem;
  padding-top: 30px;
}

@media (min-width: 992px) {
  .workflow-arrow {
    display: flex;
  }
}

/* Stakeholders Section */
.stakeholders-section {
  padding: 80px 0;
  background: #f8f9ff;
}

.stakeholder-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.stakeholder-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.stakeholder-card h3 i {
  color: #2b4dff;
  font-size: 1.5rem;
}

.stakeholder-card.admin h3 i {
  color: #28a745;
}

.stakeholder-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stakeholder-card ul li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #555;
}

.stakeholder-card ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.stakeholder-card ul li i {
  color: #2b4dff;
}

/* Pricing Section - Legacy */
.pricing-section {
  padding: 80px 0;
}

.pricing-card {
  background: #fff;
  border-radius: 25px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  margin-bottom: 30px;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.pricing-card.featured {
  border-color: #2b4dff;
  transform: scale(1.05);
  z-index: 1;
}

.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}

.pricing-card .popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  padding: 6px 25px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.pricing-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 10px;
}

.pricing-card .price {
  font-size: 2.8rem;
  font-weight: 800;
  color: #2b4dff;
  margin: 25px 0;
}

.pricing-card .price span {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
}

.pricing-card .features-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  text-align: left;
}

.pricing-card .features-list li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #555;
}

.pricing-card .features-list li:last-child {
  border-bottom: none;
}

.pricing-card .features-list li i {
  color: #28a745;
}

.pricing-card .features-list li i.bi-x-circle {
  color: #dc3545;
}

.pricing-card .btn-select-plan {
  display: block;
  width: 100%;
  padding: 16px;
  background: #f5f6f7;
  color: #0a165e;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.pricing-card .btn-select-plan:hover,
.pricing-card.featured .btn-select-plan {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
}

/* ========================================
   PRICING SECTION V2 - Modern Design
   ======================================== */
.pricing-section-v2 {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.pricing-section-v2::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(43, 77, 255, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}

.pricing-section-v2::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(244, 197, 66, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

.pricing-toggle .toggle-label {
  font-size: 0.95rem;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pricing-toggle .toggle-label.active {
  color: #0a165e;
  font-weight: 600;
}

.pricing-toggle .toggle-divider {
  color: #ddd;
}

.pricing-toggle .save-badge {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: #fff;
  font-size: 0.7rem;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 600;
}

.pricing-card-v2 {
  background: #fff;
  border-radius: 24px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  height: 100%;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid #eef0f5;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.pricing-card-v2:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.pricing-card-v2.featured {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9ff 100%);
  border: 2px solid #2b4dff;
  transform: scale(1.03);
  box-shadow: 0 20px 60px rgba(43, 77, 255, 0.15);
}

.pricing-card-v2.featured:hover {
  transform: scale(1.03) translateY(-12px);
  box-shadow: 0 30px 70px rgba(43, 77, 255, 0.2);
}

.pricing-card-v2.premium {
  background: linear-gradient(145deg, #0a165e 0%, #1a2980 100%);
  border: none;
  color: #fff;
}

.pricing-card-v2.premium:hover {
  box-shadow: 0 25px 60px rgba(10, 22, 94, 0.3);
}

.pricing-badge-v2 {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  padding: 8px 24px;
  border-radius: 0 0 16px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 15px rgba(43, 77, 255, 0.3);
}

.pricing-badge-v2 i {
  font-size: 0.75rem;
}

.pricing-badge-v2.premium-badge {
  background: linear-gradient(135deg, #f4c542 0%, #f5a623 100%);
  color: #0a165e;
}

.pricing-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f0f4ff 0%, #e8ecff 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.pricing-icon i {
  font-size: 2.2rem;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pricing-card-v2.premium .pricing-icon {
  background: rgba(255, 255, 255, 0.1);
}

.pricing-card-v2.premium .pricing-icon i {
  background: linear-gradient(135deg, #f4c542 0%, #f5a623 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pricing-card-v2:hover .pricing-icon {
  transform: scale(1.1) rotate(5deg);
}

.pricing-header-v2 h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0a165e;
  margin-bottom: 5px;
}

.pricing-card-v2.premium .pricing-header-v2 h3 {
  color: #fff;
}

.pricing-header-v2 .pricing-tagline {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0;
}

.pricing-card-v2.premium .pricing-header-v2 .pricing-tagline {
  color: rgba(255, 255, 255, 0.7);
}

.pricing-highlight {
  margin: 20px 0;
  padding: 12px 20px;
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
  border-radius: 12px;
  display: inline-block;
}

.pricing-card-v2.premium .pricing-highlight {
  background: rgba(255, 255, 255, 0.1);
}

.pricing-highlight .response-time {
  font-size: 0.9rem;
  font-weight: 600;
  color: #2b4dff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-card-v2.premium .pricing-highlight .response-time {
  color: #f4c542;
}

.pricing-highlight .response-time i {
  font-size: 1rem;
}

.pricing-body-v2 {
  flex: 1;
  margin-top: 20px;
}

.pricing-features-v2 {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.pricing-features-v2 li {
  padding: 12px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: #555;
  border-bottom: 1px solid #f0f2f5;
  transition: all 0.3s ease;
}

.pricing-features-v2 li:last-child {
  border-bottom: none;
}

.pricing-card-v2.premium .pricing-features-v2 li {
  color: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.pricing-features-v2 li:hover {
  padding-left: 5px;
}

.pricing-features-v2 li i {
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.pricing-features-v2 li.included i {
  color: #28a745;
}

.pricing-card-v2.premium .pricing-features-v2 li.included i {
  color: #6dd5a0;
}

.pricing-features-v2 li.not-included {
  opacity: 0.6;
}

.pricing-features-v2 li.not-included i {
  color: #dc3545;
}

.pricing-card-v2.premium .pricing-features-v2 li.not-included i {
  color: #ff8a8a;
}

.pricing-features-v2 li.partial i {
  color: #f4c542;
}

.pricing-features-v2 li span {
  flex: 1;
}

.pricing-footer {
  margin-top: 30px;
}

.btn-pricing-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 30px;
  background: linear-gradient(135deg, #f8f9ff 0%, #eef0f5 100%);
  color: #0a165e;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-pricing-v2:hover {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(43, 77, 255, 0.3);
}

.btn-pricing-v2 i {
  transition: transform 0.3s ease;
}

.btn-pricing-v2:hover i {
  transform: translateX(5px);
}

.pricing-card-v2.featured .btn-pricing-v2 {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  box-shadow: 0 8px 25px rgba(43, 77, 255, 0.25);
}

.pricing-card-v2.featured .btn-pricing-v2:hover {
  box-shadow: 0 12px 35px rgba(43, 77, 255, 0.4);
}

.pricing-card-v2.premium .btn-pricing-v2 {
  background: linear-gradient(135deg, #f4c542 0%, #f5a623 100%);
  color: #0a165e;
  box-shadow: 0 8px 25px rgba(244, 197, 66, 0.3);
}

.pricing-card-v2.premium .btn-pricing-v2:hover {
  box-shadow: 0 12px 35px rgba(244, 197, 66, 0.5);
}

.pricing-note {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.pricing-note p {
  color: #666;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 15px 25px;
  border-radius: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.pricing-note p i {
  color: #2b4dff;
  font-size: 1.1rem;
}

/* Responsive adjustments for pricing v2 */
@media (max-width: 991px) {
  .pricing-card-v2.featured {
    transform: scale(1);
    margin: 20px 0;
  }
  
  .pricing-card-v2.featured:hover {
    transform: translateY(-12px);
  }
}

@media (max-width: 767px) {
  .pricing-section-v2 {
    padding: 60px 0;
  }
  
  .pricing-card-v2 {
    padding: 30px 24px;
  }
  
  .pricing-toggle {
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .pricing-note p {
    flex-direction: column;
    text-align: center;
    border-radius: 16px;
  }
}

/* ========================================
   INDUSTRIES PAGE STYLES
   ======================================== */
.industry-section {
  padding: 80px 0;
}

.industry-section.alt-bg {
  background: #f8f9ff;
}

.industry-content {
  padding-right: 30px;
}

@media (max-width: 991px) {
  .industry-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.industry-content .industry-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.industry-content .industry-icon i {
  font-size: 2.5rem;
  color: #fff;
}

.industry-content h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #0a165e;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .industry-content h2 {
    font-size: 2.3rem;
  }
}

.industry-content .lead {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 15px;
  line-height: 1.7;
}

.industry-content p {
  color: #666;
  line-height: 1.8;
}

.solutions-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 25px 0;
}

.solutions-grid .solution-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f6f7;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 0.9rem;
  color: #0a165e;
  font-weight: 500;
}

.solutions-grid .solution-item i {
  color: #2b4dff;
}

.industry-cta {
  margin-top: 30px;
}

.industry-image {
  position: relative;
}

.industry-image img {
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.industry-stats {
  position: absolute;
  bottom: -25px;
  left: 25px;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(43, 77, 255, 0.3);
}

.industry-stats .number {
  font-size: 2.2rem;
  font-weight: 800;
  display: block;
}

.industry-stats .label {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* ========================================
   INDUSTRIES PAGE V2 STYLES
   ======================================== */
.industries-intro-v2 {
  padding: 80px 0 50px;
  background: #fff;
}

.industries-intro-v2 .section-description {
  max-width: 700px;
  margin: 0 auto;
  color: #666;
  line-height: 1.7;
}

.industry-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.industry-tabs .tab-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 30px;
  background: #fff;
  border: 2px solid #eef0f5;
  border-radius: 16px;
  text-decoration: none;
  color: #0a165e;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.industry-tabs .tab-item:hover,
.industry-tabs .tab-item.active {
  border-color: #2b4dff;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(43, 77, 255, 0.25);
}

.industry-tabs .tab-item i {
  font-size: 1.3rem;
}

.industry-section-v2 {
  padding: 80px 0;
  background: #fff;
}

.industry-section-v2.alt-bg {
  background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 100%);
}

.industry-card-v2 {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #eef0f5;
}

.industry-content-v2 {
  padding: 50px;
}

@media (max-width: 991px) {
  .industry-content-v2 {
    padding: 35px 25px;
  }
}

.industry-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.industry-icon-v2 {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.industry-icon-v2.govt {
  background: linear-gradient(135deg, #0a165e 0%, #1a2980 100%);
}

.industry-icon-v2.enterprise {
  background: linear-gradient(135deg, #f4c542 0%, #f5a623 100%);
}

.industry-icon-v2 i {
  font-size: 1.8rem;
  color: #fff;
}

.industry-badge {
  background: linear-gradient(135deg, #e8ecff 0%, #f0f4ff 100%);
  color: #2b4dff;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.industry-badge.govt {
  background: linear-gradient(135deg, #e8eaff 0%, #eef0ff 100%);
  color: #0a165e;
}

.industry-badge.enterprise {
  background: linear-gradient(135deg, #fff8e1 0%, #fff3cd 100%);
  color: #c79100;
}

.industry-content-v2 h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0a165e;
  margin-bottom: 15px;
}

.industry-content-v2 .lead {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
}

.industry-content-v2 > p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 25px;
}

.industry-content-v2 h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.solutions-grid-v2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .solutions-grid-v2 {
    grid-template-columns: 1fr;
  }
}

.solution-item-v2 {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 0.9rem;
  color: #0a165e;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.solution-item-v2:hover {
  background: #fff;
  border-color: #2b4dff;
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(43, 77, 255, 0.1);
}

.solution-item-v2 i {
  font-size: 1.1rem;
  color: #2b4dff;
}

.industry-cta-v2 {
  margin-top: 30px;
}

.btn-industry-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  padding: 16px 30px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(43, 77, 255, 0.25);
}

.btn-industry-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(43, 77, 255, 0.35);
  color: #fff;
}

.btn-industry-cta i {
  transition: transform 0.3s ease;
}

.btn-industry-cta:hover i {
  transform: translateX(5px);
}

/* Industry Visual Section */
.industry-visual-v2 {
  position: relative;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

@media (max-width: 991px) {
  .industry-visual-v2 {
    min-height: 400px;
    padding: 30px 20px;
  }
}

.visual-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(145deg, #e8ecff 0%, #f0f4ff 100%);
  border-radius: 0 30px 30px 0;
}

.industry-section-v2.alt-bg .visual-background,
.industry-section-v2 .col-lg-6.order-lg-1 .visual-background {
  border-radius: 30px 0 0 30px;
}

.visual-background.govt {
  background: linear-gradient(145deg, #e8eaff 0%, #f0f2ff 100%);
}

.visual-background.enterprise {
  background: linear-gradient(145deg, #fff8e1 0%, #fffdf5 100%);
}

.industry-visual-v2 .main-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.floating-stat {
  position: absolute;
  z-index: 2;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  padding: 18px 22px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 15px 40px rgba(43, 77, 255, 0.3);
  animation: float 4s ease-in-out infinite;
}

.floating-stat.govt {
  background: linear-gradient(135deg, #0a165e 0%, #1a2980 100%);
  box-shadow: 0 15px 40px rgba(10, 22, 94, 0.3);
}

.floating-stat.enterprise {
  background: linear-gradient(135deg, #f4c542 0%, #f5a623 100%);
  color: #0a165e;
  box-shadow: 0 15px 40px rgba(244, 197, 66, 0.3);
}

.floating-stat.stat-1 {
  top: 20%;
  right: 10%;
}

.floating-stat.stat-2 {
  bottom: 15%;
  left: 5%;
  animation-delay: 2s;
}

@media (max-width: 991px) {
  .floating-stat.stat-1 {
    top: 10%;
    right: 5%;
  }
  
  .floating-stat.stat-2 {
    bottom: 10%;
    left: 5%;
  }
}

.floating-stat .stat-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-stat.enterprise .stat-icon {
  background: rgba(0, 0, 0, 0.1);
}

.floating-stat .stat-icon i {
  font-size: 1.3rem;
}

.floating-stat .stat-content {
  display: flex;
  flex-direction: column;
}

.floating-stat .stat-number {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.floating-stat .stat-label {
  font-size: 0.8rem;
  opacity: 0.9;
}

/* Why Choose V2 */
.why-choose-industry-v2 {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 100%);
}

.why-card-v2 {
  background: #fff;
  border-radius: 24px;
  padding: 35px 30px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid #eef0f5;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.why-card-v2:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  border-color: #2b4dff;
}

.why-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  font-weight: 900;
  color: #f0f4ff;
  line-height: 1;
  transition: all 0.3s ease;
}

.why-card-v2:hover .why-number {
  color: #e8ecff;
}

.why-icon-v2 {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f0f4ff 0%, #e8ecff 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.why-icon-v2 i {
  font-size: 1.8rem;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.why-card-v2:hover .why-icon-v2 {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  transform: scale(1.1) rotate(5deg);
}

.why-card-v2:hover .why-icon-v2 i {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.why-card-v2 h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 12px;
}

.why-card-v2 p {
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* ========================================
   CASE STUDIES PAGE STYLES
   ======================================== */
.case-studies-section {
  padding: 80px 0;
}

.case-study-card {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
  transition: all 0.3s ease;
}

.case-study-card:hover {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.case-study-card .case-image {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: linear-gradient(135deg, #e8edff 0%, #f5f6f7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-study-card .case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.case-study-card:hover .case-image img {
  transform: scale(1.05);
}

.case-study-card .case-image i {
  font-size: 5rem;
  color: #ccc;
}

.case-study-card .case-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
}

.case-study-card .case-tag.education {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
}

.case-study-card .case-tag.research {
  background: linear-gradient(135deg, #9c27b0 0%, #ba68c8 100%);
}

.case-study-card .case-tag.government {
  background: linear-gradient(135deg, #28a745 0%, #34ce57 100%);
}

.case-study-card .case-tag.enterprise {
  background: linear-gradient(135deg, #f4c542 0%, #ffd966 100%);
  color: #0a165e;
}

/* Product CTA Buttons */
.case-study-card .case-cta {
  padding-top: 15px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.case-study-card .case-cta .btn-primary {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
}

.case-study-card .case-cta .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(43, 77, 255, 0.3);
}

.case-study-card .case-cta .btn-outline-primary {
  border: 2px solid #2b4dff;
  color: #2b4dff;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  background: transparent;
}

.case-study-card .case-cta .btn-outline-primary:hover {
  background: #2b4dff;
  color: #fff;
}

.case-study-card .case-content {
  padding: 40px;
}

.case-study-card .case-category {
  color: #2b4dff;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.case-study-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0a165e;
  margin: 10px 0 20px;
}

.case-study-card .case-details {
  display: flex;
  gap: 40px;
  margin: 25px 0;
  flex-wrap: wrap;
}

.case-study-card .detail-item .label {
  display: block;
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 3px;
}

.case-study-card .detail-item .value {
  font-weight: 600;
  color: #0a165e;
}

.case-study-card .case-challenge,
.case-study-card .case-solution {
  margin: 25px 0;
}

.case-study-card .case-challenge h5,
.case-study-card .case-solution h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 10px;
}

.case-study-card .case-challenge p,
.case-study-card .case-solution p {
  color: #666;
  line-height: 1.7;
}

.case-study-card .case-solution ul {
  padding-left: 25px;
  color: #555;
  line-height: 1.8;
}

.case-study-card .results-grid {
  display: flex;
  gap: 40px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.case-study-card .result {
  text-align: center;
}

.case-study-card .result .number {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  color: #2b4dff;
}

.case-study-card .result .text {
  font-size: 0.85rem;
  color: #666;
}

/* Case Stats Section */
.case-stats-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #001787 0%, #0a165e 100%);
}

.stat-card {
  text-align: center;
  padding: 30px 20px;
  color: #fff;
}

.stat-card .stat-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  opacity: 0.8;
}

.stat-card .stat-icon i {
  background: linear-gradient(135deg, #f4c542, #ffd966);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-card .stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  display: block;
}

.stat-card .stat-label {
  font-size: 1rem;
  opacity: 0.9;
}

/* ========================================
   BLOG PAGE STYLES
   ======================================== */
.blog-section {
  padding: 80px 0;
}

.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.blog-card:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.blog-card .blog-image {
  position: relative;
  overflow: hidden;
  height: 220px;
  background: linear-gradient(135deg, #e8edff 0%, #f5f6f7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-card .blog-image i {
  font-size: 4rem;
  color: #ccc;
}

.blog-card .blog-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  padding: 6px 18px;
  border-radius: 25px;
  font-size: 0.8rem;
  font-weight: 600;
}

.blog-card .blog-content {
  padding: 30px;
}

.blog-card .blog-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  color: #666;
  font-size: 0.9rem;
}

.blog-card .blog-meta i {
  margin-right: 5px;
  color: #2b4dff;
}

.blog-card h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 15px;
  line-height: 1.4;
}

.blog-card h2 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card h2 a:hover {
  color: #2b4dff;
}

.blog-card p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.blog-card .read-more {
  color: #2b4dff;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.blog-card .read-more:hover {
  gap: 12px;
}

/* Blog Sidebar */
.blog-sidebar {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .blog-sidebar {
    padding-left: 0;
    margin-top: 40px;
  }
}

.blog-sidebar .sidebar-widget {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.blog-sidebar .sidebar-widget h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.blog-sidebar .search-form {
  display: flex;
  gap: 10px;
}

.blog-sidebar .search-form input {
  flex: 1;
  padding: 14px 18px;
  border: 2px solid #e8edff;
  border-radius: 10px;
  font-size: 0.95rem;
}

.blog-sidebar .search-form input:focus {
  border-color: #2b4dff;
  outline: none;
}

.blog-sidebar .search-form button {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-sidebar .search-form button:hover {
  transform: translateY(-2px);
}

.blog-sidebar .categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-sidebar .categories-widget ul li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.blog-sidebar .categories-widget ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-sidebar .categories-widget ul li a {
  color: #555;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  transition: color 0.3s ease;
}

.blog-sidebar .categories-widget ul li a:hover {
  color: #2b4dff;
}

.blog-sidebar .categories-widget ul li a span {
  color: #999;
}

.blog-sidebar .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-sidebar .tags a {
  background: #f5f6f7;
  color: #555;
  padding: 8px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.blog-sidebar .tags a:hover {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
}

/* ========================================
   DOWNLOADS PAGE STYLES
   ======================================== */
.downloads-section {
  padding: 80px 0;
}

.download-category {
  margin-bottom: 50px;
}

.download-category h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.download-category h3 i {
  color: #2b4dff;
}

.download-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.download-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.download-card .download-icon {
  width: 65px;
  height: 65px;
  background: #fee2e2;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.download-card .download-icon i {
  font-size: 2rem;
  color: #dc3545;
}

.download-card .download-content {
  flex: 1;
}

.download-card .download-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 5px;
}

.download-card .download-content p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.download-card .file-info {
  font-size: 0.8rem;
  color: #999;
}

.download-card .download-btn {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  padding: 12px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: all 0.3s ease;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.download-card .download-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(43, 77, 255, 0.3);
  color: #fff;
}

/* ========================================
   LEGAL PAGES STYLES (Privacy, Terms)
   ======================================== */
.legal-content-section {
  padding: 80px 0;
}

.legal-content {
  max-width: 900px;
  margin: 0 auto;
}

.legal-content .last-updated {
  background: #f8f9ff;
  padding: 20px 25px;
  border-radius: 12px;
  margin-bottom: 40px;
  border-left: 4px solid #2b4dff;
}

.legal-content .last-updated strong {
  color: #0a165e;
}

.legal-content .content-block {
  margin-bottom: 40px;
}

.legal-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 20px;
}

.legal-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0a165e;
  margin: 25px 0 15px;
}

.legal-content p {
  color: #555;
  line-height: 1.9;
  margin-bottom: 15px;
}

.legal-content ul {
  color: #555;
  line-height: 1.9;
  padding-left: 25px;
  margin-bottom: 20px;
}

.legal-content ul li {
  margin-bottom: 8px;
}

.legal-content .contact-info {
  background: #f8f9ff;
  padding: 25px;
  border-radius: 12px;
  margin-top: 30px;
}

.legal-content .contact-info p {
  margin-bottom: 8px;
}

.legal-content .contact-info p:last-child {
  margin-bottom: 0;
}

/* ========================================
   AMC & SUPPORT PAGE STYLES
   ======================================== */
.support-types-section {
  padding: 80px 0;
}

.support-type-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.support-type-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.support-type-card .type-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.support-type-card .type-icon i {
  font-size: 2.5rem;
  color: #fff;
}

.support-type-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 15px;
}

.support-type-card p {
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Coverage Section */
.coverage-section {
  padding: 80px 0;
}

.coverage-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.coverage-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.coverage-card h4 i {
  color: #28a745;
  font-size: 1.3rem;
}

.coverage-card.excluded h4 i {
  color: #dc3545;
}

.coverage-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.coverage-card ul li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #555;
}

.coverage-card ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.coverage-card ul li i {
  color: #28a745;
}

.coverage-card.excluded ul li i {
  color: #dc3545;
}

/* Escalation Table */
.escalation-section {
  padding: 80px 0;
  background: #f8f9ff;
}

.escalation-table {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.escalation-table table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.escalation-table thead {
  background: linear-gradient(135deg, #001787 0%, #0a165e 100%);
  color: #fff;
}

.escalation-table th {
  padding: 18px 20px;
  font-weight: 600;
  text-align: left;
}

.escalation-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
}

.escalation-table tbody tr:last-child td {
  border-bottom: none;
}

.escalation-table tbody tr:hover {
  background: #f8f9ff;
}

/* ========================================
   CTA SECTION STYLES
   ======================================== */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #001787 0%, #0a165e 100%);
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/banner1.jpg') center/cover;
  opacity: 0.1;
}

.cta-section .container {
  position: relative;
  z-index: 1;
}

.cta-section h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .cta-section h2 {
    font-size: 2.8rem;
  }
}

.cta-section p {
  font-size: 1.15rem;
  opacity: 0.95;
  margin-bottom: 35px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-cta-primary {
  background: #f4c542;
  color: #0a165e;
  padding: 16px 40px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: inline-block;
}

.btn-cta-primary:hover {
  background: #e5b930;
  color: #0a165e;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(244, 197, 66, 0.4);
}

.btn-cta-secondary {
  background: transparent;
  color: #fff;
  padding: 16px 40px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

/* ========================================
   COMMON SECTION STYLES
   ======================================== */
.section-header {
  margin-bottom: 50px;
}

.section-header.text-center {
  text-align: center;
}

.section-subtitle {
  color: #2b4dff;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 12px;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0a165e;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 2.8rem;
  }
}

.section-description {
  color: #666;
  max-width: 600px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.section-header.text-center .section-description {
  margin-left: auto;
  margin-right: auto;
}

/* Request Quote Section */
.request-custom-section {
  padding: 60px 0;
  background: #f8f9ff;
}

.request-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.request-box .request-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 10px;
}

.request-box .request-content p {
  color: #666;
  margin: 0;
}

.btn-request {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  padding: 16px 35px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  white-space: nowrap;
}

.btn-request:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(43, 77, 255, 0.3);
  color: #fff;
}

/* Stats Section */
.stats-section {
  padding: 70px 0;
  background: linear-gradient(135deg, #001787 0%, #0a165e 100%);
  color: #fff;
}

.stat-item {
  text-align: center;
  padding: 25px;
}

.stat-item .stat-number {
  font-size: 3.5rem;
  font-weight: 800;
  display: block;
}

.stat-item .stat-label {
  font-size: 1rem;
  opacity: 0.9;
  margin-top: 5px;
}

/* ========================================
   WHY AVUETECH / ADVANTAGES SECTION
   ======================================== */
.why-avuetech-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 100%);
}

.why-avuetech-section .section-header {
  margin-bottom: 50px;
}

.why-avuetech-section .section-subtitle {
  color: #2b4dff;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 15px;
}

.why-avuetech-section .section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0a165e;
  margin-bottom: 15px;
}

.why-avuetech-section .section-desc {
  color: #666;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.advantage-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  border: 1px solid rgba(43, 77, 255, 0.08);
}

.advantage-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2b4dff 0%, #657dff 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.advantage-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(43, 77, 255, 0.15);
}

.advantage-card:hover::before {
  transform: scaleX(1);
}

.advantage-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #e8edff 0%, #f0f3ff 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

.advantage-icon i {
  font-size: 1.8rem;
  color: #2b4dff;
  transition: all 0.4s ease;
}

.advantage-card:hover .advantage-icon {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  transform: scale(1.1) rotate(5deg);
}

.advantage-card:hover .advantage-icon i {
  color: #fff;
}

.advantage-number {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 3rem;
  font-weight: 900;
  color: rgba(43, 77, 255, 0.06);
  line-height: 1;
  transition: all 0.4s ease;
}

.advantage-card:hover .advantage-number {
  color: rgba(43, 77, 255, 0.12);
  transform: scale(1.1);
}

.advantage-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.advantage-card:hover h4 {
  color: #2b4dff;
}

.advantage-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.advantage-line {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #2b4dff 0%, #657dff 100%);
  border-radius: 3px;
  transition: width 0.4s ease;
}

.advantage-card:hover .advantage-line {
  width: 80px;
}

/* Stats Section Enhancement */
.stats-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #001787 0%, #0a165e 100%);
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/pattern.png') repeat;
  opacity: 0.05;
}

.stat-card {
  text-align: center;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
}

.stat-card .stat-number {
  font-size: 3.5rem;
  font-weight: 900;
  color: #f4c542;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-card .stat-number span {
  font-size: 2rem;
}

.stat-card .stat-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  font-weight: 500;
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */
@media (max-width: 767px) {
  .page-banner {
    padding: 60px 0 40px;
  }
  
  .page-banner h1 {
    font-size: 2rem;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .cta-section h2 {
    font-size: 1.8rem;
  }
  
  .stat-item .stat-number {
    font-size: 2.5rem;
  }
  
  .request-box {
    flex-direction: column;
    text-align: center;
  }
  
  .request-box .request-content {
    text-align: center;
  }
  
  .download-card {
    flex-direction: column;
    text-align: center;
  }
  
  .download-card .download-content {
    text-align: center;
  }
  
  .why-avuetech-section .section-title {
    font-size: 2rem;
  }
  
  .advantage-card {
    padding: 25px 20px;
  }
  
  .advantage-number {
    font-size: 2.5rem;
  }
  
  .advantage-icon {
    width: 60px;
    height: 60px;
  }
  
  .advantage-icon i {
    font-size: 1.5rem;
  }
  
  .stat-card .stat-number {
    font-size: 2.8rem;
  }
}

/* ========================================
   BLOG DETAIL PAGE STYLES
   ======================================== */
.blog-detail-banner {
  text-align: left;
}

.blog-detail-banner .blog-category-tag {
  display: inline-block;
  background: #f4c542;
  color: #0a165e;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-detail-banner h1 {
  font-size: 2.5rem;
  max-width: 800px;
}

.blog-meta-info {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 20px;
}

.blog-meta-info span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-detail-section {
  padding: 80px 0;
}

.blog-detail-content {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.blog-detail-content .featured-image img {
  width: 100%;
  height: auto;
}

.blog-detail-content .article-body {
  padding: 40px;
}

.blog-detail-content .lead {
  font-size: 1.2rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 30px;
  border-left: 4px solid #2b4dff;
  padding-left: 20px;
}

.blog-detail-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0a165e;
  margin: 35px 0 15px;
}

.blog-detail-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0a165e;
  margin: 25px 0 15px;
}

.blog-detail-content p {
  color: #555;
  line-height: 1.9;
  margin-bottom: 15px;
}

.blog-detail-content ul {
  color: #555;
  line-height: 1.9;
  padding-left: 25px;
  margin-bottom: 25px;
}

.blog-detail-content ul li {
  margin-bottom: 10px;
}

.highlight-box {
  background: linear-gradient(135deg, #f8f9ff 0%, #e8edff 100%);
  border-left: 4px solid #2b4dff;
  padding: 25px;
  border-radius: 0 12px 12px 0;
  margin: 30px 0;
}

.highlight-box h4 {
  color: #2b4dff;
  font-size: 1.1rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.highlight-box p {
  margin-bottom: 0;
}

.conclusion-box {
  background: linear-gradient(135deg, #0a165e 0%, #1a2a8f 100%);
  color: #fff;
  padding: 35px;
  border-radius: 15px;
  margin: 40px 0;
}

.conclusion-box h3 {
  color: #fff;
  margin-top: 0;
}

.conclusion-box p {
  color: rgba(255, 255, 255, 0.9);
}

.conclusion-box p:last-child {
  margin-bottom: 0;
}

.article-tags {
  padding: 25px 0;
  border-top: 1px solid #e8edff;
  margin-top: 30px;
}

.tags-label {
  font-weight: 600;
  color: #0a165e;
  margin-right: 15px;
}

.tag {
  display: inline-block;
  background: #f8f9ff;
  color: #2b4dff;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  margin: 5px 5px 5px 0;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tag:hover {
  background: #2b4dff;
  color: #fff;
}

.article-share {
  padding: 25px 0;
  border-top: 1px solid #e8edff;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.share-label {
  font-weight: 600;
  color: #0a165e;
}

.share-buttons {
  display: flex;
  gap: 10px;
}

.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.share-btn.linkedin { background: #0077B5; }
.share-btn.twitter { background: #1DA1F2; }
.share-btn.facebook { background: #1877F2; }
.share-btn.whatsapp { background: #25D366; }
.share-btn.email { background: #EA4335; }

.share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* Author Box */
.author-box {
  display: flex;
  gap: 25px;
  padding: 30px;
  background: #f8f9ff;
  border-radius: 15px;
  margin: 40px;
}

.author-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 10px;
}

.author-info p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.author-social a {
  color: #2b4dff;
  font-size: 1.2rem;
  margin-right: 15px;
}

/* Related Posts */
.related-posts {
  padding: 40px;
  background: #f8f9ff;
}

.related-posts h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 25px;
}

.related-post-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.related-post-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.related-post-content {
  padding: 20px;
}

.related-post-content .category {
  font-size: 0.8rem;
  color: #2b4dff;
  font-weight: 600;
}

.related-post-content h5 {
  font-size: 1rem;
  margin: 10px 0;
}

.related-post-content h5 a {
  color: #0a165e;
  text-decoration: none;
}

.related-post-content h5 a:hover {
  color: #2b4dff;
}

.related-post-content .date {
  font-size: 0.85rem;
  color: #999;
}

/* Blog Sidebar */
.blog-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.sidebar-widget h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e8edff;
}

.search-form {
  display: flex;
}

.search-form input {
  flex: 1;
  padding: 12px 15px;
  border: 2px solid #e8edff;
  border-radius: 10px 0 0 10px;
  font-size: 0.95rem;
}

.search-form input:focus {
  border-color: #2b4dff;
  outline: none;
}

.search-form button {
  background: #2b4dff;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding: 12px 0;
  border-bottom: 1px solid #e8edff;
}

.categories-widget ul li:last-child {
  border-bottom: none;
}

.categories-widget ul li a {
  color: #555;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  transition: color 0.3s ease;
}

.categories-widget ul li a:hover {
  color: #2b4dff;
}

.categories-widget ul li a span {
  color: #999;
}

.popular-post {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #e8edff;
}

.popular-post:last-child {
  border-bottom: none;
}

.popular-post img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.popular-post-content h6 {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.popular-post-content h6 a {
  color: #0a165e;
  text-decoration: none;
}

.popular-post-content h6 a:hover {
  color: #2b4dff;
}

.popular-post-content span {
  font-size: 0.8rem;
  color: #999;
}

.newsletter-widget p {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.newsletter-form input {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e8edff;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.newsletter-form input:focus {
  border-color: #2b4dff;
  outline: none;
}

.newsletter-form button {
  width: 100%;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(43, 77, 255, 0.3);
}

.cta-widget {
  background: linear-gradient(135deg, #0a165e 0%, #1a2a8f 100%);
  color: #fff;
}

.cta-widget h4 {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.cta-widget p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}

.btn-sidebar-cta {
  display: block;
  background: #f4c542;
  color: #0a165e;
  text-align: center;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-sidebar-cta:hover {
  background: #fff;
  color: #0a165e;
}

@media (max-width: 991px) {
  .author-box {
    flex-direction: column;
    text-align: center;
    margin: 40px 20px;
  }
  
  .blog-detail-banner h1 {
    font-size: 2rem;
  }
  
  .blog-detail-content .article-body {
    padding: 25px;
  }
  
  .related-posts {
    padding: 25px;
  }
}

/* ========================================
   SUPPORT TYPES SECTION V2
   ======================================== */
.support-types-section-v2 {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
}

.support-card-v2 {
  background: #fff;
  border-radius: 24px;
  padding: 35px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid #eef0f5;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.support-card-v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2b4dff 0%, #657dff 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.support-card-v2:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.support-card-v2:hover::before {
  transform: scaleX(1);
}

.support-card-v2.featured {
  background: linear-gradient(145deg, #0a165e 0%, #1a2980 100%);
  color: #fff;
  border: none;
}

.support-card-v2.featured::before {
  background: linear-gradient(90deg, #f4c542 0%, #f5a623 100%);
  transform: scaleX(1);
}

.support-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.support-icon-v2 {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f0f4ff 0%, #e8ecff 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.support-icon-v2 i {
  font-size: 1.8rem;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.support-card-v2.featured .support-icon-v2 {
  background: rgba(255, 255, 255, 0.1);
}

.support-card-v2.featured .support-icon-v2 i {
  background: linear-gradient(135deg, #f4c542 0%, #f5a623 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.support-card-v2:hover .support-icon-v2 {
  transform: scale(1.1) rotate(5deg);
}

.support-badge {
  background: #f0f4ff;
  color: #2b4dff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.support-card-v2.featured .support-badge {
  background: rgba(244, 197, 66, 0.2);
  color: #f4c542;
}

.support-card-v2 h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 12px;
}

.support-card-v2.featured h4 {
  color: #fff;
}

.support-card-v2 > p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.support-card-v2.featured > p {
  color: rgba(255, 255, 255, 0.8);
}

.support-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.support-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f2f5;
  color: #555;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.support-features li:last-child {
  border-bottom: none;
}

.support-features li:hover {
  padding-left: 5px;
}

.support-features li i {
  color: #28a745;
  font-size: 1rem;
  font-weight: 600;
}

.support-card-v2.featured .support-features li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
}

.support-card-v2.featured .support-features li i {
  color: #6dd5a0;
}

.support-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2b4dff;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.support-link:hover {
  gap: 12px;
}

.support-link i {
  transition: transform 0.3s ease;
}

.support-link:hover i {
  transform: translateX(3px);
}

.support-card-v2.featured .support-link {
  color: #f4c542;
}

/* ========================================
   ESCALATION MATRIX V2
   ======================================== */
.escalation-section-v2 {
  padding: 100px 0;
  background: #f8f9ff;
}

.escalation-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .escalation-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .escalation-cards {
    grid-template-columns: 1fr;
  }
}

.escalation-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.escalation-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.priority-indicator {
  height: 6px;
  width: 100%;
}

.escalation-card.critical .priority-indicator {
  background: linear-gradient(90deg, #dc3545 0%, #ff6b6b 100%);
}

.escalation-card.high .priority-indicator {
  background: linear-gradient(90deg, #fd7e14 0%, #ffa94d 100%);
}

.escalation-card.medium .priority-indicator {
  background: linear-gradient(90deg, #f4c542 0%, #ffd966 100%);
}

.escalation-card.low .priority-indicator {
  background: linear-gradient(90deg, #28a745 0%, #51cf66 100%);
}

.escalation-content {
  padding: 25px;
}

.priority-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.priority-level {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a165e;
}

.priority-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.escalation-card.critical .priority-icon {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.escalation-card.high .priority-icon {
  background: rgba(253, 126, 20, 0.1);
  color: #fd7e14;
}

.escalation-card.medium .priority-icon {
  background: rgba(244, 197, 66, 0.1);
  color: #f4c542;
}

.escalation-card.low .priority-icon {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
}

.priority-desc {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

.sla-times {
  display: flex;
  gap: 15px;
}

.sla-item {
  flex: 1;
  background: #f8f9ff;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
}

.sla-label {
  display: block;
  font-size: 0.75rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.sla-value {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0a165e;
}

.escalation-note {
  text-align: center;
  margin-top: 40px;
  color: #666;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.escalation-note i {
  color: #2b4dff;
}

/* ========================================
   ERP MODULES SECTION V2
   ======================================== */
.modules-section-v2 {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 100%);
}

.modules-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .modules-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .modules-grid-v2 {
    grid-template-columns: 1fr;
  }
}

.module-card-v2 {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid #eef0f5;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}

.module-card-v2:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  border-color: #2b4dff;
}

.module-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.module-icon-v2 {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f0f4ff 0%, #e8ecff 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.module-icon-v2 i {
  font-size: 1.6rem;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.module-card-v2:hover .module-icon-v2 {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
}

.module-card-v2:hover .module-icon-v2 i {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.module-tag {
  background: linear-gradient(135deg, #e8ecff 0%, #f0f4ff 100%);
  color: #2b4dff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.module-card-v2 h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 15px;
}

.module-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.module-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: #555;
  font-size: 0.9rem;
  border-bottom: 1px solid #f5f6f7;
  transition: all 0.3s ease;
}

.module-features li:last-child {
  border-bottom: none;
}

.module-features li:hover {
  padding-left: 5px;
  color: #0a165e;
}

.module-features li i {
  color: #28a745;
  font-size: 0.85rem;
  font-weight: 600;
}

/* ========================================
   BENEFITS SECTION V2
   ======================================== */
.benefits-section-v2 {
  padding: 100px 0;
  background: #fff;
}

.benefit-card-v2 {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9ff 100%);
  border-radius: 24px;
  padding: 35px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid #eef0f5;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.benefit-card-v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(145deg, #0a165e 0%, #1a2980 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.benefit-card-v2:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(10, 22, 94, 0.15);
}

.benefit-card-v2:hover::before {
  opacity: 1;
}

.benefit-card-v2 > * {
  position: relative;
  z-index: 1;
}

.benefit-icon-v2 {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f0f4ff 0%, #e8ecff 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.benefit-icon-v2 i {
  font-size: 2rem;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.benefit-card-v2:hover .benefit-icon-v2 {
  background: rgba(255, 255, 255, 0.15);
}

.benefit-card-v2:hover .benefit-icon-v2 i {
  background: linear-gradient(135deg, #f4c542 0%, #ffd966 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.benefit-card-v2 h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.benefit-card-v2:hover h4 {
  color: #fff;
}

.benefit-card-v2 > p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 25px;
  transition: color 0.3s ease;
}

.benefit-card-v2:hover > p {
  color: rgba(255, 255, 255, 0.8);
}

.benefit-stat {
  background: #f8f9ff;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
}

.benefit-card-v2:hover .benefit-stat {
  background: rgba(255, 255, 255, 0.1);
}

.benefit-stat .stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.benefit-card-v2:hover .benefit-stat .stat-number {
  background: linear-gradient(135deg, #f4c542 0%, #ffd966 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.benefit-stat .stat-label {
  display: block;
  font-size: 0.8rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  transition: color 0.3s ease;
}

.benefit-card-v2:hover .benefit-stat .stat-label {
  color: rgba(255, 255, 255, 0.7);
}
/* ========================================
   SOLUTION INTRO SECTION V2
   ======================================== */
.solution-intro-section-v2 {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
  overflow: hidden;
}

.solution-intro-content-v2 {
  padding-right: 30px;
}

.solution-intro-content-v2 .section-subtitle {
  color: #2b4dff;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #e8ecff 0%, #f0f4ff 100%);
  padding: 8px 16px;
  border-radius: 25px;
}

.solution-intro-content-v2 h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0a165e;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .solution-intro-content-v2 h2 {
    font-size: 2.8rem;
  }
}

.solution-intro-content-v2 .lead {
  font-size: 1.15rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
}

.solution-intro-content-v2 > p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
}

.solution-highlights-v2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 35px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 15px 18px;
  border-radius: 14px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #eef0f5;
}

.highlight-item:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-color: #2b4dff;
}

.highlight-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.highlight-icon i {
  color: #fff;
  font-size: 1rem;
}

.highlight-item span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0a165e;
}

.intro-cta-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-primary-cta-v2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  padding: 16px 30px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(43, 77, 255, 0.3);
}

.btn-primary-cta-v2:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(43, 77, 255, 0.4);
  color: #fff;
}

.btn-secondary-cta-v2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #0a165e;
  padding: 16px 30px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #eef0f5;
  transition: all 0.3s ease;
}

.btn-secondary-cta-v2:hover {
  border-color: #2b4dff;
  color: #2b4dff;
  transform: translateY(-3px);
}

.solution-preview-v2 {
  position: relative;
  padding: 20px;
}

.preview-window {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border: 1px solid #e0e5f0;
}

.window-header {
  background: linear-gradient(135deg, #f5f6f7 0%, #e8ecf0 100%);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #e0e5f0;
}

.window-dots {
  display: flex;
  gap: 8px;
}

.window-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.window-dots .dot.red {
  background: #ff5f57;
}

.window-dots .dot.yellow {
  background: #febc2e;
}

.window-dots .dot.green {
  background: #28c840;
}

.window-title {
  font-size: 0.85rem;
  color: #666;
  font-weight: 500;
}

.window-content {
  position: relative;
}

.window-content img {
  width: 100%;
  display: block;
}

.preview-stats {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.stat-bubble {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(43, 77, 255, 0.3);
  animation: float 3s ease-in-out infinite;
}

.stat-bubble.secondary {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  box-shadow: 0 10px 30px rgba(40, 167, 69, 0.3);
  animation-delay: 1.5s;
}

.stat-bubble i {
  font-size: 1rem;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 991px) {
  .solution-intro-content-v2 {
    padding-right: 0;
    margin-bottom: 50px;
  }
  
  .solution-highlights-v2 {
    grid-template-columns: 1fr;
  }
  
  .preview-stats {
    position: relative;
    bottom: auto;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ========================================
   DOWNLOAD CARDS V2 STYLES
   ======================================== */

/* Download Category V2 */
.download-category-v2 {
  margin-bottom: 60px;
}

.download-category-v2 .category-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 30px;
  background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
  border-radius: 16px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 23, 135, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.download-category-v2 .category-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, #001787 0%, #0052cc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.download-category-v2 .category-icon i {
  font-size: 1.6rem;
  color: #fff;
}

.download-category-v2 .category-icon.hardware {
  background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
}

.download-category-v2 .category-icon.software {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
}

.download-category-v2 .category-icon.support {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
}

.download-category-v2 .category-icon.casestudy {
  background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
}

.download-category-v2 .category-info {
  flex: 1;
}

.download-category-v2 .category-info h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 5px;
}

.download-category-v2 .category-info p {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
}

.download-category-v2 .category-count {
  background: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #001787;
  border: 1px solid rgba(0, 23, 135, 0.15);
  white-space: nowrap;
}

/* Download Card V2 */
.download-card-v2 {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
}

.download-card-v2:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 23, 135, 0.12);
  border-color: rgba(0, 23, 135, 0.1);
}

.download-card-v2.featured {
  border: 2px solid rgba(0, 23, 135, 0.2);
}

.download-card-v2.featured:hover {
  border-color: #001787;
}

.download-card-v2 .featured-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}

.download-card-v2 .card-top {
  padding: 30px;
  background: linear-gradient(145deg, #f8faff 0%, #f0f4ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.download-card-v2 .card-top::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(0, 23, 135, 0.05) 0%, transparent 70%);
  top: -50px;
  right: -50px;
  border-radius: 50%;
}

.download-card-v2 .file-preview {
  position: relative;
  width: 80px;
  height: 100px;
}

.download-card-v2 .file-icon {
  width: 80px;
  height: 100px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.download-card-v2 .file-icon.pdf {
  background: linear-gradient(145deg, #dc2626 0%, #ef4444 100%);
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
}

.download-card-v2 .file-icon.doc {
  background: linear-gradient(145deg, #2563eb 0%, #3b82f6 100%);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
}

.download-card-v2 .file-icon.xls {
  background: linear-gradient(145deg, #16a34a 0%, #22c55e 100%);
  box-shadow: 0 10px 30px rgba(22, 163, 74, 0.3);
}

.download-card-v2 .file-icon.zip {
  background: linear-gradient(145deg, #7c3aed 0%, #a855f7 100%);
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.3);
}

.download-card-v2 .file-icon i {
  font-size: 2.2rem;
  color: #fff;
}

.download-card-v2:hover .file-icon {
  transform: scale(1.05) rotate(-3deg);
}

.download-card-v2 .file-decoration {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 80px;
  height: 100px;
  border: 2px dashed rgba(0, 23, 135, 0.15);
  border-radius: 12px;
  z-index: 0;
}

.download-card-v2 .card-body {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.download-card-v2 .card-body h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
  line-height: 1.4;
}

.download-card-v2 .card-body p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 15px;
  flex: 1;
}

.download-card-v2 .file-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 15px;
  border-top: 1px solid #f1f5f9;
}

.download-card-v2 .file-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #94a3b8;
}

.download-card-v2 .file-meta .file-type {
  font-weight: 600;
  color: #64748b;
}

.download-card-v2 .file-meta .file-type i {
  color: #dc2626;
}

.download-card-v2 .card-footer {
  padding: 20px 25px;
  background: #fafbff;
  border-top: 1px solid #f1f5f9;
}

.download-card-v2 .download-btn-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #001787 0%, #0052cc 100%);
  color: #fff;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.download-card-v2 .download-btn-v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.download-card-v2 .download-btn-v2:hover::before {
  left: 100%;
}

.download-card-v2 .download-btn-v2:hover {
  background: linear-gradient(135deg, #000f5c 0%, #0041a3 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 23, 135, 0.3);
}

.download-card-v2 .download-btn-v2 i {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.download-card-v2:hover .download-btn-v2 i {
  transform: translateY(2px);
  animation: downloadBounce 0.6s ease infinite;
}

@keyframes downloadBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(3px); }
}

/* Request Custom Section V2 */
.request-custom-section-v2 {
  padding: 80px 0;
  background: linear-gradient(180deg, #f8faff 0%, #fff 100%);
}

.request-box-v2 {
  background: linear-gradient(135deg, #001787 0%, #0041a3 50%, #0052cc 100%);
  border-radius: 24px;
  padding: 60px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 23, 135, 0.25);
}

.request-decoration .deco-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.request-decoration .deco-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
}

.request-decoration .deco-2 {
  width: 200px;
  height: 200px;
  bottom: -80px;
  left: 10%;
}

.request-decoration .deco-dots {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(rgba(255,255,255,0.15) 2px, transparent 2px);
  background-size: 10px 10px;
}

.request-content {
  position: relative;
  z-index: 1;
}

.request-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
}

.request-label i {
  font-size: 1rem;
}

.request-content h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.3;
}

.request-content p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: 25px;
}

.request-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.request-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 500;
}

.request-features li i {
  color: #4ade80;
  font-size: 1rem;
}

.request-action {
  text-align: center;
  position: relative;
  z-index: 1;
}

.request-action .action-icon {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.request-action .action-icon i {
  font-size: 2.5rem;
  color: #fff;
}

.btn-request-v2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #001787;
  padding: 16px 35px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.btn-request-v2:hover {
  background: #f8faff;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.btn-request-v2 i {
  transition: transform 0.3s ease;
}

.btn-request-v2:hover i {
  transform: translateX(5px);
}

.response-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.response-time i {
  font-size: 1rem;
}

/* Download Section Responsive */
@media (max-width: 991px) {
  .download-category-v2 .category-header {
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .download-category-v2 .category-count {
    width: 100%;
    text-align: center;
  }
  
  .request-box-v2 {
    padding: 40px 30px;
  }
  
  .request-content h3 {
    font-size: 1.6rem;
  }
  
  .request-action {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .download-category-v2 .category-header {
    padding: 20px;
  }
  
  .download-category-v2 .category-icon {
    width: 50px;
    height: 50px;
  }
  
  .download-category-v2 .category-icon i {
    font-size: 1.3rem;
  }
  
  .download-category-v2 .category-info h3 {
    font-size: 1.2rem;
  }
  
  .download-card-v2 .card-top {
    padding: 25px;
  }
  
  .download-card-v2 .card-body {
    padding: 20px;
  }
  
  .download-card-v2 .card-footer {
    padding: 15px 20px;
  }
  
  .request-features {
    flex-direction: column;
    gap: 10px;
  }
}

/* ========================================
   FULLSCREEN NAVIGATION OVERLAY
   ======================================== */

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #001787 0%, #0a165e 60%, #000d4d 100%);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  overflow-y: auto;
}

.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.nav-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/banner1.jpg') center/cover;
  opacity: 0.05;
  pointer-events: none;
}

/* Decorative Elements */
.nav-overlay .nav-decoration {
  position: absolute;
  pointer-events: none;
}

.nav-overlay .nav-deco-circle {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: absolute;
  top: -100px;
  right: -100px;
}

.nav-overlay .nav-deco-circle:nth-child(2) {
  width: 300px;
  height: 300px;
  top: auto;
  bottom: -80px;
  left: -80px;
  right: auto;
}

.nav-overlay .nav-deco-dots {
  position: absolute;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 2px, transparent 2px);
  background-size: 15px 15px;
  bottom: 20%;
  right: 10%;
}

/* Close Button */
.nav-close-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  backdrop-filter: blur(10px);
}

.nav-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.nav-close-btn span {
  position: relative;
  width: 24px;
  height: 24px;
}

.nav-close-btn span::before,
.nav-close-btn span::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 0;
  border-radius: 2px;
}

.nav-close-btn span::before {
  transform: rotate(45deg);
}

.nav-close-btn span::after {
  transform: rotate(-45deg);
}

/* Navigation Container */
.nav-overlay-container {
  display: flex;
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
}

/* Left Side - Menu */
.nav-overlay-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px 60px 80px;
}

.nav-overlay-logo {
  margin-bottom: 50px;
}

.nav-overlay-logo img {
  height: 50px;
}

/* Main Menu */
.nav-overlay-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-overlay-menu > li {
  margin-bottom: 10px;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-overlay.active .nav-overlay-menu > li {
  opacity: 1;
  transform: translateX(0);
}

.nav-overlay.active .nav-overlay-menu > li:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay.active .nav-overlay-menu > li:nth-child(2) { transition-delay: 0.15s; }
.nav-overlay.active .nav-overlay-menu > li:nth-child(3) { transition-delay: 0.2s; }
.nav-overlay.active .nav-overlay-menu > li:nth-child(4) { transition-delay: 0.25s; }
.nav-overlay.active .nav-overlay-menu > li:nth-child(5) { transition-delay: 0.3s; }
.nav-overlay.active .nav-overlay-menu > li:nth-child(6) { transition-delay: 0.35s; }
.nav-overlay.active .nav-overlay-menu > li:nth-child(7) { transition-delay: 0.4s; }
.nav-overlay.active .nav-overlay-menu > li:nth-child(8) { transition-delay: 0.45s; }

.nav-overlay-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: 15px 0;
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-overlay-menu > li > a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.3));
  transition: width 0.4s ease;
}

.nav-overlay-menu > li > a:hover {
  color: #fff;
  padding-left: 15px;
}

.nav-overlay-menu > li > a:hover::before {
  width: 100%;
}

.nav-overlay-menu > li > a i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.nav-overlay-menu > li.submenu-open > a i {
  transform: rotate(180deg);
}

/* Submenu */
.nav-overlay-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
}

.nav-overlay-menu > li.submenu-open .nav-overlay-submenu {
  max-height: 400px;
  padding: 15px 0;
}

.nav-overlay-submenu li {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.3s ease;
}

.nav-overlay-menu > li.submenu-open .nav-overlay-submenu li {
  opacity: 1;
  transform: translateX(0);
}

.nav-overlay-menu > li.submenu-open .nav-overlay-submenu li:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay-menu > li.submenu-open .nav-overlay-submenu li:nth-child(2) { transition-delay: 0.15s; }
.nav-overlay-menu > li.submenu-open .nav-overlay-submenu li:nth-child(3) { transition-delay: 0.2s; }
.nav-overlay-menu > li.submenu-open .nav-overlay-submenu li:nth-child(4) { transition-delay: 0.25s; }

.nav-overlay-submenu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  padding: 12px 25px;
  transition: all 0.3s ease;
}

.nav-overlay-submenu li a::before {
  content: '';
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.nav-overlay-submenu li a:hover {
  color: #fff;
  padding-left: 35px;
}

.nav-overlay-submenu li a:hover::before {
  background: #fff;
  transform: scale(1.3);
}

/* Right Side - Info */
.nav-overlay-right {
  width: 400px;
  background: rgba(0, 0, 0, 0.2);
  padding: 100px 50px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  backdrop-filter: blur(20px);
}

.nav-overlay-info {
  margin-bottom: 50px;
}

.nav-overlay-info h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.nav-overlay-info h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #fff, transparent);
  border-radius: 3px;
}

.nav-overlay-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-overlay-contact li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
}

.nav-overlay-contact li i {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  flex-shrink: 0;
}

.nav-overlay-contact li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-overlay-contact li a:hover {
  color: #fff;
}

/* Social Links */
.nav-overlay-social h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.nav-overlay-social h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #fff, transparent);
  border-radius: 3px;
}

.nav-overlay-social-links {
  display: flex;
  gap: 12px;
}

.nav-overlay-social-links a {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.nav-overlay-social-links a:hover {
  background: #fff;
  color: #001787;
  transform: translateY(-5px);
}

/* CTA Button */
.nav-overlay-cta {
  margin-top: auto;
}

.nav-overlay-cta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #001787;
  padding: 18px 35px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.nav-overlay-cta a:hover {
  background: #f8faff;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.nav-overlay-cta a i {
  transition: transform 0.3s ease;
}

.nav-overlay-cta a:hover i {
  transform: translateX(5px);
}

/* Hamburger Button Enhancement */
.btn-line-menu.nav-trigger {
  position: relative;
  z-index: 100000;
  transition: all 0.3s ease;
}

.btn-line-menu.nav-trigger:hover {
  background: #001787;
  border-color: #001787;
  color: #fff;
}

/* Responsive Styles */
@media (max-width: 1199px) {
  .nav-overlay-left {
    padding: 80px 40px 60px 50px;
  }
  
  .nav-overlay-menu > li > a {
    font-size: 1.5rem;
  }
  
  .nav-overlay-right {
    width: 350px;
    padding: 100px 40px 60px;
  }
}

@media (max-width: 991px) {
  .nav-overlay-container {
    flex-direction: column;
  }
  
  .nav-overlay-left {
    padding: 100px 30px 40px;
    flex: none;
  }
  
  .nav-overlay-logo {
    margin-bottom: 30px;
  }
  
  .nav-overlay-menu > li > a {
    font-size: 1.3rem;
    padding: 12px 0;
  }
  
  .nav-overlay-submenu li a {
    font-size: 1rem;
    padding: 10px 20px;
  }
  
  .nav-overlay-right {
    width: 100%;
    padding: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
  }
  
  .nav-overlay-info,
  .nav-overlay-social {
    flex: 1;
    min-width: 200px;
    margin-bottom: 0;
  }
  
  .nav-overlay-cta {
    width: 100%;
    margin-top: 20px;
  }
  
  .nav-close-btn {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 575px) {
  .nav-overlay-left {
    padding: 90px 20px 30px;
  }
  
  .nav-overlay-menu > li > a {
    font-size: 1.1rem;
    padding: 10px 0;
  }
  
  .nav-overlay-submenu li a {
    font-size: 0.95rem;
    padding: 8px 15px;
  }
  
  .nav-overlay-right {
    flex-direction: column;
    padding: 20px;
    gap: 25px;
  }
  
  .nav-overlay-info,
  .nav-overlay-social {
    min-width: 100%;
  }
  
  .nav-overlay-info h3,
  .nav-overlay-social h3 {
    font-size: 1.1rem;
  }
  
  .nav-overlay-contact li {
    font-size: 0.9rem;
  }
  
  .nav-overlay-social-links a {
    width: 45px;
    height: 45px;
  }
  
  .nav-overlay-cta a {
    width: 100%;
    justify-content: center;
    padding: 15px 25px;
  }
}

/* ========================================
   HIDE DEFAULT NAVIGATION - USE OVERLAY ONLY
   ======================================== */

/* Hide the default horizontal navigation */
.navigation {
  display: none !important;
}

/* Adjust navigation block to push action buttons to right */
header .logo-navigation .container-fluid .navigation-block {
  justify-content: flex-end !important;
}

/* Style the action tool block */
header .logo-navigation .container-fluid .navigation-block .action-tool-block {
  gap: 12px;
}

/* Enhanced hamburger button */
header .logo-navigation .container-fluid .navigation-block .action-tool-block .btn-line-menu.nav-trigger {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #001787 0%, #0052cc 100%);
  border: none;
  color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 23, 135, 0.3);
  z-index: 100;
}

header .logo-navigation .container-fluid .navigation-block .action-tool-block .btn-line-menu.nav-trigger:hover {
  background: linear-gradient(135deg, #000f5c 0%, #0041a3 100%);
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 23, 135, 0.4);
}

/* Show Get A Quote button on all screens */
header .logo-navigation .container-fluid .navigation-block .action-tool-block .btn-get-quote {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 0.95rem;
  background: linear-gradient(135deg, #f4c542 0%, #e5b930 100%);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(244, 197, 66, 0.3);
  transition: all 0.3s ease;
}

header .logo-navigation .container-fluid .navigation-block .action-tool-block .btn-get-quote:hover {
  background: linear-gradient(135deg, #e5b930 0%, #d4a820 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(244, 197, 66, 0.4);
}

/* Hide search button - can be added to overlay if needed */
header .logo-navigation .container-fluid .navigation-block .action-tool-block .btn-search {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 575px) {
  header .logo-navigation .container-fluid .navigation-block .action-tool-block .btn-get-quote {
    display: none !important;
  }
  
  header .logo-navigation .container-fluid .navigation-block .action-tool-block .btn-line-menu.nav-trigger {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }
}

/* ========================================
   FOOTER V2 STYLES
   ======================================== */

footer {
  background: linear-gradient(180deg, #0a165e 0%, #060d3a 100%);
  padding: 0;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/banner1.jpg') center/cover;
  opacity: 0.03;
  pointer-events: none;
}

/* Footer Top Decoration */
footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #001787, #f4c542, #001787);
}

/* Main Footer Content */
footer .container {
  position: relative;
  z-index: 1;
}

footer .footer-block {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 50px;
  padding: 70px 0 50px;
}

/* Company Info Column */
footer .footer-block .item.company-info {
  padding-right: 30px;
}

/* Logo with white background */
footer .footer-block .item.company-info .footer-logo {
  padding: 15px 0px;
  border-radius: 12px;
  max-height: 80px;
  width: auto;
  display: inline-block;
  margin-bottom: 25px;
  box-shadow: none;
}

/* Contact Info List */
footer .footer-block .item .contact-info-list {
  margin-bottom: 25px;
}

footer .footer-block .item .contact-info-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-block .item .contact-info-list ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

footer .footer-block .item .contact-info-list ul li:last-child {
  border-bottom: none;
}

footer .footer-block .item .contact-info-list ul li i {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #f4c542;
  flex-shrink: 0;
}

/* Social Links */
footer .footer-block .item .social-links {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

footer .footer-block .item .social-links a {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

footer .footer-block .item .social-links a:hover {
  background: #f4c542;
  border-color: #f4c542;
  color: #0a165e;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(244, 197, 66, 0.3);
}

/* Link Columns */
footer .footer-block .item h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

footer .footer-block .item h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background: linear-gradient(90deg, #f4c542, transparent);
  border-radius: 3px;
}

footer .footer-block .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .footer-block .item ul li {
  padding: 0;
  margin-bottom: 12px;
}

footer .footer-block .item ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
}

footer .footer-block .item ul li a::before {
  content: '';
  width: 0;
  height: 2px;
  background: #f4c542;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: width 0.3s ease;
}

footer .footer-block .item ul li a:hover {
  color: #fff;
  padding-left: 10px;
}

footer .footer-block .item ul li a:hover::before {
  width: 100%;
}

/* Footer Divider */
footer hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  margin: 0;
}

/* Copyright */
footer .copy-text {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 25px 0;
  font-size: 0.9rem;
}

/* Footer Responsive */
@media (max-width: 1199px) {
  footer .footer-block {
    grid-template-columns: 1.3fr repeat(4, 1fr);
    gap: 35px;
  }
}

@media (max-width: 991px) {
  footer .footer-block {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  
  footer .footer-block .item.company-info {
    grid-column: span 3;
    padding-right: 0;
    text-align: center;
  }
  
  footer .footer-block .item.company-info .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  
  footer .footer-block .item.company-info .contact-info-list ul li {
    justify-content: center;
  }
  
  footer .footer-block .item.company-info .social-links {
    justify-content: center;
  }
  
  footer .footer-block .item h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  footer .footer-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    padding: 50px 0 40px;
  }
  
  footer .footer-block .item.company-info {
    grid-column: span 2;
  }
  
  footer .footer-block .item h3 {
    text-align: center;
  }
  
  footer .footer-block .item ul {
    text-align: center;
  }
  
  footer .footer-block .item ul li a::before {
    display: none;
  }
  
  footer .footer-block .item ul li a:hover {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  footer .footer-block {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  footer .footer-block .item.company-info {
    grid-column: span 1;
  }
  
  footer .footer-block .item .contact-info-list ul li {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  footer .footer-block .item .social-links a {
    width: 42px;
    height: 42px;
  }
}

/* ========================================
   GIGW 3.0 ACCESSIBILITY TOOLBAR + CONTACT
   ======================================== */

.accessibility-toolbar {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  padding: 10px 0;
  position: relative;
  z-index: 1000;
}

.accessibility-toolbar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .accessibility-toolbar .container-fluid {
    padding: 0 80px;
  }
}

/* Toolbar Contact Info (Left Side) */
.toolbar-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.toolbar-contact .contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.toolbar-contact .contact-link:hover {
  color: #f4c542;
}

.toolbar-contact .contact-link i {
  color: #f4c542;
  font-size: 0.9rem;
}

.toolbar-contact .contact-link span {
  display: none;
}

@media (min-width: 768px) {
  .toolbar-contact .contact-link span {
    display: inline;
  }
}

@media (min-width: 992px) {
  .toolbar-contact {
    gap: 25px;
  }
  
  .toolbar-contact .contact-link {
    font-size: 0.9rem;
  }
}

/* Accessibility Controls (Right Side) */
.accessibility-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Skip to Content Link - Inside Toolbar */
.skip-to-content {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f4c542;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  padding: 4px 12px;
  border-radius: 4px;
  background: rgba(244, 197, 66, 0.1);
  border: 1px solid rgba(244, 197, 66, 0.3);
  transition: all 0.3s ease;
}

.skip-to-content:hover,
.skip-to-content:focus {
  background: #f4c542;
  color: #0a165e;
  outline: 2px solid #fff;
}

.skip-to-content i {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .skip-to-content span {
    display: none;
  }
  
  .skip-to-content {
    padding: 6px 8px;
  }
}

/* Accessibility Controls */
.accessibility-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.accessibility-controls .control-group {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.08);
  padding: 4px 8px;
  border-radius: 8px;
}

.accessibility-controls .control-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 6px;
  display: none;
}

@media (min-width: 768px) {
  .accessibility-controls .control-label {
    display: inline;
  }
}

.accessibility-controls .control-btn {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accessibility-controls .control-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.accessibility-controls .control-btn.active {
  background: #f4c542;
  border-color: #f4c542;
  color: #1a1a2e;
}

.accessibility-controls .control-btn i {
  font-size: 1rem;
}

/* Font Size Buttons */
.font-size-controls .control-btn.decrease {
  font-size: 0.7rem;
}

.font-size-controls .control-btn.normal {
  font-size: 0.85rem;
}

.font-size-controls .control-btn.increase {
  font-size: 1rem;
}

/* Contrast Toggle */
.contrast-toggle .control-btn {
  width: 32px;
  padding: 0;
}

.contrast-toggle .control-btn span {
  display: none;
}

/* Screen Reader Link */
.screen-reader-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.screen-reader-link:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.screen-reader-link i {
  font-size: 1.1rem;
}

.screen-reader-link span {
  display: none;
}

@media (min-width: 768px) {
  .screen-reader-link span {
    display: inline;
  }
}

/* High Contrast Mode Styles */
body.high-contrast {
  filter: contrast(1.2);
}

/* ========================================
   GIGW 3.0 COMPLIANT FONT SIZE CONTROLS
   ======================================== */

/* Base HTML font size for scaling - GIGW Standard */
html {
  font-size: 100%; /* 16px default */
  transition: font-size 0.2s ease;
}

/* Small Font Size (-2px from base = 87.5% = 14px) */
html.font-small {
  font-size: 87.5%;
}

/* Normal Font Size (100% = 16px) */
html.font-normal {
  font-size: 100%;
}

/* Large Font Size (+4px from base = 125% = 20px) */
html.font-large {
  font-size: 125%;
}

/* Extra Large Font Size for better accessibility (+6px = 137.5% = 22px) */
html.font-xlarge {
  font-size: 137.5%;
}

/* Ensure all text elements scale proportionally with rem units */
body.font-small,
body.font-normal,
body.font-large,
body.font-xlarge {
  font-size: 1rem;
}

/* Headings scale proportionally - GIGW compliant */
html.font-small h1, html.font-small .h1 { font-size: 2rem; }
html.font-small h2, html.font-small .h2 { font-size: 1.6rem; }
html.font-small h3, html.font-small .h3 { font-size: 1.35rem; }
html.font-small h4, html.font-small .h4 { font-size: 1.15rem; }
html.font-small h5, html.font-small .h5 { font-size: 1rem; }
html.font-small h6, html.font-small .h6 { font-size: 0.9rem; }

html.font-large h1, html.font-large .h1 { font-size: 2.8rem; }
html.font-large h2, html.font-large .h2 { font-size: 2.2rem; }
html.font-large h3, html.font-large .h3 { font-size: 1.8rem; }
html.font-large h4, html.font-large .h4 { font-size: 1.5rem; }
html.font-large h5, html.font-large .h5 { font-size: 1.25rem; }
html.font-large h6, html.font-large .h6 { font-size: 1.1rem; }

html.font-xlarge h1, html.font-xlarge .h1 { font-size: 3rem; }
html.font-xlarge h2, html.font-xlarge .h2 { font-size: 2.4rem; }
html.font-xlarge h3, html.font-xlarge .h3 { font-size: 2rem; }
html.font-xlarge h4, html.font-xlarge .h4 { font-size: 1.7rem; }
html.font-xlarge h5, html.font-xlarge .h5 { font-size: 1.4rem; }
html.font-xlarge h6, html.font-xlarge .h6 { font-size: 1.2rem; }

/* Paragraphs and list items scale */
html.font-small p, html.font-small li, html.font-small span, html.font-small a { font-size: 0.9rem; }
html.font-large p, html.font-large li, html.font-large span, html.font-large a { font-size: 1.1rem; }
html.font-xlarge p, html.font-xlarge li, html.font-xlarge span, html.font-xlarge a { font-size: 1.2rem; }

/* Form elements scale - GIGW accessibility */
html.font-small input, html.font-small textarea, html.font-small select, html.font-small button { font-size: 0.9rem; }
html.font-large input, html.font-large textarea, html.font-large select, html.font-large button { font-size: 1.1rem; }
html.font-xlarge input, html.font-xlarge textarea, html.font-xlarge select, html.font-xlarge button { font-size: 1.2rem; }

/* Navigation and menu items scale */
html.font-small .nav-link, html.font-small .menu-item { font-size: 0.9rem; }
html.font-large .nav-link, html.font-large .menu-item { font-size: 1.1rem; }
html.font-xlarge .nav-link, html.font-xlarge .menu-item { font-size: 1.2rem; }

/* Active state for font buttons */
.font-size-controls .control-btn.active {
  background: var(--primary-color, #0066cc) !important;
  color: #fff !important;
  font-weight: 700;
  border-color: var(--primary-color, #0066cc) !important;
}

/* ========================================
   GIGW 3.0 HIGH CONTRAST MODE
   ======================================== */

/* High Contrast Mode - Yellow on Black (GIGW Standard) */
body.high-contrast {
  background-color: #000 !important;
  color: #ffff00 !important;
}

body.high-contrast * {
  background-color: #000 !important;
  color: #ffff00 !important;
  border-color: #ffff00 !important;
}

body.high-contrast a,
body.high-contrast a:visited {
  color: #00ffff !important;
  text-decoration: underline !important;
}

body.high-contrast a:hover,
body.high-contrast a:focus {
  color: #ffffff !important;
  background-color: #333 !important;
  outline: 2px solid #ffff00 !important;
}

body.high-contrast img {
  filter: grayscale(100%) contrast(1.2);
  border: 2px solid #ffff00 !important;
}

body.high-contrast button,
body.high-contrast .btn,
body.high-contrast input[type="submit"],
body.high-contrast input[type="button"] {
  background-color: #ffff00 !important;
  color: #000 !important;
  border: 2px solid #ffff00 !important;
  font-weight: bold;
}

body.high-contrast button:hover,
body.high-contrast .btn:hover,
body.high-contrast button:focus,
body.high-contrast .btn:focus {
  background-color: #000 !important;
  color: #ffff00 !important;
  outline: 3px solid #ffffff !important;
}

body.high-contrast input,
body.high-contrast textarea,
body.high-contrast select {
  background-color: #000 !important;
  color: #ffff00 !important;
  border: 2px solid #ffff00 !important;
}

body.high-contrast input:focus,
body.high-contrast textarea:focus,
body.high-contrast select:focus {
  outline: 3px solid #00ffff !important;
  background-color: #222 !important;
}

body.high-contrast input::placeholder,
body.high-contrast textarea::placeholder {
  color: #cccc00 !important;
}

/* High Contrast - Accessibility Toolbar */
body.high-contrast .accessibility-toolbar {
  background: #000 !important;
  border-bottom: 2px solid #ffff00 !important;
}

body.high-contrast .accessibility-toolbar .control-btn {
  background: #000 !important;
  color: #ffff00 !important;
  border: 2px solid #ffff00 !important;
}

body.high-contrast .accessibility-toolbar .control-btn:hover,
body.high-contrast .accessibility-toolbar .control-btn:focus,
body.high-contrast .accessibility-toolbar .control-btn.active {
  background: #ffff00 !important;
  color: #000 !important;
}

body.high-contrast .skip-to-content {
  background: #ffff00 !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}

/* High Contrast - Header & Navigation */
body.high-contrast header,
body.high-contrast .logo-navigation {
  background: #000 !important;
  border-bottom: 2px solid #ffff00 !important;
}

body.high-contrast .navigation a {
  color: #ffff00 !important;
}

body.high-contrast .navigation a:hover {
  color: #00ffff !important;
}

/* High Contrast - Footer */
body.high-contrast footer {
  background: #000 !important;
  border-top: 2px solid #ffff00 !important;
}

/* High Contrast - Cards & Sections */
body.high-contrast .card,
body.high-contrast .service-item,
body.high-contrast .feature-box,
body.high-contrast section {
  background: #000 !important;
  border: 2px solid #ffff00 !important;
}

/* High Contrast - Tables */
body.high-contrast table {
  border: 2px solid #ffff00 !important;
}

body.high-contrast th,
body.high-contrast td {
  border: 1px solid #ffff00 !important;
  background: #000 !important;
  color: #ffff00 !important;
}

body.high-contrast th {
  background: #333 !important;
}

/* High Contrast Active Indicator */
#contrastToggle.active {
  background: #ffff00 !important;
  color: #000 !important;
  border-color: #ffff00 !important;
}

#contrastToggle.active i {
  color: #000 !important;
}

/* ========================================
   FOOTER GIGW COMPACT (PILL BUTTONS)
   ======================================== */

.footer-gigw-compact {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

/* GIGW Pill Buttons */
.footer-gigw-compact .gigw-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-gigw-compact .gigw-pills a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 25px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-gigw-compact .gigw-pills a:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.footer-gigw-compact .gigw-pills a i {
  font-size: 0.85rem;
}

/* Meta Info Row */
.footer-gigw-compact .gigw-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.footer-gigw-compact .gigw-meta .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
}

.footer-gigw-compact .gigw-meta .meta-item i {
  color: #f4c542;
  font-size: 0.85rem;
}

.footer-gigw-compact .gigw-meta .meta-item strong {
  color: #fff;
  font-weight: 600;
}

.footer-gigw-compact .gigw-meta .meta-item .count {
  font-family: 'Courier New', monospace;
  letter-spacing: 1px;
  color: #f4c542;
}

/* Copyright */
.footer-gigw-compact .footer-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Responsive */
@media (max-width: 767px) {
  .footer-gigw-compact .gigw-pills {
    gap: 8px;
  }
  
  .footer-gigw-compact .gigw-pills a {
    padding: 6px 12px;
    font-size: 0.75rem;
  }
  
  .footer-gigw-compact .gigw-meta {
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .footer-gigw-compact .gigw-pills a span {
    display: none;
  }
  
  .footer-gigw-compact .gigw-pills a {
    padding: 8px 12px;
  }
}

/* ========================================
   FOOTER GIGW ROW (INTEGRATED) - OLD
   ======================================== */

.footer-gigw-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 25px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-gigw-row .gigw-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-gigw-row .gigw-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}

.footer-gigw-row .gigw-links a:hover {
  color: #f4c542;
}

.footer-gigw-row .gigw-links a i {
  font-size: 0.9rem;
}

.footer-gigw-row .divider {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8rem;
}

.footer-gigw-row .gigw-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-gigw-row .gigw-info .info-item {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-gigw-row .gigw-info .info-item i {
  color: #f4c542;
  font-size: 0.9rem;
}

.footer-gigw-row .gigw-info .info-item strong {
  color: rgba(255, 255, 255, 0.9);
}

.footer-gigw-row .gigw-info .count {
  font-family: 'Courier New', monospace;
  letter-spacing: 1px;
  color: #f4c542;
}

/* Footer Copyright */
.footer-copyright {
  text-align: center;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-copyright p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  margin: 0;
}

/* Responsive GIGW Row */
@media (max-width: 767px) {
  .footer-gigw-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  
  .footer-gigw-row .gigw-links,
  .footer-gigw-row .gigw-info {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .footer-gigw-row .gigw-links a,
  .footer-gigw-row .gigw-info .info-item {
    font-size: 0.8rem;
  }
  
  .footer-gigw-row .divider {
    display: none;
  }
  
  .footer-gigw-row .gigw-links {
    gap: 12px;
  }
  
  .footer-gigw-row .gigw-info {
    gap: 15px;
  }
}

/* ========================================
   FOOTER BOTTOM BAR (GIGW COMPLIANCE) - OLD
   ======================================== */

.footer-bottom-bar {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-bar .container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Footer Links Row */
.footer-links-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-links-row a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  text-decoration: none;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-links-row a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.footer-links-row a i {
  font-size: 0.9rem;
}

/* Footer Info Row */
.footer-info-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-info-row .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}

.footer-info-row .info-item i {
  color: #f4c542;
  font-size: 0.9rem;
}

.footer-info-row .info-item strong {
  color: rgba(255, 255, 255, 0.8);
}

/* Visitor Counter */
.visitor-counter {
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 14px;
  border-radius: 6px;
}

.visitor-counter .count {
  font-family: 'Courier New', monospace;
  font-weight: 700;
  color: #f4c542;
  letter-spacing: 1px;
}

/* Copyright in Bottom Bar */
.footer-bottom-bar .copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Responsive Bottom Bar */
@media (max-width: 767px) {
  .footer-links-row {
    justify-content: center;
  }
  
  .footer-links-row a {
    font-size: 0.8rem;
    padding: 5px 10px;
  }
  
  .footer-info-row {
    flex-direction: column;
    gap: 10px;
  }
  
  .footer-info-row .info-item {
    font-size: 0.8rem;
  }
}

@media (max-width: 575px) {
  .accessibility-controls .control-group {
    padding: 3px 6px;
  }
  
  .accessibility-controls .control-btn {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
  }
  
  .footer-links-row a span {
    display: none;
  }
  
  .footer-links-row a {
    padding: 8px;
  }
  
  .footer-links-row a i {
    font-size: 1rem;
  }
}

/* ========================================
   SOLUTIONS SECTION V2 - HOMEPAGE
   ======================================== */

.solutions-section-v2 {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.solutions-section-v2::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(43, 77, 255, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}

.solutions-section-v2 .section-header {
  margin-bottom: 60px;
}

.solutions-section-v2 .section-subtitle {
  display: inline-block;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.solutions-section-v2 .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #0a165e;
  margin-bottom: 15px;
}

.solutions-section-v2 .section-description {
  color: #666;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Solutions Grid V2 */
.solutions-grid-v2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media (max-width: 991px) {
  .solutions-grid-v2 {
    grid-template-columns: 1fr;
  }
}

/* Solution Card V2 */
.solution-card-v2 {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(43, 77, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.solution-card-v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, #2b4dff 0%, #657dff 100%);
  transition: height 0.4s ease;
}

.solution-card-v2:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(43, 77, 255, 0.15);
  border-color: rgba(43, 77, 255, 0.2);
}

.solution-card-v2:hover::before {
  height: 100%;
}

/* Icon Container V2 */
.solution-card-v2 .icon-container {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f0f4ff 0%, #e8edff 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
}

.solution-card-v2 .icon-container::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(43, 77, 255, 0.2) 0%, rgba(101, 125, 255, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.solution-card-v2:hover .icon-container {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  transform: scale(1.05);
}

.solution-card-v2:hover .icon-container::after {
  opacity: 1;
}

.solution-card-v2 .icon-container i {
  font-size: 2rem;
  color: #2b4dff;
  transition: color 0.4s ease;
}

.solution-card-v2:hover .icon-container i {
  color: #fff;
}

/* Content V2 */
.solution-card-v2 .solution-content {
  flex: 1;
}

.solution-card-v2 .solution-content h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.solution-card-v2:hover .solution-content h4 {
  color: #2b4dff;
}

.solution-card-v2 .solution-content p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Features List */
.solution-card-v2 .features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.solution-card-v2 .features-list span {
  background: #f5f7ff;
  color: #2b4dff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.solution-card-v2:hover .features-list span {
  background: rgba(43, 77, 255, 0.1);
}

/* Solution Link V2 */
.solution-card-v2 .solution-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2b4dff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.solution-card-v2 .solution-link i {
  transition: transform 0.3s ease;
}

.solution-card-v2:hover .solution-link {
  gap: 12px;
}

.solution-card-v2:hover .solution-link i {
  transform: translateX(3px);
}

/* Mobile responsive */
@media (max-width: 575px) {
  .solution-card-v2 {
    flex-direction: column;
    text-align: center;
    padding: 30px 25px;
  }
  
  .solution-card-v2 .icon-container {
    margin: 0 auto;
  }
  
  .solution-card-v2 .features-list {
    justify-content: center;
  }
  
  .solutions-section-v2 .section-title {
    font-size: 2rem;
  }
}

/* ========================================
   CASE STUDIES SECTION V2 - HOMEPAGE
   ======================================== */

.case-studies-section-v2 {
  padding: 100px 0;
  background: #fff;
  position: relative;
}

.case-studies-section-v2 .section-header {
  margin-bottom: 60px;
}

.case-studies-section-v2 .section-subtitle {
  display: inline-block;
  background: linear-gradient(135deg, #f4c542 0%, #f5d76e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.case-studies-section-v2 .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #0a165e;
}

/* Case Studies Grid V2 */
.case-studies-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 991px) {
  .case-studies-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .case-studies-grid-v2 {
    grid-template-columns: 1fr;
  }
}

/* Case Study Card V2 */
.case-card-v2 {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid #eef2f6;
}

.case-card-v2:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

/* Case Image V2 */
.case-card-v2 .case-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.case-card-v2 .case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.case-card-v2:hover .case-image img {
  transform: scale(1.08);
}

.case-card-v2 .case-image .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(10, 22, 94, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.case-card-v2:hover .case-image .overlay {
  opacity: 1;
}

/* Category Badge */
.case-card-v2 .category-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
}

.case-card-v2 .category-badge.education {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
}

.case-card-v2 .category-badge.government {
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  color: #fff;
}

.case-card-v2 .category-badge.enterprise {
  background: linear-gradient(135deg, #f4c542 0%, #f5d76e 100%);
  color: #0a165e;
}

/* Case Content V2 */
.case-card-v2 .case-content {
  padding: 30px;
}

.case-card-v2 .case-content h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0a165e;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.case-card-v2:hover .case-content h4 {
  color: #2b4dff;
}

/* Case Details */
.case-card-v2 .case-details {
  margin-bottom: 20px;
}

.case-card-v2 .detail-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.case-card-v2 .detail-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.case-card-v2 .detail-item .detail-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.case-card-v2 .detail-item .detail-icon.challenge {
  background: #fff3f3;
  color: #ef4444;
}

.case-card-v2 .detail-item .detail-icon.solution {
  background: #f0fdf4;
  color: #10b981;
}

.case-card-v2 .detail-item .detail-icon.result {
  background: #fefce8;
  color: #f4c542;
}

.case-card-v2 .detail-item .detail-text {
  flex: 1;
}

.case-card-v2 .detail-item .detail-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 4px;
}

.case-card-v2 .detail-item .detail-value {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.5;
}

/* Result Highlight */
.case-card-v2 .result-highlight {
  background: linear-gradient(135deg, #f0f4ff 0%, #f5f7ff 100%);
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.case-card-v2 .result-highlight .result-number {
  font-size: 2rem;
  font-weight: 800;
  color: #2b4dff;
  line-height: 1;
}

.case-card-v2 .result-highlight .result-text {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.4;
}

/* Case Link V2 */
.case-card-v2 .case-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2b4dff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.case-card-v2:hover .case-link {
  gap: 12px;
}

/* View All Button V2 */
.btn-view-all-v2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  color: #fff;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(43, 77, 255, 0.3);
}

.btn-view-all-v2:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(43, 77, 255, 0.4);
  color: #fff;
}

/* ========================================
   TESTIMONIALS SECTION V2 - HOMEPAGE
   ======================================== */

.testimonials-section-v2 {
  padding: 100px 0;
  background: linear-gradient(135deg, #0a165e 0%, #1a2a6c 100%);
  position: relative;
  overflow: hidden;
}

.testimonials-section-v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.testimonials-section-v2 .section-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.testimonials-section-v2 .section-subtitle {
  display: inline-block;
  color: #f4c542;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.testimonials-section-v2 .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
}

/* Testimonials Grid V2 */
.testimonials-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .testimonials-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .testimonials-grid-v2 {
    grid-template-columns: 1fr;
  }
}

/* Testimonial Card V2 */
.testimonial-card-v2 {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 35px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
  position: relative;
}

.testimonial-card-v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.testimonial-card-v2:hover {
  transform: translateY(-8px);
  border-color: rgba(244, 197, 66, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.testimonial-card-v2:hover::before {
  opacity: 1;
}

/* Quote Icon V2 */
.testimonial-card-v2 .quote-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #f4c542 0%, #f5d76e 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.testimonial-card-v2 .quote-icon i {
  font-size: 1.5rem;
  color: #0a165e;
}

/* Rating Stars */
.testimonial-card-v2 .rating {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.testimonial-card-v2 .rating i {
  color: #f4c542;
  font-size: 0.9rem;
}

/* Quote Text */
.testimonial-card-v2 .quote-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 25px;
  font-style: italic;
  position: relative;
  z-index: 1;
}

/* Author Info V2 */
.testimonial-card-v2 .author-info {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
}

.testimonial-card-v2 .author-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}

.testimonial-card-v2 .author-details h5 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonial-card-v2 .author-details span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}

.testimonial-card-v2 .author-details .company {
  color: #f4c542;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 575px) {
  .testimonials-section-v2 .section-title,
  .case-studies-section-v2 .section-title {
    font-size: 2rem;
  }
  
  .testimonial-card-v2 {
    padding: 25px;
  }
}

/* ========================================
   SMART STICKY HEADER (Show on Scroll Up)
   ======================================== */

header {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

header.header-hidden {
  transform: translateY(-100%);
}

header.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

/* When header is sticky, hide accessibility toolbar and top section for cleaner look */
header.header-sticky .top-section {
  display: none;
}

/* Body padding when header is sticky */
body.header-is-sticky {
  padding-top: 80px;
}

/* Also hide accessibility toolbar when scrolled */
.accessibility-toolbar.toolbar-hidden {
  transform: translateY(-100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

/* ========================================
   FLOATING ACTION BUTTONS (WhatsApp & Call)
   ======================================== */

.floating-actions {
  position: fixed;
  right: 25px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.fab-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.fab-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(0);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.fab-btn:hover::before {
  transform: scale(1);
}

.fab-btn:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.fab-btn i {
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
}

/* WhatsApp Button */
.fab-btn.whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.fab-btn.whatsapp:hover {
  color: #fff;
}

/* Call Button */
.fab-btn.call {
  background: linear-gradient(135deg, #2b4dff 0%, #657dff 100%);
}

.fab-btn.call:hover {
  color: #fff;
}

/* FAB Labels (show on hover) */
.fab-btn .fab-label {
  position: absolute;
  right: 65px;
  background: #333;
  color: #fff;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.fab-btn .fab-label::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #333;
}

.fab-btn:hover .fab-label {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* ========================================
   SCROLL TO TOP BUTTON
   ======================================== */

.scroll-to-top {
  position: fixed;
  right: 25px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #f4c542 0%, #f5d76e 100%);
  border: none;
  border-radius: 50%;
  color: #0a165e;
  font-size: 1.3rem;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(244, 197, 66, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(244, 197, 66, 0.5);
}

.scroll-to-top i {
  transition: transform 0.3s ease;
}

.scroll-to-top:hover i {
  transform: translateY(-3px);
}

/* Responsive Floating Elements */
@media (max-width: 767px) {
  /* Mobile Bottom Bar Style - Full Width */
  .floating-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: row;
    justify-content: stretch;
    gap: 0;
    background: #fff;
    padding: 0;
    z-index: 999;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  }
  
  .fab-btn {
    flex: 1;
    height: 58px;
    border-radius: 0;
    gap: 10px;
    box-shadow: none;
  }
  
  .fab-btn:hover {
    transform: none;
    box-shadow: none;
  }
  
  .fab-btn::before {
    display: none;
  }
  
  .fab-btn i {
    font-size: 1.3rem;
  }
  
  /* Show labels on mobile bottom bar */
  .fab-btn .fab-label {
    position: static;
    display: inline;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    padding: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
  }
  
  .fab-btn .fab-label::after {
    display: none;
  }
  
  /* WhatsApp full width style */
  .fab-btn.whatsapp {
    background: #25D366;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  /* Call full width style */
  .fab-btn.call {
    background: #2b4dff;
  }
  
  /* Adjust scroll to top for mobile */
  .scroll-to-top {
    right: 15px;
    bottom: 75px;
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
  
  /* Add safe area padding for notched phones */
  @supports (padding-bottom: env(safe-area-inset-bottom)) {
    .floating-actions {
      padding-bottom: env(safe-area-inset-bottom);
    }
  }
}

@media (max-width: 575px) {
  .fab-btn {
    height: 40px;
  }
  
  .fab-btn i {
    font-size: 1.2rem;
  }
  
  .fab-btn .fab-label {
    font-size: 0.9rem;
  }
  
  .scroll-to-top {
    right: 12px;
    bottom: 70px;
    width: 42px;
    height: 42px;
  }
}