
    .features-section {
        position: relative;
    }
    
    .feature-card {
        box-shadow: 0 5px 15px rgba(14, 46, 80, 0.05);
    }
    
    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(14, 46, 80, 0.1);
    }
    
    @media (max-width: 768px) {
        .features-section {
            padding: 3rem 0;
        }
        
        .icon-wrapper {
            width: 44px !important;
            height: 44px !important;
        }
        
        .feature-card {
            padding: 1.5rem !important;
        }
    }

  .awards-section {
    position: relative;
  }
  
  .awards-content {
    box-shadow: 0 5px 15px rgba(14, 46, 80, 0.05);
    transition: all 0.3s ease;
  }
  
  .awards-content:hover {
    box-shadow: 0 10px 25px rgba(14, 46, 80, 0.1);
  }
  
  .trophy-icon i {
    transition: transform 0.5s ease;
  }
  
  .trophy-icon:hover i {
    transform: rotate(-15deg) scale(1.1);
  }
  
  .awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }
  
  .award-card {
    background-color: white;
    border-radius: 8px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(14, 46, 80, 0.05);
    border-left: 3px solid transparent;
  }
  
  .award-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(14, 46, 80, 0.1);
    border-left-color: #3A7BD5;
  }
  
  .award-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(58, 123, 213, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
  }
  
  .award-content h4 {
    color: #022b41;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
  }
  
  .award-content p {
    color: #5a6d8a;
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  
  @media (max-width: 1100px) {
    .awards-section {
      padding: 3rem 0;
    }
    
    .awards-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  
  @media (max-width: 768px) {
    .awards-grid {
      grid-template-columns: 1fr;
    }
    
    .awards-content {
      padding: 2rem !important;
    }
  }

  .corporate-sections {
    font-family: 'Inter', sans-serif;
  }

  .corporate-section {
    padding: 5rem 0;
    position: relative;
  }

  .csr-section {
    background-color: #f8f9fa;
  }

  .certification-section {
    background-color: #f7f9fc;
  }

  .section-wrapper {
    display: flex;
    align-items: center;
    gap: 3rem;
  }

  .reverse {
    flex-direction: row-reverse;
  }

  .image-col, .content-col {
    flex: 1;
  }

  .image-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  }

  .section-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
  }

  .image-container:hover .section-image {
    transform: scale(1.03);
  }

  .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(14,46,80,0.1), rgba(14,46,80,0.3));
  }

  .section-content {
    padding: 2rem;
  }

  .section-title {
    color: #022b41;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
  }

  .section-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, #022b41, #3A7BD5);
    margin-bottom: 2rem;
  }

  .section-text {
    color: #5a6d8a;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }

  .section-cta {
    display: inline-flex;
    align-items: center;
    color: #3A7BD5;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .section-cta:hover {
    color: #022b41;
  }

  .section-cta i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }

  .section-cta:hover i {
    transform: translateX(5px);
  }

  .certification-logos {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .cert-logo {
    height: 60px;
    width: auto;
  }

  @media (max-width: 992px) {
    .section-wrapper {
      flex-direction: column;
      gap: 2rem;
    }
    
    .reverse {
      flex-direction: column;
    }
    
    .image-col, .content-col {
      width: 100%;
    }
    
    .section-content {
      padding: 1rem 0;
    }
  }

  @media (max-width: 768px) {
    .corporate-section {
      padding: 3rem 0;
    }
    
    .section-title {
      font-size: 1.7rem;
    }
  }

/* CSS-Only Parallax Effect */
.css-parallax-section {
    position: relative;
    overflow: hidden;
    background-color: #f1b705;
    z-index: 1;
}

.css-parallax-section::before,
.css-parallax-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* First layer - subtle diagonal stripes */
.css-parallax-section::before {
    background: 
        linear-gradient(
            45deg,
            #f1b705 25%,
            transparent 25%,
            transparent 50%,
            #f1b705 50%,
            #f1b705 75%,
            transparent 75%,
            transparent
        );
    background-size: 20px 20px;
    opacity: 0.15;
    transform: translateZ(-1px) scale(1.5);
}

/* Second layer - dot pattern */
.css-parallax-section::after {
    background: 
        radial-gradient(
            circle at center,
            rgba(255, 255, 255, 0.2) 1px,
            transparent 1px
        );
    background-size: 15px 15px;
    opacity: 0.2;
    transform: translateZ(-2px) scale(2);
}

/* Parallax effect on scroll */
.css-parallax-section::before,
.css-parallax-section::after {
    transition: transform 0.3s ease-out;
}

/* Disable effects on mobile for performance */
@media only screen and (max-width: 768px) {
    .css-parallax-section::before,
    .css-parallax-section::after {
        display: none;
    }
}

/* Add this if you want the effect to respond to scroll */
@media (prefers-reduced-motion: no-preference) {
    .css-parallax-section {
        perspective: 1px;
        transform-style: preserve-3d;
    }
    
    .css-parallax-section::before {
        animation: parallax-bg-1 15s infinite linear;
    }
    
    .css-parallax-section::after {
        animation: parallax-bg-2 20s infinite linear reverse;
    }
    
    @keyframes parallax-bg-1 {
        0% { transform: translateZ(-1px) scale(1.5) translateX(0); }
        50% { transform: translateZ(-1px) scale(1.5) translateX(20px); }
        100% { transform: translateZ(-1px) scale(1.5) translateX(0); }
    }
    
    @keyframes parallax-bg-2 {
        0% { transform: translateZ(-2px) scale(2) translateY(0); }
        50% { transform: translateZ(-2px) scale(2) translateY(15px); }
        100% { transform: translateZ(-2px) scale(2) translateY(0); }
    }
}

  /* Button Styling */
  .testimonials-btn {
    display: inline-block;
    padding: 14px 32px;
    background-color: #022b41;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  /* Hover Effect */
  .testimonials-btn:hover {
    background-color: #014a6a;
    transform: translateY(-3px);
  }

  /* Gradient Animation for Text */
  .gradient-text {
    display: inline-block;
    background: linear-gradient(90deg, #fff 0%, #ccc 50%, #fff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-slide 1.5s linear infinite;
  }

  /* Keyframes for Sliding Gradient Effect */
  @keyframes gradient-slide {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
  }


  .about-section {
    position: relative;
  }
  
  .tabs-navigation .nav-pills .nav-link {
    padding: 0.75rem 1.5rem;
    margin: 0 0.5rem;
    border-radius: 50px;
    color: #5a6d8a;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid transparent;
  }
  
  .tabs-navigation .nav-pills .nav-link.active {
    background-color: #022b41;
    color: white;
    border-color: #022b41;
  }
  
  .tabs-navigation .nav-pills .nav-link:not(.active):hover {
    border-color: #3A7BD5;
    color: #3A7BD5;
  }
  
  .content-card, .values-card, .beliefs-card, .rejection-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(14, 46, 80, 0.05);
    transition: transform 0.3s ease;
  }
  
  .content-card:hover, .values-card:hover, .beliefs-card:hover, .rejection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(14, 46, 80, 0.1);
  }
  
  .icon-wrapper {
    display: inline-flex;
    width: 70px;
    height: 70px;
    background-color: rgba(58, 123, 213, 0.1);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  
  .milestone-item {
    text-align: center;
    padding: 1rem;
  }
  
  .milestone-number {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
  }
  
  .milestone-text {
    font-size: 0.9rem;
    color: #5a6d8a;
  }
  
  .values-list, .beliefs-list {
    list-style: none;
    padding-left: 0;
  }
  
  .values-list li {
    margin-bottom: 1rem;
    padding-left: 0;
  }
  
  .beliefs-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }
  
  .belief-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(58, 123, 213, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
  }
  
  .belief-text {
    color: #5a6d8a;
  }
  
  .rejection-items {
    margin-top: 2rem;
  }
  
  .rejection-item {
    height: 100%;
    padding: 1.5rem;
    background-color: #f8fafc;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  
  .rejection-item:hover {
    background-color: white;
    box-shadow: 0 5px 15px rgba(14, 46, 80, 0.1);
  }
  
  .rejection-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(231, 76, 60, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
  }
  
  .rejection-content h5 {
    color: #022b41;
    margin-bottom: 0.5rem;
  }
  
  .rejection-content p {
    color: #5a6d8a;
    margin-bottom: 0;
  }
  
  @media (max-width: 992px) {
    .about-section {
      padding: 3rem 0;
    }
    
    .tabs-navigation .nav-pills .nav-link {
      padding: 0.5rem 1rem;
      margin: 0.25rem;
      font-size: 0.9rem;
    }
    
    .content-card, .values-card, .beliefs-card {
      padding: 2rem !important;
    }
  }
  
  @media (max-width: 768px) {
    .tabs-navigation .nav-pills {
      flex-wrap: wrap;
    }
    
    .milestones .col-md-4 {
      margin-bottom: 1.5rem;
    }
    
    .rejection-item {
      margin-bottom: 1.5rem;
    }
  }

        .cards101 {
            height: 300px !important;
        }
        .feature-card:hover {
            border-left: 4px solid #3a7bd5!important; transition: all 0.3s ease;
        }
        
        /* Icon Effects */
        .icon-wrapper, .belief-icon, .award-icon, .feature-card .icon-wrapper {
          position: relative;
          overflow: hidden;
          transition: all 0.3s ease;
        }
        
        /* Shiny Light Effect */
        .icon-wrapper:hover::after, 
        .belief-icon:hover::after, 
        .award-icon:hover::after {
          content: '';
          position: absolute;
          top: -50%;
          left: -50%;
          width: 200%;
          height: 200%;
          background: linear-gradient(
            to bottom right,
            rgba(255, 255, 255, 0) 45%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0) 55%
          );
          transform: rotate(30deg);
          animation: shine 1.5s infinite;
        }
        
        /* Flip Effect */
        .icon-wrapper:hover i, 
        .belief-icon:hover i, 
        .award-icon:hover i,
        .feature-card:hover i {
          animation: flip 0.6s ease;
        }
        
        @keyframes shine {
          0% { transform: translateX(-100%) rotate(30deg); }
          100% { transform: translateX(100%) rotate(30deg); }
        }
        
        @keyframes flip {
          0% { transform: rotateY(0); }
          50% { transform: rotateY(180deg); }
          100% { transform: rotateY(0); }
        }
        
        /* Trophy specific animation */
        .trophy-icon:hover i {
          animation: flip 0.6s ease, bounce 1s infinite;
        }
        
        @keyframes bounce {
          0%, 100% { transform: translateY(0); }
          50% { transform: translateY(-10px); }
        }
    