  :root {
      --techno-primary: #1A4C7E;
      --techno-gradient-start: #667eea;
      --techno-gradient-end: #764ba2;
      --techno-text-dark: #1a202c;
      --techno-text-muted: #4a5568;
      --techno-text-light: #718096;
  }

  /* Add padding to body to prevent content from hiding behind fixed header */
  body {
      padding-top: 80px;
      font-family: 'Arial', sans-serif;
  }

  /* Smooth scrolling */
  html {
      scroll-behavior: smooth;
  }

  /* Fixed header styles */
  .fixed-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      background: #1A4C7E;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(10px);
      transition: all 0.3s ease;
  }

  .navbar-brand {
      font-weight: bold;
      font-size: 1.5rem;
      color: white !important;
  }

  .navbar-nav .nav-link {
      color: white !important;
      font-weight: 500;
      margin: 0 10px;
      transition: all 0.3s ease;
  }

  .navbar-nav .nav-link:hover {
      color: #ffd700 !important;
      transform: translateY(-2px);
  }

  @media (max-width: 768px) {
      body {
          padding-top: 70px;
      }

      .navbar-brand {
          font-size: 1.3rem;
      }

      .content-container {
          padding: 40px 0;
      }
  }

  /* End header section */


   /* Services Section */
        .services-section {
            padding: 100px 0;
        }

        .service-card {
            background: #f8f9fa;
            border-radius: 15px;
            padding: 2rem;
            text-align: center;
            transition: all 0.3s ease;
            border: 1px solid #e9ecef;
            height: 100%;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            background: white;
        }

        .service-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #3498db, #2980b9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            font-size: 2rem;
            color: white;
        }

        .service-card h3 {
            font-size: 1.3rem;
            margin-bottom: 1rem;
            color: #2c3e50;
        }

        /* Contact Section */
        .contact-section {
            padding: 80px 0;
            background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
            color: white;
        }

        .contact-section .section-title {
            color: white;
        }

        .contact-form {
            background: rgba(255,255,255,0.1);
            border-radius: 15px;
            backdrop-filter: blur(10px);
            padding: 2rem;
        }

        .form-control {
            background: rgba(255,255,255,0.9);
            border: none;
            border-radius: 8px;
            padding: 12px;
        }

        .btn-submit {
            background: var(--accent-color);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            transition: background 0.3s ease;
        }

        .btn-submit:hover {
            background: #e67e22;
            color: white;
        }

        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            gap: 1rem;
        }

        .contact-item i {
            font-size: 1.2rem;
            width: 20px;
        }

  .hero-section {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color: white;
      padding: 80px 0;
  }

  .content-container {
      min-height: 60vh;
      padding: 40px 0;
  }

  .footer {
      background-color: #343a40;
      color: white;
      padding: 40px 0;
      margin-top: auto;
  }

  .footer h5 {
      color: #ffc107;
  }

  .footer .bi {
      font-size: 1.5rem;
      margin: 0 10px;
      color: #ffc107;
      transition: color 0.3s ease;
  }

  .footer .bi:hover {
      color: white;
  }

  .loading {
      text-align: center;
      padding: 50px;
  }

  .spinner-border {
      width: 3rem;
      height: 3rem;
  }

  .card {
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
  }

  .card:hover {
      transform: translateY(-5px);
  }

  .feature-icon {
      width: 60px;
      height: 60px;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
  }

  /* Custom hamburger menu styling */
  .navbar-toggler {
      border: none;
      padding: 0;
      width: 30px;
      height: 30px;
      position: relative;
  }

  .navbar-toggler:focus {
      box-shadow: none;
  }

  .navbar-toggler span {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #7f8c8d;
      margin: 6px 0;
      transition: 0.3s;
      border-radius: 2px;
  }

  /* Responsive adjustments */
  @media (max-width: 991.98px) {
      .navbar-nav .nav-link {
          margin: 5px 0;
      }
  }


