
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  overflow-x: hidden;
}

.header {
    width: 1440px;
    margin: 0 auto; /* Center header on screen */
    display: flex;
    justify-content: space-between; /* Space between logo and nav */
    align-items: center;
    padding: 20px 40px;
    background-color: white;
    color: #1D2041;
  
}
.nav {
  width: 1440px;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Move menu items to end */
    gap: 30px;
}
/* Navbar Customization */
.main-navbar {
  background-color:white;
  width: 100%;
  top: 0;
  left: 0;

}
header.team-navbar.navbar.navbar-expand-lg {
    background: #1D2041;
}

.nav-container{
  width: 1440px;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
}

.nav-links li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  transition: 0.3s;
}
.main-navbar .nav-links li a {
  text-decoration: none;
  color: #1D2041;
  font-size: 20px;
  transition: 0.3s;
}
.logo img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.logo img:hover {
  transform: scale(1.1);
 
}


.main-navbar .nav-links li a:hover,
.main-navbar .nav-links li a.active {
  color: #1D2041;
  font-weight: 500;
  border-bottom: 1px solid #1D2041;
}
.main-navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #1D2041;
}
.nav-links li a:hover,
.nav-links li a.active {
  color: #ffffff;
  font-weight: 500;
  border-bottom: 1px solid white;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
}
.btn-outline {
  border: 1px solid #1D2041;
  padding: 12px 15px;
  width:190px;
  text-decoration: none;
  color: #1D2041;
  font-size: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20%;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #1D2041;
  color: white;
}

.btn-outline.dark {
  border-color: #00c3ff;
  color: #00c3ff;
}

.btn-outline.dark:hover {
  background: #00c3ff;
  color: #0e1535;
}

/* Bootstrap Toggler Custom */
.navbar-toggler {
  border-color: #1D2041;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.snj-icon svg{
  color:white !important;
}

/* Container max width 1440px */
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40 0px;
}

/* Hero */
.hero {
  display: flex;
  align-items: center;
  background-color: white;
  color: #1D2041;
  /* navbar space */
}


.hero-left {
  display: flex;
  align-items: center;
  background-color: white;
  color: #1D2041;
  position: relative;
  padding-top: 200px; /* navbar space */
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* heading top, text+btn bottom */
}

.hero-heading h1 {
  font-size: 62px;
  font-weight: 700;
  line-height: 1.1;
  color:#1D2041;
}
.team-heading h1 {
  font-size: 62px;
  font-weight: 700;
  line-height: 1.1;
  color:#ffffff;
}
.hero-left {
  display: flex;
  flex-direction: column;
  background-color:white;
  align-items: flex-start; /* left align */
  justify-content: flex-start; /* 👈 dono ko upar le aayega */
  padding-top: 150px; /* navbar ke liye space */
  gap: 50px; /* heading aur bottom ke beech ka distance control karne ke liye */
}



.hero-bottom p {
justify-self: start;
  margin-bottom: 20px;
  font-size: 20px;
  color: #1D2041;
}
.team-bottom p {
justify-self: start;
  margin-bottom: 20px;
  font-size: 20px;
  color:#ffffff;
}
.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-right img {
  max-width: 80%;
  height: auto;
}

/* Logo Carousel */
.text-carousel { 
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: white;
  padding-bottom: 20px;
  background-color: #00B2E9;
}

.scroll-track {
  display: inline-flex;
  transition: transform 0.8s ease-in-out;
  will-change: transform;
}

.scroll-track span {
  padding: 30px 50px;
  border: 2px solid #fff;
  border-top: none !important;
  display: inline-block;
}


span a {
    color: #fff;
    text-decoration: none
}
/* .text-carousel {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  font-size:28px;
    color: white;
  padding-bottom:20px;
  background-color:#00B2E9;
  }

  .scroll-track {
    display: inline-flex;
    animation: scroll-left 25s linear infinite;
  }

  .scroll-track span {
    padding: 30px 50px;
    border: 2px solid #fff;
    border-top: none !important;
    display: inline-block;
  } */
/* 
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  } */

  
  /* Pause on hover */
  .text-carousel:hover .scroll-track {
    animation-play-state: paused;
  }

  /* Responsive adjustments */
  @media (max-width: 1024px) {
    .text-carousel {
      font-size: 18px;
    }
  }

  @media (max-width: 768px) {
    .text-carousel {
      font-size: 16px;
    }
    .scroll-track span {
      margin-right: 40px;
    }
  }

  @media (max-width: 480px) {
    .text-carousel {
      font-size: 14px;
    }
    .scroll-track span {
      margin-right: 25px;
    }
  }



