:root {
  --primary-main-color: #7dab2d;
  --secondary-main-color: #191919;
  --main-font: "Montserrat", sans-serif;
  --primary-blue: #0a3d62;
  --accent-blue: #007bff;
  --light-text: #e0e7ff;
  --secondary-bg: #073450;
  --deep-blue: #022033;
  --white-alpha-10: rgba(255, 255, 255, 0.1);
  --white-alpha-70: rgba(255, 255, 255, 0.7);
  --white-alpha-80: rgba(255, 255, 255, 0.8);
  --rgb-indigo-600: 79, 70, 229;
  --color-indigo-600: #4f46e5;
  --color-indigo-200: #c7d2fe;
  --color-light-purple: #ede9fe;
  --color-gray-900: #111827;
  --color-gray-500: #6b7280;
  --color-bubble-text: #6d28d9;
  --color-bubble-bg: #e9d5ff;
  --color-divider: #d1d5db;
  --card-radius: 12px;
  --shadow-tint-color: #f0f3ff;
  ---black: #0000;
  ---white: #fff;
  --primary-dark: #0b0e1a;
  --accent-pink: #e91e63;
  /* Your Vision */
  --accent-cyan: #00bcd4;
  /* Our Technology */
  --white: #ffffff;
  --gray-300: #d1d5db;
  /* For light text */
  --cyan-600: #0891b2;
  /* Button background */
  --cyan-700: #0e7490;
  /* Button hover background */
  --primary-dark: #0b0e1a;
  --accent-pink: #e91e63;
  --accent-cyan: #00bcd4;
  --white: #ffffff;
  --gray-300: #d1d5db;
  --cyan-600: #0891b2;
  --cyan-700: #0e7490;
  --accent: #7e3af2;
  --accent: #7e3af2;
  --primary-600: #7e3af2;
  --primary-700: #6f2ee0;
  --bg: #f4f4f4;
  --muted: #666;
  --primary-color: #6b63ff;
  --img-radius: 12px;
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
  --speed: 0.35s ease-out;
}

body {
  font-family: var(--main-font);
  margin: 0;
  background-color: #f4f4f4;
}

.content-area-limit {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .content-area-limit {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .content-area-limit {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.footer-wrapper {
  width: 100%;
  background-color: #000;
  color: var(--light-text);
  padding-top: 3rem;
  position: relative;
}

.tech-pattern {
  background-image: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    radial-gradient(
      circle at 10% 90%,
      rgb(125 171 45 / 10%) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 90% 10%,
      rgb(125 170 45 / 35%) 0%,
      transparent 40%
    );
  background-size: 50px 50px, 50px 50px, cover, cover;
}
.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .footer-content {
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
  }
}

.footer-heading {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid var(--primary-main-color);
  padding-bottom: 0.5rem;
  display: inline-block;
  line-height: 1;
}

.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  color: #fff;
  text-decoration: none;
}

.logo-text h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}

.logo-text p {
  font-size: 0.875rem;
  color: var(--accent-blue);
  margin: 0;
  font-weight: 500;
}

.col-about p {
  font-size: 0.875rem;
  line-height: 1.625;
  margin-bottom: 1.5rem;
  font-family: var(--main-font);
  font-weight: 500;
}

.social-icons {
  display: flex;
  gap: 0.75rem;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--accent-blue);
  color: #fff;
  border-radius: 0.375rem;
  font-size: 1.25rem;
  transition: background-color 0.3s;
}

.social-icons a:hover {
  background-color: #0056b3;
}

.quick-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-links li {
  margin-bottom: 0.5rem;
}

.quick-link-item {
  position: relative;
  padding-left: 1.5rem;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  color: var(---white);
  text-decoration: none;
  transition: color 0.3s;
  font-family: var(--main-font);
  font-weight: 600;
}

.quick-link-item::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-main-color);
  font-size: 0.6rem;
  transition: transform 0.3s;
}

.quick-link-item:hover {
  color: var(--primary-main-color);
}

.quick-link-item:hover::before {
  transform: translateY(-50%) translateX(4px);
}

.post-item {
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--white-alpha-10);
}

.post-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-thumb {
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  border-radius: 0.375rem;
  overflow: hidden;
  margin-right: 1rem;
}

.post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-info a {
  color: var(--light-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375;
  display: block;
  margin-bottom: 0.25rem;
  transition: color 0.3s;
}

.post-info a:hover {
  color: var(--primary-main-color);
}

.post-info span {
  font-size: 0.75rem;
  color: var(--white-alpha-70);
  display: block;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  border: 1px solid #7dab2d;
  border-radius: 50%;
  font-size: 1.25rem;
  color: #7dab2d;
  margin-right: 1rem;
}

.contact-text {
  padding-top: 0.25rem;
}

.contact-text strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--white-alpha-80);
  margin-bottom: 0.125rem;
}

.contact-text span,
.contact-text a {
  display: block;
  color: var(--light-text);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
}

.contact-text a:hover {
  color: var(--primary-main-color);
  transition: color 0.3s;
}

/* .footer-bottom {
  background-color: var(--secondary-bg);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid var(--white-alpha-10);
} */
.footer-bottom {
  background-color: #29380f;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid rgb(255 255 255 / 11%);
  border-radius: 40px 40px 0px 0px;
}
.bottom-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bottom-content {
    flex-direction: row;
  }
}

.copyright {
  margin: 0;
  color: rgb(255 255 255);
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 768px) {
  .copyright {
    margin-bottom: 0;
  }
}

.bottom-links {
  display: flex;
  gap: 1rem;
  text-align: center;
}

.bottom-links a,
.bottom-links span {
  color: rgb(255 255 255);
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
}

.bottom-links a:hover {
  color: var(--primary-main-color);
}

/************************productCard start**********************/
.grid-container {
  max-width: 1200px;
  width: 100%;
}

.header-section {
  text-align: center;
  padding: 0 1rem;
  width: 100%;
  margin-bottom: 3rem;
}

