:root{
  --font-heading: "Mona Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Mona Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --heading-weight: 600;
  --body-weight: 400;
  --muted: #6c757d;
}
body{
background: linear-gradient(90deg, #0A1C3A 0%, #0E2D52 50%, #123E6A 100%) !important;
}
/* Base typography */
html, body {
  font-family: var(--font-body);
  font-weight: var(--body-weight);
  font-size: 16px;            /* adjust if you prefer 15px/18px */
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  scroll-behavior: smooth;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.header, .site-title {
  font-family: "Mona Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: var(--heading-weight);
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: .5rem;
  letter-spacing: -0.01em;
  color: #ffffff;
}

/* Utility sizes (adjust per your design) */
h1 { font-size: 2.5rem; }   /* large hero titles */
h2 { font-size: 2rem; }     /* section titles */
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1rem; }
h6 { font-size: .875rem; }

/* Strong/bold text */
strong, b, .fw-bold {
  font-family: var(--font-heading);
  font-weight: 700;
}

/* Paragraphs and muted text */
p, .lead {
  font-family: var(--font-body);
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 400;
}

.text-muted, .small {
  color: var(--muted);
}

/* Buttons & UI elements */
.btn, button, .nav-link {
  font-family: var(--font-heading);
  font-weight: 600;

  letter-spacing: .02em;
}
.nav-link:hover{
  color: #000000 !important;
}

/* Form inputs (keep Roboto for legibility) */
input, textarea, select {
  font-family: var(--font-body);
  font-size: 1rem;
}

/* Responsive adjustments (optional) */
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
}

/* Optional: tighter look for headings on large screens */
@media (min-width: 1200px) {
  h1 { font-size: 3rem; letter-spacing: -0.02em; }
}

.navbar-toggler {
  border: none !important;       /* Remove border */
  outline: none !important;      /* Remove outline */
  box-shadow: none !important;   /* Remove shadow */
}

.shaded-div {
  position: relative;
  background: url('your-image.jpg') center/cover no-repeat;
  height: 300px;
  color: white;
}

.shaded-div::before {
  content: "";
  position: absolute;
  inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0 */
  background: rgba(0, 0, 0, 0.5); /* black shade with 50% opacity */
  z-index: 1;
}

.shaded-div h2 {
  position: relative;
  z-index: 2; /* ensure text is above the shade */
}
/* Hero Section with Video */


/* Fullscreen Video */


/* Overlay Content */
.hero-content {
  position: relative;
  color: #fff;
  z-index: 1;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: bold;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.hero-content .btn {
  background: #ffc107;
  border: none;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 25px;
}



.hero-section h1 {
      font-size: 3rem;
      font-weight: bold;
    }

    .hero-section p {
      font-size: 1.2rem;
    }

    .hero-section .btn {
      background: #ffc107;
      border: none;
      font-weight: bold;
      padding: 10px 25px;
      border-radius: 25px;
    }

    /* Transparent Navbar */
    .navbar {
  background: rgba(255, 255, 255, 0);
  padding-top: 20px !important;
  transition: background-color 0.4s ease, color 0.4s ease;
}


    .navbar .nav-link {
      color: #000000ff;
      font-weight: 300;
    }


/* Fullscreen Dropdown (below navbar) */
.fullscreen-dropdown {
  position: fixed;
  top: -100%; /* hidden initially */
  left: 0;
  width: 100%;
  height: calc(100vh - 70px); /* full page minus navbar */
  background: rgba(255, 255, 255, 0.97);
  color: rgb(0, 0, 0);
  z-index: 1050; /* below navbar */
  transition: top 0.5s ease-in-out;
  overflow-y: auto;
  padding: 5% 10%;
  text-align: start;
}

/* When active, push down below navbar */
.fullscreen-dropdown.active {
  top: 65px !important; /* height of your navbar */
}


    .fullscreen-dropdown h2 {
      margin-bottom: 30px;
      font-size: 2rem;
    }

    .fullscreen-dropdown a {
      display: block;
      font-size: 1.3rem;
      margin: 15px 0;
      color: #000000ff;
      text-decoration: none;
      transition: color 0.3s;
    }

    .fullscreen-dropdown a:hover {
      color: #ffc107;
    }

    .close-dropdown {
      position: absolute;
      top: 20px;
      right: 40px;
      font-size: 2rem;
      cursor: pointer;
      color: #fff;
    }


  .divider {
    border-left: 1px solid #ddd;
  }

  .hover-effect {
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
  }
  .hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }
  .carousel-inner1
  {

  }

  /* From Uiverse.io by mrhyddenn */ 
