/*================= cloud_services_section  Css =============*/
    .cloud-orbit-section {
  padding: 120px 0;
  background: radial-gradient(circle at top, #f5f9ff, #ffffff);
}

.cloud-header {
  max-width: 760px;
  margin-bottom: 80px;
}

.cloud-header .badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(13,110,253,0.1);
  color: #0d6efd;
  margin-bottom: 14px;
}

.cloud-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 16px;
}

.cloud-header p {
  font-size: 17px;
  color: #5f6b7a;
  line-height: 1.7;
}

/* Orbit Container */
.cloud-orbit {
  position: relative;
  width: 420px;
  height: 420px;
  margin: 0 auto;
}

/* Center Core */
.cloud-core {
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 30px 80px rgba(13,110,253,0.4);
}

.cloud-core i {
  font-size: 42px;
  margin-bottom: 8px;
}

.cloud-core h4 {
  font-size: 20px;
  font-weight: 600;
}

.cloud-core p {
  font-size: 13px;
  opacity: 0.9;
}

/* Orbit Items */
.orbit-item {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #0a2540;
  transition: all 0.4s ease;
}

.orbit-item i {
  font-size: 26px;
  color: #0d6efd;
  margin-bottom: 6px;
}

.orbit-item span {
  font-size: 15px;
  font-weight: 600;
}

/* Positions */
.aws      { top: -10px; left: 50%; transform: translateX(-50%); }
.azure   { right: -10px; top: 50%; transform: translateY(-50%); }
.migration { bottom: -10px; left: 50%; transform: translateX(-50%); }
.devops  { left: -10px; top: 50%; transform: translateY(-50%); }

/* Hover */
.orbit-item:hover {
  transform: scale(1.1);
  box-shadow: 0 20px 50px rgba(13,110,253,0.25);
}

.orbit-item:hover i {
  color: #6610f2;
}

/* Responsive */
@media (max-width: 576px) {
  .cloud-orbit {
    width: 300px;
    height: 300px;
  }

  .cloud-core {
    width: 150px;
    height: 150px;
  }

  .orbit-item {
    width: 90px;
    height: 90px;
  }

  .orbit-item span {
    font-size: 13px;
  }
}


/*======================  custom_software_section ===============*/

    .custom-software-section {
  padding: 90px 0;
  background: #ffffff;
}

.custom-header {
  max-width: 720px;
  margin-bottom: 60px;
}

.custom-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 12px;
}

.custom-header p {
  font-size: 17px;
  color: #5f6b7a;
  line-height: 1.7;
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.custom-card {
  padding: 35px 30px;
  border-radius: 14px;
  border: 1px solid #eef1f6;
  transition: all 0.35s ease;
  background: #fff;
}

.custom-card:hover {
  transform: translateY(-6px);
  border-color: #0d6efd;
  box-shadow: 0 12px 35px rgba(13,110,253,0.12);
}

.custom-card h4 {
  font-size: 22px;
  font-weight: 600;
  color: #0a2540;
  margin-bottom: 10px;
}

.custom-card p {
  font-size: 15.5px;
  color: #5f6b7a;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Read More Button */
.read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #0d6efd;
  text-decoration: none;
  position: relative;
}

.read-more span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.read-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #0d6efd, #6610f2);
  transition: width 0.3s ease;
}

.custom-card:hover .read-more span {
  transform: translateX(6px);
}

.custom-card:hover .read-more::after {
  width: 100%;
}

/* Responsive */
@media (max-width: 992px) {
  .custom-grid {
    grid-template-columns: 1fr;
  }

  .custom-header h2 {
    font-size: 28px;
  }
}


/*====================== enterprise_services-section =================*/
.enterprise-stack {
  padding: 140px 0;
  background: linear-gradient(180deg, #ffffff, #f8faff);
}

/* Header */
.stack-header {
  max-width: 820px;
  margin-bottom: 90px;
}

.stack-header .badge {
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(13,110,253,0.1);
  color: #0d6efd;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.stack-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0a2540;
  margin: 16px 0;
}

.stack-header p {
  font-size: 17px;
  color: #5f6b7a;
  line-height: 1.7;
}

/* Stack */
.stack-wrapper {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* Layer */
.stack-layer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 36px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  text-decoration: none;
  transition: all 0.45s ease;
  position: relative;
}

.stack-layer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  opacity: 0;
  border-radius: 20px;
  transition: 0.4s;
}

.stack-layer * {
  position: relative;
  z-index: 1;
}

.stack-layer:hover::before {
  opacity: 1;
}

.stack-layer:hover {
  transform: translateX(14px);
}

/* Left */
.layer-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.layer-left i {
  font-size: 30px;
  color: #0d6efd;
  transition: 0.4s;
}

.layer-left h4 {
  font-size: 22px;
  font-weight: 600;
  color: #0a2540;
  transition: 0.4s;
}

/* Text */
.stack-layer p {
  max-width: 420px;
  font-size: 15.5px;
  color: #5f6b7a;
  transition: 0.4s;
}

/* Hover invert */
.stack-layer:hover h4,
.stack-layer:hover p {
  color: #fff;
}

.stack-layer:hover i {
  color: #fff;
}

/* Visual hierarchy */
.layer-sap { opacity: 0.85; }
.layer-api { opacity: 0.9; }
.layer-erp { opacity: 0.95; }
.layer-iot { opacity: 1; }

/* Mobile */
@media (max-width: 768px) {
  .stack-layer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .stack-layer:hover {
    transform: translateY(-8px);
  }
}


/*=========================  value_driven_services_section ====================*/
    .value-driven-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #ffffff, #f8faff);
}

/* Header */
.value-header {
  max-width: 780px;
  margin-bottom: 70px;
}

.value-header .badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(13,110,253,0.1);
  color: #0d6efd;
  margin-bottom: 14px;
}

.value-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 16px;
}

.value-header p {
  font-size: 17px;
  color: #5f6b7a;
  line-height: 1.7;
}

/* Grid */
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* Cards */
.value-card {
  position: relative;
  padding: 40px 34px;
  background: #fff;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 15px 50px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  overflow: hidden;
}

.value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  opacity: 0;
  transition: 0.35s;
}

.value-card * {
  position: relative;
  z-index: 1;
}

.value-card:hover::before {
  opacity: 1;
}

.value-card:hover {
  transform: translateY(-10px);
}

.value-card .icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(13,110,253,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: 0.35s;
}

.value-card .icon i {
  font-size: 26px;
  color: #0d6efd;
  transition: 0.35s;
}

.value-card h4 {
  font-size: 22px;
  font-weight: 600;
  color: #0a2540;
  margin-bottom: 12px;
  transition: 0.35s;
}

.value-card p {
  font-size: 15.5px;
  color: #5f6b7a;
  line-height: 1.7;
  transition: 0.35s;
}

.value-card .arrow {
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #0d6efd;
  transition: transform 0.35s, color 0.35s;
}

/* Hover color inversion */
.value-card:hover h4,
.value-card:hover p,
.value-card:hover .arrow {
  color: #fff;
}

.value-card:hover .icon {
  background: rgba(255,255,255,0.2);
}

.value-card:hover .icon i {
  color: #fff;
}

.value-card:hover .arrow {
  transform: translateX(8px);
}

/* Responsive */
@media (max-width: 992px) {
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-header h2 {
    font-size: 30px;
  }
}