#staff-augment h5 {
  text-align: center;
  height: 50px;
}

.card {
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.hr1 {
  border: 2px solid #e86b05;
  width: 60px;
  margin: 0 auto 20px auto;
}

#staff-augment li {
  display: flex;
  align-items: center;
  gap: 10px;
}
#staff-augment li i {
  font-size: 20px;
  color: #ffa6a9;
}
#staff-augment li span {
  display: flex;
  flex: 1;
}
#stuff-agument-sec-section {
  background-color: #3c3c3c;
  padding: 20px 0;
}

.custom-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ddd;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.custom-card-header {
  background: linear-gradient(90deg, #f26065, #9f373a);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  font-size: 1.1rem;
}

.custom-card-body {
  padding: 15px;
  flex-grow: 1;
}

.custom-card-body i {
  color: #e05a5f;
}
.custom-card-body li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.custom-card-body span {
  display: flex;
  flex: 1;
  word-break: break-all;
}

#Guiding-Principles-Guiding-Principles .col-md-4 {
  margin-bottom: 30px;
}

section {
  overflow-x: hidden;
}

.guiding-card {
  background: #ffffff;
  border-left: 6px solid #f36a6f;
  border-radius: 6px;
  padding: 16px 20px;
  position: relative;
  transition: box-shadow 0.3s, transform 0.3s;
}

.guiding-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.guiding-text {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
}

.edit-circle-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #f36a6f;
  color: #fff;
  border-radius: 5px;
  padding: 8px 9px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.edit-circle-btn:hover {
  background-color: #f36a6f;
}

.edit-top-btn {
  background-color: #f14c52;
  color: #fff;
  padding: 6px 25px;
  border-radius: 20px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background-color 0.3s;
  margin-top: 10px;
  display: inline-block;
}

.edit-top-btn:hover {
  background-color: #f36a6f;
  color: white !important;
}
#networking_virtualization ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
#networking_virtualization ul li {
  flex-basis: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  #networking_virtualization ul li {
    flex-basis: 100%;
  }
  .enterprise-platforms .sub-list-list {
    flex-basis: 100% !important;
  }

  .service-card{
        gap: 5px !important;
  }
  .service-img {
    width: 100px !important;
    height: 100px !important;
}
.service-card-caption {
    padding: 15px !important;
}
.service-card-caption h4{
  height: auto !important;
}
}

.lh-base {
  line-height: 32px !important;
}

.data-center-section .stripe-main {
  transform: none;
}
.data-center-section .stripe {
  padding: 9px 1rem;
  transform: none;
}
.data-center-section .stripe-main ul {
  padding: 10px;
}
.data-center-section .stripe-main ul li {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}
.data-center-section .stripe-main ul li i {
  color: #e05a5f;
  padding-top: 3px;
}
.data-center-section .stripe-main ul li span {
  display: flex;
  flex: 1;
  word-break: break-word;
}

.data-center-section .stripe-main p {
  padding: 10px 23px 0px 23px;
  margin-bottom: 0px;
}

.sub-bullets-list p {
  display: flex;
  padding: 0;
}

.data-center-section .sub-bullets-list ul {
  padding-left: 39px;
}

.sub-bullets-list .sub-list-list {
  margin-top: 0;
  flex-direction: column;
}

.sub-bullets-list .sub-list-list p {
  display: flex;
  padding: 0;
}
.sub-bullets-list .sub-list-list ul {
  padding: 0px 0px 0px 40px;
  line-height: 17px;
}
.sub-bullets-list .sub-list-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  font-size: 15px;
  line-height: 17px;
}

.enterprise-platforms .sub-list-list ul li {
  flex-basis: 50%;
}

.enterprise-platforms .sub-bullets-list .sub-list-list ul {
  display: flex;
  flex-wrap: wrap;
}

.enterprise-platforms .sub-bullets-list {
  flex-wrap: wrap;
  display: flex;
}

.enterprise-platforms .sub-list-list {
  flex-basis: 50%;
  display: flex;
}

.enterprise-platforms .basis-100 {
  flex-basis: 100%;
  display: flex;
}

.service-card {
  background-color: white;
  display: flex;
  overflow: hidden;
  gap: 20px;
  height: 100%;
}
.service-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 2px solid #727272;
}
.service-img img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.service-card-caption {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  text-align: left;
  padding: 30px;
}

.service-card-caption h4{
  height: 9vh;
}

.service-card-caption p{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.service-btn{
  display: flex;
  justify-content: end;
  width: 100% ;
}
.service-btn a {
  font-size: 16px;
  color: #fff;
  background-color: #333;
  padding: 4px 15px;
  font-weight: bold;
  margin-left: 52px;
  border-radius: 4px;
  text-decoration: none;
}