/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
}
.language-switcher {
  display: flex;
  gap: 10px;
  margin-left: auto;
  align-items: center;
}

.lang-btn {
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.lang-btn:hover {
  background-color: #dcdcdc;
}
.language-switcher {
  display: flex;
  gap: 12px;
  padding-left: 20px;
  align-items: center;
  margin-top: 10px;
}

.lang-btn {
  background-color: #ffffff;
  color: #333;
  border: 1px solid #ccc;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  cursor: pointer;
  transition: background 0.3s ease;
}

.lang-btn:hover {
  background-color: #f0f0f1;
}
.goog-te-gadget {
  font-size: 0;
}
.goog-te-gadget span {
  display: none;
}

.translate-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.translate-button select {
  appearance: none;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.translate-button select:hover {
  background-color: #f0f0f0;
}

/* Remove Google branding */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

#google_translate_element {
  display: inline-block;
}


/* Base Header Styles */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 60px;
  background: transparent;
  z-index: 1000;
  transition: background 0.3s ease, padding 0.3s ease;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}

.header-nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.header-nav.open {
  max-height: 300px;
}

/* Logo Container */
.header-logo {
  background-color: transparent; /* Make background transparent */
  color: white; /* Set text color to white */
}

.header-logo img {
  height: 80px;
  width: 100px;
  object-fit: contain;
  background: none; /* Remove any CSS background */
  display: block;
  
}


/* Navigation */
.header-nav .nav-list {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav .nav-list li a {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  transition: color 0.3s;
}

.header-nav .nav-list li a:hover {
  color: #e92056;
}

/* Call Button */
.header-call .call-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.call-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Sticky Behavior */
.site-header.scrolled {
  background-color: #181938;
  padding: 12px 60px;
}

.site-header.scrolled .nav-list li a,
.site-header.scrolled .call-btn {
  color: #fff;
}
.footer-top {
  background-color: #4547c4;
  padding: 0 70px;
  color: #fff;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  gap: 0;

}

.footer-left {
  width: 60%;
}

.footer-heading {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.btn-primary {
  display: inline-block;
  background-color: #fff;
  color: #181938;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background-color: #eaeaea;
}

.footer-description {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
}

.footer-right {
  width: 30%;
  margin-top: -70px;
}

.footer-image-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer-info-text {
  font-size: 18px;
  font-weight: 500;
  flex: 1;
}

.footer-image {
  width: 100%;
  max-width: 426px;
  height: auto;
  object-fit: contain;
}

/* Container */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}

/* Header */
.main-header {
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

.nav-menu .nav-list {
  list-style: none;
  display: flex;
  gap: 30px;
}

.nav-menu .nav-list li a {
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #000;
  transition: color 0.3s ease;
}

.nav-menu .nav-list li a:hover {
  color: #4547c4;
}


.banner {
  position: relative;
  height: 90vh;
  width: 100%;
  display: flex;
  align-items: center;
  color: white;
  overflow: hidden;
  padding-left: 35px;
  margin-bottom: 40px;
}
.services-banner {
  position: relative;
  height: 90vh;
  width: 100%;
  display: flex;
  align-items: center;
  color: white;
  overflow: hidden;
  padding-left: 35px;
  margin-bottom: 40px;
}

.services-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  ),
  url('services\ banner.jpg') no-repeat center center / cover;
  z-index: -1;
}

.services-container {
  max-width: 1100px;
  z-index: 1;
  padding-left: 120px;
  padding-top: 40px;
  gap: 30px;
}

.services-small-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 60%;
}

.services-main-heading {
  font-size: 54px;
  line-height: 57px;
  font-weight: 700;
  margin-bottom: 20px;
  width: 60%;
}


/* Actual video background */
.banner-bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

/* Dark overlay to give 0.5 opacity effect */
.banner-overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(rgba(0, 0, 0, 0.234), rgba(0, 0, 0, 0.5)),
              url('banner\ video.mp4') no-repeat center center / cover;
  z-index: -1;
}
.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
              url('banner img.jpg') no-repeat center center / cover;
  z-index: -2;
}



.banner .container {
  position: relative;
  z-index: 2;
}


/* Reusable Text Styles */
.small-text {
  font-size: 17px;
  margin-bottom: 10px;
  width: 60%;
}
.small-text-2 {
  font-size: 17px;
  margin-bottom: 10px;
  width: 100%;
}


