/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Inter, sans-serif;
  background-color: #ffffff;
  color: #000000;
}
html, body {
  transform: scale(1);
  transform-origin: top left;
}
.container {
  width: 90vw;            /* not 1200px */
  margin: 0 auto;
}
h2{
      font-size: 2.5rem;
}
p{
    font-size: 1rem;
    line-height: 1.6;
  /* padding-bottom: 20px; */
}
li {
    line-height: 1.6;
    /* padding-bottom: 10px; */
}
a {
  text-decoration: none;
  color: #000;
}
/* Top Bar */
.top-bar {
  background: #ffffff;
  padding: 20px 160px; /* Increased vertical margin */
  text-align: right;
}
.top-bar a {
  margin-left: 20px;
  font-size: 0.9rem;
  color: #000;
  text-decoration: none;
}
.top-bar a i {
  font-size: 1rem;
}

/* Divider */
.divider {
  border-bottom: 1px solid #e0e0e0;
}

/* Navbar */
.navbar {
  background-color: #ffffff;
  padding: 25px 89px;
  display: flex;
  justify-content: space-between; /* logo left + menu right */
  align-items: center;
  width: 100%;
}

/* Default logo */
.logo img {
  max-width: 200px;
  height: auto;
}

/* Mobile logo slightly bigger */
@media (max-width: 600px) {
  .logo img {
    max-width: 160px !important;
  }
}

@media (max-width: 400px) {
  .logo img {
    max-width: 140px !important;
  }
}

/* REMOVE big screen gap */



.menu-toggle {
  display: none;
  color: #000;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Nav Links */
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-links li {
  position: relative;
}
.nav-links a {
  color: #000;
  text-decoration: none;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 130px;
}

/* Remove dot/bullet for dropdown items */
.nav-links li,
.nav-links li ul {
  list-style: none;
}

/* Dropdown Icon */
.dropdown-icon {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

/* Dropdown Menu */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  display: none;
  min-width: 320px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  z-index: 999;
}
.dropdown-menu li a {
  color: #000;
  display: block;
  padding: 10px 15px;
}
.dropdown-menu {
    position: absolute;
    z-index: 999999;    /* highest */
}

/* Show dropdown on hover (desktop) */
.dropdown:hover .dropdown-menu {
  display: block;
}
@media (max-width: 7000px) {
 .slide {
min-width: 100%;
background-position: center !important;
background-size: cover !important;
}
 .career-hero {
min-width: 100%;
background-position: center !important;
background-size: cover !important;
}
.blog-hero{
  min-width: 100%;
background-position: center !important;
background-size: cover !important;
}}

@media (max-width: 991px) {

  /* Hide text */
  .data {
    display: none !important;
  }

  /* Make the line visible (bigger + horizontal) */
  .line {
        background: #ffffff !important; /* visible line */
    width: 10px !important;   /* bigger line */
    height: 3px !important;     /* thickness */
    padding: 0 !important;
    min-width: 10px !important;
    border: none !important;
    border-radius: 3px;
  }

  /* Active line */
  .line.active {
    background: #ffffff !important;
  }

  /* Keep lines horizontal */
  .line-nav {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    
  }
}

/* Responsive */
@media (max-width: 991px) {
  .menu-toggle {
    display: block;
  }
 .top-bar{
  padding: 10px;
  }
  img {
    max-width: 100% !important;
    height: auto;
}
.home-banner-info{
  padding: 10px !important;
}
  .navbar{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative !important;
    z-index: 1000 !important;

  }
  .nav-links {
    flex-direction: column;
    background-color: #ffffff;
    position: absolute;
    top: 65px;
    right: 0;
    width: 100%;
    display: none;
  }

  .nav-links.open {
    display: flex;
  }

  .dropdown-menu {
    position: static;
    background-color: #f9f9f9;
    box-shadow: none;
  }

  .dropdown-menu li a {
    color: #000;
  }

  .dropdown:hover .dropdown-menu {
    display: none;
  }

  .dropdown.open .dropdown-menu {
    display: block;
  }

  /* Align icon to right on mobile */
  .nav-links a {
    justify-content: space-between;
  }

  .dropdown.open > a .dropdown-icon {
    transform: rotate(180deg);
  }
  .data{
    display: none;
  }
  .line-nav {
    gap: 3px !important;
  }
  .line {
    width: 40px !important;
  }
  .carousel-controls{
    padding: 0px !important;

  }
  .hero-banner-under{
    padding: 10px !important;
  }
  section.case-study{
    padding: 10px !important;
  }
  .home-banner-info{
    width: 66% !important;
  }
  .home-banner-info h2 {
    font-size: 1rem !important;
}

  .arrow-btn{
    padding: 10px !important;
  }
  .three-column{
    padding: 10px !important;
  }
}
@media (max-width: 1356px) {
.line-nav {
  gap: 3px !important;
}

}
@media (min-width: 320px) and (max-width: 375px){

.great-place {
    height: 329vh !important;
 }
}
@media (min-width: 375px) and (max-width: 425px){

.great-place {
    height: 296vh !important;
 }
}
@media (min-width: 425px) and (max-width: 768px){

.great-place {
    height: 273vh !important
 }
}
@media (min-width: 768px) and (max-width: 1024px){

.great-place {
    height: 226vh !important
 }
}
@media (min-width: 1024px) and (max-width: 1440px){

.great-place {
    height: 190vh !important
 }
}
@media (min-width: 1440px) and (max-width: 1440px){

.great-place {
    height: 125vh !important
 }
}
@media (min-width: 992px) and (max-width: 1250px){
 .navbar {
    background-color: #ffffff;
    padding: 20px 51px;
    display: flex;
    gap: 0px;

}
.top-bar{
      padding: 20px 98px;
}
.career-head-top{
  padding: 10px 97px 10px 52px !important;
}
.nav-links a  {
     min-width: 96px;

}
}
@media (min-width: 1024px) and (max-width: 1272px){
  .line {
    width: 146px !important;
}

}
@media (min-width: 1440px) and (max-width: 1500px){
  .carousel-controls-values {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: 887px !important;
}

}
@media only screen and (max-width: 992px) and (min-width: 1356px){
.line {
  width: 170px !important;
}}
@media (min-width: 769px) and (max-width: 1140px){
  .latest-job-header {
    gap: 20rem !important;
}}
/* carousel   */
.carousel {
position: relative;
max-width: 100%;
/* margin: 40px auto; */
overflow: hidden;
}

.slides {
display: flex;
transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 650px;                 /* same height for all banners */
  background-size: contain;      /* full image visible always */
  background-position: center;   /* center the image */
  background-repeat: no-repeat;
  background-color: #000c1f;     /* same dark BG as your banner */
}



.home-banner-info {
  color: #fcfcfc;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  padding: 178px 0px 100px 79px;
  width: 50%;
  
}
.home-banner-info h2 {
  font-size: 2.6rem;
}
.home-banner-p{
  color: #1074BB;
}
.slide img {
width: 100%;
display: block;
}

.carousel-controls {
position: absolute;
bottom: 20px;
left: 20px;
display: flex;
flex-direction: column;
align-items: flex-start;
color: white;
font-family: Inter, sans-serif;
padding: 0px 0px 0px 62px;
}

.label {
font-size: 16px;
/* font-weight: bold; */
padding: 4px 8px;
border-radius: 4px;
margin-bottom: 12px;
}

.line-nav {
display: flex;
gap: 10px;
align-items: center;
justify-content: center;
}

/* Remove the white loading line */
.line {
  width: auto;
  height: auto;
  cursor: pointer;
  padding: 0; /* removes spacing */
}

/* Blue box style for the titles */
.line .data {
  border: #0871B6;        /* blue box */
  color: #fff;                /* white text */
  padding: 8px 12px;          /* inner spacing */
  border-radius: 0px;         /* rounded corners */
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
  transition: 0.3s ease;
  margin-top: 0 !important;   /* remove old offset */
}

/* Active (highlighted) slide title */
.line.active .data {
  color: #ffffff;        /* black text */
  border: 1px solid #0871B6;
}


#togglePlay {
background: #040B26;
color: white;
border-color: #fff;
padding: 6px 10px;
cursor: pointer;
font-size: 14px;
margin-top: -9px;
}
button#scrollBtn {
  background-color: #040B26;
  border: none;
  cursor: pointer;
}
.arrow-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* space between text and image */
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding: 15px 30px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #d4d4d4;
}
.arrow-btn:hover{
  color: #0871B6 !important;
}
.arrow-btn img {
  width: 25px;
  /* height: 16px; */
}
.arrow-btn-ace{
  padding: 20px 0 20px 0;
}

.row-container {
  display: flex;
  gap: 20px;
  padding: 30px 0 30px 0;
  align-items: center;
  justify-content: center;
}

.col-left {
  flex: 7;
  color: #fff;
}
.col-left-foot {
  flex: 4;
  color: #fff;
}