.bubble-tag {
  display: inline-block;
  padding: 0.7rem 1.25rem;
  margin-bottom: 1.5rem;
  background-color: var(--primary-main-color);
  color: var(---white);
  font-size: 0.65rem;
  font-weight: 600;
  border-radius: 9999px;
  letter-spacing: 0.05em;
  font-family: var(--main-font);
}
.main-heading {
  font-size: 2.5rem !important;
  font-weight: 800;
  color: var(--color-gray-900);
  line-height: 1.2;
  margin-bottom: 0;
  font-family: var(--main-font);
}

.header-description {
  font-size: 1.25rem;
  color: var(--color-gray-500);
  margin-top: 1rem;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.divider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 0 auto;
  width: 100%;
  max-width: fit-content;
}

.divider-line {
  width: 80px;
  height: 8px;
  background-color: var(--secondary-bg);
  border-radius: 9999px;
  margin-right: 8px;
}

.divider-dot {
  width: 8px;
  height: 8px;
  background-color: var(--color-gray-900);
  border-radius: 50%;
}

@media (min-width: 768px) {
  .main-heading {
    font-size: 4rem;
  }
}

.blob-bg {
  border-radius: 40% 60% 70% 30% / 50% 30% 70% 50%;
  background-color: #ede9fe7d;
  transform: rotate(-5deg);
  width: 5rem;
  height: 5rem;
  transition: background-color 0.5s ease-in-out;
}

.feature-card {
  position: relative;
  padding: 1.5rem;
  background-color: white;
  border-radius: var(--card-radius);
  box-shadow: 0 10px 20px -5px rgb(125 171 45 / 17%), 0 0 0 4px #7dab2d0d;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  min-height: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-card:hover {
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2),
    0 0 0 4px var(--shadow-tint-color);
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--primary-main-color);
  border-radius: var(--card-radius);
  transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 5;
}

.feature-card:hover .hover-overlay {
  height: 100%;
}

.content-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 150px;
}

.icon-container {
  display: flex;
  justify-content: center;
  height: 6rem;
  margin-bottom: 0.5rem;
}

.icon-container .blob-bg-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.card-icon {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 3.7rem;
  padding-top: 1rem;
}

.card-icon img {
  width: 2.6rem;
  height: 3rem;
  object-fit: contain;
}

.feature-card:hover .card-icon img {
  filter: brightness(0) invert(1);
}

/* Text Styles */
.card-title {
  font-size: 0.8rem;
  color: #000 !important;
  text-align: center;
  letter-spacing: -0.025em;
  margin-top: 0.5rem;
  font-weight: 600;
  font-family: var(--main-font);
}

.feature-card:hover .card-title {
  color: white !important;
}

.feature-card .content-wrapper.no-text {
  justify-content: center;
  height: 100%;
}
section.productCard {
  background-color: #f5f5f5;
}
/******************************************main Button End**************************/

.mainBtn {
  --color: var(---white);
  background-color: var(--primary-main-color);
  font-family: inherit;
  display: inline-block;
  line-height: 1.9em;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.5s;
  z-index: 1;
  font-size: 15px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--color);
  text-align: center;
  text-decoration: auto;
  padding: 5px 15px;
}
.mainBtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--secondary-main-color);
  height: 150px;
  width: 200px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
}

.mainBtn:hover {
  color: #fff;
}

.mainBtn:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.mainBtn:hover:before {
  top: -30px;
  left: -30px;
}

.mainBtn:active:before {
  background: var(--secondary-bg);
  transition: background 0s;
}
.mainBtn a {
  text-align: center;
}
/******************************************main Button End**************************/

/******************************************about section start**************************/
@keyframes rotatePattern {
  to {
    transform: rotate(360deg);
  }
}

.images-column-container {
  perspective: 1500px;
  perspective-origin: center;
  width: 100%;
}

.inner-column-background {
  position: relative;
  padding: 80px 40px;
  min-height: 500px;
  background-image: url("../assets/images/globe.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.85;
  overflow: hidden;
}

.inner-column-background::after {
  content: "";
  position: absolute;
  top: -12px;
  right: 35px;
  width: 564px;
  height: 517px;
  background-image: url(../assets/images/pattern.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.72;
  z-index: 1;
  animation: rotatePattern 20s linear infinite;
}

#parallaxBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  height: 400px;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  transition: transform var(--speed);
  z-index: 10;
}

#parallaxBox img {
  border-radius: var(--img-radius);
  box-shadow: var(--shadow);
  position: absolute;
  object-fit: cover;
  transition: transform var(--speed);
}

.image-one {
  width: 250px;
  height: 350px;
  top: 50px;
  left: 60px;
  z-index: 4;
}

.image-two {
  width: 180px;
  height: 180px;
  top: -20px;
  left: 280px;
  z-index: 5;
  transform: rotate(5deg);
}

.image-three {
  width: 220px;
  height: 200px;
  top: 180px;
  left: -10px;
  z-index: 3;
  transform: rotate(-3deg);
}

.image-four {
  width: 200px;
  height: 160px;
  top: 300px;
  left: 240px;
  z-index: 6;
}

@media (max-width: 768px) {
  .inner-column-background {
    min-height: 340px;
    padding: 10px 0;
  }

  .inner-column-background::after {
    animation: none;
    opacity: 0.3;
    width: 300px;
    height: 300px;
    right: 0px;
    top: 10px;
  }

  #parallaxBox {
    position: relative;
    transform: none !important;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    transform-style: flat;
  }

  #parallaxBox img {
    position: relative;
    width: 85% !important;
    margin: 12px auto;
    display: block;
    height: auto !important;
    transform: none !important;
  }

  .image-one,
  .image-two,
  .image-three,
  .image-four {
    left: auto;
    top: auto;
  }
}

@media (max-width: 480px) {
  #parallaxBox img {
    width: 95% !important;
  }
}
/******************************************about section end**************************/

/******************************************company logo start**************************/