button {
  background: #fff;
  border: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 120px;
  text-transform: uppercase;
  cursor: pointer;

}

span {
  display: inline-block;

}

button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

button:hover {
  color: #fff;
}

button:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

.underline
{
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  text-decoration-color: #ffffff;
  margin-right: 10px;
  font-weight: 200;
}
.whrlnk
{
  margin-top: 7%;
  display: flex;
  color: #ffffff !important;
}



.navbar.scrolled1 {
  background-color: rgba(0, 0, 0, 0.378); /* Slight white overlay */
  backdrop-filter: blur(10px); /* Apply blur */
  color: #ffffff !important;
}

.bg-tel{
  background: #ffffff13;
}

@media (max-width: 768px) {
.res-head
{
  font-size: 350% !important;
}
.telecom-section
{

  padding: 20px !important;
}

}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.counter-section {
  padding: 0px 20px;
  text-align: center;
  color: #fff;
}

.counter-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1300px;
  margin: 0 auto;
}

.counter-box {

  padding: 0px 40px;
  border-radius: 20px;
  width: 250px;
  transition: transform 0.3s ease;
}

.counter-box:hover {
  transform: translateY(-8px);
}

.counter {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.counter-box p {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}









.two-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0px 10%;
  padding-bottom: 0 !important;

  color: #fff;
}

.two-column .content {
  flex: 1;
}

.two-column .content h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #ffffff;
}

.two-column .content p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ddd;
}

.two-column .image {
  flex: 1;
  text-align: right;
}

.two-column .image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .two-column {
    flex-direction: column;
    text-align: center;
  }

  .two-column .image {
    text-align: center;
  }
}



.card-1 {
  width: 90%; /* increased width so cards appear closer */
  margin: 0 auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  transition: transform 0.3s ease;
}

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

/* Reduce gap between columns */
.row.g-1 {
  --bs-gutter-x: 0.5rem; /* horizontal gap smaller */
  --bs-gutter-y: 1rem;   /* vertical gap small */
}





/* Make the header full screen */
.video-header {
  position: relative;
  width: 100%;
  height: 100vh; /* full viewport height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* Video background */
.header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Dark overlay for better text contrast */
.video-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* adjust darkness here */
  z-index: 2;
}

/* Centered overlay text */
.overlay-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}

.overlay-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.overlay-content p {
  font-size: 1.25rem;
  color: #f1f1f1;
}

/* Responsive */
@media (max-width: 768px) {
  .overlay-content h1 {
    font-size: 2rem;
  }
  .overlay-content p {
    font-size: 1rem;
  }
}





.tmt-section {
  padding: 80px 0;
  color: #fff;
}

.tmt-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.tmt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.6);
}

.tmt-card h5 {
  color: #fff;
}

.tmt-section h2, .tmt-section h3 {
  color: #fff;
}

/* Make text readable and clean */
.tmt-section p {
  color: #ddd;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .tmt-section h2 {
    font-size: 1.8rem;
  }
  .tmt-card {
    text-align: center;
  }
}



.why-praptham {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 100px auto;
  text-align: center;
  color: white;
  margin-bottom: 200px;
}

