.sap-consulting-hero {
  /* background: linear-gradient(120deg, #ffffff 0%, #fefefe 55%, #ffffff 100%); */
  background: #faf9fa;
  position: relative;
  overflow: hidden;
  padding: 0px 0px 0px 0;
  font-family: "Inter", Arial, sans-serif;
}

#cch .navbar {
    padding: 12px 0px;
}

.consulting header {
  background: #faf9fa;
}

.min-vh-hero {
  min-height: 760px;
}

.hero-left {
  padding-left: 80px;
  z-index: 2;
}

.hero-subtitle {
  color: #e11f1f;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.subtitle-line {
  width: 52px;
  height: 3px;
  background: #e11f1f;
  margin: 28px 0;
}

.hero-left h1 {
  font-size: 52px;
  line-height: 1.12;
  font-weight: 600;
  color: #111;
  margin-bottom: 28px;
  letter-spacing: -2px;
}

.hero-left h1 span {
  color: #e11f1f;
}

.hero-left p {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.55;
  color: #333;
  margin-bottom: 45px;
}

.hero-features {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-bottom: 45px;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
}

.feature-box:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 55px;
  background: #ddd;
  position: absolute;
  right: -22px;
}

.icon-circle {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fff1f1;
  color: #e11f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.feature-box h6 {
  font-size: 12px;
  line-height: 1.35;
  color: #111;
  margin: 0;
  font-weight: 600;
}

.hero-buttons {
  display: flex;
  gap: 25px;
  align-items: center;
}

.btn-primary-custom,
.btn-outline-custom {
  min-width: 240px;
  height: 62px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: 0.3s ease;
}

.btn-primary-custom {
  background: #df1f1f;
  color: #fff;
  box-shadow: 0 10px 25px rgba(223, 31, 31, 0.25);
}

.btn-primary-custom:hover {
  background: #b91515;
  color: #fff;
  transform: translateY(-3px);
}

.btn-outline-custom {
  background: #fff;
  border: 1.5px solid #df1f1f;
  color: #df1f1f;
}

.btn-outline-custom:hover {
  background: #df1f1f;
  color: #fff;
  transform: translateY(-3px);
}

.hero-right {
  position: relative;
  min-height: 650px;
}

.circle-wrapper {
  position: relative;
  width: 680px;
  height: 680px;
  margin-left: auto;
  margin-right: 70px;
}

.city-bg {
  position: absolute;
  inset: 120px 70px 40px 20px;
  background: linear-gradient(rgba(255,255,255,0.45), rgba(255,255,255,0.9)),
              url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.33;
  border-radius: 50%;
}

.center-title {
  position: absolute;
  top: 275px;
  left: 135px;
  z-index: 3;
}

.center-title h2 {
  font-size: 68px;
  font-weight: 600;
  color: #df1f1f;
  margin: 0;
}

.center-title p {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 12px;
  color: #111;
  line-height: 1.45;
  margin: 5px 0 12px;
}

.center-title span {
  width: 58px;
  height: 3px;
  background: #df1f1f;
  display: block;
}

.orbit-line {
  position: absolute;
  width: 540px;
  height: 620px;
  border: 4px solid transparent;
  border-right-color: #df1f1f;
  border-top-color: #df1f1f;
  border-bottom-color: rgba(223,31,31,0.35);
  border-radius: 50%;
  right: 65px;
  top: 35px;
  transform: rotate(18deg);
}

.service-point {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 22px;
  z-index: 5;
}