/* Typography Styles (Replaces Tailwind utilities) */
.companyLogo h2 {
  font-size: 1.875rem !important;
  line-height: 2.25rem;
  font-weight: 800;
  color: var(--secondary-main-color);
  text-align: center;
  margin-bottom: 3rem;
  font-family: var(--main-font);
}

@media (min-width: 640px) {
  .companyLogo h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.companyLogo .text-sm {
  font-size: 0.875rem;
  color: #6b7280;
  text-align: center;
  margin-top: 3rem;
  font-family: var(--main-font);
}

.companyLogo .logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .companyLogo .logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .companyLogo .logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .companyLogo .logo-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (min-width: 1280px) {
  .companyLogo .logo-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .companyLogo .logo-card:nth-child(6) {
    display: block !important;
  }
}

.companyLogo .logo-card.lg-hidden {
  display: none;
}

@media (min-width: 1024px) {
  .companyLogo .logo-card.lg-hidden {
    display: block;
  }
}

.companyLogo .logo-card.xl-hidden {
  display: none;
}

@media (min-width: 1280px) {
  .companyLogo .logo-card.xl-hidden {
    display: block;
  }
}

.companyLogo .logo-card {
  position: relative;
  height: 5rem;
  line-height: 5rem;
  background-color: white;
  padding: 1rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.companyLogo .logo-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.05);
}

.companyLogo .logo-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  transition: opacity 0.4s ease-out;
}

.companyLogo .logo-image-wrapper img {
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.companyLogo .logo-card:hover .logo-image-wrapper img {
  filter: none;
  transform: scale(1.05);
}

.companyLogo .logo-front {
  z-index: 2;
  opacity: 1;
}

.companyLogo .logo-back {
  z-index: 1;
  opacity: 0;
}

.companyLogo .fade-out {
  opacity: 0 !important;
}

.companyLogo .fade-in {
  opacity: 1 !important;
}

/******************************************company logo end**************************/

/******************************************technoly start here**************************/
.technology-section {
  position: relative;
  padding: 110px 0px 70px;
}

.technology-section .title-column {
  position: relative;
}

.technology-section .title-column .inner-column {
  position: relative;
  padding-top: 30px;
}

.technology-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgb(23 23 25);
}

.technology-section .pattern-layer-one {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}

.technology-section .pattern-layer-two {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
}

.technology-section .blocks-column {
  position: relative;
}

.technology-section .blocks-column .inner-column {
  position: relative;
}

.technology-section
  .blocks-column
  .inner-column
  .technology-block:nth-child(4) {
  margin-left: -100px;
}

.technology-block {
  position: relative;
  margin-bottom: 30px;
}

.technology-block .inner-box {
  position: relative;
  padding: 45px 15px;
  text-align: center;
  border-radius: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.technology-block .inner-box .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  z-index: 1;
}

.technology-block .inner-box .icon-box {
  position: relative;
  color: var(--primary-main-color);
  font-size: 44px;
  line-height: 1em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.technology-block .inner-box:hover .icon-box {
  transform: rotateY(180deg);
}

.technology-block .inner-box h6 {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  margin-top: 18px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.technology-block .inner-box:hover {
  border-color: #ffffff;
  background-color: #ffffff;
}

.technology-block .inner-box:hover .icon-box {
  color: var(--secondary-main-color);
  transition: 0.5s ease-in-out;
}

.technology-block .inner-box:hover h6 {
  color: #000055;
}

.technology-section.style-two .technology-block {
  width: 20%;
  padding: 0px 15px;
}

.technology-section.style-two .technology-block h6 {
  text-transform: capitalize;
}
#techHead h2 {
  color: var(---white);
  font-family: var(--main-font);
  font-size: 1.875rem;
  font-weight: 700;
}

/******************************************technology end here**************************/

/******************************************service section start here**************************/

/* ------------------ Grid Container ------------------ */
.serviceSection {
  background-color: var(--secondary-main-color);
}
.serviceSection h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  color: var(---white);
  text-align: center;
  margin-bottom: 1rem;
  font-family: var(--main-font);
}
.serviceParagraph {
  font-size: 0.875rem;
  /* line-height: 2.25rem; */
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
  font-family: var(--main-font);
}
.service-grid h3 {
  color: #fff !important;
}
.service-grid p {
  color: #ffffff !important;
  font-weight: 400;
}
.service-grid {
  display: grid;
  gap: 1rem; /* Small gap for compact design */
  width: 100%;
  max-width: 75rem;
  /* CRITICAL FIX: Add margin auto for centering and explicit horizontal padding */
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  box-sizing: border-box;

  /* Mobile/Small Tablet: 1 or 2 columns based on size */
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* Tablet/Medium Screen: 2 columns */
.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

/* Tablets (≥ 768px) — 2 Columns */
@media (min-width: 768px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Laptops / Desktops (≥ 1024px) — 3 Columns */
@media (min-width: 1024px) {
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Large Screens (≥ 1400px) — 4 Columns */
/* @media (min-width: 1400px) {
  .service-grid {
    grid-template-columns: repeat(4, 1fr);
  }
} */
/* ------------------ Service Card Styles ------------------ */
.service-card {
  /* Glassmorphism/Dark Card Style */
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  cursor: inherit;

  border-radius: 0.75rem;
  padding: 1.25rem 1rem; /* Small padding */
  box-sizing: border-box;

  /* KEY: Vertical, centered layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 200px; /* Small minimum height */
}

.service-card:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 0 15px #7dab2d73;
}

/* ------------------ Element Styles ------------------ */

.service-icon-img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  object-fit: contain;
  background-color: #7dab2d00;
  padding: 6px;
  box-shadow: 0 0 8px rgb(125 171 45);
}

h3.card-title {
  font-size: 1rem;
  /* font-weight: 700; */
  margin-bottom: 0.5rem;
  color: #9ad435 !important;
  line-height: 1.3;
}

.description {
  font-size: 0.85rem;
  /* color: var(--subtle-text); */
  margin-bottom: 0.5rem;
  /* line-height: 1.5; */
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  /* -webkit-line-clamp: 3; */
  /* -webkit-box-orient: vertical; */
}

/* Custom Button Style (Small size) */

/******************************************service section end here**************************/

/******************************************slider section start here**************************/

.videoSlider {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.videoSlider #video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -2;
  object-fit: cover;
}

#video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #000000 !important; */
  background: linear-gradient(90deg, #000000d9 10%, rgb(0 0 0 / 45%) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C1338",endColorstr="#081A32",GradientType=1);
  z-index: 2;
  z-index: -1;
}
#main-content {
  height: 100vh;
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  width: 100%;
  max-height: 100%;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.875rem;
}