.main-heading {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  margin-bottom: 15px;
  width: 61%;
}

/* Feature Section */
.feature-section {
  padding:50px 0px 0px 0px;
  background-color: #fff;
}

.section-heading {
  font-size: 36px;
  line-height: 47px;
  font-weight: 600;
  text-align: left; /* force it to align left */
  margin-bottom: 50px;
}

/* Feature Grid */
.feature-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2px;
  padding: 0 30px 0 30px;
}

.feature-box {
  flex: 1 1 30%;
  text-align: left;         /* <-- Aligns content to the left */
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;  /* <-- Ensures the icon and text align to start */
}


.feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;

}

.feature-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: start;
}

.dark-text {
  font-size: 17px;
  color: #000;
  text-align: start;
}
.colored-icon {
  filter: brightness(0) saturate(100%) invert(23%) sepia(72%) saturate(652%) hue-rotate(216deg) brightness(93%) contrast(94%);
  
}
/* Image + Text Section */
.image-text-section {
  padding: 40px 0;
  background-color: #fff;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%; /* optional: ensures full responsiveness */
}

.container-split-layout{
    display: flex;
    padding: 40px 80px 0 60px;

    gap: 30px;
}

.split-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* Enables responsiveness */
  gap: 40px;
}

.image-box {
  flex: 1 1 48%;
  
}

.side-image {
  width: 100%;
  height: 433px;
  display: block;
}

.text-box {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
  justify-content: start; /* Vertical center */
  align-items: flex-start; /* Align left horizontally (use center if needed) */
  height: 100%; /* Required for proper vertical alignment */
}


.section-heading {
  font-size: 36px;
  line-height: 47px;
  font-weight: 600;
  margin-bottom: 20px;
 text-align: start;
}
h2.section-heading {
text-align: start;
padding: 0;
margin-bottom: 20px;
}

.dark-text {
  font-size: 17px;
  color: #000;
  margin-bottom: 25px;
}

/* Reusable Button */
.btn-primary {
  font-size: 17px;
  margin-top: 20px;
  padding: 12px 19px;
  background-color: #e92056;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background-color: #2f31a5;
}

.process-section {
  padding: 80px 200px 0 200px;
  background-color: #fff;
  text-align: left;
}

.process-section .section-heading {
  font-size: 36px;
  line-height: 47px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

.process-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.process-content {
  flex: 1;
}

.process-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}

.dark-text {
  font-size: 17px;
  color: #000;
}

/* Reusable button */
.btn-primary.process-btn {
  font-size: 17px;
  padding: 12px 19px;
  background-color: #e92056;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  display: inline-block;
  transition: background 0.3s ease;
  margin-top: 30px;
}

.btn-primary.process-btn:hover {
  background-color: #c21846;
}

.double-image-section {
  background-color: #fff;
  padding: 60px 0;
  overflow-x: auto; /* Optional: allows scrolling if screen is too small */
  display: flex;
  justify-content: center;
}

.image-pair {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap; /* Force single line */
}

.centered-image {
  width: 655px;
  height: 437px;
  object-fit: cover;
  display: block;
  flex-shrink: 0; /* Prevent shrinking on small screens */
}
.container-image-pair{
    display: flex;
    padding-top: 100px;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.feature-grid-section {
  background-color: #fff;
  padding: 80px 150px;
}
.section-heading-sec{
    text-align: start;

}

.feature-grid-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px; /* vertical and horizontal spacing */
  padding-top: 50px;
}

.shadow-icon {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  width: 180px;
  height: 133px;
}
.team-section {
  background-color: #fff;
  padding: 80px 90px;
}

.team-wrapper {
  background-color: #f4f4f4;
  padding: 60px;
  display: flex;
  
  gap: 40px;
  border-radius: 0;
}

.team-content {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;     /* Vertical centering */
  align-items: flex-start;     /* Align to the left */
  padding-left: 60px;
}


.team-content .section-heading {
  font-size: 36px;
  line-height: 47px;
  font-weight: 600;
  margin-bottom: 20px;
}

.team-content .dark-text {
  font-size: 17px;
  margin-bottom: 25px;
}