.point-icon {
  width: 76px;
  height: 76px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #df1f1f;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.service-point p {
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.point-1 {
  top: 100px;
  right: 90px;
}

.point-2 {
  top: 230px;
  right: 15px;
}

.point-3 {
  top: 365px;
  right: -10px;
}

.point-4 {
  top: 500px;
  right: 30px;
}

.point-5 {
  bottom: 30px;
  right: 110px;
}


.why-multisoft-section {
  padding: 90px 0px 90px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.section-label {
  color: #e21d24;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: 700;
  font-size: 15px;
}

.why-multisoft-section h2 {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
  margin-top: 18px;
}

.why-multisoft-section .text-center p {
  max-width: 720px;
  margin: 18px auto 0;
  color: #5f6673;
  font-size: 18px;
  line-height: 1.7;
}

.why-card {
  height: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 34px;
  display: flex;
  align-items: center;
  gap: 28px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(226, 29, 36, 0.14);
}

.why-icon {
  min-width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff1f1;
  color: #e21d24;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
}

.why-card h4 {
  font-size: 24px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
}

.why-card p {
  color: #5f6673;
  line-height: 1.6;
  margin: 0;
}

.sap-cta-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
  padding: 30px 42px;
  display: flex;
  align-items: center;
  gap: 38px;
}

.cta-logo {
  background: linear-gradient(135deg, #e21d24, #b71319);
  padding: 35px 55px;
  border-radius: 14px;
}

.cta-logo img {
  max-width: 180px;
  filter: brightness(0) invert(1);
}

.cta-content {
  flex: 1;
}

.cta-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
}

.cta-content p {
  color: #5f6673;
  margin: 0;
  line-height: 1.6;
}

.cta-btn {
  background: #e21d24;
  color: #fff;
  padding: 17px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #b71319;
  color: #fff;
  transform: translateY(-3px);
}



.sap-service-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
}

.section-head span {
  color: #e21d24;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
  font-size: 14px;
}

.section-head h2 {
  font-size: 42px;
  font-weight: 600;
  color: #071735;
  margin: 18px 0 14px;
}

