/* .testimonial-card {
  border-radius: 16px;
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  background-color: white;
  position: relative;
} */

/* .testimonial-card .profile-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid white;
} */

/* .star-rating {
  font-size: 1rem;
} */

/* .star-rating.pink {
  color: #ff4c93;
}

.star-rating.purple {
  color: #7c4dff;
}

.star-rating.red {
  color: #f44336;
} */

.hero-section {
  overflow: hidden;
  background-color: #fff;
}

#mainmenu .nav-link {
  font-weight: 600;
  color: #372f80;
}

#mainmenu .nav-link::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
}

#mainmenu .nav-link:hover::after {
  width: 100%;
}

#mainmenu .nav-link:focus,
#mainmenu .nav-link:active {
  background-color: transparent !important;
  outline: none;
}

@media (max-width: 991.98px) {
  #mainmenu .nav-link {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
    background-color: transparent !important;
    color: #002f5d !important;
  }

  #mainmenu .nav-link:hover {
    color: 372f80 !important;
  }

  #mainmenu {
    text-align: center;
  }
}


@media (max-width: 991.98px) {
  #navbarScroll {
    background: white;
    z-index: 1050;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  #mainmenu .nav-link {
    background-color: white;
    text-align: center;
  }

  #nav-section {
    margin-bottom: 2rem;
  }
}

.service-image {
  max-width: 100%;
  height: auto;
}

.scalability-img {
  max-width: 100%;
  height: auto;
}

.totalCustomer-img {
  height: 500px;
}

@media(max-width: 576px) and (max-width: 991px) {
  .service-image {
    width: 50% !important;
  }

  .scalability-img {
    height: 70px;
  }

  .totalCustomer-img {
    height: 300px;
  }
}

.f-profile .fp-wrap:hover {
  background-color: #002f5d;
  /* width: 210px; */
}

.f-profile .fp-wrap:hover h4 {
  color: white;
}


@media(max-width: 576px) and (max-width: 991px) {
  .fp-image {
    width: 100% !important;
  }
}

.scalability-img {
  padding: 30px;
  background-color: #002f5d;
  border-radius: 8px;
  position: relative;
  min-height: 450px;
  transition: all 0.3s ease-in-out;
}

.feature-box .text {
  font-size: 16px;
  line-height: 1.6;
}

.feature-box .i-boxed {
  font-size: 26px;
  padding: 12px;
}

.feature-box .wm {
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0.05;
  font-size: 150px;
  pointer-events: none;
}

@media (max-width: 576px) {
  .feature-box {
    padding: 20px;
    min-height: auto;
  }

  .feature-box .text {
    font-size: 14px;
  }

  .feature-box .wm {
    font-size: 100px;
    right: 0;
    bottom: 0;
  }
}

@media (man-width: 576px) and (max-width: 991px) {
 
  .position-relative {
    width: 65% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width: 576px) and (max-width: 991px) {
  .responsive-map iframe {
    width: 100% !important;
  }
}

.navbar-brand {
  padding: 4px 8px;
}

@media(min-width: 500px) and (max-width: 991px) {
  .navbar-brand img.logo {
    height: 40px !important;
    object-fit: contain;
  }
}

@media (max-width: 576px) and (max-width: 991px) {
  .navbar-toggler {
    margin-left: auto;
    padding: 6px;
  }
}

.navbar-collapse {
  transition: max-height 0.3s ease;
}

@media (max-width: 991.98px) {
  #mainmenu {
    margin-top: 1rem;
    text-align: center;
  }
}

#mainmenu a
 {
    padding: 10px 15px;
}

#mainmenu .nav-link {
  font-weight: 600;
  color: white;
  border-bottom: 1px solid transparent;
  position: relative;
  transition: border-color 0.3s ease;
}

#mainmenu .nav-link:hover {
  border-bottom-color: white;
}

.hover-none *,
.hover-none {
    pointer-events: none;
}

.responsive-top-image {
  width: 100%;
  height: 420px;
  border-radius: 5%;
  object-fit: cover;
  box-shadow: 0 10px 10px rgba(0, 47, 93, 0.3);
}