.logo-carousel {
  background: #00aef0;
  width: 100%;
  border-top: 1px solid #fff;   /* top white border */
  border-bottom: 1px solid #fff; /* bottom white border */
}

.carousel-container {
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  animation: scroll 15s linear infinite;
  width: max-content;
}

.carousel-track img {
  height: 80px;
  object-fit: contain;
  
  padding: 20px 40px; /* space inside box */
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* @keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
} */


/* Info Section */
/* Info Section */
.info {
  background-color: #1D2041;
  color: #fff;
  padding: 100px 0;
}

.info-left {
  display: flex;

  flex-direction: column;
  justify-content: center;
  gap: 20px;
  border-right:1px solid #fff ;
}

.info-left h2 {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.2;
}

.info-left  p {
  font-size: 24px;
  color:#FFFFFF;
  max-width: 500px;
}

.info-right {
  display: block;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  border-right:1px solid #fff ;
}
.info-right h2 {
    margin-top: 80px;
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.2;
}

.info-right  p {
  font-size: 24px;
  color:#FFFFFF;
}
.info-btn-outline{
  border: 1px solid #FFFFFF;
  padding: 12px 33px;
  
  text-decoration: none;
  color: #FFFFFF;
  font-size: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}
.carousel-container {
  opacity: 0;
  transform: translateY(40px);
  animation: carouselLoad 1s ease-out forwards 0.5s; /* delay so it appears after hero */
}

/* @keyframes carouselLoad {
  to {
    opacity: 1;
    transform: translateY(0);
  }
} */

.info-right img {
  max-width: 80%;
  height: auto;
  margin-bottom:00px;
  border-radius: 8px;
}


.circle {
  background: #343654; /* dark navy circle */
  width: 400px;
  height: 400px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #FFFFFF1A;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 5px;
}

.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  transform: scale(0);
  opacity: 0;
  animation: flowerBlink 2s infinite ease-in-out;
}

/* Open → Close → Open */
/* @keyframes flowerBlink {
  0%   { transform: scale(0); opacity: 0; }
  50%  { transform: scale(1); opacity: 1; }
  100% { transform: scale(0); opacity: 0; }
} 


.dot:nth-child(3n) { animation-delay: 0.2s; }
.dot:nth-child(4n) { animation-delay: 0.5s; }
.dot:nth-child(5n) { animation-delay: 0.8s; }*/

.diamond-circle {
  background: #343654; 
  width: 400px;
  height: 400px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  overflow: hidden;
  border:1px solid #FFFFFF1A;
} 
 .circle {
  background: #343654; /* dark navy circle */
  width: 400px;
  height: 400px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #FFFFFF1A;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 5px;
}

.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  transform: scale(0);
  opacity: 0;
  animation: flowerBlink 2s infinite ease-in-out;
}

/* Open → Close → Open */
@keyframes flowerBlink {
  0%   { transform: scale(0); opacity: 0; }
  50%  { transform: scale(1); opacity: 1; }
  100% { transform: scale(0); opacity: 0; }
}

/* Delay for ripple effect */
.dot:nth-child(3n) { animation-delay: 0.2s; }
.dot:nth-child(4n) { animation-delay: 0.5s; }
.dot:nth-child(5n) { animation-delay: 0.8s; }

.diamond-grid {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-gap: 4px;
  align-items: center;
  justify-items: center;
}

.diamond-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  transform: scale(0);
  opacity: 0;
  animation: diamondBlink 2s infinite ease-in-out;
}