.section-head p {
  color: #5f6673;
  font-size: 18px;
  max-width: 760px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.service-tabs {
  gap: 14px;
}

.service-tabs .nav-link {
  border: 0;
  background: #fff;
  color: #071735;
  border-radius: 18px;
  padding: 24px 26px;
  min-height: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-tabs .nav-link::before {
  content: "";
  width: 5px;
  height: 0;
  background: #e21d24;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.service-tabs .nav-link.active::before,
.service-tabs .nav-link:hover::before {
  height: 100%;
}

.service-tabs .nav-link span {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 16px;
}

.service-tabs .nav-link i {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fff1f1;
  color: #e21d24;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.service-tabs .nav-link b {
  font-size: 28px;
  color: #d8dde8;
}

.service-tabs .nav-link.active {
  background: linear-gradient(135deg, #fff5f5, #ffffff);
  color: #181818 !important;
  transform: translateX(8px);
}

.service-tabs .nav-link.active b {
  color: #e21d24;
}

.service-content {
  height: 100%;
}

.service-detail {
  height: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.1);
  border: 1px solid #eef1f6;
}

.service-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #fff1f1;
  color: #e21d24;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  margin-bottom: 25px;
}

.service-detail h3 {
  font-size: 34px;
  font-weight: 600;
  color: #071735;
  margin-bottom: 18px;
}

.service-detail p {
  color: #5f6673;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.service-detail ul {
  padding: 0;
  margin: 0 0 34px;
  list-style: none;
}

.service-detail ul li {
  padding: 15px 0 15px 34px;
  border-bottom: 1px solid #edf0f5;
  color: #071735;
  font-weight: 600;
  position: relative;
}

.service-detail ul li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: #e21d24;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e21d24;
  color: #fff;
  padding: 15px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.service-btn:hover {
  background: #b9141a;
  color: #fff;
  transform: translateY(-3px);
}

.sap-mid-cta{
  padding:70px 0;
  background:linear-gradient(135deg,#fff,#fff7f7);
}

.sap-cta-main{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 25px 70px rgba(0,0,0,.08);
}

.sap-cta-left{
  padding:60px 55px;
}

.sap-cta-left span{
  color:#e21d24;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:5px;
  display:inline-block;
  margin-bottom:22px;
}

.sap-cta-left span:after{
  content:"";
  display:block;
  width:70px;
  height:2px;
  background:#e21d24;
  margin-top:14px;
}

.sap-cta-left h2{
  font-size:42px;
  line-height:1.15;
  font-weight:600;
  color:#0b172a;
  margin-bottom:25px;
}

.sap-cta-left h2 strong{
  color:#e21d24;
}

.sap-cta-left p{
  font-size:18px;
  line-height:1.7;
  color:#5f6673;
}

.sap-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:40px;
}

.sap-stats div{
  text-align:center;
  /* border-right:1px solid #eee; */
}

.sap-stats div:last-child{
  border-right:0;
}

.sap-stats i{
  width:60px;
  height:60px;
  background:#fff1f1;
  color:#e21d24;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  margin-bottom:15px;
}

.sap-stats h4{
  font-size:30px;
  font-weight:800;
  color:#0b172a;
  margin:0;
}

.sap-stats p{
  font-size:14px;
  margin:5px 0 0;
}

.sap-image-pattern{
  height:100%;
  min-height:520px;
  /* clip-path:polygon(18% 0,100% 0,82% 100%,0 100%); */
      margin-right: -68px;
    margin-top: 20px;
    margin-bottom: -130px;

}

.sap-image-pattern img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.sap-cta-right{
  height:100%;
  background:linear-gradient(135deg,#e21d24,#9d0f13);
  color:#fff;
  padding:55px 55px;
  border-radius:0 22px 22px 0;
}

.journey-point{
  display:flex;
  gap:22px;
  padding:22px 0;
  border-bottom:1px solid rgba(255,255,255,.18);
}

.journey-point:last-child{
  border-bottom:0;
}

.journey-point i{
  min-width:62px;
  height:62px;
  background:#fff;
  color:#e21d24;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
}

.journey-point h5{
  font-size:22px;
  font-weight:800;
  margin-bottom:6px;
}

.journey-point p{
  margin:0;
  line-height:1.6;
}

.sap-contact-bar{
  margin-top:35px;
  background:#fff8f8;
  border-radius:20px;
  padding:35px 45px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  box-shadow:0 18px 50px rgba(226,29,36,.08);
}

.contact-item{
  display:flex;
  align-items:center;
  gap:22px;
}

.contact-item i{
  width:70px;
  height:70px;
  background:#e21d24;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
}

.contact-item h5{
  font-size:22px;
  font-weight:800;
  color:#0b172a;
  margin-bottom:6px;
}

.contact-item p{
  margin:0;
  color:#5f6673;
}

.sap-btn{
  background:#e21d24;
  color:#fff;
  padding:18px 34px;
  border-radius:50px;
  text-decoration:none;
  font-weight:800;
  white-space:nowrap;
}

.sap-btn:hover{
  background:#b9141a;
  color:#fff;
}

.sap-trust-strip{
  margin-top:30px;
  background:#fff8f8;
  border-radius:14px;
  padding:24px 35px;
  display:flex;
  justify-content:space-around;
  gap:25px;
  font-weight:700;
  color:#0b172a;
}

.sap-trust-strip i{
  color:#e21d24;
  margin-right:10px;
}

.sap-security-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #ffffff 0%, #fff7f7 100%);
}

.security-heading {
  margin-bottom: 45px;
}

.security-heading span {
  color: #e21d24;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 14px;
}

.security-heading span::after {
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  background: #e21d24;
  margin-top: 14px;
}

.security-heading h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 600;
  color: #171717;
  margin-bottom: 20px;
}

.security-heading p {
  max-width: 780px;
  font-size: 19px;
  line-height: 1.7;
  color: #5f6673;
}

.security-card {
  height: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 36px 34px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  border: 1px solid #f0f0f0;
  transition: all 0.35s ease;
}

.security-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 65px rgba(226, 29, 36, 0.16);
}

