/* ================================
   GLOBAL FONT SYSTEM
================================ */

:root {
  --font-body: "Inter", sans-serif;
  --font-heading: "Poppins", sans-serif;
  --font-open-type-features:
    "blwf" on, "cv09" on, "cv03" on, "cv04" on, "cv11" on;
}

/* Default body font */
body {
  /* font-family: var(--font-body); */
  font-size: 15px;
  color: #000;
  font-style: normal;
  /* letter-spacing: -0.02em;
  line-height: 1.6em; */
  font-feature-settings: var(--font-open-type-features);
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
}

/* Paragraph text */
p {
  font-family: var(--font-body);
}

/* Buttons & Links */
button,
a,
.btn {
  font-family: var(--font-body);
}

.navbar {
  padding: 24px 0px !important;
}

/* Nav Buttons (Like Screenshot) */
.nav-btn {
  position: absolute;
  top: -60px;
  right: 60px;
  width: 40px;
  height: 40px;
  border: 1px solid #e31e24;
  color: #e31e24;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: white;
}

.nav-btn.next {
  right: 10px;
}

.nav-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.navbar a.nav-link {
  font-size: 16px;
  color: #1b202e;
  font-weight: 500;
  padding: 0 !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Bottom line */
.navbar a.nav-link:not(.dropdown-toggle)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #b00a1e;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* Mega menu width */
.services-mega {
  width: 600px;
  border-radius: 16px;
  border: 1px solid #eee;
}

/* Service item */
.service-item {
  padding: 8px 20px 8px 12px;
  border-radius: 12px;
  text-decoration: none;
  color: #1c1c1c;
  font-weight: 500;
  transition: 0.3s;
  gap: 14px;
}

/* Active (Green like screenshot) */
.service-item.active {
  background: #eaf7ef;
  color: #2e9b4f;
}

/* Icon Box */
.icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.icon-box img {
  width: 22px;
  filter: brightness(0.3);
}

.dropdown-menu .service-item:hover img {
  filter: brightness(1);
}

.dropdown-menu .service-item:hover span {
  color: #b00a1e;
}

.dropdown-menu .service-item:hover .icon-box {
  border-color: #b00a1e;
}

.dropdown-menu .service-item svg {
  width: 22px;
}

.dropdown-menu .service-item:hover svg {
  color: #b00a1e;
}

.service-item svg path {
  stroke: #1b202e;
  transition: all 0.3s ease;
}

/* Hover icon color */
.service-item:hover svg path {
  stroke: #b00a1e;
}

/* Dropdown shadow premium look */
.services-mega {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: 20px 10px !important;
  border: 1px solid #eae9e1 !important;
}

.dropdown-menu.services-mega {
  width: max-content !important;
}

/* Hover effect */
.navbar a.nav-link:hover::after {
  transform: scaleX(1);
}

.navbar .navbar-nav {
  gap: 32px;
}

.navbar a.nav-link:active {
  color: #b00a1e;
}

.navbar a.nav-link:hover {
  color: #b00a1e;
}

/* Menu spacing & font */
.main-menu .nav-link {
  font-weight: 500;
  padding: 10px 18px;
  position: relative;
}

a.nav-link.dropdown-toggle {
  display: flex;
  align-items: center;
}

/* Custom dropdown arrow */
.main-menu .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 6px;

  background-image: url("../new_images/menu-dropdown.svg");
  /* your image */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  border: none;
  transition: transform 0.3s ease;
}

/* Rotate arrow on open */
.nav-item.dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

/* Dropdown popup style */
.dropdown-menu {
  border: none;
  border-radius: 10px;
  padding: 12px 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  animation: fadeUp 0.25s ease;
}

/* Dropdown items */
.dropdown-item {
  padding: 10px 22px;
  font-size: 14px;
  transition: background 0.2s ease;
}

.dropdown-item:hover {
  background: #f5f7fa;
}

.testimonials-right {
  overflow: hidden;
}

.testimonial-slider {
  display: flex;
  transition: 0.6s ease;
}

/* Each slide = full width */
.testimonial-slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Card Design */
.testimonial-card {
  background: #fff;
  padding: 28px;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.testimonial-head {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 15px;
}

.avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #e11d2e;
}

.stars {
  color: #f5a623;
  font-size: 14px;
}

#slider-container {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  /* width: 81.4%;
  margin-left: auto;  */
}

#slider {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease;
}

/* Desktop */
.slide-card {
  flex: 0 0 calc((100% - 72px) / 3.5);
}

.testimonials-right {
  overflow: hidden;
}

.testimonial-slider {
  display: flex;
  width: 100%;
}

.testimonial-slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Tablet */
@media (max-width: 1440px) {
  #slider-container {
    width: 92%;
  }
}

@media (max-width: 1024px) {
  .slide-card {
    flex: 0 0 calc((100% - 48px) / 3);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .slide-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .slide-card {
    flex: 0 0 96%;
  }

  #slider-container {
    width: 100%;
  }
}

/* Hover open (desktop) */
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Services nav: text link + caret toggle (click "Services" goes to page; caret opens menu) */
.services-dropdown-inner {
  gap: 0;
}

.services-dropdown-link {
  padding-right: 0.25rem !important;
}

.services-dropdown-caret {
  margin-left: 0 !important;
  cursor: pointer;
  line-height: 1;
}

.services-dropdown-caret::after {
  margin-left: 0;
  vertical-align: middle;
}

