html,
body {

  scroll-behavior: auto;
  height: auto;

}

/* Initially hide the industryDiv and set max-height for transition */
.industryDiv {
  margin-left: -120px;
  position: absolute;
  width: 500px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.9s ease;
  display: none;
}

.dropdown-item {
  flex: 1 1 25%;
  /* Each item takes up 25% of the row, fitting 4 items per row */
  padding: 8px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  /* Ensures padding does not affect width */
}

.dropdown-item:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #fff;
}

/* When hovering over the dropdown, make it visible */
.dropdown:hover .industryDiv {
  max-height: 400px;
  background-color: #28404D;
  opacity: 1;
  display: block;
  transition: max-height 0.5s ease;
}


/* Ensure navbar items are visible when not hovering */


.gradient-text {

  color: #058acc;
}

.dropdown-menu a:hover {
  background-color: #f1f1f1;
}

.SideImages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1;
}

.SideImages img {
  width: 100px;
  height: auto;
}

/* Apply a smooth transition for the hover effect on all images */
.animationDiv img,
.animationDiv3 img,
.image-container img {
  transition: transform 0.8s ease;
}

/* Shrink img1.svg from the right on hover of animationDiv */
.SideImages:hover .animationDiv .aniDiv1:nth-child(2) img {
  transform: scaleX(0.5);
  /* Shrink horizontally */
  transform-origin: left;
  /* Shrink from the right side */
}

/* Stretch img2.png from the left on hover of animationDiv */
.SideImages:hover .animationDiv .col-4:nth-child(3) img {
  transform: scaleX(1.5);
  /* Stretch horizontally */
  transform-origin: right;
  /* Stretch from the left side */
  object-fit: none;
}

/* Shrink img1.svg from the right on hover of animationDiv3 */
.SideImages:hover .animationDiv3 .aniDiv2:nth-child(2) img {
  transform: scaleX(1.5);
  transform-origin: left;
}

/* Stretch img2.png from the left on hover of animationDiv3 */
.SideImages:hover .animationDiv3 .col-4:nth-child(3) img {
  transform: scaleX(0.5);
  transform-origin: right;
}

/* Image container - positioning and hover effects */
.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  position: absolute;
  transition: all 0.5s ease;/
}

/* First image in the container, initial state */
.image-container img:first-child {
  right: 0;
  width: 30px;
  height: 30px;
}

/* Hover state for the first image */
.SideImages:hover .image-container img:first-child {
  margin-top: 40px;
  margin-right: 45px;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  transform: rotate(145deg);
  /* Rotate first image */
}

/* Hover state for the second image */
.SideImages:hover .image-container img:last-child {
  transform: rotate(45deg);
}





.career {
  background-color: #007bff;
  color: #ffffff !important;
}

.hire {
  background-color: #ffcc00;
  color: #000000 !important;
}

.parentDiv {
  display: flex;
  /* flex-wrap: wrap; */
  flex: 1;
  width: 100%;
}

.header {
  width: 56%;
  padding: 50px 14px;
  display: flex;
  flex-direction: column;

}

.header h1 {

  font-weight: 700;
  font-size: 45px;
  color: #0072A9;
}

.header h1 span {

  font-weight: 700;
  color: #000000;
}

