 body, html {
      margin: 0;
      padding: 0;
      font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
      overflow-x: hidden;
      background-color: #fff;
    }
    
    /* General Responsive Utilities */
    .container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    }
    
    @media (min-width: 576px) {
      .container {
        max-width: 540px;
      }
    }
    
    @media (min-width: 768px) {
      .container {
        max-width: 720px;
      }
    }
    
    @media (min-width: 992px) {
      .container {
        max-width: 960px;
      }
    }
    
    @media (min-width: 1200px) {
      .container {
        max-width: 1140px;
      }
    }
    
    /* Ensure images are responsive */
    img {
      max-width: 100%;
      height: auto;
    }
    
    /* Responsive text utilities */
    @media (max-width: 768px) {
      .display-4 {
        font-size: 2rem;
      }
      
      .lead {
        font-size: 1rem;
      }
    }
    
    @media (max-width: 576px) {
      .display-4 {
        font-size: 1.75rem;
      }
      
      .lead {
        font-size: 0.95rem;
      }
    }
    
    /* Touch-friendly targets for mobile */
    @media (max-width: 768px) {
      a, button {
        min-height: 44px;
        min-width: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
      
      .btn {
        padding: 12px 24px;
      }
    }
    
    /* Prevent horizontal scroll on mobile */
    @media (max-width: 576px) {
      body {
        overflow-x: hidden;
        width: 100%;
      }
      
      .row {
        margin-left: -10px;
        margin-right: -10px;
      }
      
      .row > * {
        padding-left: 10px;
        padding-right: 10px;
      }
    }
   .navbar {
     margin-bottom: 0 !important;
  background-color: #00354d;
  padding: 0.8rem 2rem;
    position: relative;
    z-index: 1000;
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 6px;
  margin-right: 1rem;
}

.navbar-brand:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.navbar-brand-logo {
  height: 40px;
  width: auto;
  margin-right: 12px;
  transition: transform 0.3s ease;
  object-fit: contain;
}

.navbar-brand:hover .navbar-brand-logo {
  transform: scale(1.05);
}

.navbar-brand-text {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
  white-space: nowrap;
}

.navbar-brand:hover .navbar-brand-text {
  color: #ffffff !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Legacy support for img tag without class */
.navbar-brand img {
  height: 40px;
  width: auto;
  margin-right: 12px;
  transition: transform 0.3s ease;
  object-fit: contain;
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

.navbar-nav {
  align-items: center;
}

.navbar .nav-link {
  color: white !important;
  padding: 0.75rem 1.25rem !important;
  margin: 0 0.25rem;
  font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
  font-weight: bold;
  font-size: 1.05rem;
  transition: all 0.2s ease;
  position: relative;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: #00354d !important;
  background-color: white;
  border-radius: 6px;
}

.dropdown-menu-custom {
  position: absolute;
  background-color: white;
  width: 100vw;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  border-top: 3px solid #e0e0e0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.no-underline {
  text-decoration: none !important;
  color: #063E5A !important;
}

.no-underline:hover {
  color: #A81010 !important;
}
.vertical-link:hover h3 {
  color: #A81010 !important;
}
.dropdown-menu-custom.show {
  display: block !important;
}

.menu-wrapper {
  display: flex;
  min-height: 400px;
}

.column.left {
  width: 25%;
  min-width: 280px;
  background-color: #00354d;
  color: white;
  padding: 2rem 0;
}
.navbar-toggler {
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  background-color: transparent;
  cursor: pointer;
  display: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.column.right {
  width: 75%;
  background: #f9f9f9;
  padding: 2.5rem;
}

.submenu-item {
  cursor: pointer;
  padding: 0.8rem 2rem;
  margin: 0.25rem 1rem;
  font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
  border-radius: 6px;
  color: white;
}

.submenu-item:hover:not(.active) {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-left: 3px solid transparent;
}

.submenu-item.active {
  background: #e3f2fd;
  color: #00354d;
  border-radius: 6px;
  border-left: 4px solid #d61919;
  padding-left: calc(2rem - 1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tab-pane { 
  display: none; 
  animation: fadeIn 0.3s ease;
}

.tab-pane.active { 
  display: block; 
}

.tab-pane .row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.tab-pane .col-md-3,
.tab-pane .col-md-4,
.tab-pane .col-md-6 {
  padding: 0.75rem 1rem;
}

.tab-pane h6 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: #00354d;
}

.tab-pane h6 a {
  color: #00354d;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tab-pane h6 a:hover {
  color: #d61919;
  text-decoration: none;
}

.tab-pane p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555;
  margin-bottom: 1.5rem;
}

.tab-pane p a {
  color: #00354d;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tab-pane p a:hover {
  color: #d61919;
  text-decoration: underline;
}

.cta-link {
  font-weight: bold;
  text-decoration: none !important;
  color: #00354d;
  transition: color 0.2s ease;
}

.cta-link:hover {
  color: #d61919;
  text-decoration: none !important;
}

.product-item {
  padding: 0.5rem 0;
  margin-bottom: 1.5rem;
  height: 100%;
}

.product-item h6 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #00354d;
}

.product-item h6 a {
  color: #00354d;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: bold;
  display: inline-block;
}

.product-item h6 a:hover {
  color: #d61919;
  text-decoration: none;
}

.product-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}

.solutions-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.solutions-grid .solutions-col {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0.75rem 1rem;
}

@media (max-width: 992px) {
  .solutions-grid .solutions-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .solutions-grid .solutions-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.solutions-item {
  padding: 0.5rem 0;
  margin-bottom: 1.5rem;
  height: 100%;
}

.solutions-item h6 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: #00354d;
  font-weight: bold;
}

.solutions-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.blog-grid .blog-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0.75rem 1rem;
}

.blog-category {
  padding: 0.5rem 0;
  margin-bottom: 1.5rem;
  height: 100%;
}

.blog-category h6 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #00354d;
  font-weight: bold;
}

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