/* Services Page */
.heading_para {
  font-weight: 400;
  font-size: 18px;
  line-height: 128%;
  letter-spacing: 4%;
  color: #000000;
}

.img-fluid-service {
  object-fit: cover;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-btn {
  background: #b00a1e;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-btn:hover {
  background: #b00a1e;
  color: #fff;
}

.contact-btn::after {
  content: "";
  display: inline-block;
  width: 15px;

  height: 14px;
  background-image: url("../new_images/next-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.3s ease;
}

.contact-btn:hover::after {
  transform: translateX(5px);
}

.hero {
  background: url(../new_images/background-image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 0px 20px 0px;
}

.hero h1 {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  line-height: 54px;
  padding: 0;
  margin: 0;
}

.hero-content {
  max-width: 52%;
}

.hero p {
  font-size: 19px;
  color: #fff;
  line-height: 1.4em;
  padding: 0;
  margin-bottom: 42px;
  margin-top: 42px;
  font-weight: 400;
}

.scroll-icon {
  margin-top: 10px;
}

.scroll-icon img {
  cursor: pointer;
}

.book-btn {
  background: none;
  border: 1.5px solid #fff;
  padding: 14px 16px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  width: auto;
  margin-right: 20px !important;
  border-radius: 10px;
}

.social_icons img:hover {
  background: #b00a1e;
}

.autoplay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  overflow: hidden;
}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-1750px);
    /* 250px × 7 */
  }
}

.slide-track {
  display: flex;
  width: calc(250px * 14);
  animation: scroll 40s linear infinite;
  align-items: center;
  gap: 28px;
}

/* Override global img max-width for slide images */
.slide img {
  max-width: none;
}

.logo-slider-container {
  overflow: hidden !important;
}

.book-btn:hover {
  background: #b00a1e;
  border: 1.5px solid #fff;
  color: #fff;
  font-size: 16px;
}

.our-work-btn {
  background: none;
  border: 1.5px solid #fff;
  padding: 14px 16px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  width: auto;
  border-radius: 10px;
}

.our-work-btn:hover {
  background: #b00a1e;
  border: 1.5px solid #fff;
  color: #fff;
  font-size: 16px;
}

.hero-badges {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-left: -16px;
  margin-top: 52px;
  flex-wrap: wrap;
}

.corporate {
  margin-bottom: 10px;
  padding-left: 0 !important;
}

.corporate span {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.container {
  max-width: 1200px;
  padding: 0;
}

.stats-box h3 {
  color: var(--red);
  font-size: 34px;
  font-weight: 700;
}

.service-card_new {
  background: #fff;
  border-radius: 10px;
  padding: 24px 20px;
  transition: 0.3s;
  min-height: 260px;
}

.service-card_new:hover {
  transform: translateY(-6px);
}

.cta {
  background: var(--red);
  color: #fff;
  padding: 45px 0;
}

.delivery-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}

.industry-card {
  background: #111;
  color: #fff;
  border-radius: 12px;
  padding: 32px 22px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.swiper-wrapper,
.industry-slider {
  max-width: 79% !important;
}

.about-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}

.about-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  padding: 30px;
}

.testimonial {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}

.contact-box {
  background: var(--red);
  color: #fff;
  border-radius: 14px;
  margin-top: 80px;
}

footer {
  background: #111;
  color: #ccc;
  padding: 60px 0 20px;
}

footer h6 {
  color: #fff;
}

.stats-section {
  padding: 80px 0;
  background: #fff;
}

.stats-container {
  max-width: 1200px;
  margin: auto;
}

.stats-label {
  color: #b00a1e;
  font-size: 19px;
  letter-spacing: 14%;
  font-weight: 500;
  line-height: 128%;
}

.stats-label-white {
  color: #fff;
  font-size: 20px;
  letter-spacing: 14%;
  font-weight: 500;
  line-height: 128%;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}

.stats-title {
  font-size: 40px;
  font-weight: 600;
  margin: 10px 0 28px 0px;
  color: #000;
}

.stats-desc {
  color: #6c757d;
  font-size: 18px;
  line-height: 127.8%;
  margin: 0;
  font-weight: 400;
}

.stats-cards {
  margin-top: 62px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 17px 20px;
  min-width: 200px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.delivery-card {
  opacity: 0;
  display: none;
  transition: 0.3s;
}

.delivery-card.active {
  display: flex;
  opacity: 1;
}

.delivery-cards {
  position: relative;
  min-height: 420px;
  /* Adjust based on card height */
}

/* All cards stack on top of each other */
.delivery-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

img.youtube-icon {
  border: 1px solid #fff;
  height: 35px;
  width: 35px;
  padding: 6px;
}

ul.social_icons {
  display: flex;
  flex-direction: column;
  gap: 11px;
  list-style: none;
  align-items: center;
}

/* Top Line */
ul.social_icons::before {
  content: "";
  width: 1px;
  height: 80px;
  /* adjust */
  background: #fff;
  display: block;
}

/* Bottom Line */
ul.social_icons::after {
  content: "";
  width: 1px;
  height: 80px;
  /* adjust */
  background: #fff;
  display: block;
}

/* Only active card visible */
.delivery-card.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.delivery-card {
  transform: translateY(20px);
}

.delivery-card.active {
  transform: translateY(0);
}

.stat-card:hover {
  background: #b00a1e;
  color: #fff;
}

.stat-card:hover .stat-label {
  color: #fff;
}

.stat-label {
  font-size: 20px;
  color: #696969;
  font-weight: 600;
  margin-bottom: 6px;
}

.stat-number {
  font-size: 40px;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}

.plus {
  font-size: 22px;
  font-weight: 600;
  margin-left: 2px;
}

.services-section {
  background: #f5f5f5;
  padding: 62px 0;
}

.services-container {
  max-width: 1200px;
  margin: auto;
}

.section-tag {
  color: #c40016;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.services-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.view-all-btn {
  border: 1.5px solid #b00a1e;
  color: #c40016;
  padding: 13px 26px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.view-all-btn:hover {
  background: #b00a1e;
  color: #fff;
  border-color: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.services_grid .grid_item h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
}

.services_grid .grid_item p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.28;
  letter-spacing: 4%;
}

.stats-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* desktop */
  gap: 20px;
}