.col-right {
  flex: 1;
}
.col-right-foot {
  flex: 1;
}
.col-right a
 {
    color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none;
}
.hero-banner-under{
  background-color: #0871B6;
  padding: 0px 92px 0px 92px;
}
.logo-top-footer {
    width: 276px;
}
button#readMoreBtn {
  padding: 10px;
  border-radius: 5px;
  border-color: #fff;
}
button#readMoreBtn :hover{
  color: #0871B6;
}
@media (max-width: 768px) {
.col-left span{
  display: none;
}
  .col-right {
    /* text-align: center; */
    display: none;
  }
  .top-row-scr{
        top: 48px !important;
  }
  .slide {
    min-width: 100%;
    background-position: right !important;
    background-size: cover !important;
  }
  .carousel-controls.vp {
    top: 515px !important; 
  
}
}
.carousel-controls.vp {
  top: 684px;
left: 35px;}

@media (max-width: 991px) {
.slide {
  min-width: 100%;
  height: 73vh;
}
.layout-container
{
  padding: 20px !important;
  gap: 25px !important;
}
}
section.case-study {
    padding: 80px 92px 80px 92px;
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);   /* 2 columns */
  gap: 30px;                                /* space between cards */
  width: 100%;
  max-width: 100%;                           /* stretch full screen */
  margin: 0 auto;
}

/* Card Styling */
.card-data {
  position: relative;
  width: 100%;
  height: 350px;            /* SAME height for all cards */
  overflow: hidden;
  border-radius: 10px;
}

.card-data img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Intro Box */
.intro {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: rgba(16, 116, 187, 0.6);
  color: #fff;
  transition: 0.3s;
  height: 167px;
}

.card-data:hover .intro {
  height: 100%;
}

/* Mobile One Column */
@media (max-width: 768px) {
  .case-grid {
    grid-template-columns: 1fr;
  }

  .card-data {
    height: 250px;
  }
}



.text-h1 {
  border-bottom: 1px solid #fff;
  display: inline-flex;
  transform: translateY(0);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-transform: capitalize;
  font-size: 1.5rem;
}



.case-study h2 {
font-size: 2.5rem;
text-align: center;
}
  .case-p{
    text-align: center;
    padding: 20px;
  }
/* services */
.services{
  padding: 80px 92px 80px 92px;
  background-color: #040B26;
}
.services h2 {
  color: #fff;
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 2.5rem;

}
.services p {
  color: #fff;
  text-align: center;

}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .5s ease;
}

.item {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.item:hover .overlay {
bottom: 0;
height: 100%;
width: 100%;
}

.top-overlay {
  bottom: 100%;    
  height: 0;
}
.item:hover .top-overlay {
bottom: 0;
}
.bottom-overlay {
  top: 100%;
}

.item:hover .bottom-overlay {
top: 0;
}

.right-overlay {
  left: 100%;
  height: 100%;
}

.item:hover .right-overlay {
left : 0;
}

.left-overlay {
  right: 100%;
  height: 100%;
  left:auto;
}

.item:hover .left-overlay {
right : 0;
}
.fade-overlay {
  height: 100%;
  opacity: 0;
}

.item:hover .fade-overlay {
opacity: 1;
}
.title-overlay {
  height: auto;
  top: auto;
  opacity: 0;
}
.item:hover .title-overlay {
  opacity: 1;
  height: auto;
  padding: 50px 0;
}
.text {
  color: white;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.card-services{
background-color: #fff;
width: 343px;
    padding: 23px;
}
.service1{
  background: 
  url('image/ser-2.png') no-repeat center center,
  white;
}
.card-services h2 ,.card-services p{
  color: #000;
  /* padding: 20px 20px 20px 20px; */
  text-align: left;
}

.card-services-expand
{
  text-align: right;
  padding: 7px 0 0 0;

}
.card-services-expand img{
  width: 10px;
}
.services-ace {
  /* left: 10px; */
  margin-right: 22px;
}

/* 360-values */

.values-360-ace{
  background-color: #040B26;
  padding: 80px 92px 80px 92px;

}
.values-360-ace h2{
 color: #fff;
 text-align: center;
 font-size: 2.5rem;
 padding: 0 0 20px 0;
}
.values-360-ace p{
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  
}
.carousel-container {
  position: relative;
  /* max-width: 1219px; */
  margin: auto;
  overflow: hidden;
  padding-top: 50px;

}

.carousel-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
}

.slide-content {
  display: flex;
  flex-wrap: nowrap;
}

.slide-image {
  /* flex: 1 1 50% !important; */
}

.slide-image img {
  width: 76%;
  height: auto;
  display: block;
}

.slide-text {
  flex: 1 1 80%;
  padding: 89px 0 0 0px;
   background-color: #040B26;
}

.read-more-btn {
  display: inline-flex;
  margin-top: 10px;
  padding: 10px 10px  ;
  background-color: #ffffff;
  color: #007bff;
  text-decoration: none;
  border-radius: 5px;
}
img.cse-btn {
  margin-left: 10px !important;
}
.carousel-controls-values {
  display: inline-flex;
  justify-content: flex-end;  /* Align to the left */
  align-items: center;

  width: 68%;
}
@media (max-width: 768px) {
  .carousel-controls-values {
  display: inline-flex;
  justify-content: flex-start;  /* Align to the left */
}
.badge-card__text{
  padding: 10px !important;
}
}
@media (max-width: 1024px) {
  .carousel-controls-values {
  width: 90%;
}
}
img.img-360-d{
width: 47px;
}
.carousel-controls-values button,
.carousel-dots {
  display: inline-flex; /* Ensure they remain inline */
  align-items: center;
  font-size: 1rem;
}


.carousel-prev,
.carousel-next,
.carousel-toggle {
  border: none;
  cursor: pointer;
  background: #040B26;
  color: white;
  padding: 6px 10px;
  cursor: pointer;
}

.carousel-dots {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* margin:0px 10px 0 71px; */
}

.carousel-dots button {
  border: none;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-dots button.active {
  background-color: #007BFF;
}

a.read-more-btn img {
  width: 41px;
  /* font-size: 9px; */
  margin-left: 20px;
}



@media (max-width: 768px) {
  .slide-content {
    flex-direction: column;
  }
  .slide-image img{
    width: 100%;
  }
  .slide-image,
  .slide-text {
    flex: 1 1 100%;
  }
  .intro{
    width: 100%;
  }
 

  .case-study p{
    text-align: left;
  }
}


/* testimonial */
.carousel-container-testimonial{
  position: relative;
  /* max-width: 1200px; */
  margin: auto;
  overflow: hidden;
  padding-top: 30px;
}
.testimonial-ace{
  background-color: #bad8f9;
  padding: 50px 92px 50px 92px;
}
.testimonial-slider {
  position: relative;
  border-radius: 15px;
  padding: 40px 30px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

  background: 
    url('image/world.png') no-repeat center center,
    white;
  background-size: cover;
  background-blend-mode: multiply; /* or 'overlay', 'soft-light', try what looks best */
}

button.arrow.prev {
  width: 40px;
}
button.arrow.next {
  width: 40px;
}

.testimonial {
  display: none;
  flex-direction: column;
  position: relative;
  animation: fadeIn 0.6s ease-in-out;
}

.testimonial.active {
  display: flex;
}

.quote {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 55px;
}

.logo-testimonial {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 180px;
}

.testimonial-text {
  font-size: 1.3rem;
  color: #333;
  margin-top: 60px;
  text-align: left;
  line-height: 1.6;
  padding: 20px;
}

hr {
  margin: 20px auto;
  width: 100%;
  border-top: 1px solid #ccc;
}

.testimonial-subtext {
  text-align: center;
  font-size: 1rem;
  color: #777;
  margin-bottom: 20px;
}

.author-info {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 15px;
  padding: 0 0 0px 30px;
}

.author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.author-details h4 {
  margin: 0;
  font-size: 1rem;
  color: #000;
}

.author-details p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}

/* Arrows below testimonial */
.arrow-container {
  margin-top: 20px;
  text-align: left;
}

.arrow {
  color: #fff;
  font-size: 18px;
  padding: 10px 14px;
  margin: 0 10px;
  cursor: pointer;
  transition: background 0.3s ease;
  border: 1px solid #d4d4d4;

  
}
.testimonial-ace h2{
  color: #000;
  text-align: center;
  font-size: 2.5rem;
}

@media (max-width: 600px) {
  .testimonial-slider {
    padding: 30px 20px;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .author-img {
    width: 50px;
    height: 50px;
  }

  .logo, .quote {
    width: 35px;
  }

  .arrow {
    font-size: 16px;
    padding: 8px 10px;
  }
  button.arrow.prev {
    width: 11%;

} 
button.arrow.next {
  width: 11%;

}
.carousel-controls-values button, .carousel-dots{
  font-size: 15px;
}
}
.site-footer {
  background-color: #000;
  color: #fff;
  padding: 2rem;
  padding: 50px 92px 50px 92px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.footer-column h4 {
  margin-bottom: 0rem;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 0.5rem;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 1rem;
}

.footer-column ul li a:hover {
  color: #fff;
}

.footer-copy {
  text-align: center;
  margin-top: 2rem;
  border-top: 1px solid #444;
  padding-top: 1rem;
  font-size: 0.9rem !important;
  color: #aaa;
}
/* Social Icons */
.footer-column.social-icons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 1rem;
}

.footer-column.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid #ccc;
  border-radius: 50%;
  color: #ccc;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 1rem;
}

.footer-column.social-icons a:hover {
  border-color: #fff;
  color: #fff;
}
/* Responsive */
@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-column {
    width: 100%;
  }

  .footer-copy {
    text-align: left;
  }
  .site-footer{
    padding: 10px;
  }
  .row-container{
    flex-direction: column;
    align-items: center;
  }
  .services{
    padding: 10px;
  }
  .values-360-ace{
    padding: 10px;
  }
  .trends-section{
    padding: 10px !important;
  }
}