@keyframes diamondBlink {
  0%   { transform: scale(0); opacity: 0; }
  50%  { transform: scale(1); opacity: 1; }
  100% { transform: scale(0); opacity: 0; }
}

 .diamond-anim-grid {
      display: grid;
      grid-template-columns: repeat(15, 1fr);
      grid-gap: 6px;
      width: 70%;
      max-width: 400px;
      align-items: center;
      justify-items: center;
    }

    /* empty placeholder */
    .diamond-anim-empty {
      width: 18px;
      height: 18px;
    }

    /* dots style (blue gradient + animation) */
    .diamond-anim-dot {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 30%, #00f, #001dff, #000);
      transform: scale(0);
      opacity: 0;
      animation: diamondPulse 2.2s infinite ease-in-out;
    }

    /* Animation (flower effect) */
    @keyframes diamondPulse {
      0%   { transform: scale(0); opacity: 0; }
      45%  { transform: scale(1); opacity: 1; }
      55%  { transform: scale(1); opacity: 1; }
      100% { transform: scale(0); opacity: 0; }
    }

      /* container */
  .starburst-anim-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* grid container */
  .starburst-anim-grid {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    grid-gap: 6px;
    width: 70%;
    max-width: 400px;
    align-items: center;
    justify-items: center;
  }

  /* empty placeholder */
  .starburst-anim-empty {
    width: 18px;
    height: 18px;
  }

  /* dots style */
  .starburst-anim-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #00f, #001dff, #000);
    transform: scale(0);
    opacity: 0;
    animation: starburstAnimPulse 2.2s infinite ease-in-out;
  }

  /* Animation */
  @keyframes starburstAnimPulse {
    0%   { transform: scale(0); opacity: 0; }
    45%  { transform: scale(1); opacity: 1; }
    55%  { transform: scale(1); opacity: 1; }
    100% { transform: scale(0); opacity: 0; }
  }
/* Services Section */
.services {
  background: #fff;
  color: #1D2041;
}

.services {
  opacity: 0;
  transform: translateY(40px);
  animation: servicesLoad 1s ease-out forwards 1.2s; /* thoda delay */
}

 @keyframes servicesLoad {
  to {
    opacity: 1;
    transform: translateY(0);
  }
} 

.container {
  opacity: 0;
  transform: translate(40px);
  animation: ctaLoad 1s ease-out forwards 1.4s; /* small delay for sequence */
}

@keyframes ctaLoad {
  to {
    opacity: 1;
    transform: translate(0);
  }
}

.services-heading {
  font-size: 40px;
  font-weight: 700;
  color: #1D2041;
  margin-bottom: 40px;
}
.services-left h2{
  margin-top: 30px;
  font-size: 36px;
  color:#1D2041;
  font-weight: 700;
  line-height: 1.2;
}
.services-left p{
  font-size:20px;
}
.services-image {
  width: 319px;
  height: 319px;
  object-fit: contain;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  font-size: 26px;
  margin: 18px 0;
  cursor: pointer;
  transition: 0.3s;
}

.service-list .sub-heading {
  font-weight: 700;

}

.service-list li:hover {
  color: #1d2041;
}