.service-card_new {
  background: #fff;
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.service-card_new .icon {
  font-size: 26px;
  color: #c40016;
  margin-bottom: 14px;
}

.service-card_new h4 {
  font-size: 23px;
  margin-bottom: 10px;
  font-weight: 500;
}

.service-card_new p {
  font-size: 15px;
  color: #6c757d;
  /* line-height: 1.4; */
  font-weight: 500;
}

.service-card_new a {
  display: inline-flex;
  margin-top: 12px;
  font-size: 14px;
  color: #b00a1e;
  text-decoration: none;
  font-weight: 600;
  align-items: center;
  gap: 10px;
}

.cloud_dev_ops a {
  display: inline-flex;
  margin-top: 12px;
  font-size: 14px;
  color: #b00a1e;
  text-decoration: none;
  font-weight: 600;
  align-items: center;
  gap: 10px;
}

.cloud_dev_ops a::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../new_images/down-arrow-2.svg");
  /* your arrow */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.cloud_dev_ops:hover p,
.cloud_dev_ops:hover a,
.cloud_dev_ops:hover .icon {
  color: #fff;
}

.cloud_dev_ops:hover a::after {
  filter: brightness(0) invert(1);
  /* makes arrow white */
}

.service-card_new a::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../new_images/down-arrow-2.svg");
  /* your arrow */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.service-card_new:hover a::after {
  filter: brightness(0) invert(1);
  /* makes arrow white */
}

.service-card_new img {
  max-width: 48px;
}

/* Active Card */
.service-card_new:hover {
  background: #b00a1e;
  color: #fff;
}

.service-card_new:hover p,
.service-card_new:hover a,
.service-card_new:hover .icon {
  color: #fff;
}

/* CTA */
.services-cta {
  background: #b00a1e;
  color: #fff;
  margin-top: 48px;
  padding: 53px 50px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}

.services-cta h3 {
  margin-bottom: 16px;
  font-size: 33px;
  font-weight: 500;
}

.services-cta p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
}

.service-content {
  max-width: 72%;
}

.cta-btn {
  background: #fff;
  color: #b00a1e;
  padding: 14px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  border: 1.5px solid #b00a1e;
}

.cta-btn:hover {
  border: 1.5px solid #fff;
  color: #fff;
  background: #b00a1e;
}

/* Careers Page */
.positions-list .position-btn {
  display: inline-flex;
  margin-top: 12px;
  font-size: 14px;
  color: #b00a1e;
  text-decoration: none;
  font-weight: 600;
  align-items: center;
  gap: 10px;
}

.position-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../new_images/down-arrow-2.svg");
  /* your arrow */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.positions-list:hover p,
.positions-list:hover a,
.positions-list:hover .icon {
  color: #fff;
}

.positions-list:hover .position-btn::after {
  filter: brightness(0) invert(1);
  /* makes arrow white */
}

.position-btn {
  background: #b00a1e;
  color: #fff !important;
  padding: 14px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  border: 1.5px solid #b00a1e;
  font-size: 14px;
}

.positions-list:hover a.position-btn {
  border: 1.5px solid #b00a1e !important;
  color: #b00a1e !important;
  background: #fff !important;
}

a.position-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../new_images/down-arrow-2.svg");
  /* your arrow */
  filter: brightness(0) invert(1);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.positions-list:hover a.position-btn::after {
  filter: none !important;
}

.positions-list:hover .tick-icon {
  color: #fff !important;
  border-color: #fff !important;
}

.positions-list {
  background: #fff;
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.positions-list ul {
  margin-top: 20px;
}

.positions-list ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 4%;
}

.positions-list ul li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 4%;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.positions-list p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 4%;
}

.positions-list h4 {
  margin-top: 10px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0%;
}

.positions-list img {
  width: 85.85px;
  height: 86px;
  object-fit: contain;
}

.positions-list:hover {
  background: #b00a1e;
  color: #fff;
}

/* EndCareers */

.delivery-section {
  padding: 80px 0;
  background: #fff;
}

.delivery-container {
  max-width: 1200px;
  margin: auto;
}

.delivery-tag {
  color: #c40016;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Tabs */
.delivery-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 42px;
}

.delivery-tabs button {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.tab {
  border: none;
  background: #f5f5f5;
  padding: 14px 18px;
  border-radius: 100px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  color: #000;
}

.tab.active {
  background: #b00a1e;
  color: #fff;
}

.tab:hover {
  background: #b00a1e;
  color: #fff;
}

/* Main Card */
.delivery-card {
  display: flex;
  gap: 40px;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 20px 40px;
  align-items: center;
}

/* Left Content */
.delivery-content {
  flex: 1;
}

.delivery-content h3 {
  font-size: 33px;
  margin-bottom: 23px;
  font-weight: 600;
}

.delivery-content h5 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 18px;
}