/* trends */
.trends-section {
  padding: 50px 92px 50px 92px;
  /* max-width: 1200px; */
  margin: auto;
}

.section-header {
  text-align: center;
  margin-bottom: 2rem;
}

.section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.section-header p {
  color: #666;
}

.trends-container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.carousel-wrapper {
  flex: 2;
  overflow: hidden;
  position: relative;
}

.carousel-lm {
  display: flex;
  gap: 1rem;
  transition: transform 0.5s ease;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; 
  -ms-overflow-style: none;  
}
.carousel::-webkit-scrollbar {
  display: none;  /* Chrome, Safari, Opera */
}
.card {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  flex: 0 0 calc(50% - 0.5rem);
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: 0.3s;
  overflow: hidden;
  scroll-snap-align: start;

}

.image-container {
  overflow: hidden;
  height: 200px;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card:hover img {
  transform: scale(1.1);
}

.card-content {
  padding: 1rem;
  background-color: #fff;
  transition: background 0.3s ease;
}

.card:hover .card-content {
  background-color: #eaf5ff;
}

.card-content h3 {
  margin: 0 0 0.5rem;
  margin: 0 0 0.5rem;
  padding: 20px 0 20px 0;
}

.card-content p {
  margin: 0;
  color: #555;
}

.know-more {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: bold;
  color: #007bff;
  cursor: pointer;
}

.know-more img {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
  width: 26px;
}


.card:hover .know-more img {
  transform: translateX(5px);
}

.carousel-nav {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
}

.nav-btn-t {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  background: #e8edf2;
  color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 45px;
}

.links-trend {
  margin-top: 1rem;
  display: flex;
  gap: 18rem;
  margin-left: 41%;
}

.links-trend a {
  color: #007bff;
  font-weight: bold;
  text-decoration: underline;}

.static-card {
  flex: 1;
}
.footer-top{
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #fff;
  background-color: #1074BB;
  color: #fff;
  cursor: pointer;
}
.footer-top img{
  width: 20px;
  margin-left: 10px;
}
.carousel-nav-career {
  margin-top: 1rem;
  display: flex
;
  justify-content: flex-start;
  gap: 0.5rem;
}
@media (min-width: 769px) and (max-width: 1023px)  {
.career-hero{
  height: 77vh;
}
.blog-hero{
  height: 77vh;
}
.carousel-controls.vp
 {
    top: 691px;
}
}
@media (min-width:1024px) and (max-width: 1439px)  {
.career-hero{
  height: 111vh  !important;

}
.blog-hero{
  height: 111vh  !important;

}
.career-hero-info{
  padding: 50px 50px 50px 50px !important;
}
.great-place-sec{
  padding: 50px 50px 50px 50px !important;
}
.career-hero-info-blog{
  padding: 50px 50px 50px 50px !important;
}
.carousel-controls.vp
 {
        top: 651px;
          left: -9px;
}
.top-row-scr {
padding: 10px 56px 10px 37px !important;
}
}
@media (max-width: 768px) {
  .trends-container {
    flex-direction: column;
  }

  .carousel {
    flex-direction: row;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }

  .card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .static-card {
    margin-top: 6rem;
    display: none;
  }

.testimonial-ace{
  padding: 10px;
}
.slide-text{
  padding: 0px;
}
  .links-trend {
 gap: 0px;
 margin-left: 0px;
 text-decoration: underline;
  }
  .control-nav1{
    display: block;
  }
  .control-nav2{
    display: none;
  }
  .card-services {
    background-color: #fff;
    width: 300px;
    padding: 23px;
}
.carousel-wrapper {
  flex: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.career-hero{
  padding: 10px!important;
  height: 77vh;
}
.career-hero-info{
  padding: 10px !important;
  min-width: 100%;
}
.great-place-sec{
  padding: 10px !important;
  min-width: 100%;
}
.career-hero-info-blog{
  padding: 10px !important;
  min-width: 100%;
}
/* .career-hero-info h2{
  font-size: 2.25rem !important;  
} */
.career-hero-p{
  color: #1074BB;

}
section.latest-job {
  padding: 10px !important;
  text-align: center;
}
.latest-job-header{
  display: block !important;
  gap: 0rem !important;
}
.great-place-sec{
  padding: 10px !important;
}
}
p.top-text {
  padding: 10px 0px 30px 0px;
}

/* career */
.career-hero{
  min-width: 100%;
  background-repeat: no-repeat;
  background-size: contain;       /* no cropping */
  background-position: right top; /* image positioned like screenshot */
  background-color: #000;
}
.career-hero-info{
  color: #fcfcfc;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 162px 92px 171px 90px;
  width: 50%;
}
.great-place-sec{
  color: #fcfcfc;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 80px 94px 0px 94px;
  width: 50%;
}
.career-hero-p{
  color: #1074BB;

}
.career-hero-info h2 {
  font-size: 2.6rem;
}
.great-place-sec h2 {
  font-size: 2.6rem;
}
/* .great-place-sec{
  padding: 80px 94px 0px 94px !important;
} */
/* latest */
section.latest-job {
  padding: 15px 150px 15px 150px;
}
.latest-job h2 {
  font-size: 1.5rem;
  }
  .latest-job-header {
    display: flex;
    align-items: center;
    gap: 30rem;
}
.layout-wrapper {
  width: 87%;
  margin: auto;
  padding-top: 20px;
}

.top-row,
.bottom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0 30px 0;
}

.top-box,
.bottom-box {
  flex: 1 1 calc(33.333% - 13.33px);
  padding: 20px;
  background-color: #f9f9f9;
}

.top-box {
  border-top: 3px solid #007bff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
h3.top-title {
  font-size: 1rem;
  padding: 20px 0 20px 0;
}


/* Responsive */
@media (max-width: 768px) {
  .top-box,
  .bottom-box {
    flex: 1 1 100%;
  }
  .gain{
    padding: 10px !important;
  }
  .three-column{
flex-wrap: wrap
  }
}

/* gain */
.gain{
  padding: 80px 73px 80px 69px;
  background-color: #f8f8f8;
}
.gain p{
  text-align: center;
}
.gain h2{
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 1.5rem;
}
.row-three-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}

.column-box {
  flex: 1 1 calc(33.33% - 20px);
  box-sizing: border-box;
  background: #fff;
  padding: 16px;
  text-align: center;
}

.column-box img {
  max-width: 100%;
  height: 111px;
  object-fit: cover;
  margin-bottom: 12px;
  border-radius: 6px;
  /* Optional rounded corners */
}


.column-box h3 {
  font-size: 1.5rem;
    margin-bottom: 8px;
}

.column-box p {
  font-size: 1rem;  color: #444;
}
.career-head-top {
    background-color: #041641;
    padding: 10px 121px 10px 86px;
   display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 9999;     /* FORCE on top */
    overflow: visible; /* if dropdown is inside */
}

.career-head-top-btn{
font-size: 16px;
background-color: #041641;
color: #fff !important;
border: 1px solid #fff;
padding: 5px;
}
.career-head-top-btn img{
  width: 20px;
  margin-left: 20px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .career-head-top {
        flex-direction: column; /* stack left + right */
        justify-content: space-between;
        align-items: flex-start; 
        padding: 10px 15px;      /* smaller padding on mobile */
        z-index: 10;
    }

}

/* Responsive for tablet */
@media (max-width: 992px) {
  .column-box {
    flex: 1 1 calc(50% - 20px);
  }
  .career-head-top{
    padding: 10px 20px 10px 20px;
  }
  .top-row-scr{
    padding: 5px !important;
    display: block !important;
    text-align: center;

  }
}

/* Responsive for mobile */
@media (max-width: 600px) {
  .column-box {
    flex: 1 1 100%;
  }
}
.custom-card1, .custom-card2, .custom-card3, .custom-card4, .custom-card5, .custom-card6,
 .custom-card7, .custom-card8, .custom-card9, .custom-card10, .custom-card11, .custom-card12,
 .custom-card13, .custom-card14, .custom-card15, .custom-card16, .custom-card17, .custom-card18,
 .custom-card19, .custom-card20, .custom-card21, .custom-card22, .custom-card23{
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out, background-image 0.3s ease-in-out;
    overflow: hidden;
    text-align: left;
    width: 100%;  /* <-- Reduced from 244% (adjust as needed) */
    max-width: 344px; /* Optional: controls max size */
}

 .custom-card6 .custom-card__image,.custom-card1 .custom-card__image,.custom-card2 .custom-card__image,.custom-card3 
 .custom-card__image,.custom-card4 .custom-card__image,.custom-card5 .custom-card__image,.custom-card7 .custom-card__image,
.custom-card8 .custom-card__image,.custom-card9 .custom-card__image,.custom-card10 .custom-card__image,
.custom-card11 .custom-card__image,.custom-card12 .custom-card__image,.custom-card13 .custom-card__image,.custom-card14 .custom-card__image,
.custom-card15 .custom-card__image,.custom-card17 .custom-card__image,.custom-card18 .custom-card__image,
.custom-card19 .custom-card__image,.custom-card20 .custom-card__image,.custom-card21 .custom-card__image,
.custom-card22 .custom-card__image,
.custom-card23 .custom-card__image
{
  visibility: hidden;
}
/* .custom-card1:hover .custom-card__p3{
  visibility: hidden;
  
} */
.custom-card1 .custom-card__p3{
  padding: 0px 20px 10px 20px;

}
.custom-card2 .custom-card__p3{
  padding: 0px 20px 10px 20px;

}
.custom-card__p3 li{
  padding-bottom: 10px !important;
}

.custom-card__image-container img, 
.custom-card__image-container-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;   /* fills card with no distortion */
    display: block;      /* removes image whitespace gap */
}