@media (min-width: 640px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  #main-content {
    padding: 0 3rem;
  }

  .hero-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .left-content {
    grid-column: span 2 / span 2;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3.25rem;
  }

  .right-content {
    margin-top: 0;
    align-items: center;
  }
}

.heading-group h1,
.heading-group h2 {
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  font-size: 32px;
  color: #fff;
}

.pink-text {
  color: #99df20;
}

.cyan-text {
  color: var(--primary-main-color);
}

.subtitle {
  font-family: var(--main-font);
  font-size: 2.45rem;
  color: #ffffff;
  opacity: 0.8;
  line-height: 2.2 !important;
}
.smallTittleH {
  font-family: var(--main-font);
  font-size: 2.15rem;
  color: #ffffff;
  opacity: 0.56;
  /*line-height: 0.2 !important;*/
  font-weight: 600;
}

.dynamic-list {
  list-style: none;
  padding: 0;
  margin-top: 2.5rem;
}

.dynamic-list li {
  font-size: 1.125rem;

  display: flex;
  align-items: flex-start;
  line-height: 2.625;
}
.list-bullet {
  margin-right: 0.75rem;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 2;
  color: var(--primary-main-color);
}

.list-text {
  line-height: 1.95;
  transition: opacity 0.5s ease-in-out;

  opacity: 1;
}

.list-item-fading,
.right-text-fading {
  opacity: 0;
}

.list-item-visible,
.right-text-visible {
  opacity: 1;
  color: var(---white);
}
.offCon {
  opacity: 0.4;
  color: var(---white);
  font-size: 14px;
}

.right-content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: 11rem;
  min-height: 100px;
}

@media (min-width: 1024px) {
  .right-content {
    justify-content: flex-end;
    align-items: center;
  }
}

#right-dynamic-text {
  text-align: right;
  max-width: 20rem;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

#right-dynamic-text p:first-child {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

#right-dynamic-text p:last-child {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary-main-color);
}

@keyframes subtleGlow {
  0% {
    box-shadow: 0 0 10px var(--accent-cyan);
  }

  50% {
    box-shadow: 0 0 20px var(--accent-cyan), 0 0 5px var(--cyan-600);
  }

  100% {
    box-shadow: 0 0 10px var(--accent-cyan);
  }
}

/******************************************slider section end here**************************/

/******************************************nav section start here**************************/
a.productMenu {
  background-color: #fbfbfb;
  padding: 6px 8px;
  margin-bottom: 10px;
  display: block;
  border-radius: 6px;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* SOFT & CLEAN HOVER */
a.productMenu:hover {
  background-color: rgba(125, 171, 45, 0.08); /* very light green */
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

.top-bar {
  display: none;
  width: 100%;
  background: #000 !important;
  color: white;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  justify-content: space-between;
  align-items: center;
}

.top-left {
  display: flex;
  gap: 0.5rem 30px;
  align-items: center;
}
.top-right {
  display: flex;
  gap: 0.5rem 8px;
  align-items: center;
}
.top-left a,
.top-right a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  transition: color 0.2s;
}

.top-left a:hover,
.top-right a:hover {
  color: var(--primary-main-color);
  transition: 0.5s ease-in-out;
}

nav.main-nav {
  width: 100%;
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: none;
}

nav.main-nav.scrolled {
  /* 3. Set opaque background when sticky/scrolled */
  background: #fff;
  /* box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15); */
  /* Heavier shadow */
  /* border-bottom: 2px solid var(--accent); */
  /* Subtle accent color line */
}

.brand {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-600);
}

.main-menu {
  display: none;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
  align-items: center;
}

.main-menu li {
  display: inline-flex;
}

.main-menu a {
  font-weight: 600;
  transition: color 0.2s;
}

.main-menu a:hover {
  color: var(--primary-main-color);
  transition: 0.5s ease-in-out;
}

.cta-btn {
  background: var(--primary-600);
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 0.625rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(126, 58, 242, 0.12);
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.cta-btn:hover {
  background: var(--primary-700);
}

.group {
  position: relative;
}

.group > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mega {
  position: absolute;
  left: 90%;
  transform: translateX(-50%) translateY(12px);
  top: 111% !important;
  width: 1017px;
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.25rem;
  box-shadow: 0 18px 50px rgba(2, 6, 23, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  border: 1px solid rgba(15, 23, 42, 0.06);
  z-index: 10;
  top: 36px;
}
/* .mega {
  position: absolute;
  left: 69%;
  top: 105%;
  transform: translateX(-48%) translateY(10px) !important;
  width: 1031px;
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.25rem;
  box-shadow: 0 18px 50px rgba(2, 6, 23, 0.12);
  border: 1px solid rgba(15, 23, 42, 0.06);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
} */

.group:hover .mega {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}
.card {
  padding: 1rem;
  border-radius: 0.5rem;
}

.card.primary {
  background: rgba(126, 58, 242, 0.05);
  border: 1px solid rgba(126, 58, 242, 0.08);
}

.card.right {
  background: #f8fafc;
  border: 1px solid #f1f5f9;
}

#mobilePanel {
  position: fixed;
  top: 0;
  left: -18rem;
  width: 18rem;
  height: 100vh;
  background: #fff;
  z-index: 100;
  padding: 1.5rem;
  box-shadow: 0 20px 60px rgba(2, 6, 23, 0.2);
  transition: left 0.28s cubic-bezier(0.22, 0.9, 0.35, 1);
  overflow-y: auto;
}

#mobilePanel.open {
  left: 0;
}