.delivery-content p {
  font-size: 15px;
  color: #696969;
  margin-bottom: 26px;
  line-height: 28px;
}

/* Checklist */
.delivery-list {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.delivery-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}

.delivery-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../new_images/check.svg");
  /* your image */
  background-size: contain;
  background-repeat: no-repeat;
}

/* Button */
.delivery-btn {
  display: inline-block;
  background: #b00a1e;
  color: #fff;
  padding: 15px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin-top: 24px;
  border: 1.5px solid #b00a1e;
}

.delivery-btn:hover {
  background: #fff;
  border-color: #b00a1e;
  color: #b00a1e;
}

.small-title {
  color: #c4001a;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.services-header h2 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.nav-buttons .nav-button {
  border: 1px solid #b00a1e;
  background: transparent;
  color: #b00a1e;
  cursor: pointer;
  border-radius: 6px;
  margin-left: 6px;
  font-size: 18px;
  text-align: center;
  padding: 2px 12px;
}

.nav-buttons .nav-button:hover {
  background: #b00a1e;
  color: #fff;
}

.testimonial-arrows button:hover {
  background: #b00a1e;
  color: #fff;
}

.testimonial-arrows button {
  width: 36px;
  height: 36px;
  border: 1px solid #b00a1e;
  background: transparent;
  color: #b00a1e;
  cursor: pointer;
  border-radius: 6px;
  margin-left: 6px;
  font-size: 18px;
}

.slider-wrapper {
  overflow: hidden;
}

.slider {
  display: flex;
  gap: 20px;
  scroll-behavior: smooth;
}

.industry-card {
  min-width: 280px;
  background: #f7f7f7;
  border-radius: 16px;
  overflow: hidden;
}

.image-box {
  position: relative;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 68%);
  border-radius: 10px;
}

.image-box h3 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  color: #fff;
  z-index: 2;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}

/*
.content {
    padding: 20px;
} */
.content p {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 26px;
  margin: 32px 0px;
  font-family: var(--font-heading);
  height: 70px;
}

.industry-card .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: auto;
}

.tags span {
  background: #b00a1e;
  color: #fff;
  font-size: 12px;
  padding: 5px 7px;
  border-radius: 20px;
}

h2.delivery-title {
  margin: 10px 0px 40px;
}

p.delivery-description {
  margin: 10px 0px 40px;
}
.slider-wrapper {
  overflow: hidden;
  margin-right: -155px;
  margin-left: 162px;
}

.about-section {
  padding: 80px 0;
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-head {
  margin-bottom: 40px;
}

.sa-team-build {
  border-radius: 12px;
}

.section-tag {
  color: #b30018;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}

.section-head h2 {
  margin: 10px 0px 32px;
}

/* Grid */
.about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Card */
.about-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 440px;
}

.about-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.about-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 68%);
}

/* Content */
.about-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 46px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

.about-overlay h3 {
  font-size: 23px;
  font-weight: 500;
  margin: 0;
}

.red-line {
  width: 50px;
  height: 3px;
  background: #b30018;
  margin: 10px 0 16px;
}

.about-overlay p {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 15px;
}

/* Button */
.about-btn {
  margin-top: 20px;
  display: inline-block;
  background: #b00a1e;
  color: #fff;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
  border: 1.5px solid #fff;
}

.about-btn:hover {
  background: #d42f42;
}

/* Responsive */
@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .section-head h2 {
    font-size: 28px;
  }

  .about-card {
    height: 320px;
  }
}

/* .testimonials-section {
  padding: 90px 0;
  background: #fff;
} */

.container {
  max-width: 1200px;
  margin: auto;
}

.section-tag {
  color: #b30018;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
}

/* LEFT */
.testimonials-left h2 {
  margin: 10px 0 18px;
}

.testimonials-text {
  font-size: 16px;
  color: #6c757d;
  /* line-height: 127.8%; */
  font-weight: 400;
  margin-bottom: 42px;
  /* max-width: 520px; */
}

/* Avatars */
.client-avatars {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 100px;
}

.client-avatars img {
  width: 71px;
  height: 71px;
  border-radius: 100%;
  margin-left: -12px;
}

.client-avatars img:first-child {
  margin-left: 0;
}

.avatar-count {
  width: 71px;
  height: 71px;
  background: #b00a1e;
  color: #fff;
  font-weight: 700;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -12px;
  font-size: 24px;
}

/* Arrows */
.testimonial-arrows {
  margin-top: 92px;
}

.arrow-btn {
  width: 42px;
  height: 42px;
  border: 1px solid #b00a1e;
  background: transparent;
  color: #b00a1e;
  font-size: 22px;
  margin-right: 10px;
  border-radius: 6px;
  cursor: pointer;
}

.arrow-btn:hover {
  background: #b30018;
  color: #fff;
}

/* RIGHT */
.testimonials-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

.testimonial-head {
  display: flex;
  gap: 16px;
  margin-bottom: 14px;
}

/* .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid #b30018;
} */

.testimonial-head h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.testimonial-head span {
  color: #b00a1e;
  font-size: 15px;
  font-weight: 500;
}

