     /* Home page style.css */
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: Arial, sans-serif;
    }


   body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f9f9f9;
  padding-top: 120px;         /* Adjust this based on your navbar height */
}

  /* Navbar Styling */
.navbar {
  position: fixed;            /* Fix the navbar to the top */
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;              /* Make sure it stays above everything */
  background-color: #ffffff;
  padding: 0.8rem 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo */
.logo img {
  height: 100px;
}

/* Navigation Links */
.nav-links a {
  margin: 0 1rem;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #007bff;
}

/* Home Icon */
.home-icon {
  font-size: 20px;
  color: #333;
}

/* Social Links */
.social-links a {
  margin-left: 1rem;
  color: #333;
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #007bff;
}

/* Dropdown Menu Styling */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 999;
  min-width: 200px;
  top: 100%;
}

.dropdown-content a {
  color: #333;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-weight: 500;
}

.dropdown-content a:hover {
  background-color: #f0f0f0;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Hamburger Menu */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
  color: #333;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    padding: 1rem;
  }

  .nav-links.active {
    display: flex;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
    background: #fff;
  }

  /* Dropdown Arrow Styling */
.dropdown-arrow {
  margin-left: 4px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

/* Rotate arrow on hover */
.dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

/* Sticky Effect + Scroll Hide/Show Animation */
.navbar {
  transition: top 0.3s ease-in-out;
}

  .dropdown:hover .dropdown-content {
    display: none;
  }

  .dropdown.open .dropdown-content {
    display: block;
  }

  .menu-toggle {
    display: block;
  }
}

    .video-banner {
  width: 100%;
  height: 19cm;
  position: relative;
  margin-top: 10px;
  background-color: #000;
}

.bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-text {
  position: absolute;
  top: 30%;
  left: 5%;
  color: rgb(232, 79, 8);
}

.overlay-text h1 {
  font-size: 3em;
}

.overlay-text p {
  margin-top: 1cm;
}

.quote-button {
  display: inline-block;
  margin-top: 1cm;
  padding: 10px 20px;
  background: #6308bd;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.welcome-section {
  margin-top: 1cm;
  padding: 2rem 4cm 2rem 4cm;
  background-color: #fdfdfd;
}

.welcome-container {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}

.welcome-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  margin-left: 0cm;
  margin-top: 0.5cm;
}

.welcome-text {
  flex: 1;
  min-width: 280px;
}

.welcome-title {
  font-size: 2.2rem;
  font-family: 'Georgia', serif;
  color: gold;
  margin-bottom: 0.5rem;
}

.welcome-subheading {
  font-size: 1.8rem;
  font-family: 'Arial', sans-serif;
  color: black;
  margin: 0.3rem 0;
  margin-top: 30px;
  margin-bottom: -10px;
}

.welcome-tagline {
  font-size: 1.6rem;
  font-family: 'Segoe UI', sans-serif;
  color: #0056b3;
  margin-bottom: 1rem;
}

.welcome-description {
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  color: #333;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.about-link {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: #007bff;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease;
}

.about-link:hover {
  border-bottom: 1px solid #007bff;
}

/* Services We Provide Section */

.services-section {
  margin-top: -7cm;
  padding: 8cm 2cm;
  background-color: #f9f9f9;
}

.services-heading {
  text-align: left;
  margin-left: 1cm;
  margin-bottom: 2cm;
}

.services-heading {
  color: green;
  font-size: 1.2rem;
  margin-bottom: 0.5cm;
}

.services-heading .medium-black {
  font-size: 1.5rem;
  color: black;
  margin-top: 1cm;
  margin-bottom: 0.2cm;
}

.services-heading .bold-blue {
  font-size: 2rem;
  color: #0056b3;
  margin-top: 0.3cm;
}

.services-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5cm;
  padding: 0 0.5cm;
}

.service-box {
  background-color: white;
  width: 300px;
  height: 7cm;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
  flex-shrink: 0;
}

.service-box i {
  font-size: 48px;
  color: #0056b3;
  margin-bottom: 1.5cm;
  transition: color 0.3s ease-in-out;
}

.service-box p {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  color: #333;
}

.arrow-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: gold;
  text-decoration: none;
  font-size: 40px;
}

.service-box:hover {
  background-color: #0056b3;
}

.service-box:hover i,
.service-box:hover p {
  color: white;
}

/* Sectors Section Styling */

.sectors-block {
  width: 100%;
  height: 16.5cm;
  margin: 3rem auto;
  background: #f2f2f2;
  padding: 1.5rem;
  border-radius: 10px;
  margin-top: -8.5cm;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.sectors-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.sectors-section {
  text-align: left;
  margin-left: 3cm;
  margin-bottom: 4cm;
  margin-top: -7.6cm;
}

.sectors-title {
  color: green;
  font-size: 1.2rem;
  text-transform: capitalize;
  margin-bottom: 0.5cm;
  margin-left: 2.4cm;
}

.sectors-subtitle {
  font-size: 1.5rem;
  color: black;
  margin-top: 1.5cm;
  margin-left: -5cm;

}

.sectors-highlight {
  font-size: 2rem;
  color: #0056b3;
  margin-top: 2.5cm;
  margin-left: -7.7cm;

}

/* Box Container */
.sector-boxes {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: flex-start;       /* <-- Aligns to the left */
  margin-right: 2cm;                  /* <-- Match text indent */
  margin-left: 2cm;
  gap: 1cm;
}

/* Box Styles */
.sector-box {
  width: 300px;
  height: 10cm;
  background-color: rgba(255, 255, 255, 0); /* 100% transparent */
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: background-color 0.4s ease;
}

.sector-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.9s ease;  /* slower transform */
  z-index: 1;
}