@media (max-width: 576px) and (max-width: 991px) {
  .responsive-top-image {
    width: 100%;
    height: auto;
  }
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/Depictacartoonish-ezgif.com-webp-to-jpg-converter.jpg');
    background-size: contain;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
}

.abp-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/abp.io.images/abp-copy.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: 0;
}

.webApplication-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/webApplication/webApplicationBackground.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: 0;
}

.saas-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/saasSolutions/SaaSBackground.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: 0;
}

.customSoftware-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/customSoftware/BackgorundImage.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: 0;
}

.caseStudies-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/caseStudies/CaseStudies.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.22;
    z-index: 0;
}

.databaseAdministration-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/databaseAdministration/j6jzn6h5qrta-_385_E0160.png');
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: 0;
}

.mobileApplication-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/mobileApplication/custom-lms-mobile.png');
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: 0;
}

.heading {
  color: #002f5d;
}

.team-profile-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  max-width: 420px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', sans-serif;
}

.profile-img {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  object-fit: fill;
}

.social-icons a {
  margin-left: 12px;
  color: #333;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #0077b5;
}

@media (max-width: 992px) {
  .navbar-collapse {
    background-color: #1f1f1f;
    padding: 1rem;
    border-radius: 8px;
  }

  .nav-link {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .nav-link:last-child {
    border-bottom: none;
  }
}

.nav-item {
  position: relative;
}


.custom-btn {
    background-color: #002f5d;
    color: #fff;
    border: none;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    border-radius: 8px;
}

.contact-image-left-padding {
  padding-left: 14rem;
}

.abp-contact-image {
  height: 500px;
}

.responsive-heading {
    font-size: 2.45rem;
}

@media(max-width: 576px) and (max-width: 991px) {
  .abp-contact-image {
    height: 300px;
  }

  .custom-btn {
    width: 120px;
  }

  .contact-image-left-padding {
    padding-left: 0rem;
  }

  .responsive-heading {
    font-size: 1.8rem;
  }

  .customer-card {
    width: 80%;
    height: 80%;
  }
}

.name {
  color: #000000;
  font-size: 1rem;
  margin-bottom: 4px;
}

.designation {
  font-size: 0.85rem;
  color: #5e5b5b;
  line-height: 1.4;
}

.top-heading {
  font-size: 4rem;
}

@media (min-width: 576px) {
  .testimonial-card {
    flex: 0 0 48%;
  }

}

@media(max-width: 579px)
{
  .top-heading {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .testimonial-card {
    flex: 0 0 30%;
  }
}

.services-card h6 {
    text-transform: none !important;
}

.choose-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  height: 100%;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.choose-card:hover {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.10);
}

.choose-number {
  width: 48px;
  height: 48px;
  background-color: white;
  color: #002f5d;
  font-weight: bold;
  font-size: 20px;
  border-radius: 10px;
  margin: 0 auto 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:  0.3s ease;
  border: 1px solid black;
}

.choose-card:hover .choose-number {
  background-color: #1d4ed8;
  color: white;
  border: 2px solid #1d4ed8;
}


@media (max-width: 767.98px) {
  .dotted-line {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .hide-on-mobile {
    display: none;
  }
}

.technologies-card {
  transition: white 0.3s ease;
}

.technologies-card:hover {
  background-color: #002f5d;
}

.technologies-card:hover h5,
.technologies-card:hover p
{
  color: white !important;
}
/* ================= Customer Card (Why Choose Us) ================= */
/* ================= Customer Card (Why Choose Us) ================= */
.customer-card{
  /* Scales from mobile to desktop; ~320–560px */
  --size: clamp(320px, 38vw, 560px);
  --radius: 22px;
  --ink: #002f5d;

  width: var(--size);
  aspect-ratio: 1 / 1;            /* perfect square that scales */
  border-radius: var(--radius);
  position: relative;
  isolation: isolate;
  background: radial-gradient(140% 140% at 10% 0%,
             #ffffff 0%, #f8fbff 55%, #eef1fa 100%);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 18px;
}

/* subtle decorative blobs — makes it feel “unique” */
.customer-card::before,
.customer-card::after{
  content:"";
  position:absolute;
  z-index:-1;
  filter: blur(28px);
  opacity:.35;
}
.customer-card::before{
  width: 46%;
  height: 46%;
  left:-12%;
  top:-12%;
  background: radial-gradient(circle at 30% 30%, #7aa8ff, #a5c4ff);
}
.customer-card::after{
  width: 40%;
  height: 40%;
  right:-10%;
  bottom:-14%;
  background: radial-gradient(circle at 70% 70%, #ff93a3, #ffb5c0);
}

.customer-card__inner{
  width: 88%;
  height: 88%;
  border-radius: calc(var(--radius) - 6px);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(6px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Metric */
.customer-metric .value{
  /* 60–140px depending on viewport */
  font-size: clamp(60px, 10vw, 140px);
  font-weight: 800;
  line-height: 1;
  color: var(--ink);
  letter-spacing: .5px;
}
.customer-metric .value .suffix{
  font-weight: 800;
}
.customer-metric .caption{
  margin-top: 8px;
  font-size: clamp(13px, 1.4vw, 16px);
  color: #77819a;
}

/* Avatar stack */
.avatar-stack{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(8px, 1.1vw, 14px);
}
.avatar-stack .avatar,
.avatar-stack .add{
  width: clamp(52px, 8vw, 84px);
  height: clamp(52px, 8vw, 84px);
  border-radius: 50%;
  border: 3px solid #fff;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
  position: relative;
}
/* overlap */
.avatar-stack > * + *{ margin-left: -12px; }

/* ring highlight for photos */
.avatar-stack .avatar{
  outline: 3px solid rgba(0,47,93,.08);
}

/* red “add” badge */
.avatar-stack .add{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at 30% 30%, #ff7b7b, #ff3159);
  color: #fff;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 800;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
}
.avatar-stack .add:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255,49,89,.45);
  filter: saturate(1.1);
}

/* Tablet */
@media (max-width: 992px){
  .customer-card{ --size: clamp(300px, 56vw, 480px); }
}

/* Mobile */
@media (max-width: 576px){
  .customer-card{ --size: clamp(260px, 78vw, 360px); }
  .avatar-stack > * + *{ margin-left: -8px; }
}


/* ===========================
   RESPONSIVE ADJUSTMENTS
   =========================== */


/* For mobile phones */
@media (max-width: 576px) {
  .customer-card {
    width: 300px;
    height: 320px;
    padding: 14px;
  }

  .customer-metric .value {
    font-size: 60px;
  }

  .avatar-stack .avatar,
  .avatar-stack .add {
    width: 60px;
    height: 55px;
  }

  .avatar-stack > * + * {
    margin-left: -6px;
  }
}


/* Custom shadow for stat cards */
.stats-card {
  box-shadow: 20px 26px 20px rgba(0, 0, 0, 0.08); /* subtle depth */
  transition: all 0.3s ease;
  border-radius: 10px;
  /* border-radius: 20px; */
}

.stats-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12); /* stronger on hover */
  transform: translateY(-3px);
}

/* Gentle bottom-corner rocking animation */
.ceo-dance {
  animation: bottomRock 3.5s ease-in-out infinite;
  transform-origin: bottom center; /* pivot from bottom center */
}

/* Keyframes for rocking effect */
@keyframes bottomRock {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(-3deg); } /* tilt left-bottom */
  50%  { transform: rotate(0deg); }
  75%  { transform: rotate(3deg); }  /* tilt right-bottom */
  100% { transform: rotate(0deg); }
}

/* Optional: pause animation on hover */
.ceo-dance:hover {
  animation-play-state: paused;
}

/* Fix navbar overflow on mobile */
@media (max-width: 991.98px) {
  .navbar-collapse {
    max-height: 65vh; /* limit height to viewport */
    overflow-y: auto; /* enable vertical scrolling */
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
  }

  /* Optional: make menu visually distinct */
  #navbarScroll {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

  #mainmenu .nav-link {
    color: #002f5d !important;
    padding: 1rem;
  }
}






  