.stars {
  color: #f5b400;
  font-size: 14px;
  margin-top: 4px;
}

.testimonial-card p {
  font-size: 16px;
  color: #6c757d;
  line-height: 127.8%;
  margin-top: 24px;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-left h2 {
    font-size: 30px;
  }
}

/* .container {
  max-width: 1200px;
  margin: auto;
} */

.section-tag {
  color: #b30018;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

/* MAIN BOX */
.contact-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* LEFT INFO */
.contact-info {
  background: #b00a1e;
  color: #fff;
  padding: 62px 46px;
  border-radius: 20px;
  max-width: 482px;
}

.country {
  margin-bottom: 62px;
}

.country-header {
  display: flex;
  align-items: center;
  gap: 12px;
  /* margin-bottom: 16px; */
}

.country h3 {
  font-size: 25px;
  font-weight: 500;
  margin: 0;
}

.address {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.address span {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 127.8%;
}

.info-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 6px;
}

.info-row .icon {
  min-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-row .icon img {
  width: 18px;
  height: 18px;
}

.country p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* RIGHT FORM */
.contact-form {
  padding: 42px 32px 42px 0px;
  background: #fff;
}

.contact-form h2 {
  margin: 10px 0px 14px;
}

.form-text {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 21px;
  font-weight: 400;
  line-height: 127.8%;
  margin-top: 0;
}

/* FORM */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
  color: #000;
}

.form-group .error {
  color: #b00a1e;
  font-weight: 500;
  font-size: 15px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
}

.portfolio_section .gallery_nav .first_child {
  border-bottom-left-radius: 22px;
  border: none;
  border-top-left-radius: 22px;
}

.form-group textarea {
  height: 110px;
  resize: none;
}

.form-group.full {
  grid-column: 1 / -1;
}

/* BUTTON */
.submit-btn {
  margin-top: 36px;
  background: #b00a1e;
  color: #fff;
  padding: 15px 39px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.submit-btn:hover {
  background: #d42f42;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .contact-box {
    grid-template-columns: 1fr;
  }

  .contact-form h2 {
    font-size: 28px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

.site-footer {
  background: #222222;
  padding: 80px 0 45px;
  margin-top: 80px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 50px;
}

/* LOGO */
.logo {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.logo .accent {
  color: #e31b23;
}

/* TEXT */
.footer-desc {
  font-size: 15px;
  color: #c9c9c9;
  font-weight: 400;
  margin: 25px 0px 0px;
  line-height: 1.6em;
}

.footer-menu {
  display: flex;
  justify-content: end;
  gap: 80px;
}

.footer-contect {
  max-width: 25%;
}

/* HEADINGS */
.footer-col h4 {
  color: #c9c9c9;
  font-size: 16px;
  margin-bottom: 36px;
  font-weight: 500;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.contact-list li {
  display: flex;
  gap: 10px;
}

.footer-bottom p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.footer-bottom span {
  font-size: 15px;
  color: #c9c9c9;
  font-weight: 400;
  margin: 0;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.footer-col ul li {
  color: #fff;
}

.footer-col ul li a:hover {
  color: #fff;
}

/* CONTACT */
.contact-list li {
  font-size: 14px;
  line-height: 1.6;
}

.contact_us_left_col {
  background-color: #b00a1e;
  color: #fff;
  padding: 62px 20px;
  border-radius: 20px;
}

.contact_us_right_col {
  padding: 42px 20px;
}

.contact_us_section {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: -2px;
}

/* BOTTOM */
.footer-bottom {
  max-width: 1200px;
  margin: 100px auto 0;
  padding-top: 45px;
  border-top: 1px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #aaa;
}

/* SOCIAL */
.social {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Service Page Changes */

.innovative_web_solutions .growth_icon {
  width: 46px;
  height: 46px;
}

.innovative_web_solutions h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0%;
}

.innovative_web_solutions p {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  /* letter-spacing: 0%; */
}

.innovative_web_solutions ul {
  font-weight: 500 !important;
  font-size: 13px !important;
  /* line-height: 28px !important; */
  /* letter-spacing: 0% !important; */
}

.innovative_web_solutions a,
.process_tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  min-width: 245px;
  height: 50px;
  padding: 0 1.5rem;
  opacity: 1;
  border-radius: 10px;
  color: #ffffff;
  background: #b00a1e;
  text-decoration: none;
  font-weight: 600;
  border: none;
  transition: background 0.3s ease;
}

.innovative_web_solutions a:hover,
.process_tabs a:hover {
  background: #8f0818;
  color: #fff;
}

.innovative_web_solutions .right_col_img img {
  max-width: 529px;
  max-height: 442px;
  margin: 0 auto;
  object-fit: contain;
}

.web_services h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
}

.web_services h2 span {
  color: #b00a1e;
}

.section-p-tag {
  font-weight: 400;
  font-size: 18px;
  /* line-height: 128%; */
  letter-spacing: 4%;
  color: #6c757d;
}

.tech_stack_wrapper {
  margin-top: 0;
}

.tech_stack_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.second_tech_container {
  margin: 30px 0;
}

.last_tech_container {
  margin: 30px 0;
  width: 78%;
}

.tech_stack_container .tech_stack_item img {
  width: 120px;
  height: auto;
  max-height: 158px;
  object-fit: contain;
  opacity: 1;
}

.process-item {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.process-item img {
  width: 46px;
  height: 46px;
  opacity: 1;
}

.process-item h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0%;
}

.process-item p {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #696969;
}

.card-items {
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
}

.card-items .card-header {
  background-color: #fff;
}

.card-items .card-header .faq-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background-color: #fff;
  width: 100%;
  min-height: 67px;
  padding: 20px 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 128%;
  letter-spacing: 0.04em;
  color: #000000;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  gap: 12px;
}

.card-items .card-header .faq-toggle:hover,
.card-items .card-header .faq-toggle:focus {
  color: #000000;
  text-decoration: none;
}

.card-items .card-header .faq-text {
  flex: 1;
  min-width: 0;
}

.card-items .card-header .faq-icons {
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.card-items .card-header .faq-icons img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.card-items .card-header .faq-icon-minus {
  display: none;
}

.card-items .card-header .faq-toggle:not(.collapsed) .faq-icon-plus {
  display: none;
}

.card-items .card-header .faq-toggle:not(.collapsed) .faq-icon-minus {
  display: block;
}

.card-items-body a {
  text-decoration: underline;
  text-decoration-thickness: 0%;
}

.card-items-body p {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 4%;
}

/* Software Service Page */
.Exceptional_Engagement {
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.Exceptional_Engagement .custom-bg {
  background: linear-gradient(to right, #f9e6e6, #f3c2c3);
  padding: 10px;
  border-radius: 10px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 296px;
}

.Exceptional_Engagement .custom-bg h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  margin-top: 20px;
}

.Exceptional_Engagement .custom-bg p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-top: 10px;
}

.Exceptional_Engagement .custom-bg img {
  /* width: 100%; */
  /* max-width: 182px;
    max-height: 164px; */
  object-fit: contain;
  margin-top: 20px;
}

.Exceptional_Engagement .custom-bg .mark_border_line {
  border: 1px solid;
  width: 60%;
  border-image: linear-gradient(90deg, #f9e6e6 0%, #ff8c9a 48.71%, #f6d4d5 100%)
    1;
}

.software_expectations .line-2-white img {
  width: 34px;
  height: 5px;
}

/* AI Development Services Page */
.ai_development_services .growth_icon {
  width: 50px;
  height: 50px;
}

.ai_development_services h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0%;
}

.ai_development_services p {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #696969;
}

.industries-slider .slide-card .industry-card {
  min-width: 373px;
}

.ai_development_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ai_development_grid .service-card_new h4 {
  font-size: 23px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
}

.ai_development_grid .service-card_new p {
  font-size: 13px;
  /* font-weight: 500; */
  line-height: 128%;
  letter-spacing: 4%;
}

/*Big Data Services Page */
.big_data_ops img {
  max-width: 48px;
}

.big_data_ops:hover {
  background: #b00a1e;
  color: #fff;
}
.big_data_ops:hover .tick-icon {
  color: #fff !important;
  border-color: #fff !important;
}

.big_data_ops:hover .text-muted {
  color: #fff !important;
}

.big_data_ops {
  background: #fff;
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.big_data_ops ul {
  margin-top: 20px;
}

.big_data_ops ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 4%;
}

.big_data_ops p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: 4%;
}

.big_data_ops h4 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0%;
}

/* Cloud Computing Services Page */

.cloud_dev_ops img {
  width: 85.85px;
  height: 86px;
  object-fit: contain;
}

.cloud_dev_ops:hover {
  background: #b00a1e;
  color: #fff;
}

.tick-icon {
  color: #b00a1e;
  /* red color */
  font-size: 14px;
  border: 2px solid #b00a1e;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cloud_dev_ops:hover .tick-icon {
  color: #fff !important;
  border-color: #fff !important;
}

.cloud_dev_ops {
  background: #fff;
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.cloud_dev_ops ul {
  margin-top: 20px;
}

.cloud_dev_ops ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 4%;
}

.cloud_dev_ops p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  /* line-height: 128%;
  letter-spacing: 4%; */
  color: #6c757d;
}

.cloud_dev_ops h4 {
  margin-top: 10px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0%;
}

.service-card_new:hover .tick-icon {
  color: #fff !important;
  border-color: #fff !important;
}

/* Digital Marketing Services Page */
.dm_services p {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 4%;
  color: #000000;
}

.dm_services_grid .grid_item h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
}