.services-right p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* .services-btn {
  border: 1px solid #1D2041;
  padding: 12px 33px;
  text-decoration: none;
  color: #1D2041;
  font-size: 20px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.services-btn:hover {
  background: #1D2041;
  color: #fff;
} */


.left-section {
  border-top: 1px solid #1D2041;
}
.right-section {
  border-top: 1px solid #1D2041;
  padding-top: 40px;
  margin-left: 80px;
}

/* CTA Section */
.cta-section {
  position: relative; /* z-index kaam karne ke liye zaroori */
  z-index: 2; /* 👈 section ko upar laane ke liye (increase if needed) */
  height: 500px;
  background-image: url('./assets/blue-wavy-background 1.png');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;/* optional fallback color */
  overflow: hidden; /* image overflow se bachane ke liye */
}


.cta-heading {
  font-weight: 700;
  font-size: 72px;
  line-height: 70px;
  letter-spacing: 0;
  color: #002984; /* dark blue jaisa screenshot me */
}

/* Button Styling */
.btn-primary {
  background-color: #002984;
  border-color: #002984;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary:hover {
  background-color: #001a66;
  border-color: #001a66;
}
.con1{
  padding-bottom: 60px;
}

.contact-section {
  font-family: 'Montserrat', sans-serif;
  color: #1D2041;
}

/* Divider on the left side */
.side-divider {
  width: 2px;
  height: 80px;
  background-color: #1D2041;
  margin: 0 85%; /* horizontally center */
}


/* Heading */
.contact-heading {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
   color: #1D2041;
}

/* Sub text */
.contact-subtext {
  font-weight: 500;
  font-size: 24px;
  color: #333;
}

.contact-section {
  font-family: 'Montserrat', sans-serif;
  color: #1D2041;
}
.contact-heading1 {
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  margin-bottom: 20px;
 color: #1D2041;
}
.contact-left1{
  padding-right: 0px;
  padding: 20px;
  border-right:none !important;
}
.contact-right1{
  padding-top: 80px;
  padding-left: 80px;
 
}
.contact-heading1 {
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
    color: #1D2041;
}
/* Form overall style */
form {
  font-family: 'Montserrat', sans-serif;
  color: #1a1a1a;
}

/* ===== FORM LABELS ===== */
form .form-label {
  font-family: 'Readex Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 6px;
  color: #000;
}
.info-btn-outline1{
  border: 1px solid #1D2041;
  padding: 12px 33px;
 width: 160px;
  text-decoration: none;
  color: #1D2041;
  font-size: 20px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
/* ===== INPUTS & TEXTAREA ===== */
form .form-control {
  height: 48px;                /* fixed height */
  border: 1px solid #A3A3A8;   /* border color */
  border-radius: 4px;          /* slight rounding */
  padding: 12px 16px;
  font-family: 'Readex Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  opacity: 1;
  transition: all 0.3s ease;
}

form .form-control:focus {
  border-color: #000181; /* Focus highlight */
  box-shadow: none;
  outline: none;
}

/* ===== PLACEHOLDER ===== */
form .form-control::placeholder {
  font-family: 'Readex Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #A3A3A8;
  opacity: 1; /* placeholder fully visible */
}

/* ===== TEXTAREA ===== */
form textarea.form-control {
  width: 100%;
  min-height: 120px;
  resize: vertical;
}

/* ===== BUTTON ===== */
form button {
  width: 206px;                 /* as per spec (approx corrected from 205) */
  height: 70px;                 /* instead of 69.999... */
  border: 1px solid #000181;
  border-radius: 4px;
  background: transparent;
  color: #000181;
  font-family: 'Readex Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* space between text & arrow */
  cursor: pointer;
  transition: all 0.3s ease;
}

a.info-btn-outline1.site-btn {
    color: #000181 !important;
    border: 1px solid #000181 !important;
}

a.info-btn-outline1.site-btn:hover{
  background-color:#000181;
  color:#FFFFFF !important;
}

a.info-btn-outline1{
    color: #000181 !important;
    border: 1px solid #000181 !important;
}
a.info-btn-outline1:hover{
    background-color:#000181;
  color:#FFFFFF !important;
}


form button:hover {
  background: #000181;
  color: #fff;
}
.footer {
      background-color: #1D2041;
      color: #fff;
      padding: 60px 0 20px;
      font-family: 'Montserrat', sans-serif;
    }

    /* Left Side Heading */
    .footer .left-heading {
      font-weight: 600;
      font-size: 32px;
      margin-bottom: 30px;
    }

    /* Email & Address Labels */
    .footer .label-text {
      font-weight: 400;
      font-size: 20px;
      line-height: 100%;
      margin-bottom: 6px;
    }

    /* Email & Address Values */
    .footer .value-text {
      font-weight: 300;
      font-size: 16px;
      margin-bottom: 20px;
    }

    /* Right Side Columns */
    .footer .footer-col {
      border-left: 1px solid #fff;   /* full height border */
      padding-left: 20px;
    }

    .footer .footer-col h5 {
      font-weight: 600;
      font-size: 20px;
      margin-bottom: 20px;
    }

    .footer .footer-col a {
      font-weight: 300;
      font-size: 16px;
      line-height: 40px;
      display: block;
      color: #ddd;
      text-decoration: none;
    }

    .footer .footer-col a:hover {
      color: #fff;
    }

    /* Bottom */
    .footer-bottom {
      border-top: 1px solid #fff;
      margin-top: 40px;
      padding-top: 20px;
      text-align: center;
    }
    .footer-bottom img {
       margin-bottom: 10px;
    }
    .footer-bottom p {
      margin: 0;
      font-size: 14px;
      font-weight: 300;
    }
  .iti { width: 100%; }
    .info-btn-outline1 {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      padding: 10px 20px;
      border: 1px solid #007bff;
      color: #007bff;
      border-radius: 8px;
      transition: 0.3s;
    }
    .info-btn-outline1:hover {
      background-color: #007bff;
      color: #fff;
    }
    .btn-icon {
      width: 16px;
    }
    .btn-icon , svg {
    vertical-align: middle;
    margin-top: 3px;
    color: #000;
}
.hero-icon{
  filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(3466%) hue-rotate(203deg) brightness(95%) contrast(89%);
  transition: filter 0.3s ease;
}
.btn-outline:hover .hero-icon {
  filter: brightness(0) invert(1); /* white on hover */
}
/* 📱 Mobile Responsive */
@media (max-width: 768px) {

  html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .contact-heading1 {
    text-align: left;
   
}
a.info-btn-outline1 {
    gap: 18px;
}
.team-bottom p {
justify-self: center;
  margin-bottom: 20px;
  font-size: 20px;
  color:#ffffff;
}
.team_hero{
  height: none !important;
  padding-top: 150px;
  padding-bottom: 200px;
}
.industry-card{
  padding: 10px;
}
  /* Navbar */
  .navbar .container-fluid {
  justify-content: space-between;
  }
  .info {
     padding: 20px 0; 
}
  .navbar .nav-links {
    flex-direction: column;
    margin-top: 15px;
    gap: 12px;
  }
  .navbar{
    padding: 0 !important;
    z-index: 99;
  }
  .btn-outline {
    display: flex;
    
    justify-content: center;
  }
.hero-left {
    flex-direction: column; 
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 40px;
     gap: 0px;
}
.hero-heading h1{
  font-size: 3%;
}

.hero-right img {
    max-width: 59%;
    height: auto;
}
div#navbarContent {
    background: #1D2041;
    width: 100%;
    padding: 20px;
}
  /* Hero */
  .hero .row {
    flex-direction: column;
    text-align: center;
  }
  .hero-heading h1 {
    font-size: 35px !important;
    text-align: center;
  }
    .team-heading h1 {
    font-size: 36px;
    text-align: center;
  }
  .hero-right {
    margin-top: 20px;
  }

  /* Info Section */
  .info .row {
    flex-direction: column;
    text-align: center;
  }
  .info .info-left, 
  .info .info-right {
    margin-bottom: 40px;
  }
  .info-left h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

 .info-left p {
    font-size: 18px;
    color: #1D2041;
    text-align: center;
    
}
.info-right h2 {
    font-size: 28px;
    color: #1D2041;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-top: 0;
}
.info-right  {
   border: none;
}
 .info-right p {
    font-size: 18px;
    color: #1D2041;
    text-align: center;   
}
.contact-right1 {
    padding-top: 0px; 
     padding-left: 10px;
}
.info-left {
   
    border-right: 0 solid #fff;
}
  /* Services Section */
  .services .row {
    flex-direction: none;
    text-align: center;
  }
  .right-section {
    border-top: 1px solid #1D2041;
    padding-top: 40px;
    margin-left: 0px; 
}
.cta-heading {
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0;
    color: #002984;
}
.cta-section {
    height: 100%; 
    padding:60px 0 60px 0 ;
    background-image: url('./assets/blue-wavy-background 1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
}
.side-divider{
  display: none !important;
}
.con1 {
    padding-bottom: 10px;
}
.contact-heading {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    color: #1D2041;
}
.contact-subtext {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #333;
}
  .services-left h2 {
    margin-top: 30px;
    font-size: 28px;
    color: #1D2041;
    font-weight: 700;
    line-height: 1.2;
}
.starburst-container {
    display: flex
;
    justify-content: center !important;
}
.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 0rem !important;
}
.starburst-anim-container{
  display: flex;
  justify-content: none;
}
.starburst-anim-grid {
    display: grid
;
    grid-template-columns: repeat(15, 1fr);
    grid-gap: 6px;
    width: 100%;
    max-width: 400px;
    align-items: center;
    justify-items: center;
}
  .services .left-section {
    margin-bottom: 20px;
  }

  /* Contact Section */
  .contact-section .row {
    flex-direction: column;
    text-align: center;
  }
  .contact-right1 form {
    width: 100%;
  }
  .contact-left1 {
    margin-bottom: 20px;
    
  }

 /* Footer: 2x2 grid layout */
 .footer .footer-col h5{
  text-align: left;
  margin-bottom: 0 !important;
  margin-top: 10px;
 }
  .footer .footer-col a {
      font-weight: 300;
      font-size: 13px !important;
      line-height: 30px;
      display: block;
      color: #ddd;
      text-decoration: none;
      text-align: left;
    }
    .footer .left-heading {
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
}
.footer .label-text {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 100%;
    margin-bottom: 6px;
}
.footer .value-text {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

  .footer .footer-col {
    font-size: 13px !important;
    line-height: 30px;
    text-align: center;
  }
.footer .footer-col {
    border-left: 0px solid #fff;
    padding-left: 15px;
}
  /* Left info column center ho jaye */
  .footer .col-md-4 {
    text-align: center;
    margin-bottom: 30px;
  }

  /* Thoda padding for mobile spacing */
  .footer {
    padding: 40px 15px;
  }

  /* Footer bottom logo center */
  .footer-bottom {
    text-align: center;
    margin-top: 30px;
  }
  .footer-bottom img {
    height: 50%;
  }
  .diamond-circle{
    height: 350px;
    width: 350px;

  }
 
  
    .footer {
         padding: 0; 
         padding-top: 20px;
    }

}
@media (max-width: 480px) {
  .diamond-circle,
  .circle {
    width: 250px !important;
    height: 250px !important;
    transform: scale(0.8);
  }

  .diamond-grid,
  .grid {
    transform: scale(0.6);
  }
.footer .footer-col h5 {
   text-align: center;
  }
  .footer .footer-col a{
    text-align: center;
  }
}

@media (max-width: 480px) {
  .diamond-circle,
  .circle {
    width: 280px !important;
    height: 280px !important;
    transform: scale(0.8);
  }

}


/* Center the “Read More” button */
.info-btn-outline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0 auto;
  gap: 10px;
  font-size: 16px;
  padding: 10px 14px;
}


@media (max-width: 768px) {

  .info-left {
    display: flex
;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;

}
ul.nav-links.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    margin-right: 10px !important;
    text-align: center;
}
.col.team_hero-right {
    margin-top: -174px;
    margin-left: 20px;
    z-index: -1;
    transform: rotate(-79deg);
}
.col.team_hero-left {
    margin-top: 50px !important;
}
.hero-bottom p{
  text-align: center !important;
  font-size: 16px;
}
.team-bottom p{
  text-align: center !important;
  font-size: 16px;
}
.finance-section {
   padding: 25px 10px !important;
  
}
.finance-section h2 {
    font-size: 32px !important;
    line-height: 42px !important;
    font-weight: bold;
}
.finance-section p {
    font-size: 18px !important;
    line-height: 24px !important;
  
}
.finance-section ul li {
       font-size: 18px !important;
  line-height: 24px !important ;
    }
     .col-md-5 p {
    text-align: center;
}
}