.center-circle {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #ffffff2e, #ffffff2e);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Points wrapper */
.points {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 420px;
  height: 420px;
  transform: translate(-50%, -50%);
}

/* Point styles */
.point {
  position: absolute;
  width: 180px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.point span {
  display: block;
  font-size: 12px;
  opacity: 0.9;
  margin-top: 5px;
}

/* Correct positions around the center */
.points .point:nth-child(1) {
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.points .point:nth-child(2) {
  top: 20%;
  right: -180px;
  transform: translateY(-50%);
}

.points .point:nth-child(3) {
  bottom: 20%;
  right: -180px;
  transform: translateY(50%);
}

.points .point:nth-child(4) {
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.points .point:nth-child(5) {
  bottom: 20%;
  left: -180px;
  transform: translateY(50%);
}

.points .point:nth-child(6) {
  top: 20%;
  left: -180px;
  transform: translateY(-50%);
}


/* --- Mobile Layout Fix --- */
@media (max-width: 768px) {
  .points {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
  }

  .point {
    position: static;
    transform: none;
    width: 90%;
  }
}


















.why-circle-section {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 600px; /* ensures room for circle points */
  margin: 10px auto;
  margin-bottom: 101px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Central circle */
.main-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #ffffff2e, #ffffff2e);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: 600;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* Orbit container */
.circle-points {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 480px;
  transform: translate(-50%, -50%);
}

/* Individual boxes */
.circle-point {
  position: absolute;
  top: 40%;
  left: 30%;
  width: 155px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #fff;
  text-align: center;
  transform-origin: -240px center; /* radius of circle */
}

/* Text inside */
.circle-point span {
  display: block;
  font-size: 12px;
  opacity: 0.9;
  margin-top: 5px;
}

/* Evenly distribute 7 points (360° / 7 ≈ 51.4°) */
.circle-point:nth-child(1) { transform: rotate(0deg) translateX(240px) rotate(0deg); }
.circle-point:nth-child(2) { transform: rotate(51deg) translateX(240px) rotate(-51deg); }
.circle-point:nth-child(3) { transform: rotate(102deg) translateX(240px) rotate(-102deg); }
.circle-point:nth-child(4) { transform: rotate(153deg) translateX(240px) rotate(-153deg); }
.circle-point:nth-child(5) { transform: rotate(204deg) translateX(209px) translateY(-40px) rotate(-204deg); }/* exp */
.circle-point:nth-child(6) { transform: rotate(255deg) translateX(240px) rotate(-255deg); }
.circle-point:nth-child(7) { transform: rotate(306deg) translateX(240px) rotate(-306deg); }

/* Responsive stacking for mobile */
@media (max-width: 768px) {
  .why-circle-section {
    height: auto;
    flex-direction: column;
  }

  .circle-points {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
  }

  .circle-point {
    position: static;
    transform: none;
    width: 90%;
  }

  .main-circle {
    position: static;
    transform: none;
    margin-bottom: 30px;
  }
}



.growth-timeline {
  position: relative;

  color: #ffffff;
  padding: 80px 20px;
  font-family: "Poppins", sans-serif;
}

.timeline-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;

  margin-bottom: 80px;
  letter-spacing: 1px;
}

.timeline-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.timeline-container::after {
  content: "";
  position: absolute;
  width: 2px;
  background: rgba(255, 255, 255, 0.195);
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-block {
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.7s ease-out;
}

.timeline-block.active {
  opacity: 1;
  transform: translateY(0);
}

.timeline-block::before {
  content: attr(data-year);
  position: absolute;
  top: 10px;
  width: 80px;
  text-align: center;
  background: #f9fafc44;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 0;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.timeline-block.left {
  left: 0;
  text-align: left;
}

.timeline-block.left::before {
  right: -95px;
}

.timeline-block.right {
  left: 50%;
}

.timeline-block.right::before {
  left: -95px;
}

.timeline-block::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 14px;
  height: 14px;
  background: #f9fafc44;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 4px rgba(11, 31, 54, 0.15);
}

.timeline-block.left::after {
  right: -7px;
}

.timeline-block.right::after {
  left: -7px;
}
/* --- ANIMATION EFFECTS --- */

/* hide initially */
.timeline-block {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease-out;
}

/* show block */
.timeline-block.active {
  opacity: 1;
  transform: translateY(0);
}

/* line growing animation */
.timeline-container::after {
  height: 0;
  transition: height 1s ease-out 0.5s;
}
.timeline-container.line-visible::after {
  height: 100%;
}

/* year fade + slide */
.timeline-block::before {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.6s ease-out;
}

/* activate year first */
.timeline-block.active::before {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

/* dot pop-in */
.timeline-block::after {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s ease-out 0.6s;
}
.timeline-block.active::after {
  opacity: 1;
  transform: scale(1);
}

/* content animation (comes after year & dot) */
.timeline-block .content1 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out 1s;
}
.timeline-block.active .content1 {
  opacity: 1;
  transform: translateY(0);
}

/* subtle glow for visual pop */
.timeline-block.active::after {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}


.content1 {
  background: #f9fafc44;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.content1 h3 {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
}

.content1 p {
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .timeline-container::after {
    left: 20px;
  }

  .timeline-block {
    width: 100%;
    padding-left: 60px;
    padding-right: 25px;
    text-align: left;
  }

  .timeline-block.left,
  .timeline-block.right {
    left: 0;
  }
  .timeline-block::before {
    left: 0;
    right: auto;
  }

  .timeline-block::after {
    left: 7px;
  }
}

@media (max-width: 768px) {
  /* Timeline line stays to the left */
  .timeline-container::after {
    left: 25px;
  }

  /* Full width for all blocks */
  .timeline-block {
    width: 100%;
    padding: 20px 25px 20px 60px;
    text-align: left;
  }

  /* Align all blocks to one column */
  .timeline-block.left,
  .timeline-block.right {
    left: 0;
  }

  /* Year label above content — perfectly centered */
  .timeline-block::before {
    position: relative;
    display: block;
    left: 0 !important;
    right: 0 !important;
    top: auto;
    width: fit-content;
    margin: 0 auto 10px auto;
    background: #ffffff22;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  /* Reset dot position for mobile */
  .timeline-block::after {
    left: 15px;
    top: 10px;
  }

  /* Card styling adjustments */
  .content1 {
    background: #f9fafc33;
    padding: 18px;
    margin-top: 8px;
    border-radius: 10px;
  }

  .content1 h3 {
    font-size: 1rem;
  }

  .content1 p {
    font-size: 0.9rem;
  }
}



.person-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;

  color: #fff;
  text-align: center;
}




.person-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid rgba(255, 255, 255, 0.4);
}

.person-name {

  font-weight: 600;
  margin-bottom: 6px;
}

.person-role {

  color: #d1d1d1;
  margin-bottom: 12px;
}

.person-desc {
  max-width: 900px;
  color: #e8e8e8;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .person-section {
    padding: 50px 20px;
  }
  .person-card {
    width: 100%;
    max-width: 320px;
  }
}


.visn112 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0px 20px;

}

.visn112 h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;

  letter-spacing: 1px;
}