.dm_services_grid .grid_item p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.28;
  letter-spacing: 4%;
}
.ppc_icons h6 {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0%;
}

.color_text {
  color: #000000;
}

/*SaaS & Product Engineering Services Page */

.saas-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.saas-services-grid .grid_item h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
}

.saas-services-grid .grid_item p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.28;
  letter-spacing: 4%;
}

.saas-service-card_new {
  padding: 24px 20px;
  transition: 0.3s;
  min-height: 260px;
}

.saas-red-card {
  background: #b00a1e;
  color: #fff;
}
.saas-grey-card {
  background: #f5f5f5;
}

.saas-service-card_new {
  padding: 26px;
}

.saas-service-card_new .icon {
  font-size: 26px;
  color: #c40016;
  margin-bottom: 14px;
}

.saas-service-card_new h4 {
  font-size: 23px;
  margin-bottom: 10px;
  font-weight: 500;
}

.saas-service-card_new p {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.saas-service-card_new a {
  display: inline-flex;
  margin-top: 12px;
  font-size: 14px;
  color: #b00a1e;
  text-decoration: none;
  font-weight: 600;
  align-items: center;
  gap: 10px;
}

.saas-service-card_new a::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../new_images/down-arrow-2.svg");
  /* your arrow */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.saas-service-card_new img {
  max-width: 48px;
}
.saas-tech-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.enquiry_left_col img {
  width: 70%;
}

/* .ppc_icons  .tick-icon{
    color: #000;
    border: 2px solid #000;
} */
/* .social a {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #555;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
} */

/* RESPONSIVE */
@media (max-width: 900px) {
  /* .footer-container {
    grid-template-columns: 1fr 1fr;
  } */

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .hero-content {
    max-width: 80%;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1200px) {
  .footer-contect {
    max-width: 30%;
  }

  .container,
  .services-container,
  .stats-container,
  .delivery-container,
  .footer-container,
  .footer-bottom {
    max-width: 1024px;
  }

  .service-content {
    max-width: 64%;
  }

  .navbar .navbar-nav {
    gap: 32px;
  }

  .contact-form {
    margin-left: 32px;
  }

  .stats-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .footer-menu {
    display: flex;
    justify-content: end;
    gap: 46px;
  }

  .service-sub-menu {
    max-width: 600px !important;
  }
}

@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    gap: 24px;
    margin: 24px 0px !important;
  }

  .stats-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .footer-container {
    gap: 0;
  }

  .container,
  .services-container,
  .stats-container,
  .delivery-container,
  .footer-container,
  .footer-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar .navbar-nav {
    gap: 14px;
  }

  .main-menu {
    margin-left: 20px !important;
  }

  .services-grid {
    gap: 28px;
  }

  .saas-services-grid {
    gap: 28px;
  }
}