.service-list li.active {
  color: #000181;       /* highlight color */
  font-weight: 700;
  border-left: 3px solid #000181;
  padding-left: 10px;
  transition: 0.3s;
}

.service-content {
  display: none;
}

.service-content.active {
  display: block;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

div#navbarContent {
    z-index: 99;
}
.col.team_hero-right {
    margin-top: -138px;
}
.team_hero{
        background-color: #1D2041;
        height: 500px;
    }
    .col.team_hero-left {
    margin-top: 120px;

}

.upload-box {
  border: 2px dashed #ccc;
  border-radius: 10px;
  text-align: center;
  padding: 40px;
  cursor: pointer;
  transition: border-color 0.3s;
  background-color: #f9f9f9;
}
.upload-box:hover {
  border-color: #0056b3;
}
.upload-box input[type="file"] {
  display: none;
}
.upload-text {
  color: #666;
  font-size: 15px;
}
.upload-box .browse-btn {
  display: inline-block;
  margin-top: 10px;
  background-color: #001F5B;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  border: none;
}
.upload-box .browse-btn:hover {
  background-color: #003399;
}



/* service page */

    .industries-section {
  padding: 60px 0;
}

.industry-card {
  background: #F7F9FF;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-bottom: 20px;
  min-height: 180px;
}