.team-grid {
  flex: 1 1 55%;
  display: grid;
  grid-template-columns: repeat(2, auto); /* Makes each column fit image size */
  gap: 20px; /* Both row and column gap */
  justify-content: center; /* Center the whole grid */
}

.team-image {
  width: 218px;
  height: 218px;
  object-fit: cover;
  border-radius: 6px;
}


.btn-primary:hover {
  background-color: #2f31a5;
}
.testimonial-partner-section {
  background-color: #fff;
  padding: 0 70px;
}

.section-heading {
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  margin-bottom: 50px;
}

.testimonial-partner-layout {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;

}

.testimonial-box {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;     /* Vertically center */
  align-items: flex-start;     /* Align text to left */
}


.quote-text {
  font-size: 24px;
  font-style: italic;
  color: #333;
  margin-bottom: 20px;
}

.quote-ref {
  font-size: 17px;
  color: #000;
}

/* Partner logos grid */
.partner-logos {
  flex: 1 1 65%;
  display: grid;
  grid-template-columns: repeat(4, 197px);
  grid-auto-rows: 116px;
  gap: 20px;
  justify-content: center;
}

.partner-logo {
  width: 197px;
  height: 116px;
  object-fit: contain;
  background-color: #f8f8f9;
  padding: 10px;
  border-radius: 4px;
}

.two-column-section {
  display: flex;
  max-width: 1440px;        /* Max width stays fixed */
  width: 100%;              /* Allow shrinking on smaller screens */
  margin: 0 auto;           /* Center the section horizontally */
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 80px 180px;
  flex-wrap: wrap;
}

.left-box {
  flex: 1 1 48%;
}

.right-box {
  flex: 1 1 48%;
  justify-content: center;
}

.main-heading-sm {
  font-size: 36px;
  line-height: 47px;
  font-weight: 700;
  margin: 20px 0;
}

.section-label {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #e92056;
}

.services-list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
}

.services-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}
.services-list li:hover {
  color: #4547c4; /* Blue on hover */
}   

.arrow {
  font-weight: normal;
  color: #999;
}
.image-slider-section {
  padding: 60px 0;
  background-color: #fff;
  overflow: hidden;
}

.slider-container {
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  width: max-content;
  animation: scrollSlider 30s linear infinite;
}

@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2648px); /* (746 + 40) * 3 images = 786 * 3 = 2358 + buffer for smoothness */
  }
}

.slider-image {
  width: 746px;
  height: 424px;
  object-fit: cover;
  margin-right: 40px;
  flex-shrink: 0;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}




.services-section {
  padding: 0 20px;
  max-width: 1440px;
  margin: 0 auto;
  text-align: start;
}


.section-title {
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 50px;
}

.services-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.service-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  padding: 30px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  width: calc(25% - 23px);
  box-sizing: border-box;
  text-align: start;
  transition: transform 0.2s ease;
}

.service-box:hover {
  transform: translateY(-5px);
}

/* === Blurred Icon Background === */
.service-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}


.service-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-color: rgba(69, 71, 196, 0.2); /* #4547c4 blur color */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: blur(12px);
  z-index: -1;
}

.service-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}


.service-desc {
  font-size: 15px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 20px;
}


.btn-outline {
  margin-top: auto; /* Pushes button to the bottom */
  display: inline-block;
  padding: 12px 24px;
  font-size: 17px;
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
}

.btn-outline:hover {
  background-color: #000;
  color: #fff;
}
.testimonial-partner-section {
  background-color: #fff;
  padding: 80px 70px;
  justify-content: center;
}

.testimonial-heading-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.section-subheading {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
  flex: 1 1 45%;
  margin: 0;
}

.quote-inline {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  flex: 1 1 50%;
  font-style: italic;
}

.quote-ref {
  font-style: normal;
  font-weight: 500;
  color: #000;
}

/* Logos wrapper with box shadow */
.partner-logos-wrapper {
  background-color: #fff;
  padding: 40px 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  display: flex;
  justify-content: center;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(4, 197px);
  gap: 20px;
  justify-content: center;
}

.partner-row-center {
  grid-column: span 4;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}


.partner-logo {
  width: 197px;
  height: 116px;
  object-fit: contain;
  background-color: #f8f8f9;
  padding: 10px;
  border-radius: 4px;
}


container-abput {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}