@media screen and (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 30px;
  }

  .footer-container .col-4,
  .footer-container .col-8 {
    width: 100%;
  }

  .footer-menu {
    flex-direction: column;
    gap: 20px;
  }

  .footer-contect {
    max-width: 100% !important;
  }

  .stats-cards {
    grid-template-columns: repeat(2, 1fr);
    /* 2 boxes per row */
    gap: 20px;
    /* space between boxes */
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
  }

  .services-grid .service-card_new {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 18px 16px;
  }

  .saas-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
  }

  .saas-services-grid .saas-service-card_new {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 18px 16px;
  }

  .ai_development_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .ai_development_grid .service-card_new {
    height: 100%;
    /* important */
    display: flex;
    flex-direction: column;
  }

  .services-cta {
    padding: 53px 30px;
  }

  .service-content {
    max-width: 100%;
  }

  .services-cta {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .delivery-card {
    flex-direction: column;
  }

  .delivery-image {
    width: 100%;
  }

  .delivery-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
  }

  .delivery-card {
    padding: 20px;
  }

  .contact-info {
    max-width: 100%;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 15px;
  }

  h2 {
    font-size: 25px !important;
  }

  .stats-desc {
    color: #2c2c2c;
    font-size: 18px;
  }

  .stat-number {
    font-size: 32px;
  }

  .stat-label {
    font-size: 16px;
  }

  .services-cta p {
    font-size: 14px;
  }

  .services-cta h3 {
    margin-bottom: 16px;
    font-size: 23px;
  }

  .cta-btn {
    font-size: 14px;
  }

  .tab {
    font-size: 12px;
  }

  .delivery-content h3 {
    font-size: 28px;
  }

  .delivery-content h5 {
    font-size: 16px;
  }

  .delivery-content p {
    font-size: 13px;
  }

  .delivery-list li {
    font-size: 13px;
  }

  .delivery-btn {
    font-size: 14px;
  }

  .about-btn {
    font-size: 13px;
  }

  .about-overlay h3 {
    font-size: 19px;
  }

  .delivery-btn {
    font-size: 14px;
  }

  .about-btn {
    margin-top: 0px;
  }

  .submit-btn {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .services-header {
    align-items: baseline;
    flex-direction: column;
    gap: 16px;
  }

  .service-sub-menu {
    max-width: 300px !important;
  }

  .services-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .saas-services-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .ai_development_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .service-card_new {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .saas-service-card_new {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 475px) {
  .stats-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-info {
    padding: 62px 20px;
  }

  .contact-form {
    margin-left: 0px;
  }

  .contact-form {
    padding: 42px 20px 42px 20px;
  }

  .container,
  .services-container,
  .stats-container,
  .delivery-container,
  .footer-container,
  .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .delivery-tabs {
    flex-direction: column;
  }

  .hero-content {
    margin-left: 0;
  }
}

@media screen and (max-width: 430px) {
  .book-btn {
    margin-right: 0 !important;
    margin-bottom: 16px;
    width: 100%;
  }

  .our-work-btn {
    width: 100%;
  }

  .hero-badges {
    gap: 25px;
  }

  .about-card {
    height: 395px;
  }

  .about-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 36px 20px;
  }

  .testimonial-head img.avatar {
    width: 100px;
    height: 100px;
  }
}

/* ================================
   SERVICES PAGE RESPONSIVE
   (pages/services_new_design.php)
================================ */

/* Banner section */
@media screen and (max-width: 768px) {
  .section.banner.banner_section .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner_left_sec .sub_heading.head_sec {
    font-size: 28px;
  }

  .banner_left_sec .breadcrumb {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Innovative Web Solutions - tablet and below: stack columns */
@media screen and (max-width: 991px) {
  .innovative_web_solutions {
    flex-direction: column;
  }

  .innovative_web_solutions .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .innovative_web_solutions .right_col_img {
    order: -1;
    margin-bottom: 24px;
  }

  .innovative_web_solutions .right_col_img img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .innovative_web_solutions .d-flex {
    flex-direction: row;
  }

  .web_services h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .web_services h2 br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .services-section .services-container,
  .stats-container,
  .section .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .web_services h2 {
    font-size: 26px;
  }

  .stats-label {
    font-size: 16px;
  }

  .stats-title {
    font-size: 26px;
    margin: 8px 0 20px;
    line-height: 1.3;
  }

  .stats-title br {
    display: block;
  }

  .section-p-tag {
    font-size: 16px;
  }

  .innovative_web_solutions .growth_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    /* margin: 12px; */
    margin-right: 12px;
  }

  .innovative_web_solutions h5 {
    font-size: 14px;
    line-height: 1.4;
  }

  .innovative_web_solutions p {
    font-size: 14px;
    line-height: 1.5;
  }

  .innovative_web_solutions a {
    width: 100%;
    min-width: unset;
    max-width: 280px;
  }

  .stats-section {
    padding: 48px 0;
  }

  .stats-cards {
    margin-top: 36px;
    gap: 16px;
  }

  .stat-card {
    min-width: unset;
    padding: 14px 16px;
  }

  .stat-number {
    font-size: 28px;
  }

  .plus {
    font-size: 18px;
  }

  .stat-label {
    font-size: 15px;
  }
}

/* Tech stack / Our Expertise - responsive grid */
@media screen and (max-width: 991px) {
  .tech_stack_container {
    gap: 20px;
    justify-content: center;
  }

  .last_tech_container {
    width: 100%;
  }

  .tech_stack_container .tech_stack_item img {
    width: 100px;
    max-height: 130px;
  }
}

/* Mobile: single grid so items don't wrap 4+1+4+1 */
@media screen and (max-width: 768px) {
  .tech_stack_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 16px;
    justify-items: center;
    margin-bottom: 32px;
  }

  .tech_stack_wrapper .tech_stack_container {
    display: contents;
  }

  .tech_stack_wrapper .tech_stack_container .tech_stack_item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tech_stack_wrapper .second_tech_container,
  .tech_stack_wrapper .last_tech_container {
    margin: 0;
    width: unset;
  }

  .tech_stack_container .tech_stack_item img {
    width: 80px;
    max-height: 105px;
  }
}

@media screen and (max-width: 480px) {
  .tech_stack_wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 12px;
  }

  .tech_stack_container .tech_stack_item img {
    width: 60px;
    max-height: 80px;
  }
}

