* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden; 
}
html {
  scroll-behavior: smooth;
}
h1, h2, h4, h5 {
  font-weight: 600;
}
p {
  font-weight: 300;
  line-height: 1.6;
}
img, input, textarea, select, button {
  max-width: 100%;
}
.img2{
    display: none;
}

/* badge start ******* */
.badge-img {
  transition: transform 0.3s ease;
}
.badge-img:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.badge-carousel .owl-item {
  display: flex;
  justify-content: center;
}
.badge-carousel {
  overflow: hidden;
}
.badge-carousel img,
.d-flex.flex-wrap img {
  max-width: 80px;
  height: auto;
}
/* badge end ******* */
[data-aos] {
  transition-duration: 800ms;
}
.logo-img img {
  width: 10%;
  padding: 10px 0;
}
.background {
  position: relative;
  z-index: 1;
  color: white;
}
.background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/assets/images/background-layer.jpg) no-repeat center center/cover;
  filter: brightness(50%);
  z-index: -1;
}

/* Mobile App Development Services start ****** */
.shadow-sm {
  transition: transform 0.3s ease;
}
.shadow-sm:hover {
  transform: translateY(-5px);
}
.card-hover {
  position: relative;
  background: white;
  color: #333;
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 1;
}
.card-hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, #e0f7fa 0%, #ffffff 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.card-hover:hover::before {
  opacity: 1;
}
.card-hover:hover {
  color: #0d6efd;
}
.card-hover:hover i {
  color: #0d6efd;
  transition: color 0.4s ease;
}
/* Mobile App Development Services end ****** */

/* Our Awards start ****** */
.award-item {
  padding: 20px;
  text-align: center;
}
.award-img {
  max-width: 160px;
  height: auto;
  margin: 0 auto;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.award-img:hover {
    transform: scale(1.05);
    opacity: 0.9;
    cursor: pointer;
}
/* Our Awards end ****** */

/* feature cards start ****** */
.feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  background-color: #fff;
  border: none;
  border-bottom: 5px solid #0d6efd;
  position: relative;
}
.feature-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(13, 110, 253, 0.3);
  z-index: 2;
}
/* feature cards end ****** */

/* portfolio start ****** */
.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.portfolio-item img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease;
}

.portfolio-item:hover img {
  transform: scale(1.05);
  opacity: 0.95;
  box-shadow: 0 0 20px rgba(13, 110, 253, 0.5);
}

/* Overlay */
.overlay-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.portfolio-item:hover .overlay-caption {
  opacity: 1;
  transform: translateY(0);
}

.overlay-caption h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.overlay-caption p {
  font-size: 0.85rem;
  margin: 5px 0 0;
}
/* portfolio end ****** */

/* technologies of company start ****** */
.tech-img {
  max-width: 80px;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 10px;
  border-radius: 50%;
}
.tech-img:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.technologies-carousel .owl-item {
  display: flex;
  justify-content: center;
}
/* technologies of company end ****** */

/* Industries We Serve by company start ****** */
.industry-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.6s ease !important;
  background: linear-gradient(to bottom, #ddecfb, #fff);
  position: relative;
  overflow: hidden;
}
.industry-card::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #abd4fa, #ffffff);
  z-index: 0;
  transition: top 0.6s ease;
}
.industry-card:hover::before {
  top: 0;
}
.industry-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
  z-index: 1;
}
.industry-card > * {
  position: relative;
  z-index: 2;
}
/* Industries We Serve by company end ****** */

/* <!-- About Our Custom Application of company start *********** --> */
.icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f8f9fa;
  border: 2px solid #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
  position: relative;
}
.step-number {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #007bff;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-line {
  position: absolute;
  top: 50px;
  left: 100%;
  width: 40px;
  height: 2px;
  background-color: #007bff;
  animation: grow-horizontal 1s ease forwards;
}
/* <!-- About Our Custom Application of company end *********** --> */

/* About company start*********** */
.about-section {
  padding: 60px 20px;
}
.about-title {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.about-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #0d6efd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.brightness-img {
  filter: brightness(50%);
}
.welcome-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
  z-index: 2;
  width: 100%;
}
.custom-welcome-text {
  font-family: 'Arial Black', sans-serif;
  font-weight: bold;
  line-height: 1.3;
}
.custom-welcome-text .small-text {
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin: 0 5px;
  display: inline-block;
}
.custom-welcome-text .team-text {
  font-size: 2.2rem;
  color: #0d6efd;
  letter-spacing: 3px;
  margin: 0 10px;
  display: inline-block;
}
.custom-welcome-text .welcome-text {
  font-size: 3rem;
  color: #ffffff;
  letter-spacing: 4px;
  margin-top: 10px;
  display: block;
}
/* About company end*********** */

/* custom innovations start*********** */
.custom-section-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.custom-section-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #0d6efd;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.custom-feature-box {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 transparent;
}
.custom-feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.custom-feature-box:hover .custom-feature-icon {
  transform: scale(1.2);
  color: #6610f2; 
}
.custom-feature-icon {
  font-size: 48px;
  color: #0d6efd;
  margin-bottom: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
}
/* custom innovations end*********** */

/* renowned brands start*********** */
.brand-logo {
  max-height: 70px;
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: grayscale(0%);
}
.brand-logo:hover {
  transform: scale(1.1);
  filter: grayscale(100%);
}
/* renowned brands end*********** */

/* FAQ's start*********** */
.faq-section {
  padding: 50px 15px;
}
.faq-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  color: #333;
}
.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.faq-question {
  padding: 15px 20px;
  font-weight: 600;
  font-size: 1.05rem;
  background: #e9ecef;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question:hover {
  background: #dbe3ea;
}
.faq-answer {
  display: none;
  padding: 20px;
  font-size: 0.95rem;
  border-top: 1px solid #ddd;
  background: #fff;
}
.faq-icon {
  transition: transform 0.3s;
}
.faq-item.open .faq-answer {
  display: block;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  color: #dc3545;
}
/* FAQ's end*********** */

/* enquire button start*********** */
.enquire-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0099ff;
  color: white;
  text-align: center;
  padding: 15px;
  z-index: 1050;
  font-weight: bold;
  display: none; 
  cursor: pointer;
}
.enquire-btn i {
  margin-right: 8px;
}
/* enquire button end*********** */

/* footer start*********** */
.copie2{
  display: none;
}
/* footer end*********** */

/* modal start*********** */
.custom-modal-width {
  max-width: 500px; 
  width: 90%;
}
/* modal end*********** */