/* Centered main heading */
.section-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #000;
  margin-bottom: 40px;
}

/* Image Row - 2 Columns */
.insight-image-row {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 30px;
  flex-wrap: nowrap; /* force row layout */
}

.insight-column {
  text-align: left;
  max-width: 633px;
}

/* Image Styling */
.insight-img {
  width: 633px;
  height: 437px;
  object-fit: cover;
  border: none;
  box-shadow: none;
  border-radius: 20px;
}

/* Text under each image */
.image-caption {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #000;
  margin-top: 15px;
}
.insights-section, .insights-section * {
  font-family: 'Poppins', sans-serif;
}


/* Button centered below both */
.insight-button-container {
  text-align: center;
}
.insights-section{
    padding:70px 80px;
}
.rail-app-section {
  padding: 0 70px 80px 70px;
  background-color: #fff;
}

.section-heading-start {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 50px;
  text-align: left;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.app-box {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}


.app-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.app-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #181938;
}

.app-points {
  padding-left: 20px;
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

.app-points li {
  margin-bottom: 10px;
}
.company-banner {
  position: relative;
  height: 90vh;
  width: 100%;
  display: flex;
  align-items: center;
  color: white;
  overflow: hidden;
  padding-left: 35px;
  margin-bottom: 40px;
}

/* Apply Poppins font globally */
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  color: #000;
}

/* Company Banner Styling */
.company-banner {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 180px;
  padding-right: 180px;
  box-sizing: border-box;
  color: white;
  overflow: hidden;
  margin-bottom: 40px;
}

.company-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: 
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('company\ banner.jpg') no-repeat center center / cover;
  z-index: -1;
}

.company-banner-container {
  max-width: 900px;
  z-index: 1;
}

.company-banner-subtext {
  font-size: 20px;
  margin-bottom: 20px;
  width: 60%;
}

.company-banner-heading {
  font-size: 58px;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 25px;
}

/* Sticky Header Scroll Style */
.site-header.scrolled {
  background-color: #181938;
  transition: background-color 0.3s ease-in-out;
}