/* .industry-card img {
  width: 100px;
  height: 100px;
} */

.industry-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #1a1a1a;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}
.finance-section {
      background-color: #2d3571;
      color: white;
      padding: 60px 30px;
      border-bottom: 1px solid #fff;
      
    }

.finance-section h2 {
      font-size: 48px;
      line-height: 55px;
      font-weight: bold;
    }
.finance-section p{
  font-size: 22px;
  line-height: 30px;
}

.finance-section img {
  max-width: 100%;
  /* width: 100%;
  height: 100%; */
  border-radius: 16px;      
  
    }

.finance-section ul {
      margin-top: 15px;
    }

.finance-section ul li {
      margin-bottom: 8px;
       font-size: 24px;
  line-height: 36px;
    }
.service-img{
    /* height: 399px;
    width: 598px; */
    background: rgba(255, 255, 255, 0.155);
    padding: 30px 25px;
    border-radius: 16px;
    /* box-shadow: -4px -4px 2px rgba(255, 255, 255, 0.8);  */

}   
.service-img {
  position: relative;
  border-radius: 12px; /* jahan corner round hoga */
}

/* sirf top-left corner me white glow */
.service-img::before {
  content: "";
  position: absolute;
  background-color: none;
  top: 0px;
  left: 0px;
  width: 50%;   /* corner area */
  height: 50%;  /* corner area */
  border-top-left-radius: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: -1;
}