.hero-carousel {
            height: 500px;
            position: relative;
        }

        .carousel-item {
            height: 500px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
        }

        .slide-1 {
            background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('../images/innerbanner.png');
        }

        /* Title Overlay Styles */
        .carousel-title-overlay {
            position: absolute;
            top: 50%;
            left: 10%;
            transform: translateY(-50%);
            text-align: left;
            color: white;
            z-index: 10;
            width: 50%;
        }

        .carousel-main-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
            letter-spacing: 1px;
        }

        .carousel-subtitle {
            font-size: 1.5rem;
            font-weight: 300;
            margin-bottom: 2rem;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
            opacity: 0.9;
        }

        .carousel-cta-btn {
            background: linear-gradient(45deg, #007bff, #0056b3);
            border: none;
            padding: 12px 30px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,123,255,0.3);
        }

        .carousel-cta-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,123,255,0.4);
        }

        /* Animation for title */
        .carousel-item.active .carousel-main-title {
            animation: slideInFromTop 1s ease-out;
        }

        .carousel-item.active .carousel-subtitle {
            animation: slideInFromBottom 1s ease-out 0.3s both;
        }

        .carousel-item.active .carousel-cta-btn {
            animation: fadeInScale 1s ease-out 0.6s both;
        }

        @keyframes slideInFromTop {
            0% {
                opacity: 0;
                transform: translateY(-50px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideInFromBottom {
            0% {
                opacity: 0;
                transform: translateY(50px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInScale {
            0% {
                opacity: 0;
                transform: scale(0.8);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .carousel-main-title {
                font-size: 2.5rem;
            }
            
            .carousel-subtitle {
                font-size: 1.2rem;
            }
            
            .hero-carousel {
                height: 400px;
            }
            
            .carousel-item {
                height: 400px;
            }
            
            .carousel-title-overlay {
                left: 5%;
                width: 90%;
            }
        }

        @media (max-width: 576px) {
            .carousel-main-title {
                font-size: 2rem;
            }
            
            .carousel-subtitle {
                font-size: 1rem;
            }
            
            .carousel-title-overlay {
                left: 5%;
                width: 90%;
            }
        }

  


  /* about css starts */
  .techno-body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
      line-height: 1.7;
      color: var(--techno-text-dark);
      background: var(--techno-primary);
      min-height: 100vh;
      font-weight: 400;
  }

  /* Hero Section Classes */
  .techno-hero-banner {
      background: linear-gradient(135deg, rgba(26, 76, 126, 0.95), rgba(26, 76, 126, 0.85)),
          url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="grain"><stop offset="0%" stop-color="rgba(255,255,255,0.1)"/><stop offset="100%" stop-color="transparent"/></radialGradient></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
      position: relative;
      overflow: hidden;
  }

  .techno-hero-banner::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
          radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
      pointer-events: none;
  }

  .techno-main-title {
      font-weight: 700;
      background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
      letter-spacing: -0.02em;
  }

  .techno-hero-subtitle {
      color: rgba(255, 255, 255, 0.9);
      font-weight: 300;
  }

  /* Main Content Classes */
  .techno-main-content {
      background: #ffffff;
      border-radius: 24px;
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
      position: relative;
      overflow: hidden;
      margin-top: -3rem;

  }

  .techno-main-content::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, var(--techno-gradient-start), var(--techno-gradient-end), #f093fb);
  }

  /* Badge Classes */
  .techno-section-badge {
      background: linear-gradient(135deg, var(--techno-gradient-start), var(--techno-gradient-end));
      color: white;
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  }

  /* Image Classes */
  .techno-image-wrapper {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .techno-image-wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), transparent 50%);
      z-index: 1;
      opacity: 0;
      transition: opacity 0.3s ease;
  }

  .techno-image-wrapper:hover::before {
      opacity: 1;
  }

  .techno-image-wrapper:hover {
      transform: scale(1.02) translateY(-8px);
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  }

  .techno-mission-image {
      width: 100%;
      height: 400px;
      object-fit: cover;
      transition: transform 0.4s ease;
  }

  /* Text Classes */
  .techno-mission-title {
      color: var(--techno-text-dark);
      line-height: 1.2;
  }

  .techno-mission-text {
      color: var(--techno-text-muted);
      line-height: 1.8;
  }

  /* Stats Section Classes */
  .techno-stats-section {
      background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
      border: 1px solid rgba(102, 126, 234, 0.1);
  }

  .techno-stat-number {
      font-weight: 700;
      background: linear-gradient(135deg, var(--techno-gradient-start), var(--techno-gradient-end));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
  }

  .techno-stat-label {
      color: var(--techno-text-light);
      font-weight: 500;
      font-size: 0.95rem;
  }

  /* Section Title Classes */
  .techno-section-title {
      font-weight: 700;
      color: var(--techno-text-dark);
      position: relative;
  }

  .techno-section-title::after {
      content: '';
      position: absolute;
      bottom: -12px;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, var(--techno-gradient-start), var(--techno-gradient-end));
      border-radius: 2px;
  }

  /* Value Card Classes */
  .techno-value-card {
      background: #ffffff;
      border: 1px solid rgba(226, 232, 240, 0.8);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      overflow: hidden;
  }

  .techno-value-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: linear-gradient(90deg, var(--techno-gradient-start), var(--techno-gradient-end));
      transform: scaleX(0);
      transition: transform 0.3s ease;
  }

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

  .techno-value-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
      border-color: rgba(102, 126, 234, 0.2);
  }

  .techno-value-icon-wrapper {
      width: 70px;
      height: 70px;
      background: linear-gradient(135deg, var(--techno-gradient-start), var(--techno-gradient-end));
      box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
      transition: all 0.3s ease;
  }

  .techno-value-card:hover .techno-value-icon-wrapper {
      transform: scale(1.1) rotate(5deg);
      box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
  }

  .techno-value-icon {
      font-size: 1.8rem;
      color: white;
  }

  .techno-value-title {
      font-weight: 600;
      color: var(--techno-text-dark);
  }

  .techno-value-description {
      color: var(--techno-text-muted);
      line-height: 1.7;
  }

  /* Animation Classes */
  .techno-fade-in {
      opacity: 0;
      transform: translateY(20px);
      animation: technoFadeInUp 0.8s ease-out forwards;

  }

  .techno-fade-in:nth-child(2) {
      animation-delay: 0.1s;
  }

  .techno-fade-in:nth-child(3) {
      animation-delay: 0.2s;
  }

  .techno-fade-in:nth-child(4) {
      animation-delay: 0.3s;
  }

  @keyframes technoFadeInUp {
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
      .techno-main-content {
          margin-top: -2rem;
          margin-left: 0.5rem;
          margin-right: 0.5rem;
      }
  }

  /* Smooth scroll behavior */
  html {
      scroll-behavior: smooth;
  }

  /* about css ends */


  /* career page css starts */
  .careers-page {
      --careers-primary-color: #1A4C7E;
      --careers-primary-light: #2563A3;
      --careers-primary-dark: #134061;
      --careers-secondary-color: #F8F9FA;
      --careers-accent-color: #FF6B6B;
  }

  .careers-page {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
  }

  /* Careers Page Header Styles */
  .careers-hero-header {
      background: linear-gradient(135deg, var(--careers-primary-color) 0%, var(--careers-primary-light) 100%);
      color: white;
      padding: 5rem 0;
      position: relative;
      overflow: hidden;
  }

  .careers-hero-header::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="70" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="70" cy="80" r="2.5" fill="rgba(255,255,255,0.1)"/></svg>');
      animation: careers-float 20s ease-in-out infinite;
  }

  @keyframes careers-float {

      0%,
      100% {
          transform: translateY(0px);
      }

      50% {
          transform: translateY(-20px);
      }
  }

  .careers-hero-header .container {
      position: relative;
      z-index: 1;
  }

  .careers-breadcrumb-custom {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      border-radius: 50px;
      padding: 0.5rem 1.5rem;
      display: inline-block;
  }

  .careers-breadcrumb-custom a {
      color: white;
      text-decoration: none;
      opacity: 0.9;
      transition: opacity 0.3s ease;
  }

  .careers-breadcrumb-custom a:hover {
      opacity: 1;
  }

  /* Careers Page Button Styles */
  .careers-btn-primary-custom {
      background: var(--careers-primary-color);
      border: none;
      padding: 0.75rem 2rem;
      border-radius: 50px;
      transition: all 0.3s ease;
  }

  .careers-btn-primary-custom:hover {
      background: var(--careers-primary-light);
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(26, 76, 126, 0.3);
  }

  .careers-btn-outline-primary-custom {
      color: var(--careers-primary-color);
      border: 2px solid var(--careers-primary-color);
      padding: 0.75rem 2rem;
      border-radius: 50px;
      background: transparent;
      transition: all 0.3s ease;
  }

  .careers-btn-outline-primary-custom:hover {
      background: var(--careers-primary-color);
      color: white;
      transform: translateY(-2px);
  }

  /* Careers Page Card Styles */
  .careers-card-custom {
      border: none;
      border-radius: 1rem;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      overflow: hidden;
  }

  .careers-card-custom:hover {
      transform: translateY(-5px);
  }

  .careers-card-gradient {
      background: linear-gradient(135deg, var(--careers-primary-color) 0%, var(--careers-primary-light) 100%);
      color: white;
  }

  /* Careers Page Icon Styles */
  .careers-icon-large {
      font-size: 3rem;
      color: var(--careers-primary-color);
      margin-bottom: 1rem;
  }

  .careers-icon-white {
      color: white;
  }

  /* Careers Page Animation Classes */
  .careers-fade-in-up {
      animation: careers-fadeInUp 0.8s ease-out;
  }

  .careers-fade-in-left {
      animation: careers-fadeInLeft 0.8s ease-out;
  }

  .careers-fade-in-right {
      animation: careers-fadeInRight 0.8s ease-out;
  }

  @keyframes careers-fadeInUp {
      from {
          opacity: 0;
          transform: translateY(30px);
      }

      to {
          opacity: 1;
          transform: translateY(0);
      }
  }

  @keyframes careers-fadeInLeft {
      from {
          opacity: 0;
          transform: translateX(-30px);
      }

      to {
          opacity: 1;
          transform: translateX(0);
      }
  }

  @keyframes careers-fadeInRight {
      from {
          opacity: 0;
          transform: translateX(30px);
      }

      to {
          opacity: 1;
          transform: translateX(0);
      }
  }

  /* Careers Page Team Image Placeholder */
  .careers-team-image-placeholder {
      background: linear-gradient(135deg, var(--careers-primary-color) 0%, var(--careers-primary-light) 100%);
      height: 400px;
      border-radius: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
  }

  /* .careers-team-image-placeholder::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80%;
            height: 80%;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            animation: careers-pulse 3s ease-in-out infinite;
        } */



  .careers-team-image-placeholder i {
      font-size: 5rem;
      color: white;
      position: relative;
      z-index: 1;
  }

  .section-padding {
      padding: 5rem 0;
  }

  /* Careers Page Section Styles */
  .careers-section-padding {
      padding: 5rem 0;
  }

  .careers-bg-light-custom {
      background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  }

  /* Careers Page Text Highlight */
  .careers-text-highlight {

      padding: 0.2rem 0.5rem;
      border-radius: 0.3rem;
      color: var(--careers-primary-color);
      font-weight: 600;
  }

  /* Careers Page Email Link */
  .careers-email-link {
      color: white;
      text-decoration: none;
      font-size: 1.2rem;
      transition: opacity 0.3s ease;
  }

  .careers-email-link:hover {
      color: white;
      opacity: 0.8;
  }

  /* career page css ends */


  /* Ou Projects css Sections Starts */

  .Our_Projects_hero-section {
      background: #1A4C7E;
      color: white;
      padding: 120px 0 80px;
      position: relative;
      overflow: hidden;
  }

  .Our_Projects_hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
      opacity: 0.3;
  }

  .Our_Projects_hero-content {
      position: relative;
      z-index: 2;
  }

  .Our_Projects_hero-title {
      font-size: 3.5rem;
      font-weight: 700;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      animation: fadeInUp 1s ease-out;
  }

  .Our_Projects_hero-subtitle {
      font-size: 1.2rem;
      margin-bottom: 30px;
      opacity: 0.9;
      animation: fadeInUp 1s ease-out 0.2s both;
  }

  .breadcrumb-custom {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      border-radius: 50px;
      padding: 12px 25px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      animation: fadeInUp 1s ease-out 0.4s both;
  }

  .breadcrumb-custom a {
      color: white;
      text-decoration: none;
      font-weight: 500;
  }

  .breadcrumb-custom a:hover {
      color: var(--accent-color);
  }

  /* Responsive Design */
  @media (max-width: 768px) {
      .Our_Projects_hero-title {
          font-size: 2.5rem;
      }

      .section-title h2 {
          font-size: 2.2rem;
      }

      .project-card {
          margin-bottom: 30px;
      }
  }
  /* Projects Section */
        .projects-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }

        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title h2 {
            font-size: 3rem;
            font-weight: 700;
            color: var(--dark-color);
            margin-bottom: 20px;
            position: relative;
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--gradient-primary);
            border-radius: 2px;
        }

        .section-title p {
            font-size: 1.1rem;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }

   /* Project Cards */
        .project-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            height: 100%;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .project-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--gradient-primary);
            transform: translateX(-100%);
            transition: transform 0.3s ease;
        }

        .project-card:hover::before {
            transform: translateX(0);
        }

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

        .project-logo {
            width: 120px;
            height: 120px;
            margin: 0 auto 30px;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            background: white;
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .project-card:hover .project-logo {
            transform: scale(1.05);
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
        }

        .project-logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 10px;
        }

        .project-title {
            font-size: 1.4rem;
            font-weight: 600;
            color: var(--dark-color);
            margin-bottom: 15px;
        }

        .project-description {
            color: #666;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .project-btn {
            background: var(--gradient-primary);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 500;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
        }

        .project-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(231, 76, 60, 0.4);
            color: white;
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .fade-in-up {
            animation: fadeInUp 0.8s ease-out;
        }


    /* Projects Section End */

    /* Contact css Sections starts */
    .tds-contact-wrapper {
            background-color: #f8f9fa;
            min-height: calc(100vh - 120px);
            padding: 50px 0;
        }
        .tds-form-panel {
            background: white;
            border-radius: 10px;
            padding: 40px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        .tds-info-panel {
            background: white;
            border-radius: 10px;
            padding: 40px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            height: fit-content;
        }
        .tds-field-label {
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
        }
        .tds-input-field {
            border: 2px solid #e9ecef;
            border-radius: 8px;
            padding: 12px 15px;
            transition: border-color 0.3s ease;
        }
        .tds-input-field:focus {
            border-color: #2a5298;
            box-shadow: 0 0 0 0.2rem rgba(42, 82, 152, 0.25);
        }
        .tds-submit-btn {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: transform 0.3s ease;
        }
        .tds-submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        .tds-info-block {
            margin-bottom: 25px;
        }
        .tds-info-block i {
            color: #2a5298;
            font-size: 20px;
            margin-right: 15px;
            width: 25px;
        }
        .tds-info-heading {
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
        }
        .tds-info-content {
            color: #666;
            margin: 0;
        }
        .tds-page-heading {
            text-align: center;
            margin-bottom: 50px;
            color: #333;
            font-weight: 700;
        }

    /* contact css ends */


      /* Courses Section */
        .courses-section {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .section-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1e3c72;
            margin-bottom: 1rem;
            position: relative;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            border-radius: 2px;
        }

        .section-description {
            font-size: 1.1rem;
            color: #6c757d;
            max-width: 600px;
            margin: 0 auto;
        }

        /* Course Cards */
        .course-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            height: 100%;
            border: none;
        }

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

        /* Logo Section - 30% height */
        .course-logo-section {
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .course-logo-section.web-dev {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        }

        .course-logo-section.data-science {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        }

        .course-logo-section.mobile-dev {
            background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
        }

        .course-logo-section.ui-ux {
            background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
        }

        .course-logo-section.digital-marketing {
            background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
        }

        .course-logo-section.cyber-security {
            background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
        }

        .course-logo {
            font-size: 4rem;
            color: white;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
            z-index: 2;
            position: relative;
        }

        .course-logo-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="60" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="70" cy="30" r="1.5" fill="rgba(255,255,255,0.1)"/></svg>');
            opacity: 0.5;
        }

        /* Content Section - 70% height */
        .course-content {
            padding: 2rem;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .course-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1e3c72;
            margin-bottom: 1rem;
            text-align: center;
        }

        .course-description {
            color: #6c757d;
            line-height: 1.7;
            margin-bottom: 2rem;
            flex-grow: 1;
            text-align: center;
        }

        .course-footer {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 1rem;
            border-top: 1px solid #eee;
        }

        .course-price {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1e3c72;
        }

        .btn-enroll {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            color: white;
            font-weight: 600;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .btn-enroll:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(30, 60, 114, 0.3);
            color: white;
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .course-card {
            animation: fadeInUp 0.6s ease-out;
        }

        .course-card:nth-child(1) { animation-delay: 0.1s; }
        .course-card:nth-child(2) { animation-delay: 0.2s; }
        .course-card:nth-child(3) { animation-delay: 0.3s; }
        .course-card:nth-child(4) { animation-delay: 0.4s; }
        .course-card:nth-child(5) { animation-delay: 0.5s; }
        .course-card:nth-child(6) { animation-delay: 0.6s; }

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-stats {
                flex-direction: column;
                gap: 1.5rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .course-logo-section {
                height: 150px;
            }
            
            .course-logo {
                font-size: 3rem;
            }
        }


        /* courses css ends */