/* Company Page Split Section */
.company-split-section {
  padding: 80px 90px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.company-split-container {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  max-width: 1440px;
  gap:  100px;
}

/* Text Content */
.company-text-block {
  flex: 1 1 48%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company-section-heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 47px;
  margin-bottom: 20px;
  color: #000;
}

.company-paragraph {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

/* Image Content */
.company-image-block {
  flex: 1 1 48%;
  display: flex;
  justify-content: center;
  align-items: center;
    
}

.company-image {
  width: 655px;
  height: 480px;
  object-fit: contain;
border-radius: 20px;
}
.side-image-comapny{
  width: 655px;
  height: 426px;
  display: block;
}
.company-split-section-sec {
  padding: 40px 100px 0 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.container-split-layout-sec{
    display: flex;
    padding: 40px 80px 0 60px;
    gap: 40px;
}
.section-heading-sec {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
}
.text-box-sec {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertical center */
  align-items: flex-start; /* Align left horizontally (use center if needed) */
  height: 100%; /* Required for proper vertical alignment */
}

/* Contact Section */
.contact-section {
  padding: 150px 80px 50px 80px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}



.contact-title {
  font-size: 36px;
  font-weight: 600;
  color: #181938;
  text-align: start;
}

/* Layout for form + image */
.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;

}

/* Left: Form */
.contact-form-box {
  flex: 1 1 50%;
 

}

.contact-form .form-group {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-weight: 500;
  margin-bottom: 8px;
  color: #181938;
}

.contact-form input,
.contact-form textarea {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .btn-primary {
  background-color: #181938;
  color: #fff;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.contact-form .btn-primary:hover {
  background-color: #2f3165;
}

.contact-image-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-image {
  width: 640px;

  height: 780px;
  object-fit: cover;
}




















/* === Base Header Styles === */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 60px;
  background: transparent;
  z-index: 1000;
  transition: background 0.3s ease, padding 0.3s ease;
}

.site-header.scrolled {
  background-color: #181938;
  padding: 12px 60px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.header-logo img {
  height: 35px;
}

.hamburger {
  display: none;
  background: none;
  font-size: 28px;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 1100;
}

.header-nav {
  overflow: hidden;
  max-height: 0;
  background-color: #181938;
  transition: max-height 0.3s ease-in-out;
}
.header-nav.open {
  max-height: 300px;
}


.header-nav .nav-list {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav .nav-list li a {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  transition: color 0.3s;
}

.header-nav .nav-list li a:hover {
  color: #e92056;
}

.header-call {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.call-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}



@media (min-width: 1025px) {
  .header-nav {
    max-height: none !important;
    overflow: visible !important;
    background: transparent;
  }

  .header-nav .nav-list {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }

  .hamburger {
    display: none !important; /* hide hamburger on desktop */
  }
}



@media (max-width: 1024px) {
  .site-header {
    padding: 15px 30px;
    background-color: #181938;
  }

  .header-call {
    display: none;
  }

  .hamburger {
    display: block;
  }
  .process-section{
    padding: 20px;
  }
.process-step{
  align-items: start;
  text-align: start;
}
  .header-container {
    justify-content: space-between;
  }

  .header-nav .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 30px;
  }

  .header-nav .nav-list li a {
    font-size: 18px;
  }

  .main-heading {
    font-size: 42px;
    line-height: 52px;
  }

  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 34px;
    padding-left: 20px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  .two-column-section,
  .feature-grid-section,
  .testimonial-partner-section,
  .insights-section {
    padding: 30px 20px;
  }

  .container {
    padding: 0;
  }

  .container-split-layout {
    flex-direction: column;
    align-items: center;
  }

  .container-split-layout > div {
    width: 100%;
  }

  .feature-grid-2x2 {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 30px;
  }
  

  .dark-text {
    text-align: center;
    font-size: 15px;
  }

  .partner-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    justify-items: center;
    align-items: center;
  }

  .partner-logo {
    width: 240px;
    height: 100px;
  }

  .partner-row-center {
    display: none;
  }

  .insight-image-row {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .insight-img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  .image-caption,
  .section-subheading,
  .quote-inline,
  .section-title {
    text-align: center;
  }

  .section-title {
    font-size: 24px;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .service-box {
    width: 100%;
  }

  .service-title {
    font-size: 16px;
  }

  .service-desc {
    font-size: 14px;
  }
}
  .footer-left,
  .footer-right {
    flex: 1 1 48%;
    max-width: 48%;
  }
.footer-top{
  padding: 30px;
}
  .footer-heading {
    font-size: 20px;
  }

  .footer-description {
    font-size: 14px;
  }


  .footer-image {
    max-width: 100%;
    height: 200px;
  }
  .process-step {
  display: flex;
  flex-direction: column; /* This stacks children vertically */
  align-items: start;     /* Centers the content horizontally */
  text-align: start;      /* Aligns text to center */
  gap: 12px;               /* Adds spacing between elements */
  padding: 20px;
  margin-bottom: 0;
}

  .team-section {
    padding: 20px;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .team-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px;
    width: 100%;
    padding: 0 20px; /* inner padding */
    box-sizing: border-box;
  }

  .team-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
  }

  .team-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
  }

  .section-heading {
    font-size: 22px;
    line-height: 1.4;

  }

  .dark-text {
    font-size: 15px;
    line-height: 1.6;
    text-align: start;
  }

  .btn-primary {
    align-self: flex-start;
    font-size: 14px;
    padding: 10px 20px;
    background-color: #181938;
    color: white;
    text-decoration: none;
    border-radius: 6px;
   
  }
  .feature-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }

  .feature-box {
    width: 100%;
  }
  .h2.section-heading{
    margin: 0;
    padding-left: 20px;
  }

  @media (max-width: 1024px) {
  .team-wrapper {
    padding: 60px 0 0 0;
  }
  .team-content{
    padding: 0 30px 0 30px;
  }
  .container-split-layout{
    padding: 20px;
  }
  .image-text-section{
    padding: 0;
  }
  .container-image-pair{
    padding: 0;
  }
  .feature-grid-2x2{
  padding: 0;
}
.feature-grid-section h2.section-heading{
  margin-bottom: 0;
  font-size: 30px;
}
}

@media (min-width: 1024px) {
  .team-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }

  .team-grid, 
  .team-content {
    flex: 1;
    max-width: 50%;
  }

  .team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .team-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
  }

  .team-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .team-content .section-heading,
  .team-content .dark-text,
  .team-content .btn-primary {
    text-align: left;
  }
  
}
@media (min-width: 1024px) {
  .team-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px; /* Space between the two columns */
  }

  .team-grid, 
  .team-content {
    flex: 1;
    max-width: 50%;
  }
}


















