@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Radley:ital@0;1&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:  Radley , sans-serif;;
}

.text-Image {
  display: flex;
  align-items: center; /* vertically center */
  gap: 20px; /* space between text and image */
  margin-top: 10px;
}

.text-Image .text {
  flex: 1;
}
.image img
{
   align-items: center;      /* vertical centering */
}


.text-Image .image img {
  max-width: 80%;
  /* height: auto; */
}
.custom-blue {
  color: #fcfdff; /* or any hex/rgb value you prefer */
  font-size: 40px;
  font-weight: 600;
}
.narrow-paragraph {
  max-width: 550px; /* You can adjust this value */
  font-size: 20px;
  font-weight: 400;
  color: white;
}
.paragraph
{
  font-size: 600;
}
.custom-border {
  border-left: 4px solid #0d6efd; /* Bootstrap primary blue */
  padding-left: 10px; /* optional space inside border */
}

/* responsive section of heading-img start */
@media screen and (max-width: 768px) 
{
  .heading-img
  {
    padding: 20px;
  }
}
/* responsive section of heading-img end */

.point li {
  margin-bottom: 10px; /* spacing between list items */
  display: flex;
  align-items: center;
}
.expertise .icon {
  /* line-height: 1.3; */
  position: relative;
  margin-top: -60px;
  width: 85px;
  height: 85px;
  background:  #07073b;
  border-radius: 50%;
  /* margin-bottom: 15px; */
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h3.heading {
  font-size: 21px;
  color: #06008f;
}

.expertise:hover {
  /*background: #3e66ef !important;*/
  background: rgb(113 134 239 / 80%) !important;
  border: 1px solid #b2b2b2;
}

.expertise:hover .icon {
  background: rgb(20, 32, 97);
  margin-left: 20px;
}

.expertise:hover h3.heading,
.expertise:hover p {
  color: #fff;
}

.expertise img {
  width: 90%;
  /* height: 8vh; */
}

.expertise {
  flex: 1;                         /* Makes all cards equal width */
  padding: 30px;
  transition: all 0.3s ease;
  background-color: #fff;
  display: flex;
  min-height: 200px; /* Adjust based on your content */
  flex-direction: column;
  justify-content: space-between; /* Helps align content inside */
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.word {
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  color: #753300a8;
  /* font: 700 normal 2.5em 'tahoma'; */
  /* text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324; */
}
.banner
{
  /* height: 80vh; */
  background-color: #07073b;
  left: 0;
  right: 0;
}
.img-card
{
  width: 80px;
   height: 80px; 
   object-fit: cover; position: absolute; top: 1rem; right: 1rem;
}
.btn-sample
{
  border-radius: 50px;
}
.para-text
{
font-size: 20px;
font-weight: 600;
  color: #000080;
}
.footer {
  background-color: #07073b;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: Radley , sans-serif;
}

.footer-container {
  text-align: center; 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.footer-section {
 min-width: 299px;
}

.about-image {
  /* width: 80px;
  height: 80px; */
  object-fit: cover;
 
  display: block;
}
.about-text h2
{
 font-size: 25px;
}
.para-ic
{
  font-size: 12px;
}

.footer-section h3 {
  /* margin-bottom: 10px; */
 font-size: 1.75rem;
  color: #fff;
}

.footer-section p,
.footer-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ccc;
  font-size: 14px;
}

.footer-section ul li {
  margin: 6px 0;
    display: block; /* Ensures vertical stacking */
      /* margin-bottom: 0.5rem; */
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #444;
  padding-top: 10px;
  font-size: 14px;
  color: #aaa;
}


/* Image and text */
.image-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-form img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  /* margin-bottom: 15px; */
}



/* Close button */
.faq-tab {
    padding: 1rem;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 6px;
    cursor: pointer;
  }

  .faq-question {
    font-weight: bold;
  }

  .faq-answer-box {
    display: none;
    margin-top: 0.5rem;
    color: #444;
  }

  .faq-answer-box.active {
    display: block;
  }
  .footer {
  background-color: #1e1e2f;
  color: #fff;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 250px;
}

.about-with-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-image {
  width: 80px;
  margin-bottom: 15px;
}

.about-text h2 {
  margin: 0;
  font-size: 1.8rem;
}

.para-ic {
  margin-top: 5px;
  font-size: 14px;
  color: #ccc;
}

.footer-section h3 {
  font-size: 1.75rem;
  margin-bottom: 15px;
  color: #fff;
}

.footer-section p,
.footer-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ccc;
  font-size: 14px;
}