#mobilePanel .panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 0.75rem;
}

#mobilePanel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mobilePanel li {
  border-bottom: 1px solid #f3f4f6;
}

#mobilePanel a {
  display: block;
  padding: 0.75rem 0;
  font-weight: 700;
  color: #374151;
  transition: color 0.2s;
}

#mobilePanel a:hover {
  color: var(--accent);
}

.panel-consult {
  display: block;
  margin-top: 1.25rem;
  padding: 0.75rem;
  text-align: center;
  border-radius: 0.625rem;
  font-weight: 800;
  background: var(--primary-600);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.panel-consult:hover {
  background: var(--primary-700);
}

#overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  z-index: 40;
}

#overlay.visible {
  opacity: 1;
  visibility: visible;
}

.mobile-item .has-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.75rem 0;
  font-weight: 800;
  color: #374151;
}

.mobile-dropdown {
  max-height: 0;
  overflow: hidden;
  background: #f8f8f8;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  transition: max-height 0.35s ease-out, padding 0.25s ease;
  padding: 0 0.5rem;
}

.mobile-item.open .mobile-dropdown {
  max-height: 25rem;
  padding: 0.5rem;
}

@media (min-width: 1024px) {
  .top-bar {
    display: flex;
    padding: 0.5rem 2.5rem;
  }

  nav.main-nav {
    padding: 1rem 2.5rem;
  }

  .main-menu {
    display: flex;
  }

  .hamburger {
    display: none;
  }
}
.allIconCl {
  color: var(--primary-main-color);
}
/******************************************nav section end here**************************/
/******************************************logo section start here**************************/
.logo-container {
  text-align: center;
  padding: 0px 0;
}

/* .logo {
  max-width: 162px;
  width: 100%;
  height: auto;
} */
/* .logo {
  max-width: 162px;
  width: 100%;
  height: auto;
} */
/* .logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  display: block;
} */
.logo {
  max-width: 273px;
  height: auto;
  object-fit: contain;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .logo {
    max-width: 150px;
  }
}

@media (max-width: 480px) {
  .logo {
    max-width: 120px;
  }
}

.top-right a i {
  font-size: 16px;
  margin: 0 8px;
  transition: 0.3s ease;
}

/* Official Brand Colors */
.top-right a .fa-facebook-f {
  color: #1877f2; /* Facebook Blue */
}

.top-right a .fa-x-twitter {
  /*color: #000000; */
}

.top-right a .fa-linkedin-in {
  color: #0a66c2; /* LinkedIn Blue */
}

.top-right a .fa-instagram {
  color: #e1306c; /* Instagram Pink Gradient Base */
}

.top-right a .fa-google {
  color: #ea4335; /* Official Google Red */
}

/* Hover Effect */
.top-right a:hover i {
  transform: scale(1.2);
  opacity: 0.9;
}

/******************************************logo section end here**************************/
/******************************************tap to top start**************************/
html {
  scroll-behavior: smooth;
}

.back-to-top-btn {
  transition: opacity 300ms ease, transform 300ms ease;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 50;
}
/******************************************tap to top end**************************/
/**************************blog section start**************************/

/* --- Section Layout: Removed Horizontal Padding (Only vertical remains) --- */
.blog-section {
  width: 100%;
  padding: 2rem 0;
  max-width: 100%;
  margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .blog-section {
    padding: 3rem 0;
  }
}

@media (min-width: 1024px) {
  .blog-section {
    padding: 4rem 0;
  }
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  /* Removed all horizontal padding from container */
}

/* --- Header Styling: Added specific padding for text safety --- */
.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
  padding: 0 1rem;
  /* Padding for header text */
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: 3rem;
    padding: 0 2rem;
    /* Increased padding on larger screens */
  }
}

.section-tag {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--primary-blue);
}

.section-title {
  margin-top: 0.5rem;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 800;
  color: #000;
}

@media (min-width: 640px) {
  .section-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .section-title {
    font-size: 3rem;
  }
}

/* --- Grid Styling: Added padding to grid for gap management and layout safety --- */
.blog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  /* Default: 1 column */
  gap: 2rem;
  justify-items: stretch;
  /* Cards stretch to fill the column */
  padding: 0 1rem;
  /* Padding for mobile layout */
}

@media (min-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* Tablet/Medium: 2 columns */
    gap: 2.5rem;
    padding: 0 2rem;
    /* Increased padding on larger screens */
  }
}

@media (min-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* Desktop/Large: 3 columns */
    gap: 2.5rem;
    padding: 0 2rem;
    /* Consistent padding on desktop for edge spacing */
  }
}

/* --- Card Styling: Max width removed. Card is fluid width (100% of grid column). --- */
.blog-card {
  background-color: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);

  width: 100%;
}

/* Card Hover Effect */
.blog-card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* --- Image Styling --- */
.blog-image-link {
  display: block;
  height: 10rem;
  overflow: hidden;
}

.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease-in-out;
}

/* Image Hover Effect */
.blog-card:hover .blog-image {
  transform: scale(1.05);
}

/* --- Content and Meta --- */
.blog-content {
  padding: 1rem;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  color: var(--text-color-light);
  margin-bottom: 0.5rem;
}

.blog-date,
.meta-item {
  display: flex;
  align-items: center;
}

.meta-group {
  display: flex;
  gap: 1rem;
}

.meta-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}

/* Specific icon colors */
.blog-date .meta-icon {
  color: var(--primary-main-color);
}

.meta-group .meta-icon {
  color: #9ca3af;
}

/* --- Title and Excerpt --- */
.blog-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem 6.4px;
  line-height: 2.375;
}