@media (max-width: 1023px) {
  .rail-app-section {
    padding: 0 20px !important;
  }
  .services-container{
    padding: 0;
  }
  .services-main-heading{
    width: 80%;
  }
  .services-small-text{
    width: 80%;
  }
  text-box .h2.section-heading{
    padding: 0 !important; 
  }
  .company-pic-2x2{
    display: none;
  }
  .company-banner{
    padding: 0 20px;
  }
  .company-banner-heading{
  width: 80%;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 0;
}
.company-banner-subtext{
  width: 80%;
  margin-bottom: 0;
}

}






@media (max-width: 767px) {
  .feature-grid-section {
    padding: 20px;
  }

.process-step {
  display: flex;
  flex-direction: column; /* This stacks children vertically */
  align-items: center;     /* Centers the content horizontally */
  text-align: center;      /* Aligns text to center */
  gap: 12px;               /* Adds spacing between elements */
  padding: 20px;
}
.centered-image{
  height: 300px;
  width: 300px;
}
.feature-grid-2x2{
  padding: 0;
}
.quote-ref{
  line-height: 10px;
}
.rail-app-section{
  padding: 0;
}
.company-banner-heading{
  width: 80%;
  font-size: 45px;
  line-height: 50px;
}


  .process-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

.process-title {
  text-align: left;
  align-self: flex-start;
  font-size: 18px;
  font-weight: 600;
}



  .testimonial-heading-row {
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
  }

  .section-subheading {
    font-size: 20px;
  }

  .quote-inline {
    font-size: 14px;
    line-height: 1.5;
  }

  .partner-logo {
    max-width: 100px;
    padding: 8px;
  }

  .insight-image-row {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }

  .insight-img {
    border-radius: 12px;
  }

  .image-caption {
    font-size: 16px;
    margin-top: 10px;
  }

  .section-title {
    font-size: 22px;
    text-align: center;
  }

  .insight-button-container {
    margin-top: 30px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }

  .service-box {
    padding: 20px 15px;
    width: 100%;
  }

  .service-icon {
    width: 50px;
    height: 50px;
  }

  .service-title {
    font-size: 15px;
  }

  .service-desc {
    font-size: 13px;
  }

  .btn-outline {
    font-size: 14px;
    padding: 10px 20px;
  }
    .footer-heading {
    font-size: 20px;
  }

  .footer-description {
    font-size: 14px;
  }


}







/* === Mobile Responsive Styles (max-width: 767px) === */
@media (max-width: 767px) {
  /* Inner spacing for all main sections */
  .container,
  .two-column-section,
  .feature-grid-section,
  .testimonial-partner-section,
  .insights-section,
  .footer-top {
    padding: 20px;
  }

  /* Headings and text */
  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    font-size: 22px;
    line-height: 30px;
  }

  h3 {
    font-size: 18px;
    line-height: 26px;
  }

  p,
  .section-subheading,
  .quote-inline,
  .dark-text,
  .footer-description {
    font-size: 14px;
    line-height: 22px;
  }
  .feature-box{
    padding: 0;
  }

  /* Split Layout (Stacked) */
  .container-split-layout,
  .feature-grid-2x2,
  .services-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .container-split-layout > div,
  .feature-grid-2x2 > div,
  .service-box {
    width: 100%;
  }

  .section-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  /* Service icons and layout */
  .service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

 

  /* Process section */
  .process-step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 0;
  }

  .process-title {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }

  /* Partner logos grid */
  .partner-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    justify-items: center;
  }

  .partner-logo {
    max-width: 100px;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .partner-row-center {
    display: none;
  }

  /* Insights image section */
  .insight-image-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .insight-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .image-caption {
    font-size: 14px;
    text-align: center;
  }

  /* Footer stacked layout */
  .footer-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-left,
  .footer-right {
    width: 100%;
    max-width: 100%;
  }

  .footer-image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

}