.card-number {
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
  height: 68px;
  background: #e21d24;
  color: #fff;
  border-radius: 0 18px 0 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 600;
}

.icon-wrap {
  width: 92px;
  height: 92px;
  background: #fff1f1;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e21d24;
  font-size: 44px;
  margin-bottom: 28px;
  position: relative;
}

.icon-wrap::after {
  content: "";
  position: absolute;
  right: -58px;
  width: 55px;
  height: 45px;
  background-image: radial-gradient(#f3b2b2 2px, transparent 2px);
  background-size: 12px 12px;
  opacity: 0.8;
}

.security-card h4 {
  font-size: 24px;
  font-weight: 600;
  color: #171717;
  margin-bottom: 14px;
}

.security-card p {
  color: #4f5560;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 32px;
}

.card-footer-text {
  margin: 0 -34px;
  padding: 18px 34px;
  background: #fff1f1;
  color: #222;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}

.card-footer-text i {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(226, 29, 36, 0.35);
  color: #e21d24;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.delivery-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #ffffff 0%, #fff7f7 100%);
  overflow: hidden;
}

.delivery-heading {
  margin-bottom: 45px;
}

.delivery-heading span,
.global-title span {
  color: #e21d24;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
}

.delivery-heading span::after,
.global-title span::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #e21d24;
  margin-top: 12px;
}

.delivery-heading h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 600;
  color: #111827;
  margin: 22px 0 18px;
}

.delivery-heading p {
  max-width: 760px;
  font-size: 19px;
  line-height: 1.7;
  color: #5f6673;
}

.engagement-card {
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 38px 30px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  border: 1px solid #f1f1f1;
  transition: 0.35s ease;
}

.engagement-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 65px rgba(226, 29, 36, 0.16);
}

.card-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 72px;
  background: #e21d24;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 20px 0 60px;
}

.engagement-icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #fff1f1;
  color: #e21d24;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  margin-bottom: 30px;
  position: relative;
}

.engagement-icon::after {
  content: "";
  position: absolute;
  right: -75px;
  width: 70px;
  height: 48px;
  background-image: radial-gradient(#f3b2b2 2px, transparent 2px);
  background-size: 12px 12px;
}

.engagement-card h4 {
  font-size: 24px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}

.engagement-card p {
  color: #4f5560;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 36px;
}

.model-type {
  margin: 0 -30px;
  padding: 18px 30px;
  background: #fff1f1;
  color: #e21d24;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}

.model-type i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(226, 29, 36, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-delivery-box {
  margin-top: 40px;
  background: linear-gradient(135deg, #101820, #1d1d1d);
  border-radius: 22px;
  padding: 42px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.18);
}

.global-delivery-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 50%, rgba(226, 29, 36, 0.25), transparent 35%);
  pointer-events: none;
}

.global-title {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.global-title-icon,
.global-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #e21d24;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  flex-shrink: 0;
}

.global-title h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 12px 0 0;
}

.global-item {
  position: relative;
  z-index: 1;
  padding: 20px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.global-item:last-child {
  border-right: 0;
}

.global-icon {
  background: #fff;
  color: #e21d24;
  margin-bottom: 20px;
}

.global-item h4 {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
}

.global-item h4::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #e21d24;
  margin-top: 12px;
}

.global-item p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  margin: 0;
}

.case-study-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #fff 0%, #fff8f8 100%);
}

.case-heading {
  margin-bottom: 35px;
}

.case-heading span {
  color: #e21d24;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 15px;
  font-weight: 600;
}

.case-heading h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 600;
  color: #171717;
  margin: 18px 0 15px;
}

.case-heading p {
  max-width: 720px;
  color: #5f6673;
  font-size: 19px;
  line-height: 1.7;
}

.case-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: -1px;
}