.rating {
  padding: 15px 35px;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.stars {
  align-items: center;
}

.images img {
  border-radius: 10px;
}

.topHeading {
  margin-top: 20px;
}

.contactBtn {
 
  width: 154px;
  height: 42px;
  margin-top: 50px;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background-color: #058ACB;
  border-radius: 20px;
  text-decoration: none;
  padding: 5px 30px 5px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.contactBtn:hover {
  background-image: linear-gradient(90deg, #456EFF, #001251);
  border: 2.5px solid #C3FFC9;
  font-size:13px;
}

.contactIcon {
  transition: transform 0.3s ease;
  vertical-align: sub;
  width: 16px;

}

.contactBtn:hover span {
  transform: translateX(-10px);
}

.contactBtn:hover .contactIcon {
  transform: translateX(100px);
  content: url('/public/new/Images/greenContactBtn.svg');

}

.modernTactics {

  font-weight: 500;
}

.text-muted {
  color: #525252 !important;
}

.staffAugmented {
  text-align: center;

  font-weight: 500;
  font-size: 38px;
}

.service-item img {
  width: 100px;
  height: 100px;
}

.company-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  /* Adjust spacing as needed */
}

.company-logo {
  height: 50px;
  /* Adjust size as needed */
  width: auto;
}


.contactBtn:hover {
  color: #fff;
  text-decoration: none;
}

.hexaImgtop {
  position: absolute;
  right: 126px;
  margin-top: -20px;
  z-index: -1;
}

.hexaImgdown {
  position: absolute;
  left: 126px;
  margin-top: -160px;
  z-index: -1;
}

.Excellence {
  /* padding: 20px 70px; */
  border-radius: 44px;
  background-size: cover;
  padding: 3.691vw 0.675vw 3.691vw 0.675vw;
  background-image: url('/public/new/Images/home-img.png');
}

.subtitle {
  -webkit-background-clip: text;
  /* For Safari */
  background-clip: text;
  /* Standard */
  color: transparent;
  /* Make text transparent */
  background-image: linear-gradient(90deg, #FF0000 45%, #2B89D4 55%, #00A5FF 100%);
}

.sup_changable_content {
  padding: 0px 0.675vw 0.691vw 0.675vw;
  background-image: url('/public/new/Images/BG.png');
}

.service-item img {
  width: 100px;
  height: 100px;
}

.service-card {
  box-shadow: 0px 5.66px 14.15px 0px #00000021;
  border-radius: 35px !important;
  margin-top: 10px;
  height: 321px !important;
}

.hexaImgServiceCard {
  position: absolute;
  right: 350px;
  margin-top: 250px;
  z-index: -1;
}

.hexaImgServiceCard2 {
  position: absolute;
  left: 340px;
  margin-top: 450px;
  z-index: -1;
}

.service-card::-webkit-scrollbar {
  display: none;
}

.service-icon {
  text-align: start;

}

.logo-marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.company-logos {
  display: inline-flex;
  animation: scroll 20s linear infinite;
}

.company-logo {
  width: 150px;
  /* Adjust size as needed */
  margin: 0 20px;
  /* Spacing between logos */
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.companyText {

  color: #058acc;
}

.company-item {
  width: 180px;
  height: 100px;
}

.hexaImgMNC {
  position: absolute;
  right: 230px;
  margin-top: 50px;
  z-index: -1;
}

.hexaImgMNC2 {
  position: absolute;
  left: 220px;
  margin-top: 150px;
  z-index: -1;
}

.MNC-card {
  margin-top: 15px;
  border-radius: 23px !important;
box-shadow: 0px 1.66px 10.15px 0px #00000021;
  width: 100%;
  height: 350px !important;
}

.MNC-description {
  text-align: start;
}

.MNC-card::-webkit-scrollbar {
  display: none;
}

/* .MNC-card .service-icon,
.MNC-card h5.MNC-title{
  transition: transform 0.9s ease;
  text-align: start;
}


.MNC-card:hover .service-icon{
  transform: translateX(20px) scale(1.2);

}
.MNC-card:hover h5.MNC-title {
  transform: translate(20px, 5px) scale(1.0);
 
}

.MNC-card:hover p.MNC-description {
  transition: transform 0.9s ease;
  transform: translateY(20px) scale(1.0);
 
} */
/* Card Hover Effects */
/* Image Zoom */
/* Ensure card contents stay within bounds */
/* Image Zoom and Shift */


.dc_flex {
  width: 44%;
}

.zoom-img {
  transition: transform 0.3s ease;
  /* Smooth zoom and shift effect */
}

.MNC-card:hover .zoom-img {
  transform: scale(1.2) translateX(10px);
  /* Zoom and move right */
}

/* Text Zoom and Shift */
.zoom-text {
  display: inline-block;
  /* Ensure smooth scaling and shifting */
  transition: transform 0.3s ease;
  /* Smooth zoom and shift effect */
  text-align: start;
}

.MNC-card:hover .zoom-text {
  transform: scale(1.1) translateX(10px);
  /* Zoom and move right */
}

/* Card Styling to Contain Elements */
.MNC-card {
  overflow: hidden;
  /* Prevent overflow during zoom */
  position: relative;
  /* Necessary for clipping */
}


.timelineMainDiv {
  flex-direction: column;
}

.mapImage {
  width: 100%;
}

#myTab {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  border: none;
  justify-content: center;
  gap: 2.68vw;
  padding-bottom: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-tabs .nav-link.active {
 
  color: #058acc !important;
  border: 2px solid #BEBEBE !important;

  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
  border-radius: 28px;
  font-weight: 500 !important;
}

.nav-tabs .nav-link {
  background-color: transparent;
}

.nav-tabs-scrollable {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  /* Enables smooth scrolling for iOS */
}

.nav-tabs-scrollable .nav-item {
  display: inline-block;
  margin-right: 10px;
  /* Optional: Spacing between tabs */
}


@media (max-width: 768px) {
  #myTab {
    justify-content: flex-start !important;
    padding: 4px 0px;
    flex-wrap: nowrap;
  }
}

.timeline {
  position: relative;
  /* padding-left: 50px; */
}

.timeline-item {
  display: flex;
  align-items: center;
  position: relative;
}

.timeline-icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e6f0ff;
  /* Background for inactive state */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  /* Space between icon and text */
}

.timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 19px;
  /* Align line with icon center */
  top: 60px;
  bottom: -20px;
  border-left: 2px dotted #ccc;
  /* Light gray color for inactive lines */
  transition: border-color 0.3s ease;
  /* Smooth transition for line color */
}

/* Darken the line when the associated dot is active or visited */
.timeline-item.visited:not(:last-child)::after,
.timeline-item.active:not(:last-child)::after {
  border-left-color: #000;
  /* Dark blue color for active and passed lines */
}


.timeline-content {
  flex-grow: 1;
}

.timeline-item.active .timeline-icon {
  background-color: #DEE7F5;
  /* Active item background */
}

.timeline-item.active .timeline-icon i {
  color: #058ACB;
  /* Icon color when active */
  display: block;
  /* Show icon when active */
}


/* Default icon color */
.timeline-item .timeline-icon i {
  color: gray;
  /* Default color for inactive items */
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Active item styling */
.timeline-item.active .timeline-icon i {
  color: #007bff;
  /* Blue color for the active item */
  transform: scale(1.2);
  /* Slightly enlarge the icon */
}

/* Visited item styling */
.timeline-item.visited .timeline-icon i {
  color: #007bff;
  /* Retain blue color for visited items */
}

/* Optional: Styling for active menu item */
.timeline-item .menu-item {
  transition: color 0.3s ease;
}

.timeline-item.active .menu-item {
  color: #007bff;
  /* Blue color for active menu item */
  font-weight: bold;
}

.menu-item {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.menu-item.active {
  color: #007bff;
  /* Active item text color */
}

.realTime {
  background-image: linear-gradient(90deg, #058ACB, #FF007B);
  padding: 9px 18px;
  border: 2px solid #BEBEBE;
  border-radius: 40px;
  -webkit-background-clip: text;
  color: transparent;
  height: fit-content;
  font-size: 30px;
}


.Authheader {
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.Authheader h1 {
  font-size: 36px;
  font-weight: 500;
  margin: 0;
}

.Authheader p {
  text-align: start;
  max-width: 90%;
  /* Use a percentage-based max-width */
  font-size: 18px;
  color: #6c757d;
}

.stats {
  justify-content: start;
  display: flex;
  overflow: hidden;
  gap: 20px;
  margin-top: 20px;
}

.stat {

  width: 170px;
  height: 62px;
  background-color: #28404D;
  color: white;
  padding: 5px;
  border-radius: 18px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.stat:nth-child(2) {
  background-color: #058ACB;
}

.stat::after {
  content: '';
  position: absolute;
  top: -11px;
  right: 12px;
  width: 30px;
  height: 30px;
  background-color: rgba(37, 200, 173, 0.8);
  border-radius: 50%;
}

.stat::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 12px;
  width: 30px;
  height: 30px;
  background-color: rgba(37, 200, 173, 0.8);
  border-radius: 50%;
}

.stat2 {

  width: 170px;
  height: 62px;
  background-color: #28404D;
  color: white;
  padding: 5px;
  border-radius: 18px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.stat2:nth-child(2) {
  background-color: #058ACB;
}

.stat2::after {
  content: '';
  position: absolute;
  top: -11px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: rgba(164, 95, 255, 0.8);
  border-radius: 50%;
}

.stat2::before {
 content: '';
    position: absolute;
    bottom: -20px;
    left: 18px;
    width: 30px;
    height: 30px;
    background-color: rgba(164, 95, 255, 0.8);
    border-radius: 78%;
}

.authentication {

  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px;
}

.authentication h2 {
  font-size: 24px;
  font-weight: 500;
  color: #6c757d;
  margin: 0 0 10px 0;
}

.authentication .logos {
  display: flex;
  gap: 20px;
  margin: 10px 0;
}

.authentication .logos img {
  width: 100%;
  height: 30px;
}

.authentication p {
  font-size: 16px;
  color: #6c757d;
  margin: 10px 0;
  
}

.authentication .tools {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.authentication .tools i {
  font-size: 30px;
  color: #4caf50;
}

.authenticationDiv {
  margin-top: 30px;
  /* padding: 40px; */
  display: flex;
}

.card-container {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin: 0;
  padding: 0;
}

.card-container::-webkit-scrollbar {
  display: none;
}


/* Each card */
.Authcard {
  width: 100%;
  min-width: 100%;
  /* Full width of the container */
  flex-shrink: 0;
  /* Prevent cards from shrinking */
  scroll-snap-align: start;
  border: none !important;
  margin: 0;
  /* Remove margin */
  padding: 0;
  /* Remove padding */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.testimonial-wrapper {
  overflow: hidden;
  width: 100%;
}

.testimonial-container {
  display: flex;
  transition: transform 0.5s ease;
  overflow-x: auto;
  gap: 20px;
  scroll-behavior: smooth;
  /* Smooth scrolling */
  -webkit-overflow-scrolling: touch;
}

.testimonial-container::-webkit-scrollbar {
  display: none;
}

.testimonial {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-width: 200px;
  height:200px;
  max-width: 200px;
  flex-shrink: 0;
  overflow: hidden;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: white;
  text-align: center;
}

.testimonial img {
  width: 100%;
  height: 100%;
  display: block;
}

.overlay p {
  margin: 5px 0 0;
  font-size: 1em;
}

.overlay span {
  padding: 0px 15px;
  font-weight: bold;
  font-size: 0.7em;
  display: block;
  margin-top: 5px;
}

.testimonial-container2 {
  display: flex;
  transition: transform 0.5s ease;
  overflow-x: auto;
  gap: 200px;
  scroll-behavior: smooth;
  /* Smooth scrolling */
  -webkit-overflow-scrolling: touch;
}

.testimonial-container2::-webkit-scrollbar {
  display: none;
}

.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.navigation button {
  background-color: white;
  border: 2px solid #3498db;
  border-radius: 50%;
  color: #3498db;
  cursor: pointer;
  font-size: 1.5em;
  height: 40px;
  width: 40px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation button:hover {
  background-color: #3498db;
  color: white;
}

.navigation button:focus {
  outline: none;
}




.content {
  display: flex;
  background-color: white;
  overflow: hidden;
}

.image-section {
  flex: 1;
}

.image-section img {
  width: 100%;
  border-radius: 0px 20px 20px 0px;
  object-fit: cover;
}

.text-section {
  flex: 1;
  padding: 40px;
  justify-items: center;
}

.text-section h1 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}

.text-section p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.contentButton {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
}

.contentButton {
  border-radius: 20px;
  color: #fff;
  background-color: #058ACB;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.contentButton:hover {
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(90deg, #456EFF, #001251);

}

.contentButton span {
  transition: transform 0.3s ease;
}

.contentButton:hover span {
  transform: translateX(-10px);
  /* Shift text slightly to the left */
}

.contentButton::before {
  color: #fff;
  content: "•";
  position: absolute;
  left: 10px;
  transition: transform 0.4s ease;
}

.contentButton:hover::before {
  transform: translateX(140px);
}

.testimonial-container2 {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
}

.testimonial-card {
  position: relative;
  border-radius: 10px;

  text-align: center;
  min-width: 380px;
  height: 384px;
  max-width: 200px;
  flex-shrink: 0;
  overflow: hidden;
  justify-content: flex-start;
  /* Ensures the content starts from the top */
  padding: 25px;
}

.testimonial-card img {
  width: 100%;
  height: auto;
  display: block;
}


.text-end {
  text-align: end;
}




.DcmaProtect {
  margin: 0px 20px;
  width: 125px;
}

.marqueTxt {
  background-color: #1B99D4;
  color: #fff;
  margin-bottom: -8px;
  padding: 10px 0px;
}

/* Add background color when the navbar is toggled open */



.fixed-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

body::-webkit-scrollbar {
  display: none;
}

.fixed-icons a {
  display: block;
  width: 50px;
  height: 50px;
}

.fixed-icons img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.fixed-icons img:hover {
  transform: scale(1.1);
}

@media (max-width: 360px) {
  .header h1 {
    margin-top: 20px;

    font-weight: 500;
    font-size: 2rem;
    color: #0072A9;
  }

  .timelineMainDiv {
    flex-direction: column-reverse;
  }
}


@media (max-width: 520px) {
 

  .Authheader {
    margin-bottom: 0px;
  }

  .stat {
    overflow: hidden;
    margin: 10px auto;
  }

  .stat2 {
    overflow: hidden;
    margin: 10px auto;
  }

  .staffAugmented {
    text-align: center;

    font-weight: 400;
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .SideImages {
    display: none;
  }

  .px-4 {
    padding-left: 0;
    padding-right: 0;
  }

}

@media (max-width: 800px) {
  .SideImages {
    display: none;
  }

  .service-card {
    height: 350px !important;
  }

  .timelineMainDiv {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1000px) {

  /* Stack images below the header */
  .parentDiv {
    flex-direction: column;
  }

  .header {
    width: 100%;
   padding-bottom: 40px !important;
   padding: 0px;
  }

  /* Center align images and make them stack */
  .SideImages {
    align-items: center;
  }

  .SideImages .col-4 {
    width: 100px;
    /* Maintain fixed size */
    margin: 5px 0;
    /* Space between images */
  }

  .authenticationDiv {
  
    display: block;
  }

  .content {
    display: block;
  }

  .image-section img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
  }
}

@media (max-width: 1280px) {
  .timelineOutDiv {
    display: block;
  }

  .sidebar {
    width: 100%;
  }

  .tracking {
    width: 100%;
  }

  .mapImage {
    width: 100%;
  }
}