@media (max-width: 496px) {
  .main-heading{
    font-size: 32px;
    line-height: 35px;
    width: 100%;
  }
  .small-text{
    width: 100%;
  }
   .company-banner{
    padding: 0 20px;
  }
  .company-banner-heading{
  width: 100%;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}
.company-banner-subtext{
  width: 100%;
  margin-bottom: 10px;
}
.company-banner{
  height: 70vh;
}

  h2.section-heading{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
    padding: 0;
  }
  .banner{
    padding: 20px;
    margin: 0;
    height: 90vh;
  }
  .banner .main-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .feature-grid-section{
    padding: 0;
  }
.container-split-layout h2.section-heading{
    font-size: 24px;
    line-height: 30px;
  }
  .team-image{
    height: 200px;
  }
  .process-icon{
    height: 90px;
    width: 90px;
  }
  .header-logo img{
    height: 25px;
  }
  .banner .container{
    padding: 0;
  }
  .main-heading-sm{
    font-size: 28px;
    line-height: 30px;
  }
  .services-list li{
    padding: 10px;
  }
.image-slider-section{
  padding: 10px 20px;

}
.image-text-section{
  padding: 0;
}
.slider-image{
  height: 300px;
}
.side-image{
height: 250px;
}
.feature-grid-2x2{
  padding: 0px;
}
.footer-right{
  margin: 0;
}

.footer-image{
  height: 300px;
}
.process-icon{
  width: 100px;
  height: 100px;
}
.process-step{
  margin: 0;
  padding: 0;
}
.dark-text{
  text-align: start;
}
.services-grid{
  padding: 0;
}
.container-split-layout{
  padding: 20px;
}
.container{
  padding: 20px;
}
.container-image-pair{
  padding: 0;
}
.centered-image{
  width: 200px;
  width: 200px;
}

.feature-grid{
  padding: 0;
}

.process-icon{
  height: 50px;
  width: 50px;
}
.process-section .section-heading{
 margin-bottom: 20px;
 font-size: 35px;
}
.process-section{
  padding: 0;
}
.partner-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  justify-items: center;
  align-items: center;
  padding: 10px 0; /* Optional: reduce outer spacing */
}

.partner-logo {
  width: 100%;
  max-width: 120px; /* Adjust as needed */
  height: 70px;     /* Increased height */
  object-fit: contain;
}
.partner-logos-wrapper{
  padding: 0;
}

.header-nav {
    position: absolute;
    top: 100%; /* shows just below the header */
    left: 0;
    width: 100%;
    background-color: #181938;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
    z-index: 999;
  }

  .header-nav.open {
    max-height: 300px; /* or more depending on your menu size */
  }

  .header-nav .nav-list {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 15px;
  }

  .header-nav .nav-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
  }
    .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-heading {
    font-size: 20px;
  }

  .team-wrapper{
    padding: 0;

  }
  .team-content{
    padding: 20px;
  }

  .dark-text {
    font-size: 14px;
  }

 
  .feature-section {
    padding: 0;
  }
  .quote-text{
    text-align: center;
  }
.quote-ref{
  line-height: 10px;
  text-align: center;
}
.services-main-heading{
  font-size: 32px;
  line-height: 35px;
  width: 100%;
}
.services-small-text{
  width: 100%;
}
.services-banner{
  padding: 20px;
}
.process-section .section-heading{
  text-align: left;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 25px;
}
.app-grid{
      grid-template-columns: repeat(1, 1fr);
}
.section-heading-start{
  font-size: 25px;
  line-height: 30px;
}
.insight-column{
  text-align: center;
}

}

@media (min-width: 1024px) {
  .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; /* adjust spacing between boxes */
  }

  .feature-box {
    text-align: left; /* or center if you prefer */
    padding: 20px;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
  }

  .feature-title {
    font-size: 18px;
    margin-top: 10px;
  }

  .dark-text {
    font-size: 14px;
    line-height: 24px;
  }
  .company-split-container{
       

    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    gap: 100px;
  }
}

@media (max-width: 1023px) {
  .contact-section {
    padding: 100px 20px 20px 20px;
  }

  .contact-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }

  .contact-heading {
    text-align: center;
    margin-bottom: 20px;
  }

  .contact-title {
    font-size: 24px;
  }

  .contact-form-box {
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
  }

  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

 
  .contact-image-box {
    text-align: center;
  }

  .contact-image {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 8px;
    margin: 0 auto;
  }
}