.visn112 p {
  max-width: 800px;
  line-height: 1.8;
  color: #e8e8e8;
}






.leadership-section {
  color: #fff;
  padding: 30px 20px;

}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;

  margin-bottom: 40px;
  color: #f2f2f2;
}

.leader-card {
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 40px;

  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, background 0.3s ease;
}

.leader-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.08);
}

.leader-photo {
  width: 180px;
  height: 230px;
  object-fit: cover;
  border-radius: 15px;
  margin-right: 30px;

}

.leader-info {
  flex: 1;
}

.leader-info h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.leader-info h5 {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 16px;
}

.leader-info h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 20px;
  color: #f6b93b;
}

.leader-info p {
  line-height: 1.7;
  font-size: 0.95rem;
  color: #e6e6e6;
}

@media (max-width: 768px) {
  .leader-card {
    flex-direction: column;
    text-align: center;
  }

  .leader-photo {
    margin: 0 0 20px 0;
  }
}



.career-banner {
  position: relative;
  background: url('your-image.jpg') no-repeat center center/cover;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

.career-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.1) 100%);
  display: flex;
  align-items: center;
}

.career-content {

  padding: 40px 20px;
  border-radius: 8px;
  max-width: 470px;
  margin-left: 100px;
  margin-top: 200px;
}