.sector-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 3cm 1cm 1cm 1cm; /* ↑ this moves the content downward */
  margin-left: 0cm;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: background-color 0.4s ease;
}

.sector-box:hover .sector-image {
  opacity: 1;
}

/* Zoom-in effect on image inside box */
.sector-box:hover .sector-image {
  transform: scale(1.1);
  transition: transform 0.8s ease, opacity 0.4s ease;
}

.sector-box:hover .sector-content {
  background-color: transparent;
  color: white;
}

/* Texts */
.sector-category {
  font-size: 1.2rem;
  color: grey;
  margin-bottom: 0.2cm;
}

.sector-heading {
  font-size: 1.3rem;
  font-weight: 500;
  color: black;
}

.sector-heading {
  font-size: 1.3rem;         /* Match size of first heading */
  font-weight: 500;        /* Semi-bold */
  color: black;            /* Or any preferred color */
  margin: 0.1cm 0;         /* Consistent vertical spacing */
}


.sector-box:hover .sector-heading,
.sector-box:hover .sector-heading,
.sector-box:hover .sector-category {
  color: white;
}

/* Line */
.sector-content hr {
  border: 1px solid black;
  width: 100%;
  margin: 0.2cm 0;
}

/* Footer */
.sector-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.explore-link {
  color: black;
  text-decoration: none;
  font-size: 1rem;
}

.explore-row {
  display: flex;
  justify-content: space-between;
  align-items: center; /* This aligns both vertically */
  margin-top: 0.5cm;
}

.explore-text {
  font-size: 16px;
  color: black;
  margin-left: 15px;
  text-decoration: none;
}

.arrow-icon {
  font-size: 30px; /* Adjust size as needed */
  color: gold;
  text-decoration: none;
  margin-right: 15px;
}

.arrow-link {
  color: gold;
  text-decoration: none;
  font-size: 1.2rem;
}

.careers-block {
  width: 90%;
  margin: 3rem auto;
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.careers-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.career-left, .career-right {
  flex: 1 1 300px;
}

.careers-title {
  font-family: 'Georgia', serif;
  font-size: 3rem;
  color: green;
  margin-bottom: 2rem;
}

.career-image-container {
  margin-bottom: 1rem;
}

.career-image {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 8px;
}

.career-paragraph p {
  font-family: 'Segoe UI', sans-serif;
  font-size: 1rem;
  color: #333;
  text-align: justify;
}

.career-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stat-item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.stat-item.reveal {
  opacity: 1;
  transform: translateY(0);
}

.career-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem;
  margin-top: 10rem;
  margin-bottom: 5rem;
  margin-left: 8.5rem;
}

.stat-icon {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  background-color: transparent;
  pointer-events: none;
  margin-left: 0rem;
}

.stat-value {
  font-size: 1.5rem;
  font-weight: bold;
  color: #003366;
  margin-top: 0.5rem;
}

.explore-container {
  margin-top: 2rem;
}

.explore-btn {
  background-color: #003366;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  margin-left: 10cm;
  transition: background 0.3s ease;
}

.explore-btn:hover {
  background-color: #002244;
}

/* Reveal animation */
.reveal {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Footer Section */
.site-footer {
  background-color: #002244;
  color: white;
  font-family: Arial, sans-serif;
  padding: 40px 60px 20px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-branding h3 {
  font-size: 1.4rem;
  color: #0056b3;
  margin-bottom: 5px;
}

.footer-branding .bold-blue {
  font-weight: bold;
  color: #0056b3;
}

.footer-branding .quote-text {
  font-size: 1rem;
  color: #ffffff;
}

.footer-logo img {
  width: 120px;
  height: auto;
}

.footer-line {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #ccc;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}

.footer-column h4 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #bbbbbb;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-column ul li a:hover {
  text-decoration: underline;
  color: #ffffff;
}

/* Footer Office Column Styling */
.footer-column.office-india {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  color: #aaa;
  line-height: 1.6;
  margin-left: 20px;
  margin-right: 20px;
}

.footer-column.office-india h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: whitesmoke;
}

.footer-column.office-india p {
  margin: 4px 0;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #bbbbbb;
  text-decoration: none;
  font-size: 1.3rem;
}

.social-icons a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid #444;
  text-align: center;
  padding-top: 15px;
  font-size: 0.85rem;
  color: #aaa;
}

.footer-bottom a {
  color: #aaa;
  text-decoration: none;
  margin: 0 10px;
}

.footer .credits {
  font-size: 0.85em;
  color: #aaa;
  margin-top: 5px;
  text-align: center;
}
.footer .credits strong:hover {
  color: #00aaff;
  cursor: pointer;
}

.footer-bottom a:hover {
  color: white;
}

html, body {
  scroll-behavior: auto; /* Let Lenis handle it */
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}