.blog-title a {
  color: var(--text-color-dark);
  transition: color 200ms ease;
}

.blog-title a:hover {
  color: var(--primary-main-color);
}

.blog-excerpt {
  font-size: 0.8125rem;
  color: var(--text-color-light);
  margin-bottom: 0.75rem;
  font-weight: 600;
}

/* --- Read More Link --- */
.read-more {
  display: inline-flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--primary-main-color);
  transition: color 200ms ease;
}

.read-more:hover {
  color: var(--primary-main-color);
}

.read-more-arrow {
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.25rem;
  transition: transform 200ms ease;
}

/* Read More Arrow Hover Effect */
.blog-card:hover .read-more-arrow {
  transform: translateX(4px);
}
/**************************blog section end**************************/

/**************************bread cum are start**************************/
.header-bg {
  background: linear-gradient(rgb(0 0 0 / 42%), rgb(125 171 45 / 62%)),
    url(../assets/images/about-brd.webp) center / cover no-repeat;
  /* background-color: #0c55ff; */
}
.breadcrumb-link {
  transition: color 0.2s;
}
.breadcrumb-link:hover {
  color: #4f46e5;
}

/**************************bread cum area end**********************/

/**************************about page start start**********************/
/* about section start*/
.container {
  width: 90%;
  margin: auto;
}

/* ================= COUNTER SECTION ================== */
.counter-section {
  padding: 40px 0;
  background: #e8f0ff;
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  text-align: center;
  gap: 25px;
}

.counter-box h2 {
  font-size: 45px;
  color: var(--primary-main-color);
  font-weight: 700;
}

.counter-box p {
  font-size: 15px;
  margin-top: 5px;
}

/* ================= ABOUT SECTION ================== */

.about-section {
  background: linear-gradient(rgb(0 0 0), rgb(125 171 45 / 30%)),
    url(../assets/images/about-bg) center / cover no-repeat;
  padding: 60px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 40px;
}

/* LEFT IMAGE + 2 WAVES */
.wave-wrap {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: auto;
}

.main-img {
  width: 100%;
  border-radius: 25px;
  position: relative;
  z-index: 5;
}

/* Wave circles */
.circle1,
.circle2 {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  animation: pulse 8s infinite ease-in-out;
}

.circle1 {
  width: 160%;
  height: 160%;
  top: -30%;
  left: -30%;
}

.circle2 {
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  animation-delay: 2s;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.6;
  }

  100% {
    transform: scale(0.95);
    opacity: 0.4;
  }
}

/* RIGHT TEXT */
.content-area h2 {
  font-size: 30px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 15px;
}

.content-area h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.content-area p {
  color: #e4e4e4;
  margin-bottom: 25px;
}

/* PROGRESS BAR */
.skill {
  margin-bottom: 20px;
}

.label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  color: white;
}

.progress {
  width: 100%;
  height: 8px !important;
  background: #ffffff60;
  border-radius: 5px;
}

.progress-bar {
  height: 100%;
  width: 0;
  background: var(--primary-main-color) !important;
  border-radius: 5px;
  transition: 2.5s ease;
}

/* Wave Wrapper (keeps circle perfectly centered) */
.wave-wrap {
  position: relative;
  width: fit-content;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Image */
.main-img {
  width: 380px;
  /* set fixed width */
  height: 480px;
  /* set fixed height */
  object-fit: cover;
  /* keeps image proper */
  border-radius: 25px;
  z-index: 5;
  position: relative;
}

/* Waves – now perfect circles */
.circle1,
.circle2 {
  position: absolute;
  border-radius: 50%;
  background: rgb(125 171 45 / 0%);
  animation: pulse 6s infinite ease-in-out;
  border: 1px solid #7dab2d;
}

/* Circle sizes (now perfect circles) */
.circle1 {
  width: 520px;
  height: 520px;
  z-index: 1;
}

.circle2 {
  width: 620px;
  height: 620px;
  z-index: 0;
  animation-delay: 1.3s;
}

/* Center waves behind image */
.wave-wrap .circle1,
.wave-wrap .circle2 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Animation Pulse */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0.35;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.55;
  }

  100% {
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0.35;
  }
}

/**************************about page end**********************/
/**************************services page end**********************/
.custom-section {
  padding: 56px 0;
  background: #f7faff;
}
.container {
  width: 90%;
  margin: auto;
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 50px;
  align-items: center;
}

/* LEFT TEXT */
.custom-text h3 {
  font-size: 18px;
  color: var(--primary-main-color);
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.custom-text h2 {
  font-size: 27px;
  font-weight: 800;
  line-height: 1.3;
  color: #0b1a36;
  margin-bottom: 15px;
}

.custom-text p {
  color: #5a6a85;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.custom-btn {
  padding: 12px 24px;
  background: #0c55ff;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.custom-btn:hover {
  background: #073ec7;
}

/* RIGHT IMAGE + SHAPES */
.custom-image-area {
  position: relative;
  width: 100%;
  text-align: center;
}

.custom-main-img {
  width: 100%;
  /* max-width: 420px; */
  border-radius: 16px;
  position: relative;
  z-index: 5;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.15);
}