.career-content h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.btn-view {
  display: inline-block;
  background: #fff;
  color: #002f6c;
  padding: 12px 28px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-view:hover {
  background: #cba419;
  color: #fff;
}




.image-text-section {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 80px 10%;
  font-family: "Poppins", sans-serif;
}

.image-text-row {
  display: flex;
  align-items: center;
  gap: 50px;
}

.image-text-row.reverse {
  flex-direction: row-reverse;
}

.image-box img {
  width: 100%;
  max-width: 450px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.text-box {
  flex: 1;
}

.text-box h3 {
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 15px;
}

.text-box p {
  color: #333;
  line-height: 1.6;
  font-size: 1rem;
}

@media (max-width: 900px) {
  .image-text-row, .image-text-row.reverse {
    flex-direction: column;
    text-align: center;
  }

  .image-box img {
    max-width: 100%;
  }
}








.reason-to-work {

  padding: 10px 8%;

  color: #333;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffffff;
  margin-bottom: 60px;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.reason-item {
  padding: 40px 25px;
  transition: all 0.3s ease;
}

.icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;

}

.reason-item h4 {
  color: #ffffffff;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.reason-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

@media (max-width: 768px) {
  .reason-item {
    border-right: none;
  }
  .section-title {
    font-size: 2rem;
  }
}




  











.fullscreen-dropdown {
  display: flex;
  flex-direction: column;
  padding: 40px;
  height: 100vh;
}

.solutions-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px;
}

.solutions-links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.solutions-description {
  flex: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
  max-width: 600px;
}

/* Show description when hovering */
.hover-link:hover ~ .solutions-description {
  opacity: 1;
}




/* Two-column layout */
.industry-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  margin-top: 20px;
}

/* Left column: links */
.industry-links {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Right column: description */
.industry-description {
  flex: 1;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
  transition: opacity 0.3s ease;
  min-height: 100px;
}

/* Close button */
.close-dropdown {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 32px;
  cursor: pointer;
  color: #000;
}

/* Heading style */
.fullscreen-dropdown h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .industry-container {
    flex-direction: column;
    gap: 30px;
  }

  .industry-description {
    font-size: 16px;
  }
}




.image-text-row {
  display: flex;
  align-items: center; /* vertically center content */
  justify-content: center;
  gap: 40px; /* space between image and text */
  max-width: 1200px;

  padding: 40px 20px;
  box-sizing: border-box;
}

/* Image box */
.image-box {
  flex: 1;
  display: flex;
  justify-content: center;
}



/* Text box */
.text-box {
  flex: 1.2;
  text-align: justify; /* ensures perfect text alignment */
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
}

.text-box h3 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
}

.text-box p {
  font-size: 16px;
  margin: 0;
  text-align: justify;
}

/* Responsive layout for tablets and mobile */
@media (max-width: 992px) {
  .image-text-row {
    flex-direction: column;
    text-align: center;
  }

  .text-box {
    text-align: justify;
  }

  .image-box img {
    max-width: 100%;
  }
}