/* about page*/

     .testimonials {
  background-image: url('./assets/mbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  color: white;
  text-align: center;
  position: relative;
  font-family: Arial, sans-serif;
}


.testimonials h3 {
  font-size: 20px;
 font-weight: 700;
  margin-bottom: 10px;
}

.testimonials h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 40px;
}

.testimonial-box {
  max-width: 600px;
  margin: 0 auto;
}
.carousel { position: relative; max-width: 700px; margin: auto; }
.slide { display: none; }
.slide.active { display: block; animation: fade 0.6s; }

@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.client-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.position { opacity: 0.8; font-size: 16px; }
.message { 
    font-size: 26px;

     margin-top: 10px; }

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 10px 16px;
  border: none;
  background: white;
  color: black;
  border-radius: 50%;
  transform: translateY(-50%);
}

.prev { left: 15%; }
.next { right: 15%; }

.user-name{
    font-size: 18px;
    font-weight: 500;
}
.solutions-section {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  font-family: 'Montserrat', sans-serif;
}
.solutions-section {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  font-family: 'Montserrat', sans-serif;
}

.solutions-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}

.left-graphic {
  flex: 1;
  display: flex;
  justify-content: center;
}

.left-graphic img {
  max-width: 100%;
  width: 500px;
  height: auto;
}

.right-content {
  flex: 1.2;
}

.right-content .sol-heading {
  color: #0c0f2d;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.right-content p {
  color: #4a4a4a;
  font-size: 16px;
  margin-bottom: 15px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.tags span {
  background-color: #0095ff;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s;
}

.tags span:hover {
  background-color: #0077cc;
}

#snj-vision-mission {
  width: 100%;
  overflow: hidden;
}

.snj-vision-wrapper {
  background-color: #0b0f48;
  padding: 120px 20px 100px;
  position: relative;
  z-index: 2;
}

.snj-mission-wrapper {
  background-color: #ffffff;
  padding: 150px 0px 20px;
  position: relative;
  z-index: 9;
  margin-top: -100px;
}

.snj-vision-box {
  color: #fff;
  padding: 100px 40px;
  border-radius: 50%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  text-align: center;
      margin-bottom: 120px;

}

.snj-vision-box::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  box-shadow: 0 0 60px rgba(0, 0, 255, 0.2);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.snj-vision-box::before {
  content: "";
  position: absolute;
  right: -13.5%;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #2d9eff;
  border-radius: 50%;
}

.snj-mission-box {
  background: #ffffff;
  color: #000;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 139px;
}

.snj-mission-box::after {
  content: "";
  position: absolute;
  right: -30%;
  top: 0%;
  width: 12px;
  height: 12px;
  background: #2d9eff;
  border-radius: 50%;
}

/* .snj-mission-box::before {
  z-index: 9999;
  content: "";
  position: absolute;
  width: 950px;
  height: 950px;
  box-shadow: 0 0 60px rgba(0, 0, 255, 0.5);
  border-radius: 50%;
  top: -14%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.snj-mission-box::before {
  z-index: 9999;
  content: "";
  position: absolute;
  width: 750px;
  height: 750px;
  box-shadow: 0 0 60px rgba(0, 0, 255, 0.2); /* lighter shadow */
  border-radius: 50%;
  top: 0%; /* move it lower vertically */
  left: 50%;
  transform: translate(-50%, -50%);
}

.bi-eye{
  height: 45px;
  width: 45px;
}

.snj-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-bottom: 10px;
}

.snj-title {
  font-size: 64px;
  font-family: serif 'Montserrat';
  font-weight: 700;
  margin-bottom: 20px;
}



.snj-desc {
  font-size: 24px;
  margin: 0 auto;
}





