/* header */
li a i {
  margin-right: 8px;
}

/* Marquee Wrapper */
.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  /* optional background */
  padding: 20px 0;
}

/* Inner Scrolling Container */
.marquee-inner {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: scroll-left 25s linear infinite;
}

/* Each list item (container of items) */
.marqee-list {
  display: flex;
  align-items: center;
  gap: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Image and text inside */
.marquee-item img {
  height: 90px;
  width: auto;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.marquee-item img:hover {
  transform: scale(1.1);
}

.text-slider.text-style {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  margin: 0 25px;
  display: inline-block;
  vertical-align: middle;
}

/* Animation Keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Optional styling to maintain equal height area */
.style-height {
  min-height: 100px;
  display: flex;
  align-items: center;
}


.whitepaper-section {
  background: #fff;
  color: #111;
}

.whitepaper-text {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whitepaper-text:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.whitepaper-text .meta {
  color: #ea7224;
  font-weight: 600;
  margin-bottom: 10px;
}

.whitepaper-text h2 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.whitepaper-text p {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

.download-btn {
  background: #000;
  color: #fff;
  font-weight: 600;
  padding: 12px 35px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.download-btn:hover {
  background: #ea7224;
  color: #fff;
}

.whitepaper-image img {
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  max-width: 90%;
  transition: transform 0.3s ease;
}

.whitepaper-image img:hover {
  transform: scale(1.03);
}

.text-white {
  color: #fff;
}

.demo-btn {
  display: inline-block;
  margin-top: 15px;
  background-color: #ea7224;
  /* brand orange */
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.demo-btn:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-3px);
}

.service-icon {
  width: 60px;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.service-icon:hover {
  transform: scale(1.1);
}


.bg-gradient {
  background: linear-gradient(135deg, #0c143c 0%, #1b2b65 50%, #233a80 100%);
  position: relative;
  overflow: hidden;
}

.bg-gradient::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  animation: float 8s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
    opacity: 0.8;
  }

  50% {
    transform: translateY(20px);
    opacity: 1;
  }
}

.next-card {
  background: #ffffff10;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}

.next-card:hover {
  background: #ffffff15;
  transform: translateY(-10px);
  border-color: #ea7224;
}

.icon-box {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.1);
  color: #ea7224;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.next-card:hover .icon-box {
  background: #ea7224;
  color: #fff;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.custom-btn {
  background: linear-gradient(90deg, #f68b21, #ea7224);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  box-shadow: 0 0 10px #ea7224;
  transition: none;
  cursor: pointer;
}

.custom-btn:focus {
  outline: none;
  box-shadow: 0 0 10px #ea7224;
}

.custom-btn:active {
  transform: scale(0.98);
}


.glow-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 806px;
  background: radial-gradient(circle at center, #ea7224 0%, rgba(234, 114, 36, 0) 70%);
  filter: blur(90px);
  opacity: 0.8;
  z-index: 0;
}

.glow-shape2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 89px;
  height: 806px;
  background: radial-gradient(circle at center, #ea7224 0%, rgba(234, 114, 36, 0) 70%);
  filter: blur(112px);
  opacity: 0.8;
  z-index: 0;
}

/* counter section */
.glass-counter-section {
  background: linear-gradient(135deg, #6b6c6c, #2b2c2b);
  position: relative;
  overflow: hidden;
}

.glass-counter-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(234, 114, 36, 0.25), transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.counter-subtitle {
  text-transform: uppercase;
  color: #ea7224;
  letter-spacing: 1.5px;
  font-weight: 600;
  font-size: 14px;
}

.glass-counter-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 40px 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}

.glass-counter-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(234, 114, 36, 0.3);
}

.counter-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ea7224, #ffb067);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 0 25px rgba(234, 114, 36, 0.4);
}

.counter-number {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0 5px;
}

.glass-counter-box p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  margin: 0;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.65) !important;
}

/* request demo modal */
.custom-btn {
  background: linear-gradient(90deg, #ea7224, #ff9b50);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 500;
  padding: 10px 30px;
  box-shadow: 0 0 10px rgba(234, 114, 36, 0.4);
  transition: 0.3s ease;
}

.custom-btn:hover {
  transform: translateY(-2px);
}

/* Modal */
.modal-content {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-header h4 {
  font-weight: 700;
  color: #111;
}

.form-control {
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  border: 1px solid #ddd;
}

.form-control:focus {
  border-color: #ea7224;
  box-shadow: 0 0 4px rgba(234, 114, 36, 0.3);
}

.submit-btn {
  background: #ea7224;
  color: #fff;
  padding: 10px 40px;
  border-radius: 50px;
  border: none;
  font-weight: 500;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.submit-btn:hover {
  background: #111;
}


/* Financial Services design css */
.service-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-points li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
  font-size: 15px;
  color: #fff;
}

.service-points li::before {
  content: "•";
  color: #fff;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.solutions-modern {
  background: linear-gradient(135deg, #f7f9fa 0%, #ffffff 100%);
  position: relative;
}

.section-subtitle {
  color: #ea7224;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.solution-item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 14px;
  padding: 25px 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-left: 6px solid #ea7224;
}

.solution-item:hover {
  transform: translateY(-5px);
  border-left-color: #ea7224;
  box-shadow: 0 8px 25px rgba(234, 114, 36, 0.25);
}

.solution-item .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ea7224, #f68b21);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 18px;
  box-shadow: 0 0 15px rgba(0, 69, 64, 0.3);
}

.solution-item h4 {
  color: #111;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.solution-item p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.solution-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.solution-content ul li {
  font-size: 15px;
  color: #444;
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}

.solution-content ul li::before {
  content: "✓";
  color: #ea7224;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* case study design css */
.case-study-section {
  background: #f9fafc;
}

.section-subtitle {
  color: #ea7224;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.case-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(234, 114, 36, 0.2);
}

.case-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.case-content {
  padding: 20px;
}

.case-content .meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.case-content .meta i {
  color: #ea7224;
  margin-right: 6px;
}

.case-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  line-height: 1.4;
}

.read-more {
  color: #ea7224;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}

.read-more:hover {
  text-decoration: underline;
  color: #ea7224;
}


/* industry css */
.retail-services-glass {
  background: #f8fafc;
  position: relative;
}

.retail-services-glass .tagline {
  background: linear-gradient(135deg, #ec7724, #f28322);
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 6px 15px;
  border-radius: 30px;
}

/* ===== Card Style ===== */
.glass-card {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  padding: 35px 25px;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  background-clip: padding-box;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(135deg, #ec7724, #f28322);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.6;
}

.glass-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgb(240 127 34);
}

/* ===== Icon ===== */
.icon-circle {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ea7224, #f68b21);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 25px rgb(240 127 34);
}

.glass-card:hover .icon-circle {
  transform: scale(1.1);
  transition: 0.3s ease;
}

/* ===== Text ===== */
.glass-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.glass-card p {
  color: #555;
  font-size: 15px;
  margin-bottom: 15px;
}

.glass-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.glass-card ul li {
  color: #555;
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
  display: flex;
  justify-content: flex-start;
}

.glass-card ul li::before {
  content: "▹";
  color: #ea7224;
  position: absolute;
  left: 0;
}

/* data sceinece css */
.data-science-cards {
  background: #f9fbfd;
}

/* Section Header */
.tagline {
  background: linear-gradient(90deg, #ed8621, #ea7224);
  color: #fff;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Card */
.service-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgb(240 127 34);
}

/* Card Image */
.service-card .card-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.service-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.service-card:hover .card-image img {
  transform: scale(1.08);
}

/* Card Content */
.card-content {
  padding: 30px 25px 35px;
}

.card-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  position: relative;
  margin-bottom: 15px;
}

.card-content h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #ed8621, #ea7224);
  border-radius: 3px;
}

.card-content p {
  color: #555;
  font-size: 15.5px;
  line-height: 1.7;
  margin: 25px 0 15px 0;
}

.card-content ul {
  list-style: none;
  padding-left: 0;
}

.card-content ul li {
  position: relative;
  padding-left: 22px !important;
  color: #333;
  font-size: 15px;
  margin-bottom: 8px;
}

.card-content ul li::before {
  content: "▹";
  color: #ea7224;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 991px) {
  .service-card {
    margin-bottom: 25px;
  }

  .card-content {
    padding: 25px 20px 30px;
  }

  .card-content h3 {
    font-size: 20px;
  }
}

/*indusry box size*/
.service-box-items {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px 25px;
  text-align: center;
  /*height: 70%;*/
  min-height: 380px;
  /* Adjust this value as per design */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.service-box-items:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.service-box-items .icon img.service-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 20px;
}

.service-box-items .content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-box-items .content p {
  flex-grow: 1;
  /* Makes paragraph stretch and keeps arrow at bottom */
  color: #555;
  font-size: 15px;
}

.service-box-items .arrow-icon {
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
  transition: color 0.3s;
}

.service-box-items .arrow-icon:hover i {
  color: #fff !important;
}

.blog-mb {
  margin-bottom: -462px;
}

.header-section-1 {
  position: fixed !important;
  background-color: transparent !important;
  z-index: 999;
  top: 10px !important;
  width: 100% !important;
}

.mega-menu-wrapper {
  background: #fff !important;
  /*background-image: linear-gradient(180deg, #262727 0%, #282422 99%) !important;*/
  padding: 0 15px !important;
}

.sticky_header {
  background-color: transparent;
  top: 10px !important;
}

.header-main .main-menu ul li a {
  padding: 20px 0;
}


/*.header-logo {*/
/*    display: inline-block;*/
/*    padding: 5px 10px;*/
/*    border-radius: 16px;*/
/*    background: rgb(255 255 255);*/
/*    backdrop-filter: blur(8px);*/
/*    border: 1px solid rgba(255, 255, 255, 0.07);*/
/*}*/

/*.header-logo img {*/
/*    filter: none !important;*/
/*    height: 36px;*/
/*}*/

/*.nav_contact p, .nav_contact h6 a{*/
/*    color: #fff !important;*/
/*}*/

/*.contact-info {*/
/*    background: #ffffff;*/
/*    padding: 8px 12px;*/
/*    border-radius: 15px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*}*/
.contact-info .icon img {
  filter: none;
}

/*.contact-info .content p,*/
/*.contact-info .content h6 a {*/
/*    color: #000 !important;*/
/*}*/

.contact-info {
  gap: 10px !important;
}

.header-main .main-menu ul li a {
  font-size: 15px;
}

.sticky {
  box-shadow: none;
}