.footer-section ul li {
  margin: 6px 0;
  display: block;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  font-size: 1.5rem;
}

.footer-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10%;
  background-color: rgba(239, 239, 248, 0.342);
  color: white;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

.footer-icons a:hover {
  background-color: rgba(116, 116, 223, 0.6);
  color: #007bff;
}

.footer-icons i {
  pointer-events: none;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #444;
  padding-top: 10px;
  font-size: 14px;
  color: #aaa;
}

/* popup function */
.popup-card {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  border-radius: 10px;
  position: relative;
  animation: popupAnim 0.3s ease-out;
}

@keyframes popupAnim {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  /* color: white; */
  cursor: pointer;
}

.image-form {
  text-align: center;
}

.image-form img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.popup-text {
  margin-top: 15px;
}

/* end popup functon */
/* imp-ic start */
.imp-ic{
  background-color: #d4d4f1;
}
.section-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.text-section,
.image-section {
  flex: 1 1 50%;
  max-width: 50%;
  box-sizing: border-box;
}

.custom-img {
  width: 100%;
  height: auto;
  max-width: 400px;
  border-radius: 10px;
}

.text-para {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #222;
}

.one-word {
  font-weight: 700;
  font-size: 1.3rem;
  color: #002244;
}

@media (max-width: 768px) {
  .text-section,
  .image-section {
    max-width: 100%;
    flex: 1 1 100%;
    text-align: center;
  }

  .custom-img {
    max-width: 100%;
    margin-top: 1rem;
  }
}

/* imp-ic end */

.text-img {
  display: flex;
  flex-wrap: wrap;
}

.text-box,
.img-box {
  flex: 1 1 50%;
  max-width: 50%;
  /* box-sizing: border-box; */
}

@media (max-width: 768px) {
  .text-box,
  .img-box {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

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

.intro-section {
  padding: 40px 0;
}

.image-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
}

.intro-img {
  object-fit: cover;
  width: 100%;
  height: 100%; /* Make image fill the wrapper height */
  border-radius: 8px;
}

.intro-text {
  padding: 20px;
}

@media (max-width: 768px) {
  .image-wrapper {
    align-items: center;
  }

  .intro-img {
    height: auto;
  }

  .intro-text {
    margin-top: 20px;
    padding: 0;
  }
}
.para-block p {
  line-height: 1.8; /* Adjust for better readability */
  margin-bottom: 1rem;
}

.icon-spacing {
  margin-right: 8px; /* Space between icon and text */
  color: #123b79; /* Optional: add color to the icon */
}
/* vission-mission card start */
.card-no {
  max-width: 1200px;  /* Set desired width */
  width: 100%;        /* Makes it responsive */
  margin: 0 auto;     /* Center it horizontally */
  padding: 20px;      /* Optional: for spacing inside */
}

.vm-card {
  max-width: 1000px; /* Limits paragraph width for readability */
  width: 100%;
  margin: 0 auto;
  color: #444;    /* Centers the paragraph horizontally */
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: justify;
}

/* vission and mission card end  */

/* industries server start */
.scroll-img {
  overflow: hidden;
  white-space: nowrap;
  width: 150%;
  box-sizing: border-box;
}

.scrolling {
  display: inline-block;
  animation: scroll 10s linear infinite;
  padding: 20px;
}

.scrolling img {
  height: 100px;
  display: inline-block;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.scrolling .aria-label {
  z-index: 0.5;
}

.cooltipz--top {
  position: relative; /* Ensure the element is positioned */
  z-index: 5000; /* Set the z-index to 5 */
}

/* .scroll-img {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  
} */

.scrolling {
  display: inline-block;
  animation: scroll 10s linear infinite;
  /* padding-top: 50px; */
}
.industry-img {
  width: 140px;            /* Set your desired width */
  height: 1000px;           /* Set your desired height */
  object-fit: cover;       /* Ensures the image fills the box without distortion */
  border-radius: 12px;     /* Smooth corners */
  transition: transform 0.3s ease; /* Optional zoom effect */
}

.industry-img:hover {
  transform: scale(1.05);  /* Optional zoom on hover */
}


/* industries server end */

.card-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(284px, 1fr));
  gap: 2rem;
  padding: 0 1rem;
}

.card-box {
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  min-height: 280px; /* ↓ Reduced from 360px */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.3s ease;
}


.card-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.contact-card {
  position: absolute;
  top: 50px;
  left: -20px;
  min-width: 220px;
  z-index: 999;
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 576px) {
  .contact-card {
    padding: 1rem;
    font-size: 0.95rem;
  }
}