.case-tabs .nav-link {
  border: 1px solid #eee;
  background: #fff;
  color: #111827;
  padding: 18px 30px;
  border-radius: 18px 18px 0 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 330px;
  text-align: left;
}

.case-tabs .nav-link i {
  width: 48px;
  height: 48px;
  background: #fff1f1;
  color: #e21d24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.case-tabs .nav-link small {
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.case-tabs .nav-link.active {
  background: linear-gradient(135deg, #e21d24, #a60f15);
  color: #fff;
  border-color: transparent;
}

.case-tabs .nav-link.active i {
  background: #fff;
}

.case-tabs .nav-link.active small {
  color: #fff;
}

.case-content {
  background: #fff;
  padding: 35px;
  border: 1px solid #eee;
  border-radius: 0 22px 22px 22px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.case-card {
  height: 100%;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.case-card-top {
  padding: 28px 32px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 22px;
}

.dark-red {
  background: linear-gradient(135deg, #a60f15, #7d0b10);
}

.bright-red {
  background: linear-gradient(135deg, #e21d24, #b9141a);
}

.case-icon {
  width: 66px;
  height: 66px;
  background: #fff;
  color: #e21d24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  flex-shrink: 0;
}

.case-card-top span {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
}

.case-card-top h3 {
      font-size: 20px;
    color: #fff;
  font-weight: 600;
  margin: 8px 0 0;
}

.case-card-body {
  padding: 30px 34px 34px;
}

.case-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 17px 0;
}

.case-row b {
  color: #e21d24;
  text-transform: uppercase;
  font-size: 13px;
}

.case-row p {
  margin: 0;
  color: #30343a;
  line-height: 1.55;
}

.results-box {
  border-top: 1px solid #e5e7eb;
  margin-top: 24px;
  padding-top: 24px;
}

.results-box h5 {
  color: #e21d24;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
}

.results-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.results-box li {
  margin-bottom: 12px;
  color: #30343a;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.results-box li i {
  color: #e21d24;
  font-size: 18px;
  margin-top: 2px;
}

.sap-final-cta {
  padding: 90px 0;
  background: #fff8f8;
}

.cta-wrapper {
  background: linear-gradient(135deg, #fff 0%, #fff6f6 100%);
  border: 1px solid rgba(226, 29, 36, 0.12);
  border-radius: 28px;
  padding: 65px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(15, 23, 42, 0.08);
}

.cta-wrapper::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(226, 29, 36, 0.06);
}

.cta-label {
  color: #e21d24;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.cta-label::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #e21d24;
  margin-top: 14px;
}

.sap-final-cta h2 {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 22px;
}

.cta-desc {
  font-size: 19px;
  line-height: 1.7;
  color: #5f6673;
  max-width: 720px;
}

.benefit-item {
  text-align: center;
}

.benefit-item i {
  width: 72px;
  height: 72px;
  background: #fff1f1;
  color: #e21d24;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 16px;
}

.benefit-item h5 {
  font-size: 17px;
  font-weight: 600;
  color: #111827;
}

.benefit-item p {
  font-size: 14px;
  color: #5f6673;
  margin: 0;
}

.cta-building {
  min-height: 360px;
  background: url("images/sap-cta-building.png") center/contain no-repeat;
  opacity: 0.45;
}

.cta-contact-box {
  position: relative;
  z-index: 2;
  margin-top: 55px;
  background: #fff;
  border-radius: 22px;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  box-shadow: 0 18px 45px rgba(226, 29, 36, 0.08);
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-icon {
  width: 70px;
  height: 70px;
  background: #e21d24;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  flex-shrink: 0;
}

.contact-info h4 {
  font-size: 22px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}

.contact-info p {
  margin: 0;
  color: #5f6673;
  line-height: 1.5;
}

.cta-btn {
  background: #e21d24;
  color: #fff;
  padding: 18px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #b9141a;
  color: #fff;
  transform: translateY(-3px);
}



.sap-enquiry-modal {
  border: none;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.sap-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 9;
  box-shadow: none;
}

.sap-modal-left {
  padding: 40px 35px !important;
  background:
    radial-gradient(circle at top left, rgba(226, 31, 38, 0.12), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #fff6f6 100%);
  min-height: 650px;
}

.sap-label {
  display: inline-block;
  color: #e21f26;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 25px;
}

.sap-modal-left h2 {
  font-size: 26px;
  line-height: 1.28;
  font-weight: 600;
  color: #0b1324;
  margin-bottom: 22px;
}

.sap-modal-left h2 span {
  color: #e21f26;
}

.sap-modal-left p {
  color: #5f6777;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.sap-feature {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sap-feature i {
  width: 54px;
  height: 54px;
  background: #fff0f0;
  color: #e21f26;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.sap-feature span {
  font-size: 16px;
  color: #172033;
  font-weight: 500;
}

.sap-modal-right {
  padding: 40px 35px !important;
  background: #ffffff;
}

.sap-modal-right h3 {
  font-size: 38px;
  font-weight: 600;
  color: #0b1324;
  margin-bottom: 10px;
}

.sap-modal-right h3::after {
  content: "";
  width: 55px;
  height: 3px;
  display: block;
  background: #e21f26;
  margin-top: 18px;
  border-radius: 10px;
}

.sap-modal-right > p {
    color: #5f6777;
    font-size: 14px;
    line-height: 1.7;
    margin: 15px 0 20px;
}

.sap-input {
  border: 1px solid #dfe3ea;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.sap-input:focus-within {
  border-color: #e21f26;
  box-shadow: 0 0 0 4px rgba(226, 31, 38, 0.08);
}

.sap-input .input-group-text {
  background: #ffffff;
  border: none;
  color: #6d7482;
  width: 52px;
  justify-content: center;
}

.sap-input .form-control,
.sap-input .form-select {
  border: none;
  min-height: 55px;
  color: #172033;
  font-size: 15px;
  box-shadow: none;
}

.sap-input textarea {
  resize: none;
}

.sap-check {
  color: #5f6777;
  font-size: 14px;
}

.sap-check .form-check-input:checked {
  background-color: #e21f26;
  border-color: #e21f26;
}

.sap-submit-btn {
  width: 100%;
  border: none;
  background: linear-gradient(135deg, #e21f26, #c9151b);
  color: #ffffff;
  padding: 18px 24px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.sap-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(226, 31, 38, 0.25);
}

.sap-submit-btn i {
  margin-left: 12px;
}

.sap-privacy {
  margin: 0;
  color: #7a8291;
  font-size: 14px;
}

.sap-privacy i {
  color: #6d7482;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .sap-modal-left,
  .sap-modal-right {
    padding: 45px 30px;
    min-height: auto;
  }

  .sap-modal-left h2 {
    font-size: 32px;
  }

  .sap-modal-right h3 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .modal-dialog {
    margin: 12px;
  }

  .sap-modal-left {
    display: none;
  }

  .sap-modal-right {
    padding: 45px 22px 30px;
  }

  .sap-close {
    top: 18px;
    right: 18px;
  }
}



@media (max-width: 991px) {
  .cta-wrapper {
    padding: 40px 28px;
  }

  .sap-final-cta h2 {
    font-size: 38px;
  }

  .cta-contact-box {
    flex-direction: column;
    text-align: center;
  }

  .contact-info {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .sap-final-cta {
    padding: 60px 0;
  }

  .sap-final-cta h2 {
    font-size: 32px;
  }

  .cta-contact-box {
    padding: 28px 20px;
  }
}


@media (max-width: 991px) {
  .case-heading h2 {
    font-size: 38px;
  }

  .case-tabs {
    flex-direction: column;
  }

  .case-tabs .nav-link {
    min-width: 100%;
    border-radius: 16px;
  }

  .case-content {
    border-radius: 22px;
    padding: 22px;
  }
}

@media (max-width: 575px) {
  .case-study-section {
    padding: 60px 0;
  }

  .case-heading h2 {
    font-size: 31px;
  }

  .case-card-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .case-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}



@media (max-width: 991px) {
  .delivery-heading h2 {
    font-size: 36px;
  }

  .global-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .global-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 575px) {
  .delivery-section {
    padding: 60px 0;
  }

  .delivery-heading h2 {
    font-size: 30px;
  }

  .global-delivery-box {
    padding: 30px 22px;
  }

  .global-title {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 991px) {
  .security-heading h2 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .sap-security-section {
    padding: 60px 0;
  }

  .security-heading h2 {
    font-size: 30px;
  }

  .security-card {
    padding: 30px 26px 0;
  }

  .card-footer-text {
    margin: 0 -26px;
    padding: 16px 26px;
  }
}

@media(max-width:991px){
  .sap-cta-left,.sap-cta-right{
    padding:40px 30px;
  }

  .sap-cta-left h2{
    font-size:36px;
  }

  .sap-image-pattern{
    clip-path:none;
    min-height:350px;
  }

  .sap-contact-bar,
  .sap-trust-strip{
    flex-direction:column;
    text-align:center;
  }

  .sap-stats{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width: 991px) {
  .section-head h2 {
    font-size: 34px;
  }

  .service-detail {
    padding: 32px;
  }

  .service-tabs .nav-link.active {
    transform: none;
  }
}

@media (max-width: 575px) {
  .sap-service-section {
    padding: 60px 0;
  }

  .service-tabs .nav-link {
    padding: 20px;
  }

  .service-tabs .nav-link span {
    font-size: 16px;
  }

  .service-tabs .nav-link b {
    font-size: 22px;
  }

  .service-detail h3 {
    font-size: 26px;
  }
}





@media (max-width: 991px) {
  .why-multisoft-section h2 {
    font-size: 34px;
  }

  .sap-cta-box {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .why-card {
    flex-direction: column;
    text-align: center;
  }

  .cta-logo {
    padding: 25px 35px;
  }
}




@media (max-width: 1199px) {
  .hero-left {
    padding-left: 40px;
  }

  .hero-left h1 {
    font-size: 58px;
  }

  .circle-wrapper {
    width: 560px;
    height: 560px;
    margin-right: 20px;
  }

  .orbit-line {
    width: 430px;
    height: 500px;
  }
}

@media (max-width: 991px) {
  .sap-consulting-hero {
    padding: 50px 0;
  }

  .hero-left {
    padding: 0 30px;
    text-align: center;
  }

  .subtitle-line {
    margin: 22px auto;
  }

  .hero-left h1 {
    font-size: 48px;
  }

  .hero-left p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-features {
    justify-content: center;
    flex-wrap: wrap;
  }

  .feature-box:not(:last-child)::after {
    display: none;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-right {
    margin-top: 60px;
    min-height: auto;
  }

  .sap-image-pattern{
    display: none;
  }

  .circle-wrapper {
    margin: auto;
  }
}

@media (max-width: 575px) {
  .hero-left h1 {
    font-size: 38px;
  }

  .hero-left p {
    font-size: 17px;
  }

  .hero-features {
    flex-direction: column;
  }

  .btn-primary-custom,
  .btn-outline-custom {
    width: 100%;
  }

  .circle-wrapper {
    width: 360px;
    height: 520px;
  }

  .city-bg,
  .orbit-line {
    display: none;
  }

  .center-title {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .center-title h2 {
    font-size: 52px;
  }

  .center-title p {
    font-size: 18px;
    letter-spacing: 8px;
  }

  .service-point {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 15px auto;
    justify-content: center;
  }
}

/* @media (min-width: 1320px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1480px !important;
    }
} */