.blog-list li {
  margin-bottom: 0.75rem;
}

.blog-list li a {
  color: #00354d;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
  display: block;
}

.blog-list li a:hover {
  color: #d61919;
  text-decoration: none;
}

@media (max-width: 992px) {
  .blog-grid .blog-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .blog-grid .blog-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Navbar Responsive Styles */
@media (max-width: 991px) {
  .navbar {
    padding: 0.6rem 1rem;
  }

  .navbar-toggler {
    display: block;
  }

  .navbar-collapse {
    background-color: #00354d;
    margin-top: 1rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%;
  }

  .navbar-nav .nav-item {
    width: 100%;
    margin: 0;
  }

  .navbar-nav .nav-link {
    padding: 0.75rem 1.5rem !important;
    font-size: 0.95rem;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }

  .navbar .nav-link {
    padding: 0.6rem 1rem !important;
    font-size: 0.95rem;
    margin: 0 0.1rem;
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .dropdown-menu-custom {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    box-shadow: none;
    border-top: none;
    margin-top: 0;
  }

  .menu-wrapper {
    flex-direction: column;
  }

  .column.left {
    width: 100%;
    min-width: 100%;
  }

  .column.right {
    width: 100%;
  }

  .navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .navbar-toggler {
    order: 2;
    margin-left: auto;
  }

  .navbar-brand {
    order: 1;
  }

  .navbar-collapse {
    order: 3;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 0.5rem 1rem;
  }

  .navbar-brand {
    padding: 0.4rem 0.75rem;
  }

  .navbar-brand-text {
    font-size: 1rem;
  }

  .navbar-brand-logo,
  .navbar-brand img {
    height: 32px;
    margin-right: 10px;
  }

  .navbar .nav-link {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.9rem;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

/* Mobile Responsive Styles for Dropdown Menus */
@media (max-width: 768px) {
  .menu-wrapper {
    flex-direction: column;
    min-height: auto;
  }

  .column.left {
    width: 100%;
    min-width: 100%;
    padding: 1.5rem 0;
  }

  .column.right {
    width: 100%;
    padding: 1.5rem;
  }

  .submenu-item {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .tab-pane h6 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .tab-pane h6[style*="font-size: 1.5rem"] {
    font-size: 1.25rem !important;
  }

  .tab-pane p {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
  }

  .solutions-item h6,
  .blog-category h6 {
    font-size: 1rem;
  }

  .solutions-item p,
  .blog-list li a {
    font-size: 0.9rem;
  }

  .contact-list li a {
    font-size: 0.9rem;
  }

  .solutions-grid .solutions-col,
  .blog-grid .blog-col {
    padding: 0.5rem 0.75rem;
  }
}

@media (max-width: 576px) {
  .column.right {
    padding: 1rem;
  }

  .column.left {
    padding: 1rem 0;
  }

  .submenu-item {
    padding: 0.65rem 1.25rem;
    font-size: 0.9rem;
    min-height: 44px;
  }

  .blog-list li,
  .contact-list li {
    min-height: 40px;
    display: flex;
    align-items: center;
  }

  .tab-pane h6[style*="font-size: 1.5rem"] {
    font-size: 1.15rem !important;
  }

  .tab-pane p[style*="margin-bottom: 2rem"],
  .tab-pane p[style*="margin-bottom: 3rem"] {
    margin-bottom: 1.5rem !important;
  }

  .solutions-grid .solutions-col,
  .blog-grid .blog-col {
    padding: 0.5rem 0;
  }

  .dropdown-menu-custom {
    max-height: 85vh;
    overflow-y: auto;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
  }

  .navbar {
    padding: 0.5rem 0.75rem;
  }

  .navbar-brand {
    padding: 0.35rem 0.5rem;
  }

  .navbar-brand-text,
  .navbar-brand span {
    font-size: 0.9rem;
    letter-spacing: 0.3px;
  }

  .navbar-brand-logo,
  .navbar-brand img {
    height: 28px;
    margin-right: 8px;
  }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Improved dropdown arrow */
.navbar .dropdown-toggle::after {
  margin-left: 0.5em;
  vertical-align: 0.15em;
  transition: transform 0.2s ease;
}

.navbar .show > .dropdown-toggle::after {
  transform: rotate(180deg);
}

    /* Carousel Improvements */
    .carousel {
      position: relative;
      margin-top: -90px;
    }
    
    @media (max-width: 768px) {
      .carousel {
        margin-top: 0;
      }
    }
    
    .carousel-fade .carousel-item {
      opacity: 0;
      transition: opacity 0.8s ease-in-out;
    }
    
    .carousel-fade .carousel-item.active {
      opacity: 1;
    }
    
    .carousel-item {
      height: 100vh;
      color: white;
      position: relative;
      background-position: right center;
      background-repeat: no-repeat;
    }
    
    .carousel-item[data-bg] {
      background-image: none;
    }
    
    .carousel-item[data-bg].bg-loaded {
      background-image: var(--bg-image);
    }
    
    .carousel-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: transparent;
      z-index: 1;
    }
    
    .carousel-content {
      position: relative;
      z-index: 2;
      animation: fadeInUp 0.8s ease-out;
    }
    
    .carousel-title {
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
      margin-bottom: 1rem;
    }
    
    .carousel-subtitle {
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
      font-size: 1.25rem;
      line-height: 1.6;
    }
    
    /* Enhanced CTA Button */
    .btn-cta {
      background: linear-gradient(135deg, #ff2d2d 0%, #ff4444 50%, #e63939 100%);
      border: none;
      color: white;
      font-weight: 600;
      font-size: 1.1rem;
      padding: 14px 32px;
      border-radius: 50px;
      box-shadow: 0 4px 20px rgba(255, 45, 45, 0.5), 0 0 20px rgba(255, 45, 45, 0.3);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      overflow: hidden;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      filter: brightness(1.1);
    }
    
    .btn-cta::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
      transition: left 0.5s;
    }
    
    .btn-cta:hover::before {
      left: 100%;
    }
    
    .btn-cta:hover {
      background: linear-gradient(135deg, #ff4444 0%, #ff2d2d 50%, #ff5555 100%);
      transform: translateY(-2px);
      box-shadow: 0 6px 25px rgba(255, 45, 45, 0.7), 0 0 30px rgba(255, 45, 45, 0.4);
      color: white;
      text-decoration: none;
      filter: brightness(1.2);
    }
    
    .btn-cta:active {
      transform: translateY(0);
      box-shadow: 0 3px 15px rgba(255, 45, 45, 0.6);
      filter: brightness(1.15);
    }
    
    .btn-cta i {
      display: inline-block;
      transition: transform 0.3s ease;
    }
    
    .btn-cta:hover i {
      transform: translateX(5px);
    }
    
    /* Carousel Indicators */
    .carousel-indicators {
      bottom: 30px;
      z-index: 3;
    }
    
    .carousel-indicators li {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      border: 2px solid rgba(255, 255, 255, 0.8);
      margin: 0 6px;
      transition: all 0.3s ease;
      cursor: pointer;
    }
    
    .carousel-indicators li.active {
      background-color: #d61919;
      border-color: #d61919;
      width: 30px;
      border-radius: 6px;
      transform: scale(1.2);
    }
    
    .carousel-indicators li:hover {
      background-color: rgba(255, 255, 255, 0.8);
      transform: scale(1.1);
    }
    
    /* Improved Carousel Controls */
    .carousel-control-prev,
    .carousel-control-next {
      width: 60px;
      height: 60px;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      opacity: 0.7;
      transition: all 0.3s ease;
      z-index: 3;
    }
    
    .carousel-control-prev {
      left: 30px;
    }
    
    .carousel-control-next {
      right: 30px;
    }
    
    .carousel-control-prev:hover,
    .carousel-control-next:hover {
      opacity: 1;
      background-color: rgba(214, 25, 25, 0.8);
      transform: translateY(-50%) scale(1.1);
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      width: 20px;
      height: 20px;
    }
    
    .robot {
      position: absolute;
      right: 10%;
      bottom: 10%;
      max-width: 300px;
      z-index: 1;
    }
    
    .carousel-inner {
      height: 100vh;
    }
    
    .carousel-item img.d-block {
      height: 100vh;
      object-fit: cover;
    }
    
    /* Animations */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    /* Responsive Carousel */
    @media (max-width: 992px) {
      .carousel-item {
        background-position: center center !important;
      }
      
      .carousel-content {
        padding: 0 15px;
      }
      
      .carousel-title {
        font-size: 2.5rem !important;
      }
      
      .carousel-subtitle {
        font-size: 1.1rem !important;
      }
    }
    
    @media (max-width: 768px) {
      .carousel-item {
        height: 100vh;
        min-height: 600px;
      }
      
      .carousel-title {
        font-size: 2rem !important;
        line-height: 1.2;
      }
      
      .carousel-subtitle {
        font-size: 1rem !important;
        line-height: 1.5;
      }
      
      .btn-cta {
        font-size: 0.95rem;
        padding: 12px 24px;
        width: auto;
        display: inline-block;
      }
      
      .carousel-control-prev,
      .carousel-control-next {
        width: 50px;
        height: 50px;
      }
      
      .carousel-control-prev {
        left: 15px;
      }
      
      .carousel-control-next {
        right: 15px;
      }
      
      .carousel-indicators {
        bottom: 20px;
      }
      
      .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 0 4px;
      }
      
      .carousel-indicators li.active {
        width: 25px;
      }
      
      .carousel-content .col-md-6 {
        text-align: center;
      }
    }
    
    @media (max-width: 576px) {
      .carousel-item {
        height: 100vh;
        min-height: 500px;
        background-size: cover !important;
        background-position: center center !important;
      }
      
      .carousel-title {
        font-size: 1.5rem !important;
        margin-bottom: 0.75rem;
      }
      
      .carousel-subtitle {
        font-size: 0.9rem !important;
        margin-bottom: 1.5rem;
      }
      
      .btn-cta {
        font-size: 0.85rem;
        padding: 10px 20px;
        width: 100%;
        max-width: 280px;
      }
      
      .carousel-control-prev,
      .carousel-control-next {
        width: 40px;
        height: 40px;
      }
      
      .carousel-control-prev {
        left: 10px;
      }
      
      .carousel-control-next {
        right: 10px;
      }
      
      .carousel-indicators {
        bottom: 15px;
      }
      
      .carousel-indicators li {
        width: 8px;
        height: 8px;
        margin: 0 3px;
      }
      
      .carousel-indicators li.active {
        width: 20px;
      }
    }
    
    @media (max-width: 400px) {
      .carousel-title {
        font-size: 1.25rem !important;
      }
      
      .carousel-subtitle {
        font-size: 0.85rem !important;
      }
    }
    .products-section {
      padding: 80px 20px;
      background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 50%, #f0f4ff 100%);
      position: relative;
      overflow: hidden;
    }
    
    .products-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #8b5cf6 0%, #06b6d4 50%, #8b5cf6 100%);
    }
    
    .product-card {
      background: #ffffff;
      border-radius: 20px;
      padding: 40px 30px;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      border: 2px solid transparent;
      box-shadow: 0 4px 20px rgba(139, 92, 246, 0.08);
      position: relative;
      overflow: hidden;
    }
    
    .product-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #8b5cf6 0%, #06b6d4 100%);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
    }
    
    .product-card:hover::before {
      transform: scaleX(1);
    }
    
    .product-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(139, 92, 246, 0.2), 0 0 30px rgba(6, 182, 212, 0.15);
      border-color: rgba(139, 92, 246, 0.3);
      background: linear-gradient(135deg, #ffffff 0%, #fafbff 100%);
    }
    
    .product-card-featured {
      background: linear-gradient(135deg, #fef3ff 0%, #ffffff 50%, #f0f4ff 100%);
      border: 2px solid rgba(139, 92, 246, 0.2);
      box-shadow: 0 8px 30px rgba(139, 92, 246, 0.15);
    }
    
    .product-card-featured::before {
      background: linear-gradient(90deg, #d61919 0%, #8b5cf6 50%, #06b6d4 100%);
    }
    
    .product-card-featured:hover {
      box-shadow: 0 25px 50px rgba(139, 92, 246, 0.25), 0 0 40px rgba(6, 182, 212, 0.2);
      border-color: rgba(139, 92, 246, 0.4);
    }
    
    .product-icon-wrapper {
      width: 300px;
      height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 25px;
      position: relative;
      transition: all 0.4s ease;
    }
    
    .product-icon-wrapper::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, transparent 70%);
      opacity: 0;
      transition: opacity 0.4s ease;
    }
    
    .product-card:hover .product-icon-wrapper::after {
      opacity: 1;
    }
    
    .product-icon {
      width: 300px;
      height: 300px;
      object-fit: contain;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      filter: drop-shadow(0 4px 12px rgba(139, 92, 246, 0.2));
      z-index: 1;
      position: relative;
    }
    
    .product-card:hover .product-icon {
      transform: scale(1.1) rotate(5deg);
      filter: drop-shadow(0 8px 20px rgba(139, 92, 246, 0.3));
    }
    
    .product-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      width: 100%;
    }
    
    .product-link {
      text-decoration: none;
      transition: all 0.3s ease;
      display: inline-block;
    }
    
    .product-title {
      font-weight: 700;
      font-size: 1.5rem;
      color: #1e293b;
      margin-bottom: 15px;
      transition: all 0.3s ease;
      letter-spacing: -0.5px;
    }
    
    .product-card:hover .product-title {
      color: #8b5cf6;
      transform: translateY(-2px);
    }
    
    .product-card-featured .product-title {
      color: #8b5cf6;
      font-size: 1.6rem;
    }
    
    .product-card-featured:hover .product-title {
      color: #d61919;
    }
    
    .product-description {
      font-size: 0.95rem;
      line-height: 1.7;
      color: #64748b;
      margin-bottom: 0;
      transition: color 0.3s ease;
    }
    
    .product-card:hover .product-description {
      color: #475569;
    }
    
    @media (max-width: 1200px) {
      .products-section {
        padding: 70px 20px;
      }
    }
    
    @media (max-width: 992px) {
      .products-section {
        padding: 60px 20px;
      }
      
      .product-icon-wrapper {
        width: 250px;
        height: 250px;
      }
      
      .product-icon {
        width: 250px;
        height: 250px;
      }
      
      .product-card {
        padding: 30px 25px;
      }
      
      .product-title {
        font-size: 1.4rem;
      }
    }
    
    @media (max-width: 768px) {
      .products-section {
        padding: 50px 15px;
      }
      
      .product-icon-wrapper {
        width: 200px;
        height: 200px;
      }
      
      .product-icon {
        width: 200px;
        height: 200px;
      }
      
      .product-card {
        padding: 25px 20px;
        margin-bottom: 20px;
      }
      
      .product-title {
        font-size: 1.3rem;
      }
      
      .product-card-featured .product-title {
        font-size: 1.35rem;
      }
      
      .product-description {
        font-size: 0.9rem;
      }
    }
    
    @media (max-width: 576px) {
      .products-section {
        padding: 40px 10px;
      }
      
      .product-icon-wrapper {
        width: 180px;
        height: 180px;
      }
      
      .product-icon {
        width: 180px;
        height: 180px;
      }
      
      .product-card {
        padding: 20px 15px;
      }
      
      .product-title {
        font-size: 1.2rem;
        margin-bottom: 12px;
      }
      
      .product-description {
        font-size: 0.9rem;
        line-height: 1.6;
      }
    }
    
    @media (max-width: 400px) {
      .product-icon-wrapper {
        width: 150px;
        height: 150px;
      }
      
      .product-icon {
        width: 150px;
        height: 150px;
      }
      
      .product-title {
        font-size: 1.1rem;
      }
      
      .product-description {
        font-size: 0.85rem;
      }
    }

    .about-section {
      background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 50%, #f0f4ff 100%);
      padding: 100px 20px;
      position: relative;
      overflow: hidden;
    }
    
    .about-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #8b5cf6 0%, #06b6d4 50%, #8b5cf6 100%);
    }
    
    .about-section::after {
      content: '';
      position: absolute;
      top: -50%;
      right: -10%;
      width: 400px;
      height: 400px;
      background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, transparent 70%);
      border-radius: 50%;
      z-index: 0;
    }
    
    .about-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }
    
    .about-header {
      text-align: center;
      margin-bottom: 50px;
    }
    
    .about-label {
      display: inline-block;
      font-size: 0.85rem;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #8b5cf6;
      background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
      padding: 8px 20px;
      border-radius: 30px;
      margin-bottom: 20px;
      border: 1px solid rgba(139, 92, 246, 0.2);
    }
    
    .about-title {
      font-size: 3rem;
      font-weight: 800;
      margin: 0 0 20px 0;
      background: linear-gradient(135deg, #1e293b 0%, #8b5cf6 50%, #06b6d4 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      letter-spacing: -1px;
      line-height: 1.2;
    }
    
    .title-underline {
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, #8b5cf6 0%, #06b6d4 100%);
      margin: 0 auto;
      border-radius: 2px;
      position: relative;
    }
    
    .title-underline::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 12px;
      height: 12px;
      background: #8b5cf6;
      border-radius: 50%;
      box-shadow: 0 0 10px rgba(139, 92, 246, 0.5);
    }
    
    .about-text-wrapper {
      background: #ffffff;
      padding: 50px 60px;
      border-radius: 20px;
      box-shadow: 0 10px 40px rgba(139, 92, 246, 0.1);
      border: 1px solid rgba(139, 92, 246, 0.1);
      position: relative;
      transition: all 0.4s ease;
    }
    
    .about-text-wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #8b5cf6 0%, #06b6d4 100%);
      border-radius: 20px 20px 0 0;
      opacity: 0;
      transition: opacity 0.4s ease;
    }
    
    .about-section:hover .about-text-wrapper::before {
      opacity: 1;
    }
    
    .about-section:hover .about-text-wrapper {
      box-shadow: 0 15px 50px rgba(139, 92, 246, 0.15);
      transform: translateY(-5px);
    }
    
    .about-intro {
      margin-bottom: 35px;
      position: relative;
      padding-left: 60px;
    }
    
    .intro-icon {
      position: absolute;
      left: 0;
      top: 0;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
      border-radius: 12px;
      border: 2px solid rgba(139, 92, 246, 0.2);
      padding: 8px;
    }
    
    .intro-logo {
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: drop-shadow(0 2px 4px rgba(139, 92, 246, 0.2));
    }
    
    .about-lead {
      font-size: 1.2rem;
      line-height: 1.9;
      color: #1e293b;
      margin: 0;
      font-weight: 500;
    }
    
    .about-text {
      font-size: 1.15rem;
      line-height: 1.9;
      color: #475569;
      margin: 0 0 25px 0;
      text-align: left;
    }
    
    .about-text:last-child {
      margin-bottom: 0;
    }
    
    .about-text strong {
      color: #8b5cf6;
      font-weight: 700;
      font-size: 1.1em;
    }
    
    .about-text em {
      color: #06b6d4;
      font-style: italic;
      font-weight: 600;
    }
    
    .highlight {
      color: #8b5cf6;
      font-weight: 600;
      background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
      padding: 2px 6px;
      border-radius: 4px;
    }
    
    .about-paragraph {
      margin-bottom: 35px;
      padding-left: 20px;
      border-left: 3px solid rgba(139, 92, 246, 0.3);
    }
    
    .tech-tag {
      display: inline-block;
      background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(6, 182, 212, 0.15) 100%);
      color: #8b5cf6;
      padding: 4px 12px;
      border-radius: 20px;
      font-size: 0.9em;
      font-weight: 600;
      margin: 0 4px;
      border: 1px solid rgba(139, 92, 246, 0.2);
      transition: all 0.3s ease;
    }
    
    .about-section:hover .tech-tag {
      background: linear-gradient(135deg, rgba(139, 92, 246, 0.25) 0%, rgba(6, 182, 212, 0.25) 100%);
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(139, 92, 246, 0.2);
    }
    
    .about-closing {
      margin-top: 40px;
      padding-top: 30px;
      border-top: 2px solid rgba(139, 92, 246, 0.1);
    }
    
    .closing-quote {
      position: relative;
      padding: 30px 40px;
      background: linear-gradient(135deg, rgba(139, 92, 246, 0.05) 0%, rgba(6, 182, 212, 0.05) 100%);
      border-radius: 15px;
      border-left: 4px solid #8b5cf6;
    }
    
    .quote-mark {
      position: absolute;
      top: -10px;
      left: 20px;
      font-size: 5rem;
      font-weight: 700;
      color: rgba(139, 92, 246, 0.2);
      line-height: 1;
      font-family: Georgia, serif;
    }
    
    .about-quote {
      font-size: 1.2rem;
      font-style: italic;
      color: #334155;
      margin: 0;
      position: relative;
      z-index: 1;
    }
    
    .about-quote em {
      color: #06b6d4;
      font-weight: 700;
      font-style: italic;
    }
    
    @media (max-width: 992px) {
      .about-section {
        padding: 80px 20px;
      }
      
      .about-title {
        font-size: 2.5rem;
      }
      
      .about-text-wrapper {
        padding: 40px 40px;
      }
    }
    
    @media (max-width: 768px) {
      .about-section {
        padding: 70px 15px;
      }
      
      .about-title {
        font-size: 2.2rem;
      }
      
      .about-text-wrapper {
        padding: 35px 30px;
      }
      
      .about-intro {
        padding-left: 50px;
      }
      
      .intro-icon {
        width: 40px;
        height: 40px;
        padding: 6px;
      }
      
      .about-lead {
        font-size: 1.1rem;
      }
      
      .about-text {
        font-size: 1rem;
        line-height: 1.8;
      }
      
      .about-paragraph {
        padding-left: 15px;
      }
      
      .closing-quote {
        padding: 25px 30px;
      }
      
      .quote-mark {
        font-size: 4rem;
        left: 15px;
      }
      
      .about-quote {
        font-size: 1.1rem;
      }
      
      .about-header {
        margin-bottom: 35px;
      }
    }
    
    @media (max-width: 576px) {
      .about-section {
        padding: 60px 15px;
      }
      
      .about-title {
        font-size: 1.8rem;
      }
      
      .about-label {
        font-size: 0.75rem;
        padding: 6px 16px;
        letter-spacing: 2px;
      }
      
      .about-text-wrapper {
        padding: 30px 25px;
      }
      
      .about-intro {
        padding-left: 45px;
        margin-bottom: 25px;
      }
      
      .intro-icon {
        width: 35px;
        height: 35px;
        padding: 5px;
      }
      
      .about-lead {
        font-size: 1rem;
      }
      
      .about-text {
        font-size: 0.95rem;
        line-height: 1.7;
      }
      
      .about-paragraph {
        padding-left: 12px;
        margin-bottom: 25px;
      }
      
      .tech-tag {
        display: block;
        margin: 5px 0;
        text-align: center;
      }
      
      .about-closing {
        margin-top: 30px;
        padding-top: 25px;
      }
      
      .closing-quote {
        padding: 20px 25px;
      }
      
      .quote-mark {
        font-size: 3rem;
        left: 10px;
        top: -5px;
      }
      
      .about-quote {
        font-size: 1rem;
      }
    }
    
    @media (max-width: 400px) {
      .about-title {
        font-size: 1.5rem;
      }
      
      .about-text-wrapper {
        padding: 25px 20px;
      }
      
      .about-intro {
        padding-left: 40px;
      }
      
      .intro-icon {
        width: 30px;
        height: 30px;
      }
    }
    /* Verticals Section */
    .our-verticals {
      padding: 100px 20px;
      background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 50%, #f0f4ff 100%);
      position: relative;
      overflow: hidden;
    }
    
    .our-verticals::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #8b5cf6 0%, #06b6d4 50%, #8b5cf6 100%);
    }
    
    .our-verticals::after {
      content: '';
      position: absolute;
      bottom: -30%;
      left: -10%;
      width: 400px;
      height: 400px;
      background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, transparent 70%);
      border-radius: 50%;
      z-index: 0;
    }
    
    .verticals-header {
      text-align: center;
      margin-bottom: 60px;
      position: relative;
      z-index: 1;
    }
    
    .verticals-label {
      display: inline-block;
      font-size: 0.85rem;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #8b5cf6;
      background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
      padding: 8px 20px;
      border-radius: 30px;
      margin-bottom: 20px;
      border: 1px solid rgba(139, 92, 246, 0.2);
    }
    
    .verticals-title {
      font-size: 3rem;
      font-weight: 800;
      margin: 0 0 20px 0;
      background: linear-gradient(135deg, #1e293b 0%, #8b5cf6 50%, #06b6d4 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      letter-spacing: -1px;
      line-height: 1.2;
    }
    
    .verticals-underline {
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, #8b5cf6 0%, #06b6d4 100%);
      margin: 0 auto;
      border-radius: 2px;
      position: relative;
    }
    
    .verticals-underline::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 12px;
      height: 12px;
      background: #8b5cf6;
      border-radius: 50%;
      box-shadow: 0 0 10px rgba(139, 92, 246, 0.5);
    }
    
    .vertical-link {
      display: block;
      text-decoration: none;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      height: 100%;
    }
    
    .vertical-link:hover {
      transform: translateY(-10px);
      text-decoration: none;
    }
    
    .vertical-card {
      width: 100%;
      height: 100%;
      min-height: 280px;
      border-radius: 20px;
      background: #ffffff;
      box-shadow: 0 8px 30px rgba(139, 92, 246, 0.1);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 40px 30px;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      border: 2px solid transparent;
      position: relative;
      overflow: hidden;
    }
    
    .vertical-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #8b5cf6 0%, #06b6d4 100%);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
    }
    
    .vertical-link:hover .vertical-card::before {
      transform: scaleX(1);
    }
    
    .vertical-link:hover .vertical-card {
      box-shadow: 0 15px 50px rgba(139, 92, 246, 0.25), 0 0 40px rgba(6, 182, 212, 0.15);
      border-color: rgba(139, 92, 246, 0.3);
      background: linear-gradient(135deg, #ffffff 0%, #fafbff 100%);
    }
    
    .vertical-icon-wrapper {
      width: 120px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 25px;
      position: relative;
      transition: all 0.4s ease;
    }
    
    .vertical-icon-wrapper::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, transparent 70%);
      opacity: 0;
      transition: opacity 0.4s ease;
    }
    
    .vertical-link:hover .vertical-icon-wrapper::after {
      opacity: 1;
    }
    
    .vertical-icon {
      width: 120px;
      height: 120px;
      object-fit: contain;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      filter: drop-shadow(0 4px 12px rgba(139, 92, 246, 0.2));
      z-index: 1;
      position: relative;
    }
    
    .vertical-link:hover .vertical-icon {
      transform: scale(1.15) rotate(5deg);
      filter: drop-shadow(0 8px 20px rgba(139, 92, 246, 0.4));
    }
    
    .vertical-title {
      font-size: 1.5rem;
      font-weight: 700;
      color: #1e293b;
      margin: 0;
      transition: all 0.4s ease;
      letter-spacing: -0.5px;
    }
    
    .vertical-link:hover .vertical-title {
      color: #8b5cf6;
      transform: translateY(-3px);
    }
    
    @media (max-width: 1200px) {
      .our-verticals {
        padding: 90px 20px;
      }
    }
    
    @media (max-width: 992px) {
      .our-verticals {
        padding: 80px 15px;
      }
      
      .verticals-title {
        font-size: 2.5rem;
      }
      
      .vertical-card {
        min-height: 250px;
        padding: 35px 25px;
      }
      
      .vertical-icon-wrapper {
        width: 100px;
        height: 100px;
      }
      
      .vertical-icon {
        width: 100px;
        height: 100px;
      }
      
      .vertical-title {
        font-size: 1.3rem;
      }
    }
    
    @media (max-width: 768px) {
      .our-verticals {
        padding: 70px 15px;
      }
      
      .verticals-title {
        font-size: 2.2rem;
      }
      
      .verticals-header {
        margin-bottom: 50px;
      }
      
      .vertical-card {
        min-height: 220px;
        padding: 30px 20px;
        margin-bottom: 20px;
      }
      
      .vertical-icon-wrapper {
        width: 90px;
        height: 90px;
      }
      
      .vertical-icon {
        width: 90px;
        height: 90px;
      }
      
      .vertical-title {
        font-size: 1.2rem;
      }
    }
    
    @media (max-width: 576px) {
      .our-verticals {
        padding: 60px 15px;
      }
      
      .verticals-title {
        font-size: 1.8rem;
      }
      
      .verticals-label {
        font-size: 0.75rem;
        padding: 6px 16px;
        letter-spacing: 2px;
      }
      
      .vertical-card {
        min-height: 200px;
        padding: 25px 15px;
      }
      
      .vertical-icon-wrapper {
        width: 80px;
        height: 80px;
      }
      
      .vertical-icon {
        width: 80px;
        height: 80px;
      }
      
      .vertical-title {
        font-size: 1.1rem;
      }
    }
    
    @media (max-width: 400px) {
      .verticals-title {
        font-size: 1.5rem;
      }
      
      .vertical-card {
        min-height: 180px;
        padding: 20px 12px;
      }
      
      .vertical-icon-wrapper {
        width: 70px;
        height: 70px;
      }
      
      .vertical-icon {
        width: 70px;
        height: 70px;
      }
      
      .vertical-title {
        font-size: 1rem;
      }
    }
    /* Footer */
    footer {
    background-color: #00354d;
      color: white;
      padding: 50px 0 0;
    }
    
    .footer-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      padding-bottom: 30px;
    }
    
    .footer-column h3 {
      font-size: 1.2rem;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 10px;
    }
    
    .footer-column h3::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50px;
      height: 2px;
      background-color: var(--secondary-color);
    }
    
    .footer-column ul {
      list-style: none;
      padding: 0;
    }
    
    .footer-column li {
      margin-bottom: 10px;
    }
    
    .footer-column a {
      color: rgba(255,255,255,0.8);
      transition: all 0.2s ease;
    }
    
    .footer-column a:hover {
      color: white;
      text-decoration: none;
      padding-left: 5px;
    }
    
    .copyright {
      padding: 20px 0;
      text-align: center;
    }
    
