body {
      font-family: Arial, sans-serif;
    }
    /* Hero Section */
    .hero-section {
      background: #0a3d78;
      color: #fff;
      padding: 60px 0;
    }
    .hero-section h1 {
      font-size: 3rem;
      font-weight: bold;
    }
    .hero-section img {
      max-width: 100%;
      border-radius: 10px;
    }

    /* Service Boxes */
    a.service-link {
    text-decoration: none;
    color: #212529;
    transition: color 0.3s ease, text-decoration 0.3s ease;
    /* font-weight: bold; */
}
    .icon-box {
      text-align: center!important;
      padding: 20px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: 0.3s;
    }
    .icon-box:hover {
      transform: translateY(-5px);
    }
    .icon-box img {
      max-height: 50px;
      margin-bottom: 15px;
    }

    /* Key Tech Section */
    .key-tech {
      background: #05294b;
      color: white;
      padding: 40px 0;
    }

    /* Footer */
    .footer {
      background: #fff;
      color:#595959;
      padding: 40px 0;
    }
    .footer h5 {
      margin-bottom: 15px;
    }
    .footer a {
      color: #595959;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }

    /* Dropdown hover */
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
.section-padding {
    padding: 60px 0;
}
    /* Ready to Enhance Section */
    .enhance-section {
      background: #ed7506;
      padding: 40px 0;
    }
    .enhance-section .btn-orange {
      background: orange;
      color: #fff;
    }
    .enhance-section .btn-orange:hover {
      background: #e69500;
    }

    /* Blog Section */
    .blog-card img {
      border-radius: 8px 8px 0 0;
    }

    /*services*/
     .service-box {
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
  }
  .service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  }
  .service-box img {
    max-height: 60px;
  }
 

  .breadcrumb-section {
      background: #f8f9fa;
      padding: 15px 0;
    }
    .breadcrumb-section .breadcrumb {
    margin: 0;
    background: none;
}
    .about-section {
      padding: 60px 0;
    }
    .about-image {
      max-width: 100%;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    .mission-vision {
      background: #f1f5f9;
      padding: 50px 0;
    }
    .mission-vision h3 {
      margin-bottom: 20px;
      font-weight: 700;
    }
    .mission, .vision {
      padding: 20px;
      background: white;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      height: 100%;
    }
  
  .contact-section {
      padding: 60px 0;
    }
    .contact-info {
      background: #f1f5f9;
      border-radius: 8px;
      padding: 30px;
      height: 100%;
    }
    .contact-info h4 {
      margin-bottom: 25px;
      font-weight: 700;
    }
    .contact-info .info-item {
      margin-bottom: 20px;
      font-size: 1rem;
      display: flex;
      align-items: center;
    }
    .contact-info .info-item i {
      font-size: 1.4rem;
      color: #ed7506; /* Orange icon */
      margin-right: 15px;
      min-width: 30px;
      text-align: center;
    }
    .contact-form h4 {
      margin-bottom: 25px;
      font-weight: 700;
    }
    .btn-orange {
      background-color: #ed7506;
      border: none;
      color: white;
      transition: background-color 0.3s ease;
    }
    .btn-orange:hover {
      background-color: #e69500;
      color: white;
    }

.footer-social .social-link {
    display: inline-block;
    margin: 0 21px;
    font-size: 1.4rem;
    color: #fff;
    background: #014b84;
    padding: 17px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.footer-social .social-link:hover {
  background: #ff7a00;
  color: #fff;
  transform: translateY(-3px);
}

/* Table styling */
.openings-table th {
    background: #ff7a00;
    color: white;
}
.openings-table td, .openings-table th {
    vertical-align: middle;
}
/* Timeline steps */
.hiring-process {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.hiring-step {
 flex: 1;
    padding: 20px;
    position: relative;
    margin: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
.hiring-step:before {
    content: '';
    position: absolute;
    top: 40px;
    left: -50%;
    width: 100%;
    height: 4px;
    background: #ff7a00;
    z-index: -1;
}
.hiring-step:first-child:before {
    display: none;
}
.hiring-step-number {
    background: #ff7a00;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
/* Testimonials */
.testimonial {
    background: #fff8f3;
    border-left: 4px solid #ff7a00;
    padding: 15px;
    margin-bottom: 15px;
}
/* Apply form */
.apply-form .form-control, .apply-form .form-select {
    border-radius: 0;
}
.apply-form button {
    background: #ff7a00;
    color: white;
    border: none;
    padding: 10px 20px;
}
.apply-form button:hover {
    background: #e76b00;
}

h6.process-selection {
    font-weight: bold;
    font-size: 20px;
}

.service-box i{
  font-size: 3.4rem;
    color: #005187;
    min-width: 30px;
    text-align: center;
}


/*services page */
/* Section titles */
.section-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}
/* Service blocks */
.service-card {
    text-align: center;
    background: white;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.service-card i {
    font-size: 2.5rem;
    color: #ff7a00;
    margin-bottom: 15px;
}
/* Why choose us */
.why-card {
    text-align: center;
    background: #fff8f3;
    border-radius: 12px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    border: 1px solid #ffe0cc;
}
.why-card:hover {
    background: white;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}
.why-card i {
    font-size: 2.5rem;
    color: #ff7a00;
    margin-bottom: 15px;
}

/*training css*/
/* ---------- Training Cards ---------- */
.training-section {
    padding: 60px 0;
}
.training-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    text-align: center;
    padding: 25px 20px;
    transition: 0.3s ease;
}
.training-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.training-card i {
    font-size: 2.5rem;
    color: #ff7b00;
    margin-bottom: 15px;
}
.training-card h5 {
    font-weight: 600;
}


/* ---------- Placement Info ---------- */
.placement-info {
    background: #fff8f1;
    padding: 60px 0;
}
.placement-info h2 {
    font-weight: 700;
    margin-bottom: 20px;
}
.placement-info p {
    font-size: 1.1rem;
}

/* ---------- Contact Section ---------- */
.contact-training {
    background: linear-gradient(135deg, #ff7b00, #ffb347);
    color: white;
    padding: 50px 0;
    text-align: center;
    border-radius: 12px;
}
.contact-training h4 {
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-training a {
    color: white;
    font-weight: 600;
    text-decoration: underline;
}

.hero-training {
    background: linear-gradient(135deg, #ff7b00, #ffb347);
    color: white;
    padding: 80px 0;
}
.hero-training h1 {
    font-weight: 700;
    font-size: 2.8rem;
}
.hero-training p {
    font-size: 1.2rem;
    opacity: 0.9;
}
.hero-training .btn-light {
    color: #ff7b00;
    font-weight: 600;
}

/* ---------- Breadcrumb ---------- */
.breadcrumb-section {
    background: #f4f4f4;
    padding: 15px 0;
}
.breadcrumb {
    margin: 0;
}

/*technology section home page*/
.key-tech {
  background: #f9f9f9;
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;      /* center text inside container */
  margin: 0 auto 20px auto; /* vertical spacing and auto horizontal margin */
  position: relative;
  display: block; 
  color: #000;          /* ensure it behaves as block */
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #ff7b00;
  margin: 10px auto 0 auto; /* center the underline */
  border-radius: 2px;
}
.tech-heading {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #333;
}
.tech-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.tech-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
  background: white;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.tech-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/*responsive menu*/
/* Make logo responsive */
.navbar .logo {
  max-height: 50px;
  height: auto;
  width: auto;
}

/* Adjust padding for mobile view */
@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
    padding-top: 10px;
  }

  .navbar-nav .nav-item {
    margin-bottom: 8px;
  }

  .navbar-toggler {
    border: none;
    font-size: 1.2rem;
    outline: none !important;
  }

  /* Dropdown inside mobile */
  .navbar-nav .dropdown-menu {
    background-color: #343a40; /* match navbar color */
    border: none;
    text-align: center;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
    padding: 10px 15px;
  }
  .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #495057;
    color: #fff;
  }
}

/* Hover & active link styling */
.navbar-nav .nav-link {
  transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ed7506 !important;
}


/*header coustom css*/
.navbar .logo {
    max-height: 100%; 
    height: auto!important;
    width: 55%!important;
}
li.nav-item {
    font-size: 20px;
}

/*header anmination*/
.animated-header {
  transition: all 0.5s ease-in-out;
}

.animated-header.scrolled {
  background-color: #fff;   /* change background when scrolling */
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  transform: translateY(0);
}

.animated-header {
  transform: translateY(-100%);
}

.animated-header.show {
  transform: translateY(0);
}

/*hero section make anmated*/
.floating {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

.con-top-margin{
    margin-top: -109px;
}

/*services*/