/* ABSTRACT SHAPES */
.shape {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.shape1 {
  width: 260px;
  height: 260px;
  background: rgba(12, 85, 255, 0.12);
  top: -20px;
  right: -40px;
  filter: blur(10px);
}

.shape2 {
  width: 180px;
  height: 180px;
  background: rgba(0, 190, 255, 0.15);
  bottom: -30px;
  left: -30px;
  filter: blur(12px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .custom-main-img {
    max-width: 300px;
  }
}
.why-it-matters {
  padding: 70px 0;
  background: #eaebeb;
  text-align: center;
}

.why-it-matters h2 {
  font-size: 32px;
  font-weight: 800;
  color: #0b1a36;
  margin-bottom: 12px;
}

.why-it-matters p {
  font-size: 17px;
  color: #5a6a85;
  line-height: 1.6;
  width: 70%;
  margin: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .why-it-matters p {
    width: 100%;
  }
}
.service-icon {
  font-size: 50px;
  color: var(--primary-main-color);
  margin-bottom: 15px;
}

.benefit-section {
  padding: 40px 0;
  background: #f7faff;
}

.benefit-title {
  font-size: 30px;
  font-weight: 800;
  color: #0b1a36;
  text-align: center;
  margin-bottom: 40px;
}

/* Grid */
.benefit-grid {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

/* Benefit Box */
.benefit-box {
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.benefit-box:hover {
  transform: translateY(-4px);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

/* Icon Box */
.benefit-icon {
  font-size: 22px;
  color: var(--primary-main-color);
  background: #0c55ff1a;
  padding: 12px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Text */
.benefit-box p {
  font-size: 16px;
  color: #4f6275;
  margin: 0;
  font-weight: 600;
}

.serPoints {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  background: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  border: 2px solid #7dab2d82;
  position: relative;
  box-shadow: 3px 3px 0px #7dab2d4f, inset -2px -2px 4px rgb(0 0 0 / 14%),
    inset 2px 2px 4px rgba(255, 255, 255, 0.7);
}

/**************************service page end**********************/
/**************************our work page end**********************/
/* SECTION WRAPPER */
.our-work-wrapper {
  padding: 80px 20px;

  color: #ffffff;
}

/* INNER CONTAINER */
.our-work-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}

/* LEFT SIDE */
.our-work-left {
  flex: 1 1 450px;
}

.tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 30px;
  background: rgb(94 234 212 / 0%);
  color: var(--primary-main-color);
  border: 1px solid rgb(125 171 45 / 12%);
  margin-bottom: 18px;
}

.title {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--secondary-main-color);
}

.title span {
  color: var(--primary-main-color);
}

.subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: var(--secondary-main-color);
  max-width: 480px;
  margin-bottom: 22px;
}

.divider-line {
  /* width: 60px;
  height: 3px; */
  background: var(--primary-main-color);
  /* border-radius: 10px;
  margin: 20px 0 25px; */
}

.work-points {
  padding: 0;
  list-style: none;
}

.work-points li {
  color: var(--secondary-main-color);
  font-size: 15px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.work-points li span {
  color: #5eead4;
  font-size: 18px;
  margin-right: 10px;
}

/* RIGHT SIDE */
.our-work-right {
  flex: 1 1 450px;
}

.img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.img-box {
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.img-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.35s ease;
}

.img-box:hover img {
  transform: scale(1.08);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .title {
    font-size: 30px;
  }

  .subtitle {
    font-size: 15px;
  }

  .img-box img {
    height: 150px;
  }
}
.projects-section {
  color: #333;
}

.projects-container {
  max-width: 1200px;
  margin: auto;
}

.projects-header {
  text-align: center;
  margin-bottom: 40px;
}

.projects-header h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  color: #555;
}

/* GRID */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
}

/* PROJECT CARD */
.project-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* IMAGE */
.project-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* CONTENT */
.project-content {
  padding: 20px 22px;
}

.project-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111;
}

.label {
  font-weight: 600;
  margin-top: 12px;
}

.desc {
  font-size: 15px;
  color: #555;
  margin-top: 4px;
}

/* RESULT BOX */
.result-box {
  margin-top: 16px;
  background: #e8f8ef;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 15px;
  color: #0a8f45;
  border-left: 3px solid #17c964;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .projects-header h2 {
    font-size: 28px;
  }
}
.industries-section {
  padding: 70px 20px;
  background: #f8f9fc;
}

.industries-container {
  max-width: 1200px;
  margin: auto;
}

.industries-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #333;
}

/* GRID: 4 PER ROW */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* CARD */
.industry-card {
  background: #fff;
  border-radius: 14px;
  padding: 35px 15px;
  text-align: center;
  border: 1px solid #e5e5e5;

  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.05);

  transition: 0.3s ease;
}

/* HOVER */
.industry-card:hover {
  transform: translateY(-6px);
  border-color: #7dab2d;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12), 0 14px 22px rgba(0, 0, 0, 0.1);
}

/* ICONS */
.industry-card i {
  font-size: 30px;
  color: #7dab2d;
  margin-bottom: 15px;
}

/* TITLE */
.industry-card h3 {
  font-size: 16px;
  color: #333;
  margin: 0;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .industries-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.process-section {
  padding: 80px 20px;
  background: var(--secondary-main-color);
  color: #ffffff;
}

.process-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER */
.process-header {
  text-align: center;
  margin-bottom: 40px;
}

.process-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.process-header p {
  font-size: 15px;
  color: #c7c9d3;
}

/* GRID */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

/* CARD */
.process-card {
  position: relative;
  padding: 28px 20px 24px;
  border-radius: 16px;
  background: #7ca92c;
  border: 1px solid rgb(255 255 255);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6), 0 8px 32px rgb(86 119 30 / 8%);
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}

/* HOVER EFFECT */
.process-card:hover {
  transform: translateY(-6px);
  border-color: #7dab2d;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.75), 0 22px 50px rgba(15, 23, 42, 1);
}

/* STEP BADGE */
.step-badge {
  position: absolute;
  top: -16px;
  left: 20px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fdfffb;
  color: #050816;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* TEXT */
.process-card h3 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.process-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #d2d4e0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .process-header h2 {
    font-size: 26px;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
}
.counter-section {
  padding: 80px 20px;
  background: #050816;
  color: #ffffff;
}

.counter-container {
  max-width: 1200px;
  margin: auto;
}

/* GRID */
.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* BOX */
.counter-box {
  text-align: center;
  padding: 35px 20px;
  border-radius: 16px;
  background: #0b1020;
  border: 1px solid rgba(148, 163, 184, 0.45);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6), 0 18px 40px rgba(15, 23, 42, 0.9);
  transition: 0.3s ease;
}