.custom-card__image-container,
.custom-card__image-container-1 {
    width: 100%;           /* full card width */
    height: 150px;         /* fixed height */
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    margin-top: 0;         /* REMOVE the gap */
    padding: 0;            /* ensure no padding */
}


.custom-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills area */
  object-position: center; /* centers image */
  display: block;
}

/* .custom-card1:hover .custom-card__title{
  visibility: visible !important;
} */
.custom-card2 {
  background-image: url('image/Trust-&-Safety-Moderation.png');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.custom-card3 {
  background-image: url('image/Data-Collection-&-Crowdsourcing.png');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.custom-card4 {
  background-image: url('image/Software-&-Cybersecurity.png');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.custom-card5 {
  background-image: url('image/AI-&-Machine-Learning.png');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;

}
.custom-card6 {
  background-image: url('image/Marketing-&-Media-Services.png');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;

}
.custom-card1 {
  position: relative;
  background-image: url('image/Global-Mapping-Solutions.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.custom-card7 {
  background-image: url('image/Global-Mapping/Comprehensive-Solutions.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card8 {
  background-image: url('image/Global-Mapping/Cost-Effective-Operations.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card9 {
  background-image: url('image/Global-Mapping/Dedicated-Support.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card10 {
  background-image: url('image/Global-Mapping/Enhanced-Efficiency.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card11 {
  background-image: url('image/Trust-&-Safety-Images/Enterprise-Security-&-Compliance.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card12 {
  background-image: url('image/Trust-&-Safety-Images/Global-Scale-with-Local-Expertise.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card13 {
  background-image: url('image/Trust-&-Safety-Images/Measurable-Business-Outcomes.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card14 {
  background-image: url('image/Trust-&-Safety-Images/Technology-Leadership.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card15 {
  background-image: url('image/Data-Collection-Images/Comprehensive-Crowdsourcing.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card16 {
  background-image: url('image/Data-Collection-Images/Precision-Data-Collection.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card17 {
  background-image: url('image/Data-Collection-Images/Seamless-System-Integration.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card18 {
  background-image: url('image/Software-&-Cybersecurity-Images/Proactive\ Threat\ Mitigation.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card19 {
  background-image: url('image/Software-&-Cybersecurity-Images/Seamless\ Integration.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card20 {
  background-image: url('image/Software-&-Cybersecurity-Images/Tailored\ Security\ Solutions.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card21 {
  background-image: url('image/Marketing&Media-Images/Expertise.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card22 {
  background-image: url('image/Marketing&Media-Images/Proven\ Track\ Record.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-card23 {
  background-image: url('image/Marketing&Media-Images/Customized\ Solutions.jpg');
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.custom-card__title-1{
  padding: 10px 0px;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .custom-card1, .custom-card2, .custom-card3, .custom-card4, .custom-card5, .custom-card6, .custom-card7, .custom-card8,
.custom-card9, .custom-card10, .custom-card11, .custom-card12, .custom-card13, .custom-card14, .custom-card15, .custom-card16,
.custom-card17, .custom-card18, .custom-card19, .custom-card20, .custom-card21, .custom-card22, .custom-card23 {
  background-size: cover;}

}
/* 🔹 Overlay only in normal state */
.custom-card1::before, .custom-card2::before, .custom-card3::before, .custom-card4::before, .custom-card5::before, 
.custom-card6::before, .custom-card7::before, .custom-card8::before, 
.custom-card9::before, .custom-card10::before, .custom-card11::before, .custom-card12::before,
.custom-card13::before, .custom-card14::before, .custom-card15::before, .custom-card16::before, 
.custom-card17::before, .custom-card18::before, .custom-card19::before, .custom-card20::before, 
.custom-card21::before, .custom-card22::before, .custom-card23::before  {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* overlay color */
  z-index: 0;
  transition: opacity 0.3s ease;
}

/* ensure content is above overlay */
.custom-card1 > *, .custom-card2 > *, .custom-card3 > *, .custom-card4 > *, .custom-card5 > *,
.custom-card6 > *, .custom-card7 > *, .custom-card8 > *, .custom-card9 > *, .custom-card10 > *,
.custom-card11 > *, .custom-card12 > *, .custom-card13 > *, .custom-card14 > *, .custom-card15 > *,
.custom-card16 > *, .custom-card17 > *, .custom-card18 > *, .custom-card19 > *, .custom-card20 > *,
.custom-card21 > *, .custom-card22 > *, .custom-card23 > *
 {
  position: relative;
  z-index: 1;
}

/* 🔹 Hover effect: scale + remove overlay */
.custom-card1:hover, .custom-card2:hover, .custom-card3:hover, .custom-card4:hover, .custom-card5:hover,
.custom-card6:hover, .custom-card7:hover, .custom-card8:hover, .custom-card9:hover, .custom-card10:hover,
.custom-card11:hover, .custom-card12:hover, .custom-card13:hover, .custom-card14:hover, .custom-card15:hover,
.custom-card16:hover, .custom-card17:hover, .custom-card18:hover, .custom-card19:hover, .custom-card20:hover,
.custom-card21:hover, .custom-card22:hover, .custom-card23:hover 
 {
  transform: scale(1.05);
}

.custom-card1:hover::before, .custom-card2:hover::before, .custom-card3:hover::before, .custom-card4:hover::before, .custom-card5:hover::before,
.custom-card6:hover::before, .custom-card7:hover::before, .custom-card8:hover::before, .custom-card9:hover::before, .custom-card10:hover::before,
.custom-card11:hover::before, .custom-card12:hover::before, .custom-card13:hover::before, .custom-card14:hover::before, .custom-card15:hover::before,
.custom-card16:hover::before, .custom-card17:hover::before, .custom-card18:hover::before, .custom-card19:hover::before, .custom-card20:hover::before,
.custom-card21:hover::before, .custom-card22:hover::before, .custom-card23:hover::before 
 {
  opacity: 0; /* overlay fades out */
}

.custom-card1:hover, .custom-card2:hover, .custom-card3:hover, .custom-card4:hover, .custom-card5:hover,
.custom-card6:hover, .custom-card7:hover, .custom-card8:hover, .custom-card9:hover, .custom-card10:hover,
.custom-card11:hover, .custom-card12:hover, .custom-card13:hover, .custom-card14:hover, .custom-card15:hover,
.custom-card16:hover, .custom-card17:hover, .custom-card18:hover, .custom-card19:hover, .custom-card20:hover,
.custom-card21:hover, .custom-card22:hover, .custom-card23:hover
 {
  transform: scale(1.05);
  background-image: none;
  background-size: cover;
  background-position: center;
  color: white;
}
.custom-card6 .custom-card__title,.custom-card1 .custom-card__title,.custom-card2 .custom-card__title,.custom-card3 .custom-card__title,
.custom-card4 .custom-card__title,.custom-card5 .custom-card__title,.custom-card7 .custom-card__title, .custom-card8 .custom-card__title, .custom-card9 .custom-card__title, .custom-card10 .custom-card__title, .custom-card11 .custom-card__title,
.custom-card12 .custom-card__title, .custom-card13 .custom-card__title, .custom-card14 .custom-card__title, .custom-card15 .custom-card__title, .custom-card16 .custom-card__title,
.custom-card17 .custom-card__title, .custom-card18 .custom-card__title, .custom-card19 .custom-card__title, .custom-card20 .custom-card__title, .custom-card21 .custom-card__title,
.custom-card22 .custom-card__title, .custom-card23 .custom-card__title 
 {
  color: #ffffff;
  padding: 20px 20px 10px 20px;
}
.custom-card1 .custom-card__label, .custom-card2 .custom-card__label, .custom-card3 .custom-card__label, .custom-card4 .custom-card__label, .custom-card5 .custom-card__label,
.custom-card6 .custom-card__label, .custom-card7 .custom-card__label, .custom-card8 .custom-card__label, .custom-card9 .custom-card__label, .custom-card10 .custom-card__label,
.custom-card11 .custom-card__label, .custom-card12 .custom-card__label, .custom-card13 .custom-card__label, .custom-card14 .custom-card__label, .custom-card15 .custom-card__label,
.custom-card16 .custom-card__label, .custom-card17 .custom-card__label, .custom-card18 .custom-card__label, .custom-card19 .custom-card__label, .custom-card20 .custom-card__label,
.custom-card21 .custom-card__label, .custom-card22 .custom-card__label, .custom-card23 .custom-card__label
{
  color: #007bff;
  padding: 20px 20px 10px 20px;
  font-size: 1.3rem;
  font-weight: 600;
}

.custom-card6:hover .custom-card__title,.custom-card5:hover .custom-card__title,.custom-card4:hover .custom-card__title,
.custom-card3:hover .custom-card__title,.custom-card2:hover .custom-card__title,.custom-card1:hover .custom-card__title,
.custom-card7:hover .custom-card__title, .custom-card8:hover .custom-card__title, .custom-card9:hover .custom-card__title, .custom-card10:hover .custom-card__title, .custom-card11:hover .custom-card__title,
.custom-card12:hover .custom-card__title, .custom-card13:hover .custom-card__title, .custom-card14:hover .custom-card__title, .custom-card15:hover .custom-card__title, .custom-card16:hover .custom-card__title,
.custom-card17:hover .custom-card__title, .custom-card18:hover .custom-card__title, .custom-card19:hover .custom-card__title, .custom-card20:hover .custom-card__title, .custom-card21:hover .custom-card__title,
.custom-card22:hover .custom-card__title, .custom-card23:hover .custom-card__title
{
  color: #000000;
  padding: 20px 20px 10px 20px;

}
.custom-card6:hover .custom-card__label,.custom-card5:hover .custom-card__label,.custom-card1:hover .custom-card__label,
.custom-card2:hover .custom-card__label,.custom-card3:hover .custom-card__label,.custom-card4:hover .custom-card__label,
.custom-card7:hover .custom-card__label, .custom-card8:hover .custom-card__label, .custom-card9:hover .custom-card__label, .custom-card10:hover .custom-card__label, .custom-card11:hover .custom-card__label,
.custom-card12:hover .custom-card__label, .custom-card13:hover .custom-card__label, .custom-card14:hover .custom-card__label, .custom-card15:hover .custom-card__label, .custom-card16:hover .custom-card__label,
.custom-card17:hover .custom-card__label, .custom-card18:hover .custom-card__label, .custom-card19:hover .custom-card__label, .custom-card20:hover .custom-card__label, .custom-card21:hover .custom-card__label,
.custom-card22:hover .custom-card__label, .custom-card23:hover .custom-card__label 
{
color:#007bff ;  }

.custom-card6 .custom-card__p3,.custom-card2 .custom-card__p3,.custom-card3 .custom-card__p3,.custom-card4 .custom-card__p3,
.custom-card5 .custom-card__p3,.custom-card1 .custom-card__p3,.custom-card7 .custom-card__p3, .custom-card8 .custom-card__p3, .custom-card9 .custom-card__p3, .custom-card10 .custom-card__p3, .custom-card11 .custom-card__p3,
.custom-card12 .custom-card__p3, .custom-card13 .custom-card__p3, .custom-card14 .custom-card__p3, .custom-card15 .custom-card__p3, .custom-card16 .custom-card__p3,
.custom-card17 .custom-card__p3, .custom-card18 .custom-card__p3, .custom-card19 .custom-card__p3, .custom-card20 .custom-card__p3, .custom-card21 .custom-card__p3,
.custom-card22 .custom-card__p3, .custom-card23 .custom-card__p3
{
  visibility: hidden;
  color: #000;
}
.custom-card6:hover .custom-card__p3,.custom-card1:hover .custom-card__p3,.custom-card2:hover .custom-card__p3,.custom-card3:hover .custom-card__p3,
.custom-card4:hover .custom-card__p3,.custom-card5:hover .custom-card__p3,
.custom-card7:hover .custom-card__p3, .custom-card8:hover .custom-card__p3, .custom-card9:hover .custom-card__p3, .custom-card10:hover .custom-card__p3, .custom-card11:hover .custom-card__p3,
.custom-card12:hover .custom-card__p3, .custom-card13:hover .custom-card__p3, .custom-card14:hover .custom-card__p3, .custom-card15:hover .custom-card__p3, .custom-card16:hover .custom-card__p3,
.custom-card17:hover .custom-card__p3, .custom-card18:hover .custom-card__p3, .custom-card19:hover .custom-card__p3, .custom-card20:hover .custom-card__p3, .custom-card21:hover .custom-card__p3,
.custom-card22:hover .custom-card__p3, .custom-card23:hover .custom-card__p3 
{
  visibility: visible ;
  color: #000;
}
.custom-card1 .custom-card__p3, .custom-card2 .custom-card__p3, .custom-card3 .custom-card__p3, .custom-card4 .custom-card__p3, .custom-card5 .custom-card__p3,
.custom-card6 .custom-card__p3, .custom-card7 .custom-card__p3, .custom-card8 .custom-card__p3, .custom-card9 .custom-card__p3, .custom-card10 .custom-card__p3,
.custom-card11 .custom-card__p3, .custom-card12 .custom-card__p3, .custom-card13 .custom-card__p3, .custom-card14 .custom-card__p3, .custom-card15 .custom-card__p3,
.custom-card16 .custom-card__p3, .custom-card17 .custom-card__p3, .custom-card18 .custom-card__p3, .custom-card19 .custom-card__p3, .custom-card20 .custom-card__p3,
.custom-card21 .custom-card__p3, .custom-card22 .custom-card__p3, .custom-card23 .custom-card__p3 
 {
  position: relative;
  left: -100%;
  opacity: 0;
  transition: left 0.4s ease, opacity 0.6s ease;
  z-index: 2;
  padding: 0px 20px 10px 20px;
  line-height: 1.6;
}

.custom-card1:hover .custom-card__p3, .custom-card2:hover .custom-card__p3, .custom-card3:hover .custom-card__p3, .custom-card4:hover .custom-card__p3, .custom-card5:hover .custom-card__p3,
.custom-card6:hover .custom-card__p3, .custom-card7:hover .custom-card__p3, .custom-card8:hover .custom-card__p3, .custom-card9:hover .custom-card__p3, .custom-card10:hover .custom-card__p3,
.custom-card11:hover .custom-card__p3, .custom-card12:hover .custom-card__p3, .custom-card13:hover .custom-card__p3, .custom-card14:hover .custom-card__p3, .custom-card15:hover .custom-card__p3,
.custom-card16:hover .custom-card__p3, .custom-card17:hover .custom-card__p3, .custom-card18:hover .custom-card__p3, .custom-card19:hover .custom-card__p3, .custom-card20:hover .custom-card__p3,
.custom-card21:hover .custom-card__p3, .custom-card22:hover .custom-card__p3, .custom-card23:hover .custom-card__p3
 {
  left: 0;
  opacity: 1;
}

.custom-card1 .custom-card__expand, .custom-card2 .custom-card__expand, .custom-card3 .custom-card__expand, .custom-card4 .custom-card__expand, .custom-card5 .custom-card__expand,
.custom-card6 .custom-card__expand, .custom-card7 .custom-card__expand, .custom-card8 .custom-card__expand, .custom-card9 .custom-card__expand, .custom-card10 .custom-card__expand,
.custom-card11 .custom-card__expand, .custom-card12 .custom-card__expand, .custom-card13 .custom-card__expand, .custom-card14 .custom-card__expand, .custom-card15 .custom-card__expand,
.custom-card16 .custom-card__expand, .custom-card17 .custom-card__expand, .custom-card18 .custom-card__expand, .custom-card19 .custom-card__expand, .custom-card20 .custom-card__expand,
.custom-card21 .custom-card__expand, .custom-card22 .custom-card__expand, .custom-card23 .custom-card__expand 
 {
  position: absolute;
  bottom: 15px;
  right: 15px;                      /* Anchored to the right */
  opacity: 0;
  transform: translateX(100%);      /* Start off-screen to the right */
  transition: transform 0.4s ease, opacity 0.6s ease;
  z-index: 2;
}

.custom-card1:hover .custom-card__expand, .custom-card2:hover .custom-card__expand, .custom-card3:hover .custom-card__expand, .custom-card4:hover .custom-card__expand, .custom-card5:hover .custom-card__expand,
.custom-card6:hover .custom-card__expand, .custom-card7:hover .custom-card__expand, .custom-card8:hover .custom-card__expand, .custom-card9:hover .custom-card__expand, .custom-card10:hover .custom-card__expand,
.custom-card11:hover .custom-card__expand, .custom-card12:hover .custom-card__expand, .custom-card13:hover .custom-card__expand, .custom-card14:hover .custom-card__expand, .custom-card15:hover .custom-card__expand,
.custom-card16:hover .custom-card__expand, .custom-card17:hover .custom-card__expand, .custom-card18:hover .custom-card__expand, .custom-card19:hover .custom-card__expand, .custom-card20:hover .custom-card__expand,
.custom-card21:hover .custom-card__expand, .custom-card22:hover .custom-card__expand, .custom-card23:hover .custom-card__expand 
 {
  transform: translateX(0);         /* Slide into position */
  opacity: 1;
}

.custom-card2:hover .custom-card__image{
  visibility: hidden;
}

.custom-card__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.custom-card__image-container {
  margin-top: 15px;
}

.custom-card__image {
  width: 100%;
  object-fit: cover;  /* 🔥 This is the magic */
  display: block;
  transition: opacity 0.3s ease;
}

.custom-card__expand {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #000;
  padding: 8px 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.custom-card1 .custom-card__expand, .custom-card2 .custom-card__expand, .custom-card3 .custom-card__expand, .custom-card4 .custom-card__expand, .custom-card5 .custom-card__expand,
.custom-card6 .custom-card__expand, .custom-card7 .custom-card__expand, .custom-card8 .custom-card__expand, .custom-card9 .custom-card__expand, .custom-card10 .custom-card__expand,
.custom-card11 .custom-card__expand, .custom-card12 .custom-card__expand, .custom-card13 .custom-card__expand, .custom-card14 .custom-card__expand, .custom-card15 .custom-card__expand,
.custom-card16 .custom-card__expand, .custom-card17 .custom-card__expand, .custom-card18 .custom-card__expand, .custom-card19 .custom-card__expand, .custom-card20 .custom-card__expand,
.custom-card21 .custom-card__expand, .custom-card22 .custom-card__expand, .custom-card23 .custom-card__expand 
{
  visibility: hidden;
}
.custom-card1:hover .custom-card__expand, .custom-card2:hover .custom-card__expand, .custom-card3:hover .custom-card__expand, .custom-card4:hover .custom-card__expand, .custom-card5:hover .custom-card__expand,
.custom-card6:hover .custom-card__expand, .custom-card7:hover .custom-card__expand, .custom-card8:hover .custom-card__expand, .custom-card9:hover .custom-card__expand, .custom-card10:hover .custom-card__expand,
.custom-card11:hover .custom-card__expand, .custom-card12:hover .custom-card__expand, .custom-card13:hover .custom-card__expand, .custom-card14:hover .custom-card__expand, .custom-card15:hover .custom-card__expand,
.custom-card16:hover .custom-card__expand, .custom-card17:hover .custom-card__expand, .custom-card18:hover .custom-card__expand, .custom-card19:hover .custom-card__expand, .custom-card20:hover .custom-card__expand,
.custom-card21:hover .custom-card__expand, .custom-card22:hover .custom-card__expand, .custom-card23:hover .custom-card__expand
{

  visibility: visible;
}
.three-column{
  display: flex;
  padding: 49px;
  gap: 50px;
  background-color: #040B26;
justify-content: center;}
.link-item {
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.3s;
  color: #ffffff;                 /* normal text color */
  background: transparent;     /* normal background */
  border-radius: 6px;
}

.link-item.active {
  background: #041641;         /* highlight background */
  color: #fff !important;      /* white text */
  font-weight: 600;
}
.top-row-scr {
  display: flex;
  justify-content: space-around;
  background-color: #0871B6;
  color: white;
  padding: 10px 72px 10px 24px;
  position: sticky;
  top: 67px;
  z-index: 1000;
}
.serv-head-title{
  padding: 10px 0px 0px 0px;
  font-size: 1rem;
  font-weight: 500;
}
.link-item {
  cursor: pointer;
  font-weight: bold;
  transition: color 0.3s;
}
.overview-sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 80px 94px;
  gap: 2rem;
  align-items: center;
}

.overview-text,
.overview-image {
  flex: 1;
  /* min-width: 300px; */
}

.overview-text h2 {
  margin-top: 0;
  padding: 20px 0px 0px 0px;
}

.overview-text h4 {
  font-size: 1.2rem;
  color: #333;
  padding: 20px 0px;
}

.overview-text p {
  font-size: 1rem;
  line-height: 1.6;
}

/* --- Stats grid --- */
.overview-stats {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 1.5rem;
  list-style: none;
  padding: 100px 0px 50px 0px;
  text-align: center;
}

.overview-stats li {
  border: 1px solid #d9d9d9;   /* light border */
  padding: 25px 20px;          /* spacing inside box */
  border-radius: 10px;         /* rounded corners */
  transition: 0.3s ease;
}

/* Optional: subtle hover effect */
.overview-stats li:hover {
  border-color: #444;          /* darker border on hover */
  transform: translateY(-4px); /* slight lift */
}


.overview-stats .number {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 0px 20px 0px;
}

.overview-stats .label {
  display: block;
  font-size: 1rem;
  color: #ffffff;
  margin-top: 5px;
  padding: 0px;
  line-height: 1.5;
}

/* --- Responsive layout --- */
@media (max-width: 768px) {
  .overview-sec {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
 .overview-bottom{
  padding: 20px !important;
 }
  .overview-stats {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px 0px 0px 0px;

  }

  .overview-stats li {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .overview-stats {
    grid-template-columns: 1fr;
  }
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.indus-three {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.indus-three > div {
  flex: 0 0 calc((100% - 70px) / 4); /* 3 full cards, 2 gaps of 20px */
  max-width: calc((100% - 70px) / 4);
  box-sizing: border-box;
}

.slider-controls .slider-arrow {
  border: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 6px 10px;
    cursor: pointer;
}
.two-column-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.layout-container{
  padding: 80px 94px 80px 94px;
  background: #BAEBFF;
}
.left-column {
  flex: 0 0 40%;
  padding: 20px;
    display: flex;
  flex-direction: column;
  justify-content: center; /* vertical center */
}

.right-column {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
}

.grid-item {
  /* background-color: #f5f5f5; */
  padding: 15px;
  border-radius: 8px;
  text-align: left;
}

.icon {
  font-size: 24px;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .two-column-layout {
    flex-direction: column;
  }

  .left-column,
  .right-column {
    flex: 100%;
  }

  .right-column {
    grid-template-columns: 1fr;
  }
}
/* Hide all dropdowns by default */
.dropdown-menu,
.submenu {
  display: none;
}

/* Show on desktop hover */
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .has-submenu:hover > .submenu {
    display: block;
    left: 100%;
    top: 0;
    position: absolute;
    background: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 999;
    width: 330px;
  }
}

/* Mobile: show dropdown when open */
@media (max-width: 991px) {
  .dropdown.open > .dropdown-menu {
    display: block;
  }

  .has-submenu.open > .submenu {
    display: block;
  }

  .dropdown-icon,
  .nav-icon {
    transition: transform 0.3s ease;
  }

  .dropdown.open > a .dropdown-icon,
  .has-submenu.open > a .nav-icon {
    transform: rotate(180deg);
  }
}
.why-choose-inner{
  text-align: center;
}
.why-choose-inner-ic{
  display: flex;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .why-choose-inner-ic {
  display: inline;
  }
}
.benefits-inners-ic{
  text-align: center;
}
.benefits-inners-ico{
    display: flex;
  margin-top: 25px;
  
}
.benefits-inners-ic h3{
  color: #fff;
}
.benefits-inners-ico h3,
.benefits-inners-ico p {
  color: #fff;
}
.benefits-inners-ico img {
  /* Add relevant styles for images */
  filter: brightness(0) invert(1); /* example to make image white */
}

@media (max-width: 768px) {
  .benefits-inners-ico {
  display: inline;
  }
}
.Capabilities{
  background-color: #fff;
}
/* Basic section styling */
.services-tabs {
  padding: 80px 94px;
  background-color: #ffffff;
  font-family: Inter, sans-serif;
  text-align: center;
}

/* Title */
.services-tabs .switch-panel h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 25px;
}
.services-tabs .switch-panel p {
  margin-bottom: 25px;
}

/* Grid layout */
.box-grid-industries {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px; /* space between columns and rows */
  justify-items: center; /* center boxes horizontally */
  align-items: stretch; /* ensures equal height */
}

/* Box items */
.box-item {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  box-sizing: border-box;
  text-align: left;
}
.box-item li {
    padding-bottom: 10px;
    list-style: none;
}
/* Icon */
.box-item img {
  width: 50px;
  margin: 0 auto 15px auto;
}

/* Box title */
.box-item h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

/* Description text */
.box-item p {
    font-size: 1rem;
    line-height: 1.6;
  text-align: justify;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .services-tabs .switch-panel h2 {
    font-size: 24px;
  }

  .box-grid-industries {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .box-item {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .services-tabs {
    padding: 30px 15px;
  }

  .services-tabs .switch-panel h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .box-item h3 {
    font-size: 18px;
  }

  .box-item p {
    font-size: 14px;
  }
  .career-hero-info h2{
    font-size: 1.6rem !important;
  }
   .career-hero-info-blog h2{
    font-size: 1.6rem !important;
  }
}
/* Section wrapper */
.whychooseus {
  padding: 80px 94px 80px 94px;
  background-color: #ffffff;
  font-family: Inter, sans-serif;
  box-sizing: border-box;
}

/* Layout container */
.dual-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  /* max-width: 1200px; */
  margin: 0 auto;
  flex-wrap: wrap; /* allows wrapping on smaller screens */
}

/* Left image column */
.left-image-part {
  flex: 1;
  /* min-width: 320px; */
  text-align: center;
}

.left-image-part img {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 10px;
}

/* Right content column */
.right-content-part {
  flex: 1;
  /* min-width: 320px; */
}

.right-content-part h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 40px;
}

/* Box container - holds two icon blocks per row */
.bottom-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 25px;
}

/* Each icon + text block */
.icon-block {
  flex: 1;
  min-width: 260px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 15px 20px;
  box-sizing: border-box;
}

/* Icon image */
.icon-block img {
  width: 45px;
  height: auto;
  flex-shrink: 0;
}

/* Text content */
.text-box h4 {
  font-size: 18px;
  color: #111827;
  margin: 0 0 8px 0;
}

.text-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* Responsive adjustments */
@media (min-width: 375px) and (max-width: 1024px){
  .dual-layout {
    flex-direction: column;
    text-align: center;
  }

  .right-content-part {
    margin-top: 30px;
  }

  .bottom-boxes {
    justify-content: center;
  }

  .icon-block {
    max-width: 500px;
  }
}

@media (max-width: 600px) {
  .whychooseus {
    padding: 40px 15px;
  }

  .right-content-part h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .icon-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .icon-block img {
    margin-bottom: 10px;
  }

  .text-box h4 {
    font-size: 17px;
  }

  .text-box p {
    font-size: 14px;
  }
}
/* CTA Section */
.hero-banner-under.serv-cta {
  /* background: linear-gradient(135deg, #f8fafc, #eef2f7); */
  padding: 60px 20px;
  text-align: center;
  font-family: Inter, sans-serif;
  color: #ffffff;
  box-sizing: border-box;
}

/* Heading */
.hero-banner-under.serv-cta h3.service-cta {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* Paragraphs */
.hero-banner-under.serv-cta p.service-cta {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto 15px auto;
}

/* Bold text */
.hero-banner-under.serv-cta p.service-cta b {
  color: #ffffff;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .hero-banner-under.serv-cta {
    padding: 50px 15px;
  }

  .hero-banner-under.serv-cta h3.service-cta {
    font-size: 24px;
  }

  .hero-banner-under.serv-cta p.service-cta {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .hero-banner-under.serv-cta {
    padding: 40px 12px;
  }

  .hero-banner-under.serv-cta h3.service-cta {
    font-size: 20px;
  }

  .hero-banner-under.serv-cta p.service-cta {
    font-size: 14px;
  }
}
.overview-bottom h2
{
text-align: center;
font-size: 2.5rem;
padding: 0px 0px 10px 0px;
color: #fff;
}
.overview-bottom{
  padding: 80px 94px;
  background-color: #041641;
}
.overview-bottom-p{
  text-align: center;
  color: #fff;
}
.info-block {
  padding: 80px 94px;
  background: #f9f9f9;
}

.info-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.info-text {
  font-size: 18px;
  margin-bottom: 30px;
}

.toggle-list {
  width: 100%;
}

.toggle-box {
  border-bottom: 1px solid #ddd;
}

.toggle-head {
  width: 100%;
  color: #fff;
  background: #041641;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
}

.toggle-head:hover {
  background: #041641;
}

.toggle-arrow {
  transition: transform 0.3s ease;
}

.toggle-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease;
  background: #ffffff;
      font-size: 1rem;
    line-height: 1.6;
}

.toggle-body.open {
  padding: 15px 20px;
   max-height: 124px !important;
}

.rotate-arrow {
  transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 768px) {
  .info-block {
    padding: 50px 30px;
  }
  .info-title {
    font-size: 26px;
  }
  .toggle-head {
    font-size: 16px;
  }
}
.info-section {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 40px;
  padding: 80px 94px;
}

.info-left {
  flex: 1;
}

.info-right {
  flex: 1;
}

.info-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.info-desc {
  font-size: 1rem;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .info-section {
    flex-direction: column;
    padding: 20px;
  }
  .ser-h3{
  font-size: 1.5rem !important;
}
}
.ser-h3{
  padding: 20px 0px;
  font-size: 2.3rem;
}
.ser-h3-p{
    padding: 20px 0px;
  font-size: 1.5rem;
}
.career-hero-info-blog{
  
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 100px 92px 100px 90px;
    width: 50%;
}
.blog-hero {
  position: relative;
}

.blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* overlay color */
  color: #fff;
}
  /* LEFT SIDE BLOG CONTENT */
  .main-blog {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  }

  .main-blog img {
    width: 100%;
    border-radius: 10px;
  }

  .main-blog h1 {
    margin-top: 20px;
    font-size: 30px;
  }

  .main-blog p {
    margin-top: 12px;
    line-height: 1.7;
    font-size: 16px;
    color: #444;
  }

  /* RIGHT SIDE - LATEST POSTS */
  .sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  }

  .sidebar h2 {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
  }

  .latest-post {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    align-items: center;
  }

  .latest-post img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
  }

  .latest-post-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
  }
  .blog-main {
    width: 94%;
    padding: 100px 92px 100px 90px;
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 40px;
  }
  @media (max-width: 900px) {
    .blog-main {
      grid-template-columns: 1fr;
      padding: 10px;
      width: 100%;
    }
  }
  .related-posts {
  background: #f8f9fc;
  padding: 60px 0;
  font-family: "Inter", sans-serif;
}

.rp-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.rp-title {
  font-size: 32px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 32px;
}

.rp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.rp-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* Image */
.rp-img {
  position: relative;
}

.rp-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* Category Tag */
.rp-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #007bff;
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 500;
}

/* Content */
.rp-content {
  padding: 22px;
}

.rp-content h3 {
  font-size: 18px;
  line-height: 1.4;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.rp-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 16px;
}

.rp-link {
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
}

.rp-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
  .rp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rp-grid {
    grid-template-columns: 1fr;
  }

  .rp-title {
    font-size: 26px;
  }
}
/* Hide extra cards */
.rp-hidden {
  display: none;
}

/* Button */
.rp-btn-wrap {
  text-align: center;
  margin-top: 48px;
}

#seeMoreBtn {
  background: transparent;
  border: 2px solid #2649d0;
  color: #2649d0;
  padding: 14px 40px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

#seeMoreBtn:hover {
  background: #2649d0;
  color: #fff;
}
/* Hide collapsible cards */
.rp-hidden {
  display: none;
}

/* Button styling */
.rp-btn-wrap {
  text-align: center;
  margin-top: 48px;
}

#toggleBtn {
display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #d4d4d4;
}

#toggleBtn:hover {
display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #d4d4d4;
}
/* Desktop / Tablet */
.career-hero-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
      width: 100%;

}
.great-place-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
      width: 100%;

}
.contact-hero{
  height: 120vh;
}
.great-place{
  height: 92vh;
}
.career-hero-layout .career-hero-left {
  flex: 1;
}
.great-place-sec .career-hero-left {
  flex: 1;
}
.career-hero-layout .career-hero-right {
  flex: 1;
  max-width: 420px;
}
.great-place-sec .career-hero-right {
  flex: 1;
  max-width: 420px;
}
/* Mobile Responsive */
@media (max-width: 767px) {
  .career-hero-layout {
    flex-direction: column;
    text-align: center;
  }
 .great-place-sec {
    flex-direction: column;
    text-align: center;
  }

  .career-hero-layout .career-hero-left,
  .career-hero-layout .career-hero-right {
    width: 100%;
    max-width: 100%;
  }
  .great-place-sec .career-hero-left,
  .great-place-sec .career-hero-right {
    width: 100%;
    max-width: 100%;
  }
  .career-hero-layout .career-hero-right {
    margin-top: 30px;
  }
    .great-place-sec .career-hero-right {
    margin-top: 30px;
  }
}
/* Form Card */
.career-form-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

/* Title */
.career-form-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

/* Labels */
.career-form-card label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #000;
}

.career-form-card label span {
  color: red;
}

/* Inputs */
.career-form-card input,
.career-form-card textarea {
  width: 100%;
  background: #eaf4ff;
  border: 1px solid #9cc9ff;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 15px;
  font-size: 14px;
  outline: none;
}

.career-form-card textarea {
  resize: none;
  height: 90px;
}

/* reCAPTCHA */
.recaptcha-box {
  margin: 15px 0;
}

/* Button */
.career-form-card button {
  width: 100%;
  background: #1f4ed8;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

.career-form-card button:hover {
  background: #153cb7;
}

/* Privacy text */
.career-form-policy {
  font-size: 12px;
  margin-top: 12px;
  color: #555;
  text-align: center;
}

.career-form-policy a {
  color: #1f4ed8;
  text-decoration: none;
}

/* Mobile */
@media (max-width: 767px) {
  .career-form-card {
    padding: 20px;
  }

  .career-form-title {
    font-size: 18px;
    text-align: center;
  }
  .geo-tabs-wrapper{
    padding: 10px !important;
  }
}
.geo-tabs-wrapper {
  width: 100%;
  padding:80px 94px; 
}

/* HEADER */
.geo-tabs-header {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

/* TAB ITEM */
.geo-tab-item {
  flex: 1;
  background: #1e5bff;
  border: 1px solid #1e5bff;
  border-bottom: 6px solid #1e5bff;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

/* FIRST & LAST TAB RADIUS ONLY */
.geo-tab-item:first-child {
  border-radius: 14px 0 0 14px;
}
.geo-tab-item:last-child {
  border-radius: 0 14px 14px 0;
}

/* IMAGE */
.geo-tab-item img {
  width: 22px;
  height: 22px;
}

/* TEXT */
.geo-tab-item span {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

/* ACTIVE TAB */
.geo-tab-item.active {
  background: #ffffff;
}

.geo-tab-item.active span {
  color: #000;
}

/* ACTIVE BOTTOM BORDER INSIDE TAB */


/* CONTENT */
/* .geo-tabs-content {
  border: 1px solid #e1e6f2;
  border-radius: 14px;
  padding: 20px;
  background: #fff;
} */

.geo-panel {
  display: none;
}

.geo-panel.active {
  display: block;
}
@media (max-width: 768px) {
  .geo-tabs-header {
    flex-direction: column;
    gap: 10px;
  }

  .geo-tab-item {
    justify-content: flex-start;
    border-radius: 12px !important;
  }

  .geo-tab-item img {
    width: 20px;
    height: 20px;
  }

  .geo-tab-item span {
    font-size: 14px;
  }
}
.seq-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px 95px;
  padding: 40px 0px 0px 0px;
}

/* ITEM */
.seq-item {
  display: flex;
  gap: 18px;
  padding: 24px;
  /* border: 1px solid #e3e7f2;
  border-radius: 16px;
  background: #fff;
  transition: all 0.3s ease; */
}

/* .seq-item:hover {
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transform: translateY(-3px);
} */

/* ICON */
.seq-icon {
  min-width: 52px;
  height: 52px;
  border-radius: 14px;
 
  display: flex;
  align-items: center;
  justify-content: center;
}

.seq-icon img {
  width: 38px;              /* increase icon size */
  height: 38px;
    border-radius: 50%;

}

/* CONTENT */
.seq-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111;
}

/* .seq-text {
  font-size: 14.5px;
  color: #555;
  line-height: 1.6;
} */
@media (max-width: 768px) {
  .seq-columns {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 10px;
  }

  .seq-item {
    padding: 20px;
  }
}
.feature-layout {
  display: flex;
  gap: 50px;
  margin: auto;
  padding: 0px 94px;
  align-items: center;
  background-color: #040B26;
}

/* LEFT IMAGE */
.feature-visual {
  flex: 1;
}

.feature-visual img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

/* RIGHT CONTENT */
.feature-rotator {
  flex: 1;
  position: relative;
}

.feature-item {
  display: none;
}

.feature-item.active-item {
  display: block;
  animation: textMove 0.6s ease;
}

@keyframes textMove {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* TEXT */
.feature-title {
  font-size: 32px;
  margin-bottom: 16px;
  color: #111;
}

.feature-desc {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
  color: #444;
}

/* BUTTON */
.feature-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid #1e5bff;
  border-bottom: 4px solid #1e5bff;
  color: #1e5bff;
  text-decoration: none;
  border-radius: 6px;
}

/* NAV ARROWS */
.feature-nav {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

.nav-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.nav-btn img {
  width: 42px;
}
@media (max-width: 768px) {
  .feature-layout {
    flex-direction: column;
    padding: 10px;
  }

  .feature-title {
    font-size: 24px;
  }

  .feature-nav {
    justify-content: center;
  }
}
h2.feature-title,p.feature-desc
 {
    text-align: left;
}/* ===== FLEX LAYOUT ===== */
.glance__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* Each main column */
.glance__stats,
.glance__image-col,
.glance__copy {
  flex: 1;
  min-width: 280px;
}

/* ===== STATS SECTION ===== */
.glance__stats {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.glance__stat {
  display: flex;
  flex-direction: column;
}

.glance__number {
  font-size: 61px;
  font-weight: 700;
  color: #007bff;
}

.glance__label {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
}

/* ===== IMAGE COLUMN ===== */
/* Image Column */
.glance__image-col {
  display: flex;
  justify-content: center;
  align-items: center;
      margin-right: 200px;
}

.glance__image {
  width: 100%;
  max-width: 400px;
  height: 376px;
  border-radius: 10px;
  object-fit: cover;
}

/* ===== COPY SECTION ===== */
.glance__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.glance__title {
  font-size: 32px;
  font-weight: 700;
}

.glance__desc {
  color: #555;
  line-height: 1.7;
}

/* ===== BUTTON ===== */
.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn--primary {
  background: #007bff;
  color: #fff;
  /* width: 160px; */
}

.btn--primary:hover {
  background: #007bff;
}
section.glance
 {
    padding: 80px 94px;
}
/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
  .glance__inner {
    flex-direction: column;
    text-align: center;
  }

  .glance__stats {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
.glance__image{
  height: auto;
}
.glance__image-col
 {
  margin-right: 0px;
 } .glance__stat {
    align-items: center;
  }
  section.glance
 {
    padding: 30px;
}

}

/* Mobile */
@media (max-width: 576px) {
  .glance__stats {
    flex-direction: column;
  }

  .glance__number {
    font-size: 34px;
  }

  .glance__title {
    font-size: 26px;
  }
  section.glance
 {
    padding: 10px !important;
}
  section.genesis
 {
    padding: 10px !important;
}
section.timeline{
  padding: 10px;
}
section.genesis-Commitment
 {
    padding: 10px !important;
}
}
.genesis {
background-color: #040B26;
padding: 80px 94px 150px 94px;
}

.genesis h2{
    color: #fff;
    font-size: 2.5rem;
}
.genesis__inner {
  display: grid;
  grid-template-columns: 1fr;
  /* max-width: 800px; */
}

.genesis__title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--color-bg);
  margin-bottom: var(--space-8);
  letter-spacing: -0.02em;
}
.genesis__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;  /* controls space between all children */
}
.genesis__copy p {
    font-size: 1rem;
    line-height: 1.7;
    color: #fff;
}
.genesis__copy p:last-child {
  margin-bottom: 0;
}
/* Section wrapper */
.highlight-card-section {
  padding: 80px 0;
  display: flex;
  justify-content: center;
  background: #ffffff; /* optional light background */
}

/* Card box */
.highlight-card {
  width: 100%;
  max-width: 1200px;
  background: #ffffff;
  padding: 40px;
  box-shadow: 10px 8px 10px 2px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.3s ease;
      margin-top: -192px;
}

/* Optional hover effect */
.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Title */
.highlight-card__title {
  text-align: left;
  font-size: 1.5rem;
}

/* Text */
.highlight-card__text {
  line-height: 1.7;
  text-align: left;
}
.cd-1 {
    margin-bottom: 70px;
}
/* Responsive */
@media (max-width: 850px) {
  .highlight-card {
    margin: 0 20px;
    padding: 30px;
  }
  .highlight-card-section{
        padding: 10px 0;
  }
}* ═══════════════════════════════════════════
   TIMELINE
═══════════════════════════════════════════ */
section.timeline {
    padding: 0px 94px 80px 94px;
}
.timeline {
    padding: 0px 94px 80px 94px;
  overflow: hidden;
}

.timeline__track {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.timeline__track::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background:     #041641;
}

.timeline__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 100px;
}

.timeline__item--left .timeline__content {
  text-align: right;
  padding: 30px;
  grid-column: 1;
}

.timeline__item--left .timeline__node {
  grid-column: 2;
  justify-self: start;
  padding-left: 0;
  margin-left: -7px;
}

.timeline__item--right {
  grid-template-columns: 1fr 1fr;
}

.timeline__item--right .timeline__node {
  grid-column: 1;
  justify-self: end;
  margin-right: -7px;
}

.timeline__item--right .timeline__content {
  grid-column: 2;
  padding: 30px;
}

.timeline__node {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #007bff;
  box-shadow: 0 0 16px #007bff;
  border: 3px solid var(--color-bg);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.timeline__content {
  padding-block: var(--space-6);
}

.timeline__year {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: var(--space-2);
  letter-spacing: -0.01em;
}

.timeline__desc {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.6;
}
.genesis-Commitment{
  background-color: #040B26;
padding: 80px 94px ;
}
.genesis-Commitment h2{
    color: #fff;
    padding: 0 0 20px 0;
    font-size: 2.5rem;
}
section.genesis-Commitment h3
 {
    color: #007bff;
}
section.hero-banner-under h2
 {
    font-size: 1.7rem;
}
.badge-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
  border-radius: var(--radius-lg);
  padding: 6px;
  margin: 30px 0px;
  box-shadow: var(--shadow-md);
}
.career-hero.contact-hero.great-place {
  background-color: #fff;
}
h2.great{
  color: #000;
}
/* GPTW Badge */
.gptw-badge {
  background: var(--color-gptw-badge-bg);
  color: var(--color-white);
  border-radius: var(--radius-sm);
  padding: var(--sp-3) var(--sp-4);
  text-align: center;
  min-width: 110px;
  box-shadow: 0 4px 12px rgba(196,32,30,.35);
  flex-shrink: 0;
}

.gptw-badge__top {
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: var(--sp-1);
}

.gptw-badge__certified {
  font-size: var(--text-xl);
  font-family: var(--font-heading);
  font-weight: 700;
  border-top: 1px solid rgba(255,255,255,.4);
  border-bottom: 1px solid rgba(255,255,255,.4);
  padding-block: var(--sp-1);
  margin-block: var(--sp-1);
  letter-spacing: 1px;
}

.gptw-badge__period {
  font-size: 9px;
  opacity: 0.9;
  letter-spacing: 0.5px;
}

.gptw-badge__country {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 11px;
  margin-top: var(--sp-1);
  letter-spacing: 1px;
}

.badge-card__text {
  font-size: var(--text-sm);
  color: #000;
  line-height: 1.7;
}

.badge-card__text p + p {
  margin-top: var(--sp-3);
}

.highlight-col { color: var(--color-brand-blue); }
.brand-blue { color: var(--color-brand-blue); }

/* Award plaque image placeholder */
.badge-card__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.plaque {
  width: 72px;
  height: 90px;
  background: linear-gradient(145deg, #2c3e6e, #1a2848);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.plaque::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.12) 0%, transparent 60%);
}

.plaque__inner {
  width: 42px;
  height: 54px;
  border: 2px solid rgba(255,255,255,.3);
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, rgba(255,255,255,.08), transparent);
}
@media (max-width: 640px) {
  .badge-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .badge-card__left,
  .badge-card__right {
    display: flex;
    justify-content: center;
  }

  .badge-card__image-placeholder {
    display: none;
  }
}
.para{
  padding: 0px 94px;
}