.testimonial-section {
  position: relative;

  background-size: cover;
  background-position: center;
  height: 70vh;
  color: white;
  font-family: "Satoshi-Regular", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay1 {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;

  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.testimonial-slider {
  position: relative;
  max-width: 700px;
  text-align: center;
  padding: 0 20px;
}

.testimonial {
  display: none;
  animation: fade 3s ease-in-out;
}

.testimonial.active {
  display: block;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.sub-heading {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ccc;
  margin-bottom: 10px;
  display: block;
}

.testimonial h2 {
  font-size: 48px;
  margin: 10px 0;
  font-weight: 700;
}

.testimonial p {
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
  color: #f0f0f0;
}

.controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.controls button {
  background: none;
  color: white;
  font-size: 24px;
  border: none;
  cursor: pointer;
}

.dots {
  display: flex;
  gap: 8px;
}

.dot {
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.dot.active {
  background-color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial h2 {
    font-size: 32px;
  }
  .testimonial p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .testimonial h2 {
    font-size: 26px;
  }
  .testimonial p {
    font-size: 15px;
  }
}

.testimonial-img {
  width: 150px;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
}


:root {
  --rotate: 0deg;
  --top: 0px;
  --left: 0px;
  --line-color: #00c6ff;
  --thickness: 4px;
  --length: 250px;
  --duration: 2.5s;
}









/* Absolute wrapper that can rotate */
.line-wrapper {
  position: absolute;
  top: var(--top);
  left: var(--left);
  width: var(--length);
  height: var(--thickness);
  transform: rotate(var(--rotate));
  transform-origin: left center;
  overflow: hidden;
}

/* The animated line */
.line {
  width: 100%;
  height: 90%;
  background: linear-gradient(90deg, var(--line-color), #ffffff);
  transform-origin: left center;
  animation: lineLoop var(--duration) linear infinite;
  border-radius: 50px;
}

/* Keyframes — draws, fades, resets */
@keyframes lineLoop {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  10% {
    transform: scaleX(0.1);
    opacity: 1;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
  90% {
    transform: scaleX(0.9);
    opacity: 0.8;
  }
  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}

/* Responsive thickness + length */
@media (max-width: 768px) {
  .line-wrapper {
    --length: 180px;
    --thickness: 3px;
  }
}

@media (max-width: 480px) {
  .line-wrapper {
    --length: 140px;
    --thickness: 2px;
  }
}


.service-text li
{
  font-weight: lighter;
  font-size: 15px;
}









.hr-section {

  padding: 0px 5%;
  font-family: "Poppins", sans-serif;
}

.hr-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}

.hr-image {
  text-align: center;
  margin-bottom: 40px;
}

.hr-image img {
  width: 50%;
  max-width: 400px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.hr-content h2 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.hr-content p {
  font-size: 17px;

  color: #ffffff;

}

.hr-points {
  margin-top: 20px;
}

.hr-point {

}

.hr-point h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
}

.hr-point p {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .hr-section {
    padding: 50px 6%;
  }

  .hr-image img {
    max-width: 100%;
  }

  .hr-content h2 {
    font-size: 24px;
  }

  .hr-point h3 {
    font-size: 18px;
  }

  .hr-content p,
  .hr-point p {
    font-size: 16px;
  }
}


.hover-preview {
  position: absolute;
  top: 40%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: 300px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.hover-preview img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  object-fit: cover;
  height: 100%;
  
}

.hover-preview p {
  color: #333;
  font-size: 0.9rem;
  
  padding: 5px 10px;
  border-radius: 6px;
}






.typing {
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    animation: typing 4s steps(30, end) forwards, blink 0.75s step-end infinite;
  }

  @keyframes typing {
    from { width: 0 }
    to { width: 20ch }
  }

  @keyframes blink {
    50% { border-color: transparent }
  }



  .fade-up {
      opacity: 0;
      transform: translateY(50px);
      transition: transform 0.4s ease, opacity 0.4s ease;
    }


    

    .left {

    }

    .top {

    }

    .right {

    }

    .left1 {
  transform: translateX(-80px);
  opacity: 0;
  transition: transform 1s ease;
}

.right1 {
  transform: translateX(80px);
  opacity: 0;
  transition: transform 1s ease;
}





.privacy-container {
  background-color: #ffffff21;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  line-height: 1.7;
}

.privacy-header {
  background-color: #003366;
  padding: 30px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
}

.privacy-section {
  margin-top: 40px;
}

.privacy-section h2 {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 15px;
}

.privacy-text {
  color: #ffffff;
}

.privacy-list {
  list-style-type: disc;
  padding-left: 25px;
  color: #ffffff;
}





.security-header {
  background-color: #002b5c;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  border-radius: 10px;
}

.security-container {
  max-width: 950px;
  background-color: #ffffff21;
  margin: 0 auto;
  padding: 50px 20px;
  line-height: 1.7;
  color: #333;
}

.security-section {
  margin-top: 40px;
}

.security-section h2 {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 15px;
}

.security-text {
  color: #ffffff;
}

.security-list {
  list-style-type: disc;
  color: #ffffff;
  padding-left: 25px;
}

@media (max-width: 768px) {
  .security-container {
    padding: 30px 15px;
  }
  .security-header h1 {
    font-size: 1.8rem;
  }
  .security-section h2 {
    font-size: 1.2rem;
  }
}