/* HOVER */
.counter-box:hover {
  transform: translateY(-6px);
  border-color: #7dab2d;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.75), 0 22px 50px rgba(15, 23, 42, 1);
}

/* ICON CIRCLE */
.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(125, 171, 45, 0.15);
  border: 1.5px solid #7dab2d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.icon-circle i {
  font-size: 24px;
  color: #7dab2d;
}

/* COUNTER NUMBER */
.counter-box h3 {
  font-size: 38px;
  font-weight: 700;
  color: #7dab2d;
  margin-bottom: 6px;
}

/* LABEL */
.counter-box p {
  font-size: 15px;
  color: #d1d2db;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .counter-grid {
    grid-template-columns: 1fr;
  }
}
.cta-section {
  padding: 90px 20px;
  text-align: center;
  background: linear-gradient(135deg, #181819 0%, #191919 100%);
  color: #ffffff;
  position: relative;
}

/* Container */
.cta-container {
  max-width: 900px;
  margin: auto;
}

/* Title */
.cta-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Subtitle */
.cta-subtitle {
  font-size: 16px;
  color: #d1d2db;
  margin-bottom: 30px;
}

/* Button */
.cta-button {
  display: inline-block;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 600;
  background: #7dab2d;
  color: #050816;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 6px 18px rgba(125, 171, 45, 0.45), inset 0 0 0 transparent;
}

.cta-button i {
  margin-left: 8px;
}

/* Hover Effect */
.cta-button:hover {
  background: transparent;
  color: #7dab2d;
  border: 2px solid #7dab2d;
  box-shadow: 0 8px 22px rgba(125, 171, 45, 0.55),
    inset 0 0 14px rgba(125, 171, 45, 0.35);
}

/* Responsive */
@media (max-width: 600px) {
  .cta-title {
    font-size: 28px;
  }

  .cta-button {
    padding: 12px 28px;
    font-size: 15px;
  }
}

/**************************our work page end**********************/
/**************************technology page start**********************/
.intro-section {
  padding: 80px 20px;
  background: var(--secondary-main-color);
  color: #ffffff;
}

.intro-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

/* Title */
.intro-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #7dab2d;
}

/* Paragraph */
.intro-text {
  font-size: 17px;
  line-height: 1.8;
  color: #c7c9d3;
  max-width: 750px;
  margin: auto;
  background: rgba(255, 255, 255, 0.03);
  padding: 25px 28px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4), 0 15px 35px rgba(15, 23, 42, 0.8);
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .intro-title {
    font-size: 26px;
  }
  .intro-text {
    font-size: 15px;
    padding: 20px;
  }
}
.why-tech-section {
  padding: 80px 20px;
  background: #050816;
  color: #ffffff;
}

.why-tech-container {
  max-width: 1250px;
  margin: auto;
}

.why-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(---white);
}

/* FLEX LAYOUT */
.why-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}

/* CARD — 4 PER FIRST ROW, 3 PER SECOND ROW */
.why-card {
  background: #0b1020;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 18px;
  padding: 32px 22px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6), 0 18px 40px rgba(15, 23, 42, 0.9);
  transition: 0.25s ease-in-out;

  flex: 1 1 calc(25% - 22px); /* 4 CARDS IN FIRST ROW */
  max-width: calc(25% - 22px);
}

/* HOVER EFFECT */
.why-card:hover {
  transform: translateY(-6px);
  border-color: #7dab2d;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.75), 0 24px 55px rgba(15, 23, 42, 1);
}

/* ICON */
.why-icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: rgba(125, 171, 45, 0.18);
  border: 2px solid #7dab2d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.why-icon i {
  font-size: 30px;
  color: #7dab2d;
}

/* TEXT */
.why-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #ffffff;
}

.why-card p {
  font-size: 14px;
  color: #c7c9d3;
  line-height: 1.6;
}

/* TABLET — 2 CARDS PER ROW */
@media (max-width: 992px) {
  .why-card {
    flex: 1 1 calc(50% - 22px);
    max-width: calc(50% - 22px);
  }
}

/* MOBILE — 1 CARD PER ROW */
@media (max-width: 600px) {
  .why-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/**************************technology end**********************/

/*********************product pages css end****************************/
#hrmsKey {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  font-family: var(--main-font);
}
.hrmsSec {
  /*background-color: #f7faff;*/
  /* background-color: #234886; */
  background-color: #7dab2d0d;
}
.aiVehicle {
  background-color: #fff;
}
/*********************product page css end****************************/
/*********************form modal css page css end****************************/
/* Modal Premium Style */
.premium-modal {
  border-radius: 18px;
  border: none;
  padding-bottom: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  animation: fadeInScale 0.3s ease;
}

/* Smooth header */
.premium-header {
  background: #7dab2d;
  color: #fff;
  border-radius: 18px 18px 0 0;
  padding: 18px 20px;
  border-bottom: none;
}

/* Label */
.premium-label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

/* Modern inputs */
.premium-input {
  border-radius: 10px !important;
  border: 1px solid #dcdcdc;
  padding: 10px 14px;
  transition: 0.25s ease;
}

.premium-input:focus {
  border-color: #7dab2d;
  box-shadow: 0 0 0 3px rgba(125, 171, 45, 0.2);
}

/* Submit Button */
.premium-btn {
  background: #7dab2d;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  border: none;
  transition: 0.3s ease;
}

.premium-btn:hover {
  background: #6b9526;
}

/* Thank You Message */
.thank-message {
  display: none;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
  color: #7dab2d;
  font-size: 16px;
}

/* Animation */
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*********************form modal css page css end****************************/
/********************services pages card*************************/
.industry-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.industry-icon i {
  font-size: 35px;
  color: var(--primary-main-color);
}

.industry-title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 6px;
}

.industry-text {
  color: #555;
  font-size: 14px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
/********************services pages card ************************/


section.devProcess {
    background: #7dab2d0d;
}
section.moduleProcess {
    background: #fff;
}