.copyright img {
  width: 80px;
  margin-bottom: 15px;
}

/* Footer Responsive Styles */
@media (max-width: 992px) {
  footer {
    padding: 40px 0 0;
  }
  
  .footer-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 768px) {
  footer {
    padding: 35px 0 0;
  }
  
  .footer-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    padding-bottom: 20px;
  }
  
  .footer-column h3 {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  
  .footer-column li {
    margin-bottom: 8px;
  }
  
  .copyright {
    padding: 15px 0;
  }
  
  .copyright img {
    width: 70px;
    margin-bottom: 12px;
  }
  
  .copyright p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  footer {
    padding: 30px 0 0;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-bottom: 25px;
    text-align: center;
  }
  
  .footer-column h3 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  
  .footer-column h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer-column ul {
    text-align: center;
  }
  
  .footer-column li {
    margin-bottom: 10px;
  }
  
  .copyright {
    padding: 20px 0;
  }
  
  .copyright img {
    width: 60px;
    margin-bottom: 10px;
  }
  
  .copyright p {
    font-size: 0.85rem;
    line-height: 1.6;
  }
}

@media (max-width: 400px) {
  .footer-column h3 {
    font-size: 0.95rem;
  }
  
  .footer-column a {
    font-size: 0.9rem;
  }
  
  .copyright p {
    font-size: 0.8rem;
  }
}

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

.contact-list li {
  margin-bottom: 0.875rem;
  padding: 0.5rem 0;
  transition: all 0.2s ease;
}

.contact-list li:hover {
  padding-left: 0.5rem;
}

.contact-list li a {
  color: #00354d;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
  transition: color 0.2s ease;
  display: block;
}

.contact-list li a:hover {
  color: #d61919;
  text-decoration: none;
}