.custom-section-1 {
  display: flex;
  width: 1092px;
  height: 838px;

  margin: auto;
}
.custom-section-1 .cs1-col {
  flex: 1;
  padding-top: 0px;
}
.custom-section-1 .center-col {
  flex: 0 0 20px; 
  text-align: center; 
  z-index: -5;
  margin-top: -60px;
}
@media (max-width: 915px) {
.col.team_hero-right{
    display: none !important;
}
}
.cs1-img{
  margin-bottom: 90px;
}
.custom-section-1 .cs1-heading {
  font-family: 'Readex Pro', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #222B72;
  margin-bottom: 15px;
}
.custom-section-1 .cs1-text {
  color: #4a4a4a;
  font-size: 16px;
  margin-bottom: 150px;
}
.custom-section-1 .last-col{
  margin-top: 60px;
  margin-left: -60px;
}
.custom-section{
  padding-top: 80px;
  padding-bottom: 0px;
}
.custom-section .snj-subtitle{
  text-align: center;
}
.custom-section .snj-title{
  text-align: center;
}
@media (max-width: 992px) {
    .snj-vision-box,
  .snj-mission-box {
    max-width: 380px;
    padding: 20px 20px;
  }
  .snj-title {
    font-size: 40px;
  }

  .solutions-section .container {
    flex-direction: column;
    text-align: center;
  }
  .right-content .sol-heading {
    font-size: 28px;
  }
  .left-graphic img {
    width: 350px;
  }
  .custom-section-1 {
    width: 100%;
    padding: 0 20px;
  }
  .custom-section-1 .center-col img {
    height: 600px;
  }
  .last-col {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
        .right-content .sol-heading {
    font-size: 20px;
  }
  .left-graphic img {
    width: 280px;
  }

  .snj-title {
    font-size: 34px;
  }

  .snj-subtitle{
    font-size: 18px;
  }
  .custom-section {
    padding: 0px 10px !important;
  }

  .custom-section .snj-title {
    font-size: 34px;
  }

  .custom-section-1 .cs1-heading {
    font-size: 24px;
  }

  .custom-section-1 .cs1-text {
    font-size: 16px;
  }
  .cs2-img{
  width: 260px;
  height: 260px;
  margin-left: 0px !important;
}
.custom-section-1 .last-col {
    margin-top: 0px;
    margin-left: 0px;
}
}

.cs2-img{
  width: 260px;
  height: 260px;
  margin-left: 250px;
  
}
.mbl-img {
  display: none;
}

@media (max-width: 768px) {
 
       .right-content .sol-heading {
    font-size: 24px;
  }
  .right-content p {
    font-size: 14px;
  }
  .tags {
    justify-content: center;
  }
  .snj-mission-wrapper {
    margin-top: 0;
    padding-top: 0px;
  }
  .snj-vision-box::after,
  .snj-mission-box::before {
    display: none; 
  }
  .snj-vision-box,
  .snj-mission-box {
    border-radius: 50%;
    
    margin-bottom: 0px;
  }
  .snj-title {
    font-size: 28px;
  }
  .snj-desc {
    font-size: 16px;
  }
  .snj-subtitle{
    font-size: 18px;
  }
  .bi-eye {
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
  }
  .testimonials{
    padding: 60px 20px;
  }
  .testimonials h2{
    font-size: 34px;
  }
  .message {
    font-size: 16px;
    margin-top: 10px;
}

   .right-content .sol-heading {
    font-size: 24px;
  }
  .right-content p {
    font-size: 14px;
  }
  .tags {
    justify-content: center;
  }
  .custom-section-1 {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .snj-vision-wrapper {
    background-color: #0b0f48;
   padding: 0 !important; 
    position: relative;
   
}

  .custom-section-1 .cs1-col {
    flex: unset;
    width: 100%;
  }

  .custom-section-1 .center-col {
    display: none; 
  }

  .cs1-img {
    margin: 20px auto;
  }

  .last-col {
    margin-top: 20px;
    margin-left: 0;
  }

  .custom-section-1 .cs1-heading {
    font-size: 20px;
  }

  .custom-section-1 .cs1-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
   .custom-section {
    padding: 0px 10px !important;
    background-color: none !important;
  }

  .mbl-img {
    display: block;
  }
  .dsk-img {
    display: none;
  }
  .solutions-section{
    padding: 20px 0;
  }

}







