/* Web Development Services grid - already has 2/1 cols at 768/600, tighten on small */
@media screen and (max-width: 768px) {
  .services-section {
    padding: 40px 0;
  }

  .service-card_new h4 {
    font-size: 18px;
  }

  .service-card_new p {
    font-size: 14px;
  }

  .service-card_new .icon img {
    max-width: 48px;
  }

  .saas-service-card_new h4 {
    font-size: 18px;
  }

  .saas-service-card_new p {
    font-size: 14px;
  }

  .saas-service-card_new .icon img {
    max-width: 48px;
  }
}

@media screen and (max-width: 600px) {
  .services-grid {
    gap: 16px;
  }

  .saas-services-grid {
    gap: 16px;
  }
}

/* Our Web Development Success - process section */
@media screen and (max-width: 991px) {
  .section .row.align-items-center .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .section .row.align-items-center .col-md-6.mt-5 {
    margin-top: 0 !important;
    order: -1;
    margin-bottom: 24px;
  }

  .section .row.align-items-center .col-md-6.pt-5.process_tabs {
    padding-top: 0 !important;
  }

  .process_tabs .stats-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .process_tabs .stats-title {
    font-size: 22px;
  }

  .process-item {
    gap: 12px;
    margin-bottom: 16px;
  }

  .process-item img {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .process-item h4 {
    font-size: 14px;
    line-height: 1.4;
  }

  .process-item p {
    font-size: 14px;
    line-height: 1.5;
  }

  .process_tabs a {
    width: 100%;
    min-width: unset;
    max-width: 280px;
  }

  .section .row.align-items-center > [style*="background: #fdf5f5"] {
    padding: 16px !important;
  }
}

/* FAQ section - 768px and smaller */
@media screen and (max-width: 768px) {
  .card-items {
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
  }

  .card-items .card-header {
    padding: 0;
  }

  .card-items .card-header .faq-toggle {
    min-height: 56px;
    padding: 16px 20px;
    font-size: 15px;
    line-height: 1.4;
    gap: 12px;
    align-items: flex-start;
  }

  .card-items .card-header .faq-text {
    flex: 1;
    min-width: 0;
  }

  .card-items .card-header .faq-icons img {
    width: 28px;
    height: 28px;
  }

  .card-items-body .card-body {
    padding: 0 20px 20px 20px;
  }

  .card-items-body .card-body p {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 0;
  }

  .card-items-body a {
    word-break: break-word;
  }
}

@media screen and (max-width: 480px) {
  .card-items .card-header .faq-toggle {
    font-size: 14px;
    padding: 14px 16px;
    min-height: 52px;
  }

  .card-items .card-header .faq-icons img {
    width: 26px;
    height: 26px;
  }

  .card-items-body .card-body {
    padding: 0 16px 16px 16px;
  }

  .card-items-body .card-body p {
    font-size: 13px;